{"info":{"_postman_id":"79bac736-d735-4ab1-9f17-df7415b1bb6d","name":"QB Integration API collection","description":"<html><head></head><body><p>This collection consists of the apis corresponding to different modules in QueueBuster and can be consumed to fetch, create and modify the operational data for a specified chain.</p>\n<p>All the APIs are secured by Oauth 2 encryption.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"15838389","collectionId":"79bac736-d735-4ab1-9f17-df7415b1bb6d","publishedId":"TzRYe5fK","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"498bdc"},"publishDate":"2022-09-22T06:19:24.000Z"},"item":[{"name":"General","item":[{"name":"Channels","item":[{"name":"Delete Channels","id":"6b598788-c405-42a5-8f13-11bbe3d385be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"channelID\":2\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/deleteChannels","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","deleteChannels"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"44256883-9bb6-4220-a132-24331c3afdff","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"channelID\":78\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/deleteChannels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Oct 2023 12:18:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Channel deleted successfully!\"\n}"},{"id":"7bde216e-6a93-41ba-8974-2a3ee3d5bcff","name":"Mandatory fields Validation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":\"\",\n    \"channelID\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/deleteChannels"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 07:40:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ],\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"}],"_postman_id":"6b598788-c405-42a5-8f13-11bbe3d385be"},{"name":"Update Channels","id":"b53d3a25-a743-4855-86d7-ae87ef058737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"17\",\n    \"chainID\":\"1114\",\n    \"channelID\":\"\",\n    \"channelName\":\"\",\n    \"channelType\": \"ONLINE\",\n    \"channelCode\": \"117\",\n    \"currencyCode\": \"INR\",\n    \"currency\": \"Indian Rupee\",\n    \"currencyOnBill\": \"INR\",\n    \"priceListID\": 1,\n    \"INRCurrencyConversionRate\": 15,\n    \"channelAddLine1\": \"\",\n    \"channelAddLine2\": \"\",\n    \"channelAddCity\": \"\",\n    \"channelAddState\": \"\",\n    \"channelAddCountry\": \"India\",\n    \"channelAddPincode\": \"\",\n    \"channelPhone\": \"8233788108\",\n    \"countryCode\": 91,\n    \"channelEmail\": \"\",\n    \"timezone\": \"Asia/Kolkata\",\n    \"tinNumber\": \"\",\n    \"panNumber\": \"\",\n    \"cinNumber\": \"\",\n    \"serviceTaxNumber\": \"\",\n    \"gstNumber\": \"\",\n    \"isTrial\": 0\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/updateChannels","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","updateChannels"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"e2c0ce2a-8810-48d7-906e-9382f5b256c1","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"channelID\":3,\n    \"channelName\":\"channel-2\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/updateChannels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Sep 2023 13:37:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Channel updated successfully!\"\n}"},{"id":"fc346ecb-2a24-448c-950b-1bd0b53e92b2","name":"Mandatory fields Required","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":\"\",\n    \"channelID\":\"\",\n    \"channelName\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/updateChannels"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 08:01:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ],\n        \"chainID\": [\n            \"ChainID is required\"\n        ],\n        \"channelID\": [\n            \"ChannelID is required\"\n        ]\n    }\n}"}],"_postman_id":"b53d3a25-a743-4855-86d7-ae87ef058737"},{"name":"Fetch Channels","id":"ddaa1703-a1c4-4f27-9c74-08957ead906a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchChannels","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","fetchChannels"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"84ca9219-35d9-45ab-9044-9f5e839eddbe","name":"Required Field_thirdPartyChainID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchChannels"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Oct 2023 11:52:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ]\n    }\n}"},{"id":"d8eb425b-2cdf-4439-ad74-53c84a40f8f0","name":"Required field_chainID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":\"\",\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchChannels"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Oct 2023 11:55:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"},{"id":"b7997837-e8b5-49df-b507-1ead2daca133","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchChannels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Oct 2023 11:56:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"channelID\": 2,\n            \"channelGUID\": 1,\n            \"channelName\": \"channel-5\",\n            \"channelType\": \"OFFLINE\",\n            \"channelCode\": 1223,\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"INR\",\n            \"priceListID\": 28,\n            \"INRCurrencyConversionRate\": 15,\n            \"channelAddLine1\": \"HOME\",\n            \"channelAddLine2\": \"OFFICE\",\n            \"channelAddCity\": \"New Delhi\",\n            \"channelAddState\": \"Delhi\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": 110042,\n            \"channelPhone\": \"\",\n            \"countryCode\": 91,\n            \"channelEmail\": \"abc@gmail.com\",\n            \"startDateUTC\": \"2023-06-01 13:30:58\",\n            \"startDateLocal\": \"2023-06-01 19:00:58\",\n            \"endDateUTC\": \"2023-06-01 13:30:58\",\n            \"endDateLocal\": \"2023-06-01 19:00:58\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": 4567,\n            \"panNumber\": \"PAN5678\",\n            \"cinNumber\": 5678,\n            \"serviceTaxNumber\": 45678,\n            \"gstNumber\": \"GST456789\",\n            \"dummy1\": \"\",\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"isTrial\": 1,\n            \"isActive\": 1\n        },\n        {\n            \"channelID\": 6,\n            \"channelGUID\": \"\",\n            \"channelName\": \"sujeet\",\n            \"channelType\": \"OFFLINE\",\n            \"channelCode\": 909,\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"\",\n            \"priceListID\": 28,\n            \"INRCurrencyConversionRate\": \"\",\n            \"channelAddLine1\": \"St Andrew Street1\",\n            \"channelAddLine2\": \"St Andrew Street1\",\n            \"channelAddCity\": \"Chittaurgarh\",\n            \"channelAddState\": \"Rajasthan\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": 230122,\n            \"channelPhone\": \"\",\n            \"countryCode\": 91,\n            \"channelEmail\": \"sujeet@queuebuster.co\",\n            \"startDateUTC\": \"2023-06-13 05:38:56\",\n            \"startDateLocal\": \"2023-06-13 11:08:56\",\n            \"endDateUTC\": \"2023-06-13 05:38:56\",\n            \"endDateLocal\": \"2023-06-13 11:08:56\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": 23232,\n            \"panNumber\": \"\",\n            \"cinNumber\": 3232,\n            \"serviceTaxNumber\": 3232,\n            \"gstNumber\": 332332,\n            \"dummy1\": \"\",\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"isTrial\": 1,\n            \"isActive\": 1\n        },\n        {\n            \"channelID\": 8,\n            \"channelGUID\": \"\",\n            \"channelName\": \"Flipkartt\",\n            \"channelType\": \"OFFLINE\",\n            \"channelCode\": \"flipcart-1\",\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"\",\n            \"priceListID\": 28,\n            \"INRCurrencyConversionRate\": \"\",\n            \"channelAddLine1\": \"St Andrew Street1\",\n            \"channelAddLine2\": \"St Andrew Street-2\",\n            \"channelAddCity\": \"Bhagalpur\",\n            \"channelAddState\": \"Bihar\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": 323232,\n            \"channelPhone\": 8077241571,\n            \"countryCode\": 91,\n            \"channelEmail\": \"bhagalpur@queuebuster.co\",\n            \"startDateUTC\": \"2023-06-14 07:32:06\",\n            \"startDateLocal\": \"2023-06-14 13:02:06\",\n            \"endDateUTC\": \"2023-06-14 07:32:06\",\n            \"endDateLocal\": \"2023-06-14 13:02:06\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": \"TIN442\",\n            \"panNumber\": \"\",\n            \"cinNumber\": \"CIN323\",\n            \"serviceTaxNumber\": \"SERv233\",\n            \"gstNumber\": \"GST2323\",\n            \"dummy1\": \"\",\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"isTrial\": 1,\n            \"isActive\": 1\n        },\n        {\n            \"channelID\": 9,\n            \"channelGUID\": \"\",\n            \"channelName\": \"Amazon\",\n            \"channelType\": \"OFFLINE\",\n            \"channelCode\": \"code-1\",\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"\",\n            \"priceListID\": 28,\n            \"INRCurrencyConversionRate\": \"\",\n            \"channelAddLine1\": \"\",\n            \"channelAddLine2\": \"\",\n            \"channelAddCity\": \"\",\n            \"channelAddState\": \"\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": \"\",\n            \"channelPhone\": \"\",\n            \"countryCode\": 91,\n            \"channelEmail\": \"\",\n            \"startDateUTC\": \"2023-06-14 07:37:38\",\n            \"startDateLocal\": \"2023-06-14 13:07:38\",\n            \"endDateUTC\": \"2023-06-14 07:37:38\",\n            \"endDateLocal\": \"2023-06-14 13:07:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": \"\",\n            \"panNumber\": \"\",\n            \"cinNumber\": \"\",\n            \"serviceTaxNumber\": \"\",\n            \"gstNumber\": \"\",\n            \"dummy1\": \"\",\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"isTrial\": 1,\n            \"isActive\": 1\n        },\n        {\n            \"channelID\": 10,\n            \"channelGUID\": \"\",\n            \"channelName\": \"Amazon\",\n            \"channelType\": \"ONLINE\",\n            \"channelCode\": \"amazon-001\",\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"\",\n            \"priceListID\": 14,\n            \"INRCurrencyConversionRate\": \"\",\n            \"channelAddLine1\": \"St Andrew Street1\",\n            \"channelAddLine2\": \"St Andrew Street1\",\n            \"channelAddCity\": \"Aliganj\",\n            \"channelAddState\": \"Uttar Pradesh\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": 234353,\n            \"channelPhone\": 8077241571,\n            \"countryCode\": 91,\n            \"channelEmail\": \"sujeet@queuebuster.co\",\n            \"startDateUTC\": \"2023-06-14 09:23:43\",\n            \"startDateLocal\": \"2023-06-14 14:53:43\",\n            \"endDateUTC\": \"2023-06-14 09:23:43\",\n            \"endDateLocal\": \"2023-06-14 14:53:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": \"\",\n            \"panNumber\": \"\",\n            \"cinNumber\": \"\",\n            \"serviceTaxNumber\": \"\",\n            \"gstNumber\": \"\",\n            \"dummy1\": \"\",\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"isTrial\": 1,\n            \"isActive\": 1\n        },\n        {\n            \"channelID\": 11,\n            \"channelGUID\": 1,\n            \"channelName\": \"channel-2\",\n            \"channelType\": \"ONLINE\",\n            \"channelCode\": 1224,\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"INR\",\n            \"priceListID\": 2,\n            \"INRCurrencyConversionRate\": 15,\n            \"channelAddLine1\": \"HOME\",\n            \"channelAddLine2\": \"OFFICE\",\n            \"channelAddCity\": \"New Delhi\",\n            \"channelAddState\": \"Delhi\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": 110042,\n            \"channelPhone\": 2134567890,\n            \"countryCode\": 91,\n            \"channelEmail\": \"abc@gmail.com\",\n            \"startDateUTC\": \"2023-09-27 13:47:42\",\n            \"startDateLocal\": \"2023-09-27 19:17:42\",\n            \"endDateUTC\": \"2023-09-27 13:47:42\",\n            \"endDateLocal\": \"2023-09-27 19:17:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": 4567,\n            \"panNumber\": \"PAN5678\",\n            \"cinNumber\": 5678,\n            \"serviceTaxNumber\": 45678,\n            \"gstNumber\": \"GST456789\",\n            \"dummy1\": \"\",\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"isTrial\": 1,\n            \"isActive\": 1\n        },\n        {\n            \"channelID\": 12,\n            \"channelGUID\": 1,\n            \"channelName\": \"channel-A\",\n            \"channelType\": \"ONLINE-A\",\n            \"channelCode\": 101,\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"INR\",\n            \"priceListID\": 1,\n            \"INRCurrencyConversionRate\": 15,\n            \"channelAddLine1\": \"HOME\",\n            \"channelAddLine2\": \"Ashok Nagar\",\n            \"channelAddCity\": \"New Delhi\",\n            \"channelAddState\": \"Delhi\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": 110042,\n            \"channelPhone\": 750366451487544545,\n            \"countryCode\": 91,\n            \"channelEmail\": \"sunita@queuebuster.co\",\n            \"startDateUTC\": \"2023-10-12 10:26:08\",\n            \"startDateLocal\": \"2023-10-12 15:56:08\",\n            \"endDateUTC\": \"2023-10-12 10:26:08\",\n            \"endDateLocal\": \"2023-10-12 15:56:08\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": 123456,\n            \"panNumber\": \"PAN5678\",\n            \"cinNumber\": 5678,\n            \"serviceTaxNumber\": 45678,\n            \"gstNumber\": \"GST456789\",\n            \"dummy1\": \"\",\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"isTrial\": 1,\n            \"isActive\": 1\n        },\n        {\n            \"channelID\": 14,\n            \"channelGUID\": 1,\n            \"channelName\": \"channel-C\",\n            \"channelType\": \"ONLINE-C\",\n            \"channelCode\": 103,\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"INR\",\n            \"priceListID\": 0,\n            \"INRCurrencyConversionRate\": 15,\n            \"channelAddLine1\": \"Office\",\n            \"channelAddLine2\": \"Ashok Nagar\",\n            \"channelAddCity\": \"New Delhi\",\n            \"channelAddState\": \"Delhi\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": 110042,\n            \"channelPhone\": 7503664514,\n            \"countryCode\": 91,\n            \"channelEmail\": \"sunita@queuebuster.co\",\n            \"startDateUTC\": \"2023-10-12 11:43:56\",\n            \"startDateLocal\": \"2023-10-12 17:13:56\",\n            \"endDateUTC\": \"2023-10-12 11:43:56\",\n            \"endDateLocal\": \"2023-10-12 17:13:56\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": 123456,\n            \"panNumber\": \"PAN5678\",\n            \"cinNumber\": 5678,\n            \"serviceTaxNumber\": 45678,\n            \"gstNumber\": \"GST45678998\",\n            \"dummy1\": \"\",\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"isTrial\": 1,\n            \"isActive\": 1\n        }\n    ]\n}"}],"_postman_id":"ddaa1703-a1c4-4f27-9c74-08957ead906a"},{"name":"Create Channels","id":"226bf4f1-3594-4132-829d-e1993d0bce7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n            \"chainID\":1114,\n            \"thirdPartyChainID\":17,\n            \"channelGUID\": 1,\n            \"channelName\": \"channel-C1\",\n            \"channelType\": \"ONLINE\",\n            \"channelCode\": \"117\",\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"INR\",\n            \"priceListID\": 1,\n            \"INRCurrencyConversionRate\": 15,\n            \"channelAddLine1\": \"\",\n            \"channelAddLine2\": \"\",\n            \"channelAddCity\": \"\",\n            \"channelAddState\": \"\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": \"\",\n            \"channelPhone\": \"8233788108\",\n            \"countryCode\": 91,\n            \"channelEmail\": \"\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": \"\",\n            \"panNumber\": \"\",\n            \"cinNumber\": \"\",\n            \"serviceTaxNumber\": \"\",\n            \"gstNumber\": \"\",\n            \"isTrial\": 0\n        }","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createChannels","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","createChannels"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"197cc413-290d-40c4-9dcc-237219eeb4f7","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n            \"chainID\":1114,\n            \"thirdPartyChainID\":17,\n            \"channelGUID\": 1,\n            \"channelName\": \"channel-B\",\n            \"channelType\": \"ONLINE-B\",\n            \"channelCode\": 102,\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"INR\",\n            \"priceListID\": 1,\n            \"INRCurrencyConversionRate\": 15,\n            \"channelAddLine1\": \"Office\",\n            \"channelAddLine2\": \"Ashok Nagar\",\n            \"channelAddCity\": \"New Delhi\",\n            \"channelAddState\": \"Delhi\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": 110042,\n            \"channelPhone\": 7503664514,\n            \"countryCode\": 91,\n            \"channelEmail\": \"sunita@queuebuster.co\",\n            \"startDateUTC\": \"2023-12-10 00:00:00\",\n            \"startDateLocal\": \"2023-12-10 00:00:00\",\n            \"endDateUTC\": \"2023-12-10 00:00:00\",\n            \"endDateLocal\": \"2023-12-10 00:00:00\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": 123456,\n            \"panNumber\": \"PAN5678\",\n            \"cinNumber\": 5678,\n            \"serviceTaxNumber\": 45678,\n            \"gstNumber\": \"GST456789\",\n            \"isTrial\": 0\n        }","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createChannels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Oct 2023 11:23:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Channel created successfully!\"\n}"},{"id":"0daf3dff-54f2-401c-aa17-244e8b665bba","name":"Mandatory Fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n            \"chainID\":1114,\n            \"thirdPartyChainID\":17,\n            \"channelGUID\": 1,\n            \"channelName\": \"\",\n            \"channelType\": \"\",\n            \"channelCode\": \"\",\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"INR\",\n            \"priceListID\": 1,\n            \"INRCurrencyConversionRate\": 15,\n            \"channelAddLine1\": \"Office\",\n            \"channelAddLine2\": \"Ashok Nagar\",\n            \"channelAddCity\": \"New Delhi\",\n            \"channelAddState\": \"Delhi\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": 110042,\n            \"channelPhone\": 7503664514,\n            \"countryCode\": 91,\n            \"channelEmail\": \"sunita@queuebuster.co\",\n            \"startDateUTC\": \"2023-12-10 00:00:00\",\n            \"startDateLocal\": \"2023-12-10 00:00:00\",\n            \"endDateUTC\": \"2023-12-10 00:00:00\",\n            \"endDateLocal\": \"2023-12-10 00:00:00\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": 123456,\n            \"panNumber\": \"PAN5678\",\n            \"cinNumber\": 5678,\n            \"serviceTaxNumber\": 45678,\n            \"gstNumber\": \"GST456789\",\n            \"isTrial\": 0\n        }","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createChannels"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Oct 2023 11:40:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"channelName\": [\n            \"ChannelName is required\"\n        ],\n        \"channelType\": [\n            \"ChannelType is required\"\n        ],\n        \"channelCode\": [\n            \"ChannelCode is required\"\n        ]\n    }\n}"},{"id":"45f2db91-c713-4066-b07a-972913a19736","name":"channel code already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n            \"chainID\":1114,\n            \"thirdPartyChainID\":17,\n            \"channelGUID\": 1,\n            \"channelName\": \"channel-C\",\n            \"channelType\": \"ONLINE-C\",\n            \"channelCode\": 102,\n            \"currencyCode\": \"INR\",\n            \"currency\": \"Indian Rupee\",\n            \"currencyOnBill\": \"INR\",\n            \"priceListID\": 1,\n            \"INRCurrencyConversionRate\": 15,\n            \"channelAddLine1\": \"Office\",\n            \"channelAddLine2\": \"Ashok Nagar\",\n            \"channelAddCity\": \"New Delhi\",\n            \"channelAddState\": \"Delhi\",\n            \"channelAddCountry\": \"India\",\n            \"channelAddPincode\": 110042,\n            \"channelPhone\": 7503664514,\n            \"countryCode\": 91,\n            \"channelEmail\": \"sunita@queuebuster.co\",\n            \"startDateUTC\": \"2023-12-10 00:00:00\",\n            \"startDateLocal\": \"2023-12-10 00:00:00\",\n            \"endDateUTC\": \"2023-12-10 00:00:00\",\n            \"endDateLocal\": \"2023-12-10 00:00:00\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"tinNumber\": 123456,\n            \"panNumber\": \"PAN5678\",\n            \"cinNumber\": 5678,\n            \"serviceTaxNumber\": 45678,\n            \"gstNumber\": \"GST45678998\",\n            \"isTrial\": 0\n        }","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createChannels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Oct 2023 11:41:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Channel code already exists\"\n}"}],"_postman_id":"226bf4f1-3594-4132-829d-e1993d0bce7c"}],"id":"a903a251-49de-4711-9057-bc1cedde68ea","_postman_id":"a903a251-49de-4711-9057-bc1cedde68ea","description":""},{"name":"User and Permissions","item":[{"name":"Get User List","id":"19818351-a410-43d2-888c-dd93d7fa9773","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"25b2df98a790f649bfe4edf418dd13a8187b042be519bc7342eb995c87b40c6b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 63516,\r\n    \"thirdPartyChainID\": 72,\r\n    \"storeID\": 75562\r\n}"},"url":"https://api.queuebuster.co/API/public/v1/thirdParty/getUserList","description":"<p>This API can be consumed to fetch the list of employees of an organisation mapped to a specific store.</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdParty","getUserList"],"host":["api","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"fe02c24b-2c36-4c44-902b-58588c027519","name":"Get User List _Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\":1534,\r\n    \"thirdPartyChainID\":17,\r\n    \"storeID\":2453\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getUserList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 12:48:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"userID\": 2151,\n            \"username\": \"food\",\n            \"firstName\": \"Lokendra\",\n            \"lastName\": \"negi\",\n            \"phone\": 8178832239,\n            \"email\": \"sunita@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"role\": \"Admin\"\n        },\n        {\n            \"userID\": 2175,\n            \"username\": \"foods\",\n            \"firstName\": \"SNITAG\",\n            \"lastName\": \"\",\n            \"phone\": 9632587418,\n            \"email\": \"sunita@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"role\": \"Staff\"\n        },\n        {\n            \"userID\": 2192,\n            \"username\": \"foodM\",\n            \"firstName\": \"Manger\",\n            \"lastName\": \"fghjk\",\n            \"phone\": 7503664555514,\n            \"email\": \"sunita+m@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"role\": \"Manager\"\n        },\n        {\n            \"userID\": 2377,\n            \"username\": \"food11\",\n            \"firstName\": \"food11\",\n            \"lastName\": \"testG\",\n            \"phone\": 7895707570,\n            \"email\": \"lata@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"role\": \"Admin\"\n        }\n    ]\n}"},{"id":"24c34e15-b22a-473d-986e-a87d334c803b","name":"Get User List_ChainID Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\":\"\",\r\n    \"thirdPartyChainID\":17,\r\n    \"storeID\":2453\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getUserList"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:07:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"},{"id":"8c9b514f-2f57-493d-beda-9b929e977c7b","name":"Get User List_getUserList","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\":1534,\r\n    \"thirdPartyChainID\":\"\",\r\n    \"storeID\":2453\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getUserList"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:09:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ]\n    }\n}"},{"id":"f483d00b-964e-4aab-86fc-252952478b7b","name":"Get User List_storeID required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\":1534,\r\n    \"thirdPartyChainID\":17,\r\n    \"storeID\":\"\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getUserList"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:10:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"storeID\": [\n            \"StoreID is required\"\n        ]\n    }\n}"},{"id":"6bfc7a24-56e1-4afb-b258-bd37b2f981aa","name":"Get User List _Token Missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\":1534,\r\n    \"thirdPartyChainID\":17,\r\n    \"storeID\":2453\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getUserList"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:14:57 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'getUserList') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\thirdPartyController', 'getUserList') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"}],"_postman_id":"19818351-a410-43d2-888c-dd93d7fa9773"},{"name":"Add User","id":"adc94be5-910e-4fd8-9078-bc0cc5b03507","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"b4a815136a6af37e987529458003594bc8941664f16f023a9f521a56aec0023a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"useChain\": 1,\n    \"firstName\": \"test\",\n    \"lastName\": \"testy\",\n    \"userName\": \"testoytoy11\",\n    \"password\": \"123456\",\n    \"confirmPassword\": \"123456\",\n    \"gender\": \"FEMALE\",\n    \"phoneCode\": 91,\n    \"phone\": \"1234567890\",\n    \"email\": \"mohit.goswami@queuebuster.co\",\n    \"roleID\": 4,\n    \"storeList\": [\n        4284\n    ],\n    \"wareList\": [\n    ],\n    \"permissionList\": [\n        40,\n        42\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/addUser","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","addUser"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"3479f455-54d9-45df-a602-6f758cfeb49e","name":"Add User Web","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b4a815136a6af37e987529458003594bc8941664f16f023a9f521a56aec0023a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"useChain\": 1,\n    \"firstName\": \"test\",\n    \"lastName\": \"testy\",\n    \"userName\": \"testoytoy11\",\n    \"password\": \"123456\",\n    \"confirmPassword\": \"123456\",\n    \"gender\": \"FEMALE\",\n    \"phoneCode\": 91,\n    \"phone\": \"1234567890\",\n    \"email\": \"mohit.goswami@queuebuster.co\",\n    \"roleID\": 4,\n    \"storeList\": [\n        4284\n    ],\n    \"wareList\": [\n    ],\n    \"permissionList\": [\n        40,\n        42\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/addUser"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 07:47:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"pushStatus\": true\n}"},{"id":"7ac27a51-da0e-4959-8121-585a75842d21","name":"Add User Web","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"be130e4acc686d132248eeb3d2412bbe8c5181f9ca0e3c4c8c97619a3ec7b87c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2227,\n    \"useChain\": 1,\n    \"firstName\": \"Test\",\n    \"lastName\": \"testy\",\n    \"userName\": \"Biswa\",\n    \"password\": \"123456\",\n    \"confirmPassword\": \"123456\",\n    \"gender\": \"FEMALE\",\n    \"phoneCode\": 91,\n    \"phone\": \"1234567890\",\n    \"email\": \"mohit.goswami@queuebuster.co\",\n    \"roleID\": 4,\n    \"storeList\": [\n        4311\n    ],\n    \"wareList\": [\n    ],\n    \"permissionList\": [\n        40,\n        42\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/addUser"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 12:47:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"pushStatus\": true\n}"}],"_postman_id":"adc94be5-910e-4fd8-9078-bc0cc5b03507"},{"name":"Edit User","id":"976ace9e-7ad9-43c2-85da-ab48e61fd442","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"6c2c2ec4324b10a10cdbe72dad58360ac425fb52811331705ac8ba8d22d13521","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2227,\n    \"useChain\": 1,\n    \"oldStoreList\": \"4311\",\n    \"oldRoleID\": 4,\n    \"user\": 3731,\n    \"firstName\": \"Test\",\n    \"lastName\": 22,\n    \"gender\": \"MALE\",\n    \"phoneCode\": 91,\n    \"phone\": \"1234567890\",\n    \"email\": \"test1@queuebuster.co\",\n    \"roleID\": 3,\n    \"storeList\": [\n        4206\n    ],\n    \"oldWareList\": \"1134,1992,1993,1994,2302,2303,2304,2305,2460,2461,2462\",\n    \"wareList\": [\n        1134,\n        1992,\n        1993,\n        1994,\n        2302,\n        2303,\n        2304,\n        2305,\n        2460,\n        2461,\n        2462\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/editUser","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","editUser"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"2f65205f-b5f8-4625-85fc-ba76bef85f45","name":"Edit User Web","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b4a815136a6af37e987529458003594bc8941664f16f023a9f521a56aec0023a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"useChain\": 1,\n    \"oldStoreList\": \"1666\",\n    \"oldRoleID\": 3,\n    \"user\": 3347,\n    \"firstName\": \"test1\",\n    \"lastName\": 22,\n    \"gender\": \"MALE\",\n    \"phoneCode\": 91,\n    \"phone\": \"1234567890\",\n    \"email\": \"test1@queuebuster.co\",\n    \"roleID\": 3,\n    \"storeList\": [\n        1666\n    ],\n    \"oldWareList\": \"1134,1992,1993,1994,2302,2303,2304,2305,2460,2461,2462\",\n    \"wareList\": [\n        1134,\n        1992,\n        1993,\n        1994,\n        2302,\n        2303,\n        2304,\n        2305,\n        2460,\n        2461,\n        2462\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/editUser"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 07:49:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"removeOldPermArray\": [],\n    \"addNewPermArray\": [],\n    \"oldPerm\": [],\n    \"newPerm\": [],\n    \"user\": 3347,\n    \"loggedInUser\": null,\n    \"removeOldStores\": [],\n    \"removeOldWareArray\": [],\n    \"addNewWareArray\": [],\n    \"addAllWareArray\": [],\n    \"pushStatus\": true\n}"},{"id":"30f6a559-6331-4f55-a98c-fe2c70a8427c","name":"Edit User Web","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"be130e4acc686d132248eeb3d2412bbe8c5181f9ca0e3c4c8c97619a3ec7b87c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2227,\n    \"useChain\": 1,\n    \"oldStoreList\": \"4311\",\n    \"oldRoleID\": 4,\n    \"user\": 3731,\n    \"firstName\": \"Test\",\n    \"lastName\": 22,\n    \"gender\": \"MALE\",\n    \"phoneCode\": 91,\n    \"phone\": \"1234567890\",\n    \"email\": \"test1@queuebuster.co\",\n    \"roleID\": 3,\n    \"storeList\": [\n        4206\n    ],\n    \"oldWareList\": \"1134,1992,1993,1994,2302,2303,2304,2305,2460,2461,2462\",\n    \"wareList\": [\n        1134,\n        1992,\n        1993,\n        1994,\n        2302,\n        2303,\n        2304,\n        2305,\n        2460,\n        2461,\n        2462\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/editUser"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 12:45:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"removeOldPermArray\": [\n        {\n            \"userID\": 3731,\n            \"permissionID\": 42,\n            \"isActive\": 0\n        }\n    ],\n    \"addNewPermArray\": [\n        {\n            \"userID\": 3731,\n            \"permissionID\": 10,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 14,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 16,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 17,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 20,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 25,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 26,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 27,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 28,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 29,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 30,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 31,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 32,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 33,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 35,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 37,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 38,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 39,\n            \"isActive\": 1\n        },\n        {\n            \"userID\": 3731,\n            \"permissionID\": 41,\n            \"isActive\": 1\n        }\n    ],\n    \"oldPerm\": [\n        40,\n        42\n    ],\n    \"newPerm\": [\n        10,\n        14,\n        16,\n        17,\n        20,\n        25,\n        26,\n        27,\n        28,\n        29,\n        30,\n        31,\n        32,\n        33,\n        35,\n        37,\n        38,\n        39,\n        40,\n        41\n    ],\n    \"user\": 3731,\n    \"loggedInUser\": null,\n    \"removeOldStores\": [\n        4311\n    ],\n    \"removeOldWareArray\": [],\n    \"addNewWareArray\": [],\n    \"addAllWareArray\": [],\n    \"pushStatus\": true\n}"}],"_postman_id":"976ace9e-7ad9-43c2-85da-ab48e61fd442"},{"name":"Fetch Roles","id":"ba498e4d-ec50-4c32-8a23-78cda4642d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchRoles","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","fetchRoles"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"7fb9ea62-cc97-4b63-b40d-505c0a9045c6","name":"Fetch Roles","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchRoles"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Sep 2023 08:22:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"rolesCount\": 3,\n    \"rolesList\": [\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\"\n        }\n    ]\n}"},{"id":"ac99d180-e40c-4a89-9364-759c49d339bc","name":"PASS - Invalid chainID check","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":0,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchRoles"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Sep 2023 06:08:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid chainID!\"\n}"}],"_postman_id":"ba498e4d-ec50-4c32-8a23-78cda4642d10"},{"name":"Fetch Permissions","id":"f8ba79f5-ff95-4e3e-bb1b-a4ee78ef16e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchPermissions","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","fetchPermissions"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"ef3f48aa-cfa3-4d4a-8064-0e5e0b3ad638","name":"PASS - Fetch Permission","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchPermissions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Sep 2023 08:23:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"permissionsList\": [\n        {\n            \"permissionID\": 1,\n            \"permissionName\": \"ACCESS_DASHBOARD\",\n            \"displayName\": \"Accees Module\"\n        },\n        {\n            \"permissionID\": 2,\n            \"permissionName\": \"MANAGE_ROLES\",\n            \"displayName\": \"Manage Roles\"\n        },\n        {\n            \"permissionID\": 3,\n            \"permissionName\": \"MANAGE_USERS\",\n            \"displayName\": \"Manage Users\"\n        },\n        {\n            \"permissionID\": 4,\n            \"permissionName\": \"MANAGE_DEVICES\",\n            \"displayName\": \"Manage Devices\"\n        },\n        {\n            \"permissionID\": 5,\n            \"permissionName\": \"MANAGE_PAYMENT_TYPES\",\n            \"displayName\": \"Manage Payment Types\"\n        },\n        {\n            \"permissionID\": 6,\n            \"permissionName\": \"MANAGE_CHARGES\",\n            \"displayName\": \"Manage Charges\"\n        },\n        {\n            \"permissionID\": 7,\n            \"permissionName\": \"MANAGE_STORE_INFO\",\n            \"displayName\": \"Manage Store Info\"\n        },\n        {\n            \"permissionID\": 8,\n            \"permissionName\": \"MANAGE_CHAIN_INFO\",\n            \"displayName\": \"Manage Chain Info\"\n        },\n        {\n            \"permissionID\": 9,\n            \"permissionName\": \"MANAGE_WAREHOUSES\",\n            \"displayName\": \"Manage Warehouses\"\n        },\n        {\n            \"permissionID\": 10,\n            \"permissionName\": \"MANAGE_INVENTORY\",\n            \"displayName\": \"Manage Inventory\"\n        },\n        {\n            \"permissionID\": 11,\n            \"permissionName\": \"VIEW_REPORTS\",\n            \"displayName\": \"View Reports\"\n        },\n        {\n            \"permissionID\": 12,\n            \"permissionName\": \"MANAGE_DISCOUNTS\",\n            \"displayName\": \"Manage Discounts\"\n        },\n        {\n            \"permissionID\": 13,\n            \"permissionName\": \"ENABLE_REFUND_ORDER\",\n            \"displayName\": \"Enable Refund Order\"\n        },\n        {\n            \"permissionID\": 14,\n            \"permissionName\": \"ENABLE_RECEIPT_REPRINT\",\n            \"displayName\": \"Enable Receipt Reprint\"\n        },\n        {\n            \"permissionID\": 15,\n            \"permissionName\": \"ENABLE_NO_CHARGE\",\n            \"displayName\": \"Enable No Charge\"\n        },\n        {\n            \"permissionID\": 16,\n            \"permissionName\": \"ENABLE_OPEN_ITEM\",\n            \"displayName\": \"Enable Open Item\"\n        },\n        {\n            \"permissionID\": 17,\n            \"permissionName\": \"ENABLE_REALTIME_DISCOUNT\",\n            \"displayName\": \"Enable Runtime Discount\"\n        },\n        {\n            \"permissionID\": 18,\n            \"permissionName\": \"MANAGE_CATALOGUE\",\n            \"displayName\": \"Manage Catalogue\"\n        },\n        {\n            \"permissionID\": 20,\n            \"permissionName\": \"ENABLE_OPEN_BILL\",\n            \"displayName\": \"Enable Open Bill\"\n        },\n        {\n            \"permissionID\": 21,\n            \"permissionName\": \"MANAGE_LOYALTY\",\n            \"displayName\": \"Manage Loyalty\"\n        },\n        {\n            \"permissionID\": 22,\n            \"permissionName\": \"MANAGE_LICENSES\",\n            \"displayName\": \"Manage Licenses\"\n        },\n        {\n            \"permissionID\": 23,\n            \"permissionName\": \"ALLOW_VARIABLE_PRICING\",\n            \"displayName\": \"Enable variable pricing\"\n        },\n        {\n            \"permissionID\": 24,\n            \"permissionName\": \"ENABLE_CREATE_STORE\",\n            \"displayName\": \"Enable create store\"\n        },\n        {\n            \"permissionID\": 25,\n            \"permissionName\": \"MANAGE_CUSTOMERS\",\n            \"displayName\": \"Manage Customers\"\n        },\n        {\n            \"permissionID\": 26,\n            \"permissionName\": \"VIEW_ORDER_HISTORY\",\n            \"displayName\": \"View Order History\"\n        },\n        {\n            \"permissionID\": 27,\n            \"permissionName\": \"VIEW_STOCK_LEVEL\",\n            \"displayName\": \"View Stock Level\"\n        },\n        {\n            \"permissionID\": 28,\n            \"permissionName\": \"VIEW_SALES_SUMMARY\",\n            \"displayName\": \"View Sales Summary\"\n        },\n        {\n            \"permissionID\": 29,\n            \"permissionName\": \"ENABLE_STOCK_IN\",\n            \"displayName\": \"Enable Stock In\"\n        },\n        {\n            \"permissionID\": 30,\n            \"permissionName\": \"ENABLE_STOCK_OUT\",\n            \"displayName\": \"Enable Stock Out\"\n        },\n        {\n            \"permissionID\": 31,\n            \"permissionName\": \"ENABLE_PURCHASE_ORDER\",\n            \"displayName\": \"Enable Purchase Order\"\n        },\n        {\n            \"permissionID\": 32,\n            \"permissionName\": \"ENABLE_STOCK_VALIDATION\",\n            \"displayName\": \"Enable Stock Validation\"\n        },\n        {\n            \"permissionID\": 33,\n            \"permissionName\": \"ENABLE_VENDOR_MANAGEMENT\",\n            \"displayName\": \"Enable Vendor Management\"\n        },\n        {\n            \"permissionID\": 34,\n            \"permissionName\": \"ENABLE_STOCK_IN_THROUGH_REQUISITION_ONLY\",\n            \"displayName\": \"Enable Stock In Through Requisition Only\"\n        },\n        {\n            \"permissionID\": 35,\n            \"permissionName\": \"ENABLE_STOCK_TRANSFER\",\n            \"displayName\": \"Enable Stock Transfer\"\n        },\n        {\n            \"permissionID\": 36,\n            \"permissionName\": \"MANAGE_DAY\",\n            \"displayName\": \"Manage Day\"\n        },\n        {\n            \"permissionID\": 37,\n            \"permissionName\": \"MANAGE_DAY_BATCHES\",\n            \"displayName\": \"Manage day batches\"\n        },\n        {\n            \"permissionID\": 38,\n            \"permissionName\": \"ENABLE_CUSTOMIZE_RECEIPT\",\n            \"displayName\": \"Enable Customized Reprint\"\n        },\n        {\n            \"permissionID\": 39,\n            \"permissionName\": \"SHOW_PREVIOUS_DAY_SALES_SUMMARY_ONLY\",\n            \"displayName\": \"Show Previous Day Sales Summary Only\"\n        },\n        {\n            \"permissionID\": 40,\n            \"permissionName\": \"VIEW_CASH_DECLARATION\",\n            \"displayName\": \"View Cash Declaration\"\n        },\n        {\n            \"permissionID\": 41,\n            \"permissionName\": \"MANAGE_CASH_DECLARATION\",\n            \"displayName\": \"Manage Cash Declaration\"\n        },\n        {\n            \"permissionID\": 42,\n            \"permissionName\": \"ENABLE_AUDIT_BILL\",\n            \"displayName\": \"Enable Audit Bill\"\n        },\n        {\n            \"permissionID\": 43,\n            \"permissionName\": \"ENABLE_MANUAL_STOCK_IN\",\n            \"displayName\": \"Enable Manual Stock In\"\n        },\n        {\n            \"permissionID\": 44,\n            \"permissionName\": \"MANAGE_REVERT_DAY\",\n            \"displayName\": \"Enable Revert Day\"\n        },\n        {\n            \"permissionID\": 45,\n            \"permissionName\": \"ENABLE_SEND_DSR_APP\",\n            \"displayName\": \"Permission to send DSR from Application\"\n        },\n        {\n            \"permissionID\": 46,\n            \"permissionName\": \"ENABLE_OPEN_ORDER\",\n            \"displayName\": \"Enable Opening of Order\"\n        },\n        {\n            \"permissionID\": 47,\n            \"permissionName\": \"ENABLE_MANUAL_CARD_PAYMENT\",\n            \"displayName\": \"Enable user to manually enter card details\"\n        },\n        {\n            \"permissionID\": 48,\n            \"permissionName\": \"ENABLE_EMPTY_TABLE\",\n            \"displayName\": \"Enable user to empty the table\"\n        },\n        {\n            \"permissionID\": 49,\n            \"permissionName\": \"DISABLE_MASTER_LOGOUT\",\n            \"displayName\": \"Disable the master logout option.\"\n        },\n        {\n            \"permissionID\": 50,\n            \"permissionName\": \"SHOW_ONLY_POSDATE_ORDERS\",\n            \"displayName\": \"Show orders for current POS Date only.\"\n        },\n        {\n            \"permissionID\": 51,\n            \"permissionName\": \"DISABLE_PRINT_HOLD_ORDER\",\n            \"displayName\": \"Disable print hold order\"\n        },\n        {\n            \"permissionID\": 52,\n            \"permissionName\": \"DISABLE_DELETE_HOLD_ORDER\",\n            \"displayName\": \"Disable delete hold order\"\n        },\n        {\n            \"permissionID\": 53,\n            \"permissionName\": \"ENABLE_BULK_DELETE\",\n            \"displayName\": \"Enable Bulk Catalog Delete\"\n        },\n        {\n            \"permissionID\": 54,\n            \"permissionName\": \"ENABLE_GLOBAL_CATALOG_IMPORT\",\n            \"displayName\": \"Enable import from global catalog\"\n        },\n        {\n            \"permissionID\": 55,\n            \"permissionName\": \"HIDE_PRODUCT_SALES_SUMMARY\",\n            \"displayName\": \"Disable product sales summary.\"\n        },\n        {\n            \"permissionID\": 56,\n            \"permissionName\": \"ENABLE_MANUAL_UPI_CAPTURE\",\n            \"displayName\": \"Enable user to manually enter UPI details\"\n        },\n        {\n            \"permissionID\": 57,\n            \"permissionName\": \"ENABLE_MULTIPLE_REPLICATION_OF_ORDERS\",\n            \"displayName\": \"Enable user to replicate orders multiple times\"\n        },\n        {\n            \"permissionID\": 58,\n            \"permissionName\": \"ACCESS_ALL_LOCATION_STOCK_LEVEL\",\n            \"displayName\": \"Enable user to fetch stock level report for all the locations in a chain\"\n        },\n        {\n            \"permissionID\": 59,\n            \"permissionName\": \"VIEW_STOCK_MOVEMENT\",\n            \"displayName\": \"View Stock Movement Report\"\n        },\n        {\n            \"permissionID\": 60,\n            \"permissionName\": \"VIEW_EMPLOYEE_SALES\",\n            \"displayName\": \"View Employee Wise Sales\"\n        },\n        {\n            \"permissionID\": 61,\n            \"permissionName\": \"DISABLE_REFUND_EXCEPT_CREDIT\",\n            \"displayName\": \"Disable refund modes except credit note\"\n        }\n    ]\n}"},{"id":"f9d19bdc-4769-4dc6-8614-5984d70f38fd","name":"PASS - Invalid chainID Check","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":0,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchPermissions"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Sep 2023 06:03:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid chainID!\"\n}"}],"_postman_id":"f8ba79f5-ff95-4e3e-bb1b-a4ee78ef16e7"},{"name":"Fetch Role Permissions Mapping Copy","id":"1ddb45d1-9e80-4ef3-bdf6-27ca81a0121b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchRolePermissionsMapping","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","fetchRolePermissionsMapping"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"c36885cb-dc17-446e-807a-49726702d6eb","name":"Fetch Roles and Permission Mapping","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchRolePermissionsMapping"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 04 Sep 2023 08:23:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"rolePermissionsMappingList\": [\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 1,\n            \"permissionName\": \"ACCESS_DASHBOARD\",\n            \"displayName\": \"Accees Module\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 2,\n            \"permissionName\": \"MANAGE_ROLES\",\n            \"displayName\": \"Manage Roles\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 3,\n            \"permissionName\": \"MANAGE_USERS\",\n            \"displayName\": \"Manage Users\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 7,\n            \"permissionName\": \"MANAGE_STORE_INFO\",\n            \"displayName\": \"Manage Store Info\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 8,\n            \"permissionName\": \"MANAGE_CHAIN_INFO\",\n            \"displayName\": \"Manage Chain Info\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 10,\n            \"permissionName\": \"MANAGE_INVENTORY\",\n            \"displayName\": \"Manage Inventory\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 11,\n            \"permissionName\": \"VIEW_REPORTS\",\n            \"displayName\": \"View Reports\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 12,\n            \"permissionName\": \"MANAGE_DISCOUNTS\",\n            \"displayName\": \"Manage Discounts\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 13,\n            \"permissionName\": \"ENABLE_REFUND_ORDER\",\n            \"displayName\": \"Enable Refund Order\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 14,\n            \"permissionName\": \"ENABLE_RECEIPT_REPRINT\",\n            \"displayName\": \"Enable Receipt Reprint\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 15,\n            \"permissionName\": \"ENABLE_NO_CHARGE\",\n            \"displayName\": \"Enable No Charge\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 16,\n            \"permissionName\": \"ENABLE_OPEN_ITEM\",\n            \"displayName\": \"Enable Open Item\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 17,\n            \"permissionName\": \"ENABLE_REALTIME_DISCOUNT\",\n            \"displayName\": \"Enable Runtime Discount\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 18,\n            \"permissionName\": \"MANAGE_CATALOGUE\",\n            \"displayName\": \"Manage Catalogue\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 20,\n            \"permissionName\": \"ENABLE_OPEN_BILL\",\n            \"displayName\": \"Enable Open Bill\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 21,\n            \"permissionName\": \"MANAGE_LOYALTY\",\n            \"displayName\": \"Manage Loyalty\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 22,\n            \"permissionName\": \"MANAGE_LICENSES\",\n            \"displayName\": \"Manage Licenses\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 1,\n            \"permissionName\": \"ACCESS_DASHBOARD\",\n            \"displayName\": \"Accees Module\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 2,\n            \"permissionName\": \"MANAGE_ROLES\",\n            \"displayName\": \"Manage Roles\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 10,\n            \"permissionName\": \"MANAGE_INVENTORY\",\n            \"displayName\": \"Manage Inventory\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 11,\n            \"permissionName\": \"VIEW_REPORTS\",\n            \"displayName\": \"View Reports\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 12,\n            \"permissionName\": \"MANAGE_DISCOUNTS\",\n            \"displayName\": \"Manage Discounts\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 13,\n            \"permissionName\": \"ENABLE_REFUND_ORDER\",\n            \"displayName\": \"Enable Refund Order\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 14,\n            \"permissionName\": \"ENABLE_RECEIPT_REPRINT\",\n            \"displayName\": \"Enable Receipt Reprint\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 15,\n            \"permissionName\": \"ENABLE_NO_CHARGE\",\n            \"displayName\": \"Enable No Charge\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 16,\n            \"permissionName\": \"ENABLE_OPEN_ITEM\",\n            \"displayName\": \"Enable Open Item\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 17,\n            \"permissionName\": \"ENABLE_REALTIME_DISCOUNT\",\n            \"displayName\": \"Enable Runtime Discount\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 18,\n            \"permissionName\": \"MANAGE_CATALOGUE\",\n            \"displayName\": \"Manage Catalogue\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 20,\n            \"permissionName\": \"ENABLE_OPEN_BILL\",\n            \"displayName\": \"Enable Open Bill\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 10,\n            \"permissionName\": \"MANAGE_INVENTORY\",\n            \"displayName\": \"Manage Inventory\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 14,\n            \"permissionName\": \"ENABLE_RECEIPT_REPRINT\",\n            \"displayName\": \"Enable Receipt Reprint\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 16,\n            \"permissionName\": \"ENABLE_OPEN_ITEM\",\n            \"displayName\": \"Enable Open Item\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 17,\n            \"permissionName\": \"ENABLE_REALTIME_DISCOUNT\",\n            \"displayName\": \"Enable Runtime Discount\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 20,\n            \"permissionName\": \"ENABLE_OPEN_BILL\",\n            \"displayName\": \"Enable Open Bill\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 24,\n            \"permissionName\": \"ENABLE_CREATE_STORE\",\n            \"displayName\": \"Enable create store\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 24,\n            \"permissionName\": \"ENABLE_CREATE_STORE\",\n            \"displayName\": \"Enable create store\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 25,\n            \"permissionName\": \"MANAGE_CUSTOMERS\",\n            \"displayName\": \"Manage Customers\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 26,\n            \"permissionName\": \"VIEW_ORDER_HISTORY\",\n            \"displayName\": \"View Order History\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 27,\n            \"permissionName\": \"VIEW_STOCK_LEVEL\",\n            \"displayName\": \"View Stock Level\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 28,\n            \"permissionName\": \"VIEW_SALES_SUMMARY\",\n            \"displayName\": \"View Sales Summary\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 25,\n            \"permissionName\": \"MANAGE_CUSTOMERS\",\n            \"displayName\": \"Manage Customers\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 26,\n            \"permissionName\": \"VIEW_ORDER_HISTORY\",\n            \"displayName\": \"View Order History\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 27,\n            \"permissionName\": \"VIEW_STOCK_LEVEL\",\n            \"displayName\": \"View Stock Level\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 28,\n            \"permissionName\": \"VIEW_SALES_SUMMARY\",\n            \"displayName\": \"View Sales Summary\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 25,\n            \"permissionName\": \"MANAGE_CUSTOMERS\",\n            \"displayName\": \"Manage Customers\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 26,\n            \"permissionName\": \"VIEW_ORDER_HISTORY\",\n            \"displayName\": \"View Order History\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 27,\n            \"permissionName\": \"VIEW_STOCK_LEVEL\",\n            \"displayName\": \"View Stock Level\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 28,\n            \"permissionName\": \"VIEW_SALES_SUMMARY\",\n            \"displayName\": \"View Sales Summary\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 29,\n            \"permissionName\": \"ENABLE_STOCK_IN\",\n            \"displayName\": \"Enable Stock In\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 30,\n            \"permissionName\": \"ENABLE_STOCK_OUT\",\n            \"displayName\": \"Enable Stock Out\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 31,\n            \"permissionName\": \"ENABLE_PURCHASE_ORDER\",\n            \"displayName\": \"Enable Purchase Order\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 32,\n            \"permissionName\": \"ENABLE_STOCK_VALIDATION\",\n            \"displayName\": \"Enable Stock Validation\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 33,\n            \"permissionName\": \"ENABLE_VENDOR_MANAGEMENT\",\n            \"displayName\": \"Enable Vendor Management\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 35,\n            \"permissionName\": \"ENABLE_STOCK_TRANSFER\",\n            \"displayName\": \"Enable Stock Transfer\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 29,\n            \"permissionName\": \"ENABLE_STOCK_IN\",\n            \"displayName\": \"Enable Stock In\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 30,\n            \"permissionName\": \"ENABLE_STOCK_OUT\",\n            \"displayName\": \"Enable Stock Out\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 31,\n            \"permissionName\": \"ENABLE_PURCHASE_ORDER\",\n            \"displayName\": \"Enable Purchase Order\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 32,\n            \"permissionName\": \"ENABLE_STOCK_VALIDATION\",\n            \"displayName\": \"Enable Stock Validation\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 33,\n            \"permissionName\": \"ENABLE_VENDOR_MANAGEMENT\",\n            \"displayName\": \"Enable Vendor Management\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 35,\n            \"permissionName\": \"ENABLE_STOCK_TRANSFER\",\n            \"displayName\": \"Enable Stock Transfer\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 29,\n            \"permissionName\": \"ENABLE_STOCK_IN\",\n            \"displayName\": \"Enable Stock In\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 30,\n            \"permissionName\": \"ENABLE_STOCK_OUT\",\n            \"displayName\": \"Enable Stock Out\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 31,\n            \"permissionName\": \"ENABLE_PURCHASE_ORDER\",\n            \"displayName\": \"Enable Purchase Order\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 32,\n            \"permissionName\": \"ENABLE_STOCK_VALIDATION\",\n            \"displayName\": \"Enable Stock Validation\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 33,\n            \"permissionName\": \"ENABLE_VENDOR_MANAGEMENT\",\n            \"displayName\": \"Enable Vendor Management\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 35,\n            \"permissionName\": \"ENABLE_STOCK_TRANSFER\",\n            \"displayName\": \"Enable Stock Transfer\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 36,\n            \"permissionName\": \"MANAGE_DAY\",\n            \"displayName\": \"Manage Day\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 37,\n            \"permissionName\": \"MANAGE_DAY_BATCHES\",\n            \"displayName\": \"Manage day batches\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 37,\n            \"permissionName\": \"MANAGE_DAY_BATCHES\",\n            \"displayName\": \"Manage day batches\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 37,\n            \"permissionName\": \"MANAGE_DAY_BATCHES\",\n            \"displayName\": \"Manage day batches\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 38,\n            \"permissionName\": \"ENABLE_CUSTOMIZE_RECEIPT\",\n            \"displayName\": \"Enable Customized Reprint\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 38,\n            \"permissionName\": \"ENABLE_CUSTOMIZE_RECEIPT\",\n            \"displayName\": \"Enable Customized Reprint\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 38,\n            \"permissionName\": \"ENABLE_CUSTOMIZE_RECEIPT\",\n            \"displayName\": \"Enable Customized Reprint\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 39,\n            \"permissionName\": \"SHOW_PREVIOUS_DAY_SALES_SUMMARY_ONLY\",\n            \"displayName\": \"Show Previous Day Sales Summary Only\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 40,\n            \"permissionName\": \"VIEW_CASH_DECLARATION\",\n            \"displayName\": \"View Cash Declaration\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 40,\n            \"permissionName\": \"VIEW_CASH_DECLARATION\",\n            \"displayName\": \"View Cash Declaration\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 40,\n            \"permissionName\": \"VIEW_CASH_DECLARATION\",\n            \"displayName\": \"View Cash Declaration\"\n        },\n        {\n            \"roleID\": 4,\n            \"roleName\": \"Auditor\",\n            \"permissionID\": 40,\n            \"permissionName\": \"VIEW_CASH_DECLARATION\",\n            \"displayName\": \"View Cash Declaration\"\n        },\n        {\n            \"roleID\": 3,\n            \"roleName\": \"Staff\",\n            \"permissionID\": 41,\n            \"permissionName\": \"MANAGE_CASH_DECLARATION\",\n            \"displayName\": \"Manage Cash Declaration\"\n        },\n        {\n            \"roleID\": 4,\n            \"roleName\": \"Auditor\",\n            \"permissionID\": 42,\n            \"permissionName\": \"ENABLE_AUDIT_BILL\",\n            \"displayName\": \"Enable Audit Bill\"\n        },\n        {\n            \"roleID\": 1,\n            \"roleName\": \"Admin\",\n            \"permissionID\": 46,\n            \"permissionName\": \"ENABLE_OPEN_ORDER\",\n            \"displayName\": \"Enable Opening of Order\"\n        },\n        {\n            \"roleID\": 2,\n            \"roleName\": \"Manager\",\n            \"permissionID\": 46,\n            \"permissionName\": \"ENABLE_OPEN_ORDER\",\n            \"displayName\": \"Enable Opening of Order\"\n        }\n    ]\n}"},{"id":"0957c715-4f71-44a9-b450-6fd826b48b88","name":"PASS - Invalid chainID check","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":0,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchRolePermissionsMapping"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Sep 2023 06:06:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid chainID!\"\n}"}],"_postman_id":"1ddb45d1-9e80-4ef3-bdf6-27ca81a0121b"}],"id":"07667b7a-9b29-482a-850d-e7269f4b4a3d","_postman_id":"07667b7a-9b29-482a-850d-e7269f4b4a3d","description":""},{"name":"Stores","item":[{"name":"Get All Partner Stores","id":"9ea11713-8a16-498a-9e00-83e52eafe239","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"5611f8ef5c3c78b5e252f3aa49d4a6076e0e6cfd5689a67f754fcebf0fb82f52","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":50,\n    \"chainID\":1534\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/getThirdPartyStores","description":"<p>This api is used to share a list of all the stores mapped to the chain requested by the partner prior to authorisation by QB team.</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdParty","getThirdPartyStores"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"4e547715-fe12-4903-9372-47a96862ce9a","name":"Get All Partner Stores - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"158b84e065ef56aaaf2166659b9d7264d49680113f17b58f438d95d7274c3f64","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":35,\n    \"chainID\":873\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/getThirdPartyStores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"storeData\": [\n        {\n            \"chainID\": 873,\n            \"storeID\": 1206,\n            \"storeName\": \"Sarjapur\",\n            \"outletAddLine1\": \"Survey No 475/2, \",\n            \"outletAddLine2\": \"Sarjapur Atibele Road Sarjapur , Bengaluru (Bangalore) Urban\",\n            \"outletAddCity\": \"Bangaluru\",\n            \"outletAddState\": \"Karnataka\",\n            \"outletAddPincode\": 562125,\n            \"outletAddCountry\": \"India\",\n            \"minimumOrderValue\": 0,\n            \"storeOpeningTime\": 0,\n            \"storeClosingTime\": 2359,\n            \"latitude\": \"\",\n            \"longitude\": \"\",\n            \"deliveryZipCodes\": 403501\n        }\n    ],\n    \"totalRecordCount\": 1,\n    \"apiTrackerID\": \"API-35-042021\",\n    \"message\": \"store data fetched successfully\"\n}"},{"id":"39ee6774-f6fb-4f5b-9ee7-dcf1c9ae85fb","name":"Get All Partner Stores - Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"158b84e065ef56aaaf2166659b9d7264d49680113f17b58f438d95d7274c3f64","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":35,\n    \"chainID\":872\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/getThirdPartyStores"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"No stores found\"\n}"},{"id":"aa91f036-7b00-40fb-a1f6-63e52a028a4d","name":"Get All Partner Stores","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ecd0deeec0286f957f729fa68222549c45afa1c88a98bccbe6f9f8779ac3a073","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 17,\n    \"chainID\": 1114\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/getThirdPartyStores"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jul 2023 07:29:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"storeData\": [\n        {\n            \"chainID\": 227,\n            \"storeID\": 292,\n            \"storeCode\": \"ucb_dummy\",\n            \"storeName\": \"Big Bazaar\",\n            \"outletAddLine1\": \"Sector 62\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201301,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 365,\n            \"storeID\": 534,\n            \"storeCode\": \"\",\n            \"storeName\": \"Cafe Coffee Day\",\n            \"outletAddLine1\": \"65/89 A\",\n            \"outletAddLine2\": \"Katra Road\",\n            \"outletAddCity\": \"Kanpur\",\n            \"outletAddState\": \"UTTAR PRADESH\",\n            \"outletAddPincode\": 211889,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 445,\n            \"storeID\": 622,\n            \"storeCode\": \"C622\",\n            \"storeName\": \"Croma Bangalore\",\n            \"outletAddLine1\": \"#34, 3RD Floor\",\n            \"outletAddLine2\": \"Near Big Cinema\",\n            \"outletAddCity\": \"Bangalore\",\n            \"outletAddState\": \"Karnataka\",\n            \"outletAddPincode\": 201301,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 447,\n            \"storeID\": 624,\n            \"storeCode\": \"M624SD\",\n            \"storeName\": \"modern demo super\",\n            \"outletAddLine1\": \"sector 62\",\n            \"outletAddLine2\": \"Pariska tower\",\n            \"outletAddCity\": \"Jaipur\",\n            \"outletAddState\": \"Rajasthan\",\n            \"outletAddPincode\": 201301,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 449,\n            \"storeID\": 626,\n            \"storeCode\": \"\",\n            \"storeName\": \"Tommy Hilfiger\",\n            \"outletAddLine1\": \"C-10, Guru Complex\",\n            \"outletAddLine2\": \"Saket, Sector 3\",\n            \"outletAddCity\": \"New Delhi\",\n            \"outletAddState\": \"Delhi\",\n            \"outletAddPincode\": 110017,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 450,\n            \"storeID\": 627,\n            \"storeCode\": \"ucb\",\n            \"storeName\": \"Haldirams\",\n            \"outletAddLine1\": \"sector 22\",\n            \"outletAddLine2\": \"B Block\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 110025,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 451,\n            \"storeID\": 628,\n            \"storeCode\": \"\",\n            \"storeName\": \"Accessorize\",\n            \"outletAddLine1\": \"Saket\",\n            \"outletAddLine2\": \"Select City Walk\",\n            \"outletAddCity\": \"Delhi\",\n            \"outletAddState\": \"Delhi\",\n            \"outletAddPincode\": 110017,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 630,\n            \"storeCode\": \"\",\n            \"storeName\": \"ADIDAS STORE\",\n            \"outletAddLine1\": \"Garry Kirsten Lane, South Extension\",\n            \"outletAddLine2\": \"C-10 , Tech Tower\",\n            \"outletAddCity\": \"Jaipur\",\n            \"outletAddState\": \"Rajasthan\",\n            \"outletAddPincode\": 3255850,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 570,\n            \"storeID\": 808,\n            \"storeCode\": \"A808\",\n            \"storeName\": \"Food_Estore\",\n            \"outletAddLine1\": \"A-23\",\n            \"outletAddLine2\": \"sector 62\",\n            \"outletAddCity\": \"Delhi\",\n            \"outletAddState\": \"Delhi\",\n            \"outletAddPincode\": 201303,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 570,\n            \"storeID\": 841,\n            \"storeCode\": \"\",\n            \"storeName\": \"Bakery Shop\",\n            \"outletAddLine1\": \"A\",\n            \"outletAddLine2\": \"SECTOR-120\",\n            \"outletAddCity\": \"NOIDA\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201301,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 596,\n            \"storeID\": 843,\n            \"storeCode\": \"\",\n            \"storeName\": \"Madhavan's Market Character Count\",\n            \"outletAddLine1\": \"GRS Tower, 2nd Floor\",\n            \"outletAddLine2\": \"Marathahalli - Sarjapur Rd, above Namdhari, Bellandur\",\n            \"outletAddCity\": \"Bengaluru\",\n            \"outletAddState\": \"Karnataka\",\n            \"outletAddPincode\": 560103,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1079,\n            \"storeCode\": \"\",\n            \"storeName\": \"ADIDAS STORE -LUCKNOW\",\n            \"outletAddLine1\": \"Hazratganj\",\n            \"outletAddLine2\": \"C block\",\n            \"outletAddCity\": \"Lucknow\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201301,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1175,\n            \"storeCode\": \"\",\n            \"storeName\": \"ADIDAS STORE-GOA\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1192,\n            \"storeCode\": \"\",\n            \"storeName\": \"ddddd\",\n            \"outletAddLine1\": \"D-74, Premnagar, NJF\",\n            \"outletAddLine2\": \"Mehfooz Nagar, Patiyala Bazar, Jhumke wali gali\",\n            \"outletAddCity\": \"New Delhi\",\n            \"outletAddState\": \"Delhi\",\n            \"outletAddPincode\": 110034,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 882,\n            \"storeID\": 1218,\n            \"storeCode\": \"4APRIL\",\n            \"storeName\": \"हिद कयूबी दुकं।न\",\n            \"outletAddLine1\": \"लरक\",\n            \"outletAddLine2\": \"वकतरर\",\n            \"outletAddCity\": \"नो\",\n            \"outletAddState\": \"Andhra Pradesh\",\n            \"outletAddPincode\": \"२०१३०१\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1390,\n            \"storeCode\": \"\",\n            \"storeName\": \"Store5\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"noida\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1391,\n            \"storeCode\": \"\",\n            \"storeName\": \"Store6\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1392,\n            \"storeCode\": \"\",\n            \"storeName\": \"Store7\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1394,\n            \"storeCode\": \"\",\n            \"storeName\": \"Rajouri\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": 0,\n            \"outletAddCountry\": \"Array\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1395,\n            \"storeCode\": \"\",\n            \"storeName\": \"Store Pitampura\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": 0,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1396,\n            \"storeCode\": \"\",\n            \"storeName\": \"Demo Store NJ\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": 0,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 570,\n            \"storeID\": 1406,\n            \"storeCode\": \"\",\n            \"storeName\": \"Candies Stores\",\n            \"outletAddLine1\": \"A5\",\n            \"outletAddLine2\": \"Sector 78\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 10010,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 882,\n            \"storeID\": 1444,\n            \"storeCode\": \"14QB44\",\n            \"storeName\": \"qbStore2\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": 0,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 1666,\n            \"storeCode\": \"\",\n            \"storeName\": \"Pawan Store\",\n            \"outletAddLine1\": \"Lokendra PG\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201301,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1863,\n            \"storeCode\": \"\",\n            \"storeName\": \"Noida Store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1864,\n            \"storeCode\": \"\",\n            \"storeName\": \"Noida Store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 1874,\n            \"storeCode\": \"\",\n            \"storeName\": \"Sdida\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1323,\n            \"storeID\": 2091,\n            \"storeCode\": \"\",\n            \"storeName\": \"Grocery Store\",\n            \"outletAddLine1\": \"Sector 62\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201301,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1326,\n            \"storeID\": 2094,\n            \"storeCode\": \"\",\n            \"storeName\": \"ENoida\",\n            \"outletAddLine1\": \"B61\",\n            \"outletAddLine2\": \"sector 67\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201301,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1389,\n            \"storeID\": 2252,\n            \"storeCode\": \"\",\n            \"storeName\": \"DLF Delhi\",\n            \"outletAddLine1\": \"CP\",\n            \"outletAddLine2\": \"Rajeev Chowk\",\n            \"outletAddCity\": \"delhi\",\n            \"outletAddState\": \"Delhi\",\n            \"outletAddPincode\": 110001,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1389,\n            \"storeID\": 2257,\n            \"storeCode\": \"\",\n            \"storeName\": \"Ghaziabad DLF Store\",\n            \"outletAddLine1\": \"K8\",\n            \"outletAddLine2\": \"Sector 67\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201301,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1389,\n            \"storeID\": 2260,\n            \"storeCode\": \"PO260\",\n            \"storeName\": \"Jaipur Dlf\",\n            \"outletAddLine1\": \"Jaipur\",\n            \"outletAddLine2\": \"G6\",\n            \"outletAddCity\": \"Jaipur\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 12466,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 2261,\n            \"storeCode\": \"\",\n            \"storeName\": \"Adidas Store GN\",\n            \"outletAddLine1\": \"Pari Chowk\",\n            \"outletAddLine2\": \"GN\",\n            \"outletAddCity\": \"Greater Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201303,\n            \"outletAddCountry\": \"Array\"\n        },\n        {\n            \"chainID\": 1389,\n            \"storeID\": 2262,\n            \"storeCode\": \"\",\n            \"storeName\": \"Kanpur Dlf\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 452,\n            \"storeID\": 2266,\n            \"storeCode\": \"\",\n            \"storeName\": \"Jaipur Adidas Store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"Array\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 2446,\n            \"storeCode\": \"\",\n            \"storeName\": \"Raman Store\",\n            \"outletAddLine1\": \"gurudwara\",\n            \"outletAddLine2\": \"B H COLONY\",\n            \"outletAddCity\": \"Puduvayal\",\n            \"outletAddState\": \"Tamil Nadu\",\n            \"outletAddPincode\": 675487,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 2447,\n            \"storeCode\": \"\",\n            \"storeName\": \"Chaman Store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"Jhajjar\",\n            \"outletAddState\": \"Haryana\",\n            \"outletAddPincode\": 0,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 2449,\n            \"storeCode\": \"\",\n            \"storeName\": \"Hawan Store\",\n            \"outletAddLine1\": \"hkg\",\n            \"outletAddLine2\": \"Long\",\n            \"outletAddCity\": \"Bhognipur\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 0,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 2451,\n            \"storeCode\": \"\",\n            \"storeName\": \"Tamatar Store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": 0,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1805,\n            \"storeID\": 2826,\n            \"storeCode\": \"\",\n            \"storeName\": \"aug16 a\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3029,\n            \"storeCode\": \"\",\n            \"storeName\": \"Tanmay Store\",\n            \"outletAddLine1\": \"asdf\",\n            \"outletAddLine2\": \"asdf\",\n            \"outletAddCity\": \"Kurukshetra\",\n            \"outletAddState\": \"Haryana\",\n            \"outletAddPincode\": 135001,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3030,\n            \"storeCode\": \"\",\n            \"storeName\": \"Kapil Store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3268,\n            \"storeCode\": \"\",\n            \"storeName\": \"new store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201307,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3276,\n            \"storeCode\": \"\",\n            \"storeName\": \"Temp store\",\n            \"outletAddLine1\": \"Pegasus Tower \",\n            \"outletAddLine2\": \"Sector 68\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201307,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3429,\n            \"storeCode\": \"\",\n            \"storeName\": \"demo\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3505,\n            \"storeCode\": \"\",\n            \"storeName\": \"Naman Store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3507,\n            \"storeCode\": \"\",\n            \"storeName\": \"laj Store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3508,\n            \"storeCode\": \"\",\n            \"storeName\": \"kaju store\",\n            \"outletAddLine1\": \"london\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"Kodaikanal\",\n            \"outletAddState\": \"Tamil Nadu\",\n            \"outletAddPincode\": 987654,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3509,\n            \"storeCode\": \"\",\n            \"storeName\": \"Yash store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3533,\n            \"storeCode\": \"\",\n            \"storeName\": \"Nitin Sir Store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3656,\n            \"storeCode\": \"\",\n            \"storeName\": \"Test Store For Region\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3685,\n            \"storeCode\": \"\",\n            \"storeName\": \"SAMAY FOOD HOUSE\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3706,\n            \"storeCode\": \"\",\n            \"storeName\": \"LALBAG\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3707,\n            \"storeCode\": \"\",\n            \"storeName\": \"akshay store\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3711,\n            \"storeCode\": \"\",\n            \"storeName\": \"Test Store For error\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3723,\n            \"storeCode\": \"\",\n            \"storeName\": \"Chaithanya Store\",\n            \"outletAddLine1\": \"noida\",\n            \"outletAddLine2\": \"noida\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201301,\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3798,\n            \"storeCode\": \"\",\n            \"storeName\": \"sss\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3826,\n            \"storeCode\": \"\",\n            \"storeName\": \"VB Testing\",\n            \"outletAddLine1\": \"9/49\",\n            \"outletAddLine2\": \"Dhhdhdhd\",\n            \"outletAddCity\": \"Kanpur\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": \"ett\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3993,\n            \"storeCode\": \"\",\n            \"storeName\": \"Star Market\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 4015,\n            \"storeCode\": \"\",\n            \"storeName\": \"QB\",\n            \"outletAddLine1\": \"\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"\",\n            \"outletAddState\": \"\",\n            \"outletAddPincode\": \"\",\n            \"outletAddCountry\": \"India\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 4054,\n            \"storeCode\": \"\",\n            \"storeName\": \"Mohit Store\",\n            \"outletAddLine1\": \"Sector 55\",\n            \"outletAddLine2\": \"\",\n            \"outletAddCity\": \"Noida\",\n            \"outletAddState\": \"Uttar Pradesh\",\n            \"outletAddPincode\": 201306,\n            \"outletAddCountry\": \"India\"\n        }\n    ],\n    \"totalRecordCount\": 61,\n    \"apiTrackerID\": \"API-17-032023\",\n    \"message\": \"store data fetched successfully\"\n}"}],"_postman_id":"9ea11713-8a16-498a-9e00-83e52eafe239"},{"name":"Get Chain Store List","id":"875eff01-bec8-481d-95d8-9d77d24d8a2d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"25b2df98a790f649bfe4edf418dd13a8187b042be519bc7342eb995c87b40c6b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":63516,\n    \"thirdPartyChainID\":72\n}","options":{"raw":{"language":"json"}}},"url":"https://api.queuebuster.co/API/public/v1/thirdparty/getChainStoreList","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","getChainStoreList"],"host":["api","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"a95b7982-300e-4111-bb5f-4b5e81678359","name":"Get Chain Store List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b4a815136a6af37e987529458003594bc8941664f16f023a9f521a56aec0023a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/getChainStoreList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 07:40:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"chainID\": 1114,\n            \"storeID\": 1666,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Pawan Store\",\n            \"shortCode\": \"QB1666\",\n            \"storeAddress\": \"Lokendra PG  Noida Uttar Pradesh\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 2446,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Raman Store\",\n            \"shortCode\": \"QB2446\",\n            \"storeAddress\": \"gurudwara B H COLONY Puduvayal Tamil Nadu\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 2447,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Chaman Store\",\n            \"shortCode\": \"QB2447\",\n            \"storeAddress\": \"  Jhajjar Haryana\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 2449,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Hawan Store\",\n            \"shortCode\": \"QB2449\",\n            \"storeAddress\": \"hkg Long Bhognipur Uttar Pradesh\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 2451,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Tamatar Store\",\n            \"shortCode\": \"QB2451\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3029,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Tanmay Store\",\n            \"shortCode\": \"QB3029\",\n            \"storeAddress\": \"asdf asdf Kurukshetra Haryana\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3030,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Kapil Store\",\n            \"shortCode\": \"QB3030\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3268,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"new store\",\n            \"shortCode\": \"QB3268\",\n            \"storeAddress\": \"  Noida Uttar Pradesh\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3276,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Temp store\",\n            \"shortCode\": \"QB3276\",\n            \"storeAddress\": \"Pegasus Tower  Sector 68 Noida Uttar Pradesh\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3429,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"demo\",\n            \"shortCode\": \"QB3429\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3505,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Naman Store\",\n            \"shortCode\": \"QB3505\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3507,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"laj Store\",\n            \"shortCode\": \"QB3507\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3508,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"kaju store\",\n            \"shortCode\": \"QB3508\",\n            \"storeAddress\": \"london  Kodaikanal Tamil Nadu\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3509,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Yash store\",\n            \"shortCode\": \"QB3509\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3533,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Nitin Sir Store\",\n            \"shortCode\": \"QB3533\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3656,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Test Store For Region\",\n            \"shortCode\": \"QB3656\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3685,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"SAMAY FOOD HOUSE\",\n            \"shortCode\": \"QB3685\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3706,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"LALBAG\",\n            \"shortCode\": \"QB3706\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3707,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"akshay store\",\n            \"shortCode\": \"QB3707\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3711,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Test Store For error\",\n            \"shortCode\": \"QB3711\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3723,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Chaithanya Store\",\n            \"shortCode\": \"QB3723\",\n            \"storeAddress\": \"noida noida Noida Uttar Pradesh\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3798,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"sss\",\n            \"shortCode\": \"QB3798\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3826,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"VB Testing\",\n            \"shortCode\": \"QB3826\",\n            \"storeAddress\": \"9/49 Dhhdhdhd Kanpur Uttar Pradesh\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 3993,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Star Market\",\n            \"shortCode\": \"QB3993\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 4015,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"QB\",\n            \"shortCode\": \"QB4015\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 1114,\n            \"storeID\": 4054,\n            \"brandName\": \"Pawan Store\",\n            \"storeName\": \"Mohit Store\",\n            \"shortCode\": \"QB4054\",\n            \"storeAddress\": \"Sector 55  Noida Uttar Pradesh\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        }\n    ]\n}"},{"id":"69af4790-95be-427d-9e12-28642f5e0d71","name":"Get Chain Store List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"be130e4acc686d132248eeb3d2412bbe8c5181f9ca0e3c4c8c97619a3ec7b87c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2227,\n    \"thirdPartyChainID\":6\n    \n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/getChainStoreList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 12:43:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3523,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Mobile Shop11\",\n            \"shortCode\": \"QB3523\",\n            \"storeAddress\": \"T T Bp Katihar Bihar\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3584,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Grocery Store\",\n            \"shortCode\": \"QB3584\",\n            \"storeAddress\": \"  Noida Uttar Pradesh\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3655,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Sim Store\",\n            \"shortCode\": \"QB3655\",\n            \"storeAddress\": \"Bengali Para Teja Tola Ballia Uttar Pradesh\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3657,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Simran111\",\n            \"shortCode\": \"QB3657\",\n            \"storeAddress\": \"Bohar A Purnia Bihar\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3712,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Test\",\n            \"shortCode\": \"QB3712\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3715,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Store For License\",\n            \"shortCode\": \"QB3715\",\n            \"storeAddress\": \"  Raipur Rajasthan\",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3716,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Store License 03\",\n            \"shortCode\": \"QB3716\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3717,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"STore License 03\",\n            \"shortCode\": \"QB3717\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3718,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Store License 03\",\n            \"shortCode\": \"QB3718\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3719,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Store License 0482\",\n            \"shortCode\": \"QB3719\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3720,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Store License 05\",\n            \"shortCode\": \"QB3720\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3721,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Store License 06\",\n            \"shortCode\": \"QB3721\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3722,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"Store License 05\",\n            \"shortCode\": \"QB3722\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3825,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"FinalStore1\",\n            \"shortCode\": \"QB3825\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3847,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"qwert\",\n            \"shortCode\": \"QB3847\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3848,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"qsdxc\",\n            \"shortCode\": \"QB3848\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3849,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"hgfdsa\",\n            \"shortCode\": \"QB3849\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3850,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"asdfghj\",\n            \"shortCode\": \"QB3850\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3851,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"zxcvbnnnnnn\",\n            \"shortCode\": \"QB3851\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3852,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"kjhgfd\",\n            \"shortCode\": \"QB3852\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 3853,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"trewqqqqq\",\n            \"shortCode\": \"QB3853\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 4206,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"New Store\",\n            \"shortCode\": \"QB4206\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        },\n        {\n            \"chainID\": 2227,\n            \"storeID\": 4311,\n            \"brandName\": \"Dinga\",\n            \"storeName\": \"demo\",\n            \"shortCode\": \"QB4304\",\n            \"storeAddress\": \"   \",\n            \"storeType\": \"\",\n            \"storeCode\": \"\"\n        }\n    ]\n}"}],"_postman_id":"875eff01-bec8-481d-95d8-9d77d24d8a2d"},{"name":"Add Store","id":"0bed3ebd-b644-4a2c-abb3-0e78a4e221ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"b4a815136a6af37e987529458003594bc8941664f16f023a9f521a56aec0023a","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainID\":2602,\n  \"openingTime\": \"10:00:00\",\n  \"closingTime\": \"22:00:00\",\n  \"deliveryZipCodes\": \"\",\n  \"notificationPhones\": \"\",\n  \"notificationEmails\": \"\",\n  \"isOrderingEnabled\": 0,\n  \"countryCode\": 91,\n  \"storeName\": \"qb\",\n  \"userID\": 3712,\n  \"outletAddLine1\": \"test\",\n  \"outletAddLine2\": \"test\",\n  \"outletAddCity\": \"Delhi\",\n  \"outletAddState\": \"Delhi\",\n  \"outletAddPincode\": \"110042\",\n  \"outletAddCountry\": \"India\",\n  \"outletPhone\": \"1234567890\",\n  \"outletEmail\": \"mohit.goswami@queuebuster.co\",\n  \"currencyCode\": \"INR\",\n  \"tinNumber\": \"\",\n  \"cinNumber\": \"\",\n  \"gstNumber\": \"\",\n  \"customGSTOrderPrefix\": \"\",\n  \"outletFSSAINo\": \"12345678902345\",\n  \"serviceTaxNumber\": \"\",\n  \"urbanpiperStoreSettingsID\": \"\",\n  \"minimumDeliveryTime\": \"\",\n  \"minimumPickupTime\": \"\",\n  \"useChain\": 1,\n  \"enableVoucherValidationAtStore\": 0,\n  \"disableAutomaticPrint\": 0,\n  \"storeTaxNumber\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/addStore","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","addStore"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"a6fa1d6c-7f73-4566-8009-7b7433f11bec","name":"Add Store Info Web","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b4a815136a6af37e987529458003594bc8941664f16f023a9f521a56aec0023a","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainID\":2602,\n  \"openingTime\": \"10:00:00\",\n  \"closingTime\": \"22:00:00\",\n  \"deliveryZipCodes\": \"\",\n  \"notificationPhones\": \"\",\n  \"notificationEmails\": \"\",\n  \"isOrderingEnabled\": 0,\n  \"countryCode\": 91,\n  \"storeName\": \"qb\",\n  \"userID\": 3712,\n  \"outletAddLine1\": \"test\",\n  \"outletAddLine2\": \"test\",\n  \"outletAddCity\": \"Delhi\",\n  \"outletAddState\": \"Delhi\",\n  \"outletAddPincode\": \"110042\",\n  \"outletAddCountry\": \"India\",\n  \"outletPhone\": \"1234567890\",\n  \"outletEmail\": \"mohit.goswami@queuebuster.co\",\n  \"currencyCode\": \"INR\",\n  \"tinNumber\": \"\",\n  \"cinNumber\": \"\",\n  \"gstNumber\": \"\",\n  \"customGSTOrderPrefix\": \"\",\n  \"outletFSSAINo\": \"12345678902345\",\n  \"serviceTaxNumber\": \"\",\n  \"urbanpiperStoreSettingsID\": \"\",\n  \"minimumDeliveryTime\": \"\",\n  \"minimumPickupTime\": \"\",\n  \"useChain\": 1,\n  \"enableVoucherValidationAtStore\": 0,\n  \"disableAutomaticPrint\": 0,\n  \"storeTaxNumber\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/addStore"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 07:43:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"userID\": 3712,\n    \"chainID\": 2602,\n    \"storeID\": 4303,\n    \"storeList\": [\n        4303\n    ],\n    \"email\": \"support@queuebuster.co\",\n    \"username\": \"demo.emphorasoft\",\n    \"message\": \"New store created\",\n    \"clientID\": \"6VG7X1BW4\",\n    \"clientSecret\": \"W7IF9OAX0\",\n    \"licenseNumber\": null\n}"},{"id":"bc60f710-de4e-4cb4-89f5-2d1e3b8858a1","name":"Add Store Info Web","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"be130e4acc686d132248eeb3d2412bbe8c5181f9ca0e3c4c8c97619a3ec7b87c","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"chainID\":2227,\n  \"openingTime\": \"10:00:00\",\n  \"closingTime\": \"22:00:00\",\n  \"deliveryZipCodes\": \"\",\n  \"notificationPhones\": \"\",\n  \"notificationEmails\": \"\",\n  \"isOrderingEnabled\": 0,\n  \"countryCode\": 91,\n  \"storeName\": \"qb\",\n  \"userID\": 3712,\n  \"outletAddLine1\": \"test\",\n  \"outletAddLine2\": \"test\",\n  \"outletAddCity\": \"Delhi\",\n  \"outletAddState\": \"Delhi\",\n  \"outletAddPincode\": \"110042\",\n  \"outletAddCountry\": \"India\",\n  \"outletPhone\": \"1234567890\",\n  \"outletEmail\": \"mohit.goswami@queuebuster.co\",\n  \"currencyCode\": \"INR\",\n  \"tinNumber\": \"\",\n  \"cinNumber\": \"\",\n  \"gstNumber\": \"\",\n  \"customGSTOrderPrefix\": \"\",\n  \"outletFSSAINo\": \"12345678902345\",\n  \"serviceTaxNumber\": \"\",\n  \"urbanpiperStoreSettingsID\": \"\",\n  \"minimumDeliveryTime\": \"\",\n  \"minimumPickupTime\": \"\",\n  \"useChain\": 1,\n  \"enableVoucherValidationAtStore\": 0,\n  \"disableAutomaticPrint\": 0,\n  \"storeTaxNumber\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/addStore"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 12:45:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"userID\": 3712,\n    \"chainID\": 2227,\n    \"storeID\": 4314,\n    \"storeList\": [\n        4314\n    ],\n    \"email\": \"support@queuebuster.co\",\n    \"username\": \"demo.emphorasoft\",\n    \"message\": \"New store created\",\n    \"clientID\": \"ACQ4Z3AS6\",\n    \"clientSecret\": \"ZQ4SZ5XTG\",\n    \"licenseNumber\": null\n}"}],"_postman_id":"0bed3ebd-b644-4a2c-abb3-0e78a4e221ac"},{"name":"Edit Store Info","id":"65728250-c58b-4e38-833a-5515d0ae0234","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"b4a815136a6af37e987529458003594bc8941664f16f023a9f521a56aec0023a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"openingTime\": \"11:17:00\",\n    \"closingTime\": \"11:17:00\",\n    \"deliveryZipCodes\": \"\",\n    \"notificationPhones\": \"\",\n    \"notificationEmails\": \"\",\n    \"isOrderingEnabled\": 0,\n    \"countryCode\": 91,\n    \"storeName\": \"demo\",\n    \"users\": [\n        1658,\n        2861,\n        3153\n    ],\n    \"outletAddLine1\": \"\",\n    \"outletAddLine2\": \"\",\n    \"outletAddCity\": \"\",\n    \"outletAddState\": \"\",\n    \"outletAddPincode\": \"\",\n    \"outletAddCountry\": \"India\",\n    \"outletPhone\": 9680971075,\n    \"outletEmail\": \"namankhator@gmail.com\",\n    \"currencyCode\": \"INR\",\n    \"tinNumber\": \"\",\n    \"cinNumber\": \"\",\n    \"gstNumber\": \"\",\n    \"customGSTOrderPrefix\": \"\",\n    \"outletFSSAINo\": 12345678901234,\n    \"serviceTaxNumber\": \"\",\n    \"urbanpiperStoreSettingsID\": \"\",\n    \"minimumDeliveryTime\": \"\",\n    \"minimumPickupTime\": \"\",\n    \"useChain\": 1,\n    \"enableVoucherValidationAtStore\": 0,\n    \"disableAutomaticPrint\": 0,\n    \"storeTaxNumber\": \"tax-1\",\n    \"storeID\": \"3429\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/editStoreInfo","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","editStoreInfo"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"7a67430a-db83-4cf6-9c54-6f18103ec7ab","name":"Edit Store Info Web","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b4a815136a6af37e987529458003594bc8941664f16f023a9f521a56aec0023a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"openingTime\": \"11:17:00\",\n    \"closingTime\": \"11:17:00\",\n    \"deliveryZipCodes\": \"\",\n    \"notificationPhones\": \"\",\n    \"notificationEmails\": \"\",\n    \"isOrderingEnabled\": 0,\n    \"countryCode\": 91,\n    \"storeName\": \"demo\",\n    \"users\": [\n        1658,\n        2861,\n        3153\n    ],\n    \"outletAddLine1\": \"\",\n    \"outletAddLine2\": \"\",\n    \"outletAddCity\": \"\",\n    \"outletAddState\": \"\",\n    \"outletAddPincode\": \"\",\n    \"outletAddCountry\": \"India\",\n    \"outletPhone\": 9680971075,\n    \"outletEmail\": \"namankhator@gmail.com\",\n    \"currencyCode\": \"INR\",\n    \"tinNumber\": \"\",\n    \"cinNumber\": \"\",\n    \"gstNumber\": \"\",\n    \"customGSTOrderPrefix\": \"\",\n    \"outletFSSAINo\": 12345678901234,\n    \"serviceTaxNumber\": \"\",\n    \"urbanpiperStoreSettingsID\": \"\",\n    \"minimumDeliveryTime\": \"\",\n    \"minimumPickupTime\": \"\",\n    \"useChain\": 1,\n    \"enableVoucherValidationAtStore\": 0,\n    \"disableAutomaticPrint\": 0,\n    \"storeTaxNumber\": \"tax-1\",\n    \"storeID\": \"3429\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/editStoreInfo"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 07:45:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"chainID\": 1114,\n    \"urbanpiperStoreSettingsArray\": [],\n    \"isUrbanpiperIntegrationEnabled\": 0,\n    \"globalEcomStoreSettingsArray\": [],\n    \"allowOnlineOrdering\": null,\n    \"storeConfArray\": []\n}"},{"id":"980541a7-ed90-4388-9548-c38c0b526960","name":"Edit Store Info Web","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"be130e4acc686d132248eeb3d2412bbe8c5181f9ca0e3c4c8c97619a3ec7b87c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"openingTime\": \"11:17:00\",\n    \"closingTime\": \"11:17:00\",\n    \"deliveryZipCodes\": \"\",\n    \"notificationPhones\": \"\",\n    \"notificationEmails\": \"\",\n    \"isOrderingEnabled\": 0,\n    \"countryCode\": 91,\n    \"storeName\": \"demo\",\n    \"users\": [\n        1658,\n        2861,\n        3153\n    ],\n    \"outletAddLine1\": \"\",\n    \"outletAddLine2\": \"\",\n    \"outletAddCity\": \"\",\n    \"outletAddState\": \"\",\n    \"outletAddPincode\": \"\",\n    \"outletAddCountry\": \"India\",\n    \"outletPhone\": 9680971075,\n    \"outletEmail\": \"namankhator@gmail.com\",\n    \"currencyCode\": \"INR\",\n    \"tinNumber\": \"\",\n    \"cinNumber\": \"\",\n    \"gstNumber\": \"\",\n    \"customGSTOrderPrefix\": \"\",\n    \"outletFSSAINo\": 12345678901234,\n    \"serviceTaxNumber\": \"\",\n    \"urbanpiperStoreSettingsID\": \"\",\n    \"minimumDeliveryTime\": \"\",\n    \"minimumPickupTime\": \"\",\n    \"useChain\": 1,\n    \"enableVoucherValidationAtStore\": 0,\n    \"disableAutomaticPrint\": 0,\n    \"storeTaxNumber\": \"tax-1\",\n    \"storeID\": \"4311\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/editStoreInfo"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 12:46:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"chainID\": 2227,\n    \"urbanpiperStoreSettingsArray\": [],\n    \"isUrbanpiperIntegrationEnabled\": 0,\n    \"globalEcomStoreSettingsArray\": [],\n    \"allowOnlineOrdering\": null,\n    \"storeConfArray\": []\n}"}],"_postman_id":"65728250-c58b-4e38-833a-5515d0ae0234"}],"id":"4559b8cd-7779-43d2-8d68-d536a9399792","_postman_id":"4559b8cd-7779-43d2-8d68-d536a9399792","description":""},{"name":"Generate partner token","event":[{"listen":"test","script":{"id":"5ccbc966-6411-4a6c-97fb-3a6a394bf7a5","exec":[""],"type":"text/javascript","packages":{}}}],"id":"9d85e88b-1b68-441d-b6c3-fbe7e408e128","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"clientID\":\"SI98TR56RE5C\",\n\t\"clientSecret\":\"P6DTW63G36SFL\"\n}"},"url":"https://api.queuebuster.co/API/public/v1/partner/generateToken","description":"<p>This api is used to generate the token which is used to fetch the catalogue and store related information for a chain hosted by QB. This token can also be used  to receive external online orders as well as for sharing invoice information with the partner.</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","partner","generateToken"],"host":["api","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"a60d395d-b1e6-41e5-925c-de7161214150","name":"earthrhytm","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"clientID\":\"12341WEFEWF\",\n\t\"clientSecret\":\"2WETR2344532DD\"\n}"},"url":"https://beta.queuebuster.co/API/public/v1/partner/generateToken"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Jan 2023 11:54:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"token\": \"ca379f357b92a8846663dfa500224be7328ecba5f2ffe727a23c0bce5c3e67c1\",\n    \"issued_at\": \"2023-01-18 14:25:15\",\n    \"expires\": \"2023-01-19 14:25:15\"\n}"}],"_postman_id":"9d85e88b-1b68-441d-b6c3-fbe7e408e128"}],"id":"04655dac-006f-423c-8e0e-833cf940b3be","_postman_id":"04655dac-006f-423c-8e0e-833cf940b3be","description":""},{"name":"Catalogue","item":[{"name":"Category","item":[{"name":"Fetch Categories","id":"d2fb853b-235f-4889-aa6d-05505887ea8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"https://queuebuster.co/API/public/v1/thirdparty/3239/fetchCategories","description":"<p>-&gt;To fetch all categories</p>\n<p>-&gt;ChainID should be mapped to Thirdparty ID</p>\n<p>-&gt;Thirdparty Token is mandatory</p>\n<p>-&gt;All Data sharing setting should be enabled</p>\n<p>-&gt;Per page : count limit is 200 &amp;</p>\n<p>-&gt;In case of blank page : It will fetch all records counts together</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","3239","fetchCategories"],"host":["queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"9f910ff1-f98e-462c-b17d-ea6e2a8c9d70","name":"success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1805/fetchCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 10:55:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"totalRecordCount\": 33,\n    \"data\": [\n        {\n            \"categoryID\": 1,\n            \"categoryName\": \"Grocery\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 2,\n            \"categoryName\": \"Home Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 3,\n            \"categoryName\": \"Packaged Food\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 4,\n            \"categoryName\": \"Personal Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 5,\n            \"categoryName\": \"Cooking\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 6,\n            \"categoryName\": \"Food Items\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 7,\n            \"categoryName\": \"Beverages\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 8,\n            \"categoryName\": \"Health Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 9,\n            \"categoryName\": \"Staples\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 10,\n            \"categoryName\": \"Fabric Wash Popdets\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 11,\n            \"categoryName\": \"Non Food\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 12,\n            \"categoryName\": \"Baby Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 13,\n            \"categoryName\": \"Imported Items\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 14,\n            \"categoryName\": \"Dairy Products\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 15,\n            \"categoryName\": \"Kitchenware\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 16,\n            \"categoryName\": \"Ayurvedic Items\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 17,\n            \"categoryName\": \"Deodorants\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 18,\n            \"categoryName\": \"Premium Personal Wash\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 19,\n            \"categoryName\": \"Oral Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 20,\n            \"categoryName\": \"Hair Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 21,\n            \"categoryName\": \"Fruites & Vegetables\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 22,\n            \"categoryName\": \"Masala\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 23,\n            \"categoryName\": \"Refreshments\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 24,\n            \"categoryName\": \"Instant Coffee\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 25,\n            \"categoryName\": \"Beauty Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 26,\n            \"categoryName\": \"Laundry\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 27,\n            \"categoryName\": \"Puja Items\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 28,\n            \"categoryName\": \"Bakery\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 29,\n            \"categoryName\": \"Stationery\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 30,\n            \"categoryName\": \"Cleaning Material\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 31,\n            \"categoryName\": \"Chocolates\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 32,\n            \"categoryName\": \"Savoury\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"categoryID\": 33,\n            \"categoryName\": \"Chewing Gum\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        }\n    ]\n}"},{"id":"57cfbc62-61f4-48a3-bad4-e819f9c2f86b","name":"Token Missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1805/fetchCategories"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 16 Aug 2022 10:56:13 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'getThirdpartyCategories') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'getThirdpartyCategories') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"2ed794a1-025e-4807-b919-8953e60310cb","name":"ChainID not Mapped","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1600/fetchCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 10:56:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This chain is not authorized to share data with third party clients\"\n}"}],"_postman_id":"d2fb853b-235f-4889-aa6d-05505887ea8c"},{"name":"Add Categories Bulk","event":[{"listen":"test","script":{"id":"1ce82ff5-07a0-4e41-a274-a7af7307d19e","exec":[""],"type":"text/javascript"}}],"id":"2186d350-d11b-4ba2-a67e-e39bec6eb4b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"useChain\": 1,\r\n    \"userID\":1013,\r\n    \"categoryList\": [\r\n        {\r\n            \"categoryName\": \"testing 44\",\r\n            \"description\": \"sd\",\r\n            \"sortOrder\": 1,\r\n            \"no\": 1\r\n        },\r\n        {\r\n            \"categoryName\": \"testing 45\",\r\n            \"description\": \"ds\",\r\n            \"sortOrder\": 2,\r\n            \"no\": 2\r\n        },\r\n        {\r\n            \"categoryName\": \"testing 46\",\r\n            \"description\": \"ds\",\r\n            \"sortOrder\": 3,\r\n            \"no\": 3\r\n        },\r\n        {\r\n            \"categoryName\": \"testing 47\",\r\n            \"description\": \"ds\",\r\n            \"sortOrder\": 4,\r\n            \"no\": 4\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://queuebuster.co/API/public/v1/thirdparty/3239/addCategoriesBulk","description":"<p>This API can be used to create categories for a merchant in bulk.</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","3239","addCategoriesBulk"],"host":["queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"758c6ced-e320-404e-ac84-31dbb36bc64e","name":"Pass (Status Code - 201) Category created successfully - Add Category Bulk","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"categoryList\": [\n        {\n            \"categoryName\": \"Faluda\",\n            \"sortOrder\": \"15\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Drinks_Coctails\",\n            \"sortOrder\": \"3\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Fruits\",\n            \"sortOrder\": \"4\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Non-Veg Thalis\",\n            \"sortOrder\": \"5\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Healthy food Gym\",\n            \"sortOrder\": \"6\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Kids Breakfast\",\n            \"sortOrder\": \"7\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Starters\",\n            \"sortOrder\": \"8\",\n            \"description\": \"Cold creams\"\n        },\n        {\n            \"categoryID\": \"\",\n            \"sortOrder\": \"8\",\n            \"categoryName\": \"Veg-Thalis north Indian\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/1639/addCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 10:04:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Categories created successfully!\"\n}"},{"id":"357b6a4f-213e-4766-83df-10623aec6254","name":"Pass (Status Code -201) Validation message is appearing for category name (Mandatory) and category already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"categoryList\": [\n        {\n            \"categoryName\": \"\",\n            \"sortOrder\": \"15\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Drinks_Coctails\",\n            \"sortOrder\": \"3\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Fruits\",\n            \"sortOrder\": \"4\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Non-Veg Thalis\",\n            \"sortOrder\": \"5\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Healthy food Gym\",\n            \"sortOrder\": \"6\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Kids Breakfast\",\n            \"sortOrder\": \"7\",\n            \"description\": \"Dinner menu\"\n        },\n        {\n            \"categoryName\": \"Starters\",\n            \"sortOrder\": \"8\",\n            \"description\": \"Cold creams\"\n        },\n        {\n            \"categoryID\": \"\",\n            \"sortOrder\": \"8\",\n            \"categoryName\": \"Veg-Thalis north Indian\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/1639/addCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 10:16:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Category Name can not be empty at index 0,Drinks_Coctails category already exists,Fruits category already exists,Non-Veg Thalis category already exists,Healthy food Gym category already exists,Kids Breakfast category already exists,Starters category already exists,Veg-Thalis north Indian category already exists\"\n}"},{"id":"64f3458b-7b03-4554-95c3-8a2f79e62d2e","name":"NotMapped With ThirdParty","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"0bce909af7d717eaa8e8bdc46a8ffa18534fea2c6ad1260a8db7e11788d7d82a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"categoryList\": [\n       \n        {\n            \"categoryName\": \"Healthy food Gym1\",\n            \"sortOrder\": \"6\",\n            \"description\": \"Nestle\"\n        },\n        {\n            \"categoryName\": \"Adults Breakfast\",\n            \"sortOrder\": \"7\",\n            \"description\": \"Nestle menu\"\n        },\n        {\n            \"categoryName\": \"Lunch Starters\",\n            \"sortOrder\": \"8\",\n            \"description\": \"\"\n        },\n        {\n            \"categoryID\": \"\",\n            \"sortOrder\": \"8\",\n            \"categoryName\": \"Veg-North Indian Thalis\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/3208/addCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 22 Aug 2022 07:22:00 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This chain is not authorized to share data with third party clients\"\n}"}],"_postman_id":"2186d350-d11b-4ba2-a67e-e39bec6eb4b1"},{"name":"Update Categories Bulk","id":"2c0a5348-c412-4e12-8362-e8410fc3a753","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"categoryList\": [\n        {\n            \"categoryID\": 1,\n            \"categoryName\": \"Nestle RAW\",\n            \"sortOrder\": \"1\",\n            \"description\": \"Yummy sweet\"\n        },\n        {\n            \"categoryID\": 2,\n            \"sortOrder\": \"1\",\n            \"categoryName\": \"Beverages\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://queuebuster.co/API/public/v1/thirdparty/3239/updateCategoriesBulk","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","3239","updateCategoriesBulk"],"host":["queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"0e9576ca-2308-4be7-9c48-ad25c4adde68","name":"Pass (Status Code - 201) Category is updated successfully.","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"categoryList\": [\n        {\n            \"categoryID\": 1,\n            \"categoryName\": \"Sweet\",\n            \"sortOrder\": \"1\",\n            \"description\": \"Yummy sweet\"\n        },\n        {\n            \"categoryID\": 2,\n            \"sortOrder\": \"1\",\n            \"categoryName\": \"Juices\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/1639/updateCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 10:38:14 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Categories updated successfully!\"\n}"},{"id":"9e577107-edbc-4734-8ab5-794d3c30983f","name":"CategoryID Missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"0bce909af7d717eaa8e8bdc46a8ffa18534fea2c6ad1260a8db7e11788d7d82a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"categoryList\": [\n        {\n            \"categoryID\": 1,\n            \"categoryName\": \"Nestle RAW\",\n            \"sortOrder\": \"1\",\n            \"description\": \"Yummy sweet\"\n        },\n        {\n            \"categoryID\": \"\",\n            \"sortOrder\": \"1\",\n            \"categoryName\": \"Beverages\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/3239/updateCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 22 Aug 2022 07:27:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Category ID can not be empty at index 1\"\n}"},{"id":"c68d7788-67c5-422c-bfe5-821479d2b692","name":"CategoryName Is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"0bce909af7d717eaa8e8bdc46a8ffa18534fea2c6ad1260a8db7e11788d7d82a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"categoryList\": [\n        {\n            \"categoryID\": 1,\n            \"categoryName\": \"Nestle RAW\",\n            \"sortOrder\": \"1\",\n            \"description\": \"Yummy sweet\"\n        },\n        {\n            \"categoryID\": 2,\n            \"sortOrder\": \"1\",\n            \"categoryName\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/3239/updateCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 22 Aug 2022 07:28:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Category Name can not be empty at index 1\"\n}"},{"id":"cbd462e0-6ac5-44d2-9c82-13f702345106","name":"Not Mapped to ThirdParty","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"0bce909af7d717eaa8e8bdc46a8ffa18534fea2c6ad1260a8db7e11788d7d82a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"categoryList\": [\n        {\n            \"categoryID\": 1,\n            \"categoryName\": \"Nestle RAW\",\n            \"sortOrder\": \"1\",\n            \"description\": \"Yummy sweet\"\n        },\n        {\n            \"categoryID\": 2,\n            \"sortOrder\": \"1\",\n            \"categoryName\": \"Beverages\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/3208/updateCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 22 Aug 2022 07:30:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This chain is not authorized to share data with third party clients\"\n}"}],"_postman_id":"2c0a5348-c412-4e12-8362-e8410fc3a753"}],"id":"e6650508-547a-4dce-95d1-187af66ffce8","_postman_id":"e6650508-547a-4dce-95d1-187af66ffce8","description":""},{"name":"Sub Category","item":[{"name":"Fetch SubCategories","id":"34656f97-b7c5-4084-90ab-9e402774f05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/3239/fetchSubCategories","description":"<p>-&gt;To fetch all SubCategories</p>\n<p>-&gt;ChainID should be mapped to Thirdparty ID</p>\n<p>-&gt;Thirdparty Token is mandatory</p>\n","urlObject":{"path":["public","v1","thirdparty","3239","fetchSubCategories"],"host":["{{baseURI}}"],"query":[],"variable":[]}},"response":[{"id":"df47b516-89f7-4d14-9c8a-790aeed3d373","name":"success_blankPage","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1805/fetchSubCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 10:59:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"totalRecordCount\": 148,\n    \"data\": [\n        {\n            \"subCategoryID\": 1,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Grocery\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 2,\n            \"subCategoryName\": \"General Merchandise\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 3,\n            \"subCategoryName\": \"Pasta, Noodles, Vermicelli\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 4,\n            \"subCategoryName\": \"Grooming\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 5,\n            \"subCategoryName\": \"Masala\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 6,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 7,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 8,\n            \"subCategoryName\": \"Spices\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 9,\n            \"subCategoryName\": \"Salt\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 10,\n            \"subCategoryName\": \"Tea & Coffee\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 11,\n            \"subCategoryName\": \"Household Cleaning\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 12,\n            \"subCategoryName\": \"Confectionery\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 13,\n            \"subCategoryName\": \"Cold Drinks\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 14,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 15,\n            \"subCategoryName\": \"Snacks\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 16,\n            \"subCategoryName\": \"Pickle\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 17,\n            \"subCategoryName\": \"Rice\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 18,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 19,\n            \"subCategoryName\": \"Ghee\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 20,\n            \"subCategoryName\": \"Ready To Cook\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 21,\n            \"subCategoryName\": \"Flour\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 22,\n            \"subCategoryName\": \"Frozen Food\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 23,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 24,\n            \"subCategoryName\": \"Health Supplements\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 25,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Fabric Wash Popdets\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 26,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Non Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 27,\n            \"subCategoryName\": \"Talc, Deodrants & Perfumes\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 28,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 29,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Imported Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 30,\n            \"subCategoryName\": \"Sugar\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 31,\n            \"subCategoryName\": \"Pulses\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 32,\n            \"subCategoryName\": \"Pooja Products\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 33,\n            \"subCategoryName\": \"Air Freshener\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 34,\n            \"subCategoryName\": \"Oral Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 35,\n            \"subCategoryName\": \"Repellants\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 36,\n            \"subCategoryName\": \"Kitchen Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 37,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 38,\n            \"subCategoryName\": \"Dry Fruits\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 39,\n            \"subCategoryName\": \"Papad\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 40,\n            \"subCategoryName\": \"Jam, Sauce, Spreads\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 41,\n            \"subCategoryName\": \"Pain Relievers\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 42,\n            \"subCategoryName\": \"Ice Cream\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 43,\n            \"subCategoryName\": \"Milk\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 44,\n            \"subCategoryName\": \"Milk Beverages\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 45,\n            \"subCategoryName\": \"Butter\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 46,\n            \"subCategoryName\": \"Biscuits\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 47,\n            \"subCategoryName\": \"Cheese\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 48,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 49,\n            \"subCategoryName\": \"Paneer\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 50,\n            \"subCategoryName\": \"Milk\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 51,\n            \"subCategoryName\": \"Mixes\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 52,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Kitchenware\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 53,\n            \"subCategoryName\": \"Feminine Beauty\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 54,\n            \"subCategoryName\": \"Fruit Drink\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 55,\n            \"subCategoryName\": \"Stationery\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 56,\n            \"subCategoryName\": \"Water\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 57,\n            \"subCategoryName\": \"Fabric Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 58,\n            \"subCategoryName\": \"Plastic & Utensils\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 59,\n            \"subCategoryName\": \"Hair Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 60,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Ayurvedic Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 61,\n            \"subCategoryName\": \"Bathing\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 62,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Deodorants\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 63,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Premium Personal Wash\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 64,\n            \"subCategoryName\": \"Face Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 65,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Oral Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 66,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Hair Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 67,\n            \"subCategoryName\": \"Juices\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 68,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 69,\n            \"subCategoryName\": \"Bathing\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 70,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Fruites & Vegetables\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 71,\n            \"subCategoryName\": \"Hand Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 72,\n            \"subCategoryName\": \"Antiseptic\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 73,\n            \"subCategoryName\": \"Powder\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 74,\n            \"subCategoryName\": \"Pasta\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 75,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Masala\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 76,\n            \"subCategoryName\": \"Breakfast Cereal\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 77,\n            \"subCategoryName\": \"Feminine Hygiene\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 78,\n            \"subCategoryName\": \"Cigarettes\",\n            \"description\": \"\",\n            \"categoryName\": \"Refreshments\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 79,\n            \"subCategoryName\": \"Eggs\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 80,\n            \"subCategoryName\": \"Paste\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 81,\n            \"subCategoryName\": \"Oil\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 82,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 83,\n            \"subCategoryName\": \"Health Drink\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 84,\n            \"subCategoryName\": \"Bakery (Other Than Biscuits)\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 85,\n            \"subCategoryName\": \"Cake\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 86,\n            \"subCategoryName\": \"Cookies\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 87,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Instant Coffee\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 88,\n            \"subCategoryName\": \"Cadbury\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 89,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 90,\n            \"subCategoryName\": \"Baby Food\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 91,\n            \"subCategoryName\": \"Noodles\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 92,\n            \"subCategoryName\": \"Namkeen\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 93,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Refreshments\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 94,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Beauty Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 95,\n            \"subCategoryName\": \"Lotion\",\n            \"description\": \"\",\n            \"categoryName\": \"Non Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 96,\n            \"subCategoryName\": \"Tooth Paste\",\n            \"description\": \"\",\n            \"categoryName\": \"Non Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 97,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Laundry\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 98,\n            \"subCategoryName\": \"Rohit\",\n            \"description\": \"\",\n            \"categoryName\": \"Refreshments\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 99,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Puja Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 100,\n            \"subCategoryName\": \"Digestion & Acidity Relievers\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 101,\n            \"subCategoryName\": \"Ice Cream\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 102,\n            \"subCategoryName\": \"Condoms\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 103,\n            \"subCategoryName\": \"Hair Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 104,\n            \"subCategoryName\": \"Chocolates\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 105,\n            \"subCategoryName\": \"Wafer\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 106,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 107,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Bakery\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 108,\n            \"subCategoryName\": \"Cold & Cough Relievers\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 109,\n            \"subCategoryName\": \"Curd\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 110,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Stationery\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 111,\n            \"subCategoryName\": \"Salt\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 112,\n            \"subCategoryName\": \"Candy\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 113,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Cleaning Material\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 114,\n            \"subCategoryName\": \"Papad\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 115,\n            \"subCategoryName\": \"Instant Mix\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 116,\n            \"subCategoryName\": \"Soap\",\n            \"description\": \"\",\n            \"categoryName\": \"Non Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 117,\n            \"subCategoryName\": \"Jaggery\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 118,\n            \"subCategoryName\": \"Talc, Deodrants & Perfumes\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 119,\n            \"subCategoryName\": \"Rohit\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 120,\n            \"subCategoryName\": \"Face Wash\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 121,\n            \"subCategoryName\": \"Agarbathi\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 122,\n            \"subCategoryName\": \"Health Drink\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 123,\n            \"subCategoryName\": \"Diapers\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 124,\n            \"subCategoryName\": \"Ready To Cook\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 125,\n            \"subCategoryName\": \"Vegetables\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 126,\n            \"subCategoryName\": \"Chips\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 127,\n            \"subCategoryName\": \"Ready To Eat\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 128,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Chocolates\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 129,\n            \"subCategoryName\": \"Confectionery\",\n            \"description\": \"\",\n            \"categoryName\": \"Chocolates\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 130,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Savoury\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 131,\n            \"subCategoryName\": \"Cerals\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 132,\n            \"subCategoryName\": \"Soap\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 133,\n            \"subCategoryName\": \"Pickle\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 134,\n            \"subCategoryName\": \"Shampoo\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 135,\n            \"subCategoryName\": \"Syrup\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 136,\n            \"subCategoryName\": \"Jaggery\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 137,\n            \"subCategoryName\": \"Energy Drinks\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 138,\n            \"subCategoryName\": \"Atta\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 139,\n            \"subCategoryName\": \"Rohit\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 140,\n            \"subCategoryName\": \"Pasta, Noodles, Vermicelli\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 141,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Chewing Gum\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 142,\n            \"subCategoryName\": \"Cooking Oil\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 143,\n            \"subCategoryName\": \"Body Perfume\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 144,\n            \"subCategoryName\": \"Ghee\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 145,\n            \"subCategoryName\": \"Tea Powder\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 146,\n            \"subCategoryName\": \"Soup\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 147,\n            \"subCategoryName\": \"Ketchup\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 148,\n            \"subCategoryName\": \"Deodrants\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        }\n    ]\n}"},{"id":"36a8d5dc-0014-4976-8bb7-f01283d1839d","name":"NoRecordsOnPageCount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"2\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1805/fetchSubCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:01:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"totalRecordCount\": 0,\n    \"data\": []\n}"},{"id":"88babab6-9118-4795-b8a9-3fd78e284460","name":"Success_OnPageNumber","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1805/fetchSubCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:02:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"totalRecordCount\": 148,\n    \"data\": [\n        {\n            \"subCategoryID\": 1,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Grocery\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 2,\n            \"subCategoryName\": \"General Merchandise\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 3,\n            \"subCategoryName\": \"Pasta, Noodles, Vermicelli\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 4,\n            \"subCategoryName\": \"Grooming\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 5,\n            \"subCategoryName\": \"Masala\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 6,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 7,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 8,\n            \"subCategoryName\": \"Spices\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 9,\n            \"subCategoryName\": \"Salt\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 10,\n            \"subCategoryName\": \"Tea & Coffee\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 11,\n            \"subCategoryName\": \"Household Cleaning\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 12,\n            \"subCategoryName\": \"Confectionery\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 13,\n            \"subCategoryName\": \"Cold Drinks\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 14,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 15,\n            \"subCategoryName\": \"Snacks\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 16,\n            \"subCategoryName\": \"Pickle\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 17,\n            \"subCategoryName\": \"Rice\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 18,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 19,\n            \"subCategoryName\": \"Ghee\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 20,\n            \"subCategoryName\": \"Ready To Cook\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 21,\n            \"subCategoryName\": \"Flour\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 22,\n            \"subCategoryName\": \"Frozen Food\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 23,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 24,\n            \"subCategoryName\": \"Health Supplements\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 25,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Fabric Wash Popdets\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 26,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Non Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 27,\n            \"subCategoryName\": \"Talc, Deodrants & Perfumes\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 28,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 29,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Imported Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 30,\n            \"subCategoryName\": \"Sugar\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 31,\n            \"subCategoryName\": \"Pulses\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 32,\n            \"subCategoryName\": \"Pooja Products\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 33,\n            \"subCategoryName\": \"Air Freshener\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 34,\n            \"subCategoryName\": \"Oral Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 35,\n            \"subCategoryName\": \"Repellants\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 36,\n            \"subCategoryName\": \"Kitchen Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 37,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 38,\n            \"subCategoryName\": \"Dry Fruits\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 39,\n            \"subCategoryName\": \"Papad\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 40,\n            \"subCategoryName\": \"Jam, Sauce, Spreads\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 41,\n            \"subCategoryName\": \"Pain Relievers\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 42,\n            \"subCategoryName\": \"Ice Cream\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 43,\n            \"subCategoryName\": \"Milk\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 44,\n            \"subCategoryName\": \"Milk Beverages\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 45,\n            \"subCategoryName\": \"Butter\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 46,\n            \"subCategoryName\": \"Biscuits\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 47,\n            \"subCategoryName\": \"Cheese\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 48,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 49,\n            \"subCategoryName\": \"Paneer\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 50,\n            \"subCategoryName\": \"Milk\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 51,\n            \"subCategoryName\": \"Mixes\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 52,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Kitchenware\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 53,\n            \"subCategoryName\": \"Feminine Beauty\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 54,\n            \"subCategoryName\": \"Fruit Drink\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 55,\n            \"subCategoryName\": \"Stationery\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 56,\n            \"subCategoryName\": \"Water\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 57,\n            \"subCategoryName\": \"Fabric Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 58,\n            \"subCategoryName\": \"Plastic & Utensils\",\n            \"description\": \"\",\n            \"categoryName\": \"Home Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 59,\n            \"subCategoryName\": \"Hair Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 60,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Ayurvedic Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 61,\n            \"subCategoryName\": \"Bathing\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 62,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Deodorants\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 63,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Premium Personal Wash\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 64,\n            \"subCategoryName\": \"Face Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 65,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Oral Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 66,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Hair Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 67,\n            \"subCategoryName\": \"Juices\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 68,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 69,\n            \"subCategoryName\": \"Bathing\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 70,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Fruites & Vegetables\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 71,\n            \"subCategoryName\": \"Hand Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 72,\n            \"subCategoryName\": \"Antiseptic\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 73,\n            \"subCategoryName\": \"Powder\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 74,\n            \"subCategoryName\": \"Pasta\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 75,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Masala\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 76,\n            \"subCategoryName\": \"Breakfast Cereal\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 77,\n            \"subCategoryName\": \"Feminine Hygiene\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 78,\n            \"subCategoryName\": \"Cigarettes\",\n            \"description\": \"\",\n            \"categoryName\": \"Refreshments\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 79,\n            \"subCategoryName\": \"Eggs\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 80,\n            \"subCategoryName\": \"Paste\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 81,\n            \"subCategoryName\": \"Oil\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 82,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 83,\n            \"subCategoryName\": \"Health Drink\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 84,\n            \"subCategoryName\": \"Bakery (Other Than Biscuits)\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 85,\n            \"subCategoryName\": \"Cake\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 86,\n            \"subCategoryName\": \"Cookies\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 87,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Instant Coffee\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 88,\n            \"subCategoryName\": \"Cadbury\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 89,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 90,\n            \"subCategoryName\": \"Baby Food\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 91,\n            \"subCategoryName\": \"Noodles\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 92,\n            \"subCategoryName\": \"Namkeen\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 93,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Refreshments\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 94,\n            \"subCategoryName\": \"Skin Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Beauty Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 95,\n            \"subCategoryName\": \"Lotion\",\n            \"description\": \"\",\n            \"categoryName\": \"Non Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 96,\n            \"subCategoryName\": \"Tooth Paste\",\n            \"description\": \"\",\n            \"categoryName\": \"Non Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 97,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Laundry\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 98,\n            \"subCategoryName\": \"Rohit\",\n            \"description\": \"\",\n            \"categoryName\": \"Refreshments\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 99,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Puja Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 100,\n            \"subCategoryName\": \"Digestion & Acidity Relievers\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 101,\n            \"subCategoryName\": \"Ice Cream\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 102,\n            \"subCategoryName\": \"Condoms\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 103,\n            \"subCategoryName\": \"Hair Care\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 104,\n            \"subCategoryName\": \"Chocolates\",\n            \"description\": \"\",\n            \"categoryName\": \"Packaged Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 105,\n            \"subCategoryName\": \"Wafer\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 106,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 107,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Bakery\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 108,\n            \"subCategoryName\": \"Cold & Cough Relievers\",\n            \"description\": \"\",\n            \"categoryName\": \"Health Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 109,\n            \"subCategoryName\": \"Curd\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 110,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Stationery\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 111,\n            \"subCategoryName\": \"Salt\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 112,\n            \"subCategoryName\": \"Candy\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 113,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Cleaning Material\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 114,\n            \"subCategoryName\": \"Papad\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 115,\n            \"subCategoryName\": \"Instant Mix\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 116,\n            \"subCategoryName\": \"Soap\",\n            \"description\": \"\",\n            \"categoryName\": \"Non Food\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 117,\n            \"subCategoryName\": \"Jaggery\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 118,\n            \"subCategoryName\": \"Talc, Deodrants & Perfumes\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 119,\n            \"subCategoryName\": \"Rohit\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 120,\n            \"subCategoryName\": \"Face Wash\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 121,\n            \"subCategoryName\": \"Agarbathi\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 122,\n            \"subCategoryName\": \"Health Drink\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 123,\n            \"subCategoryName\": \"Diapers\",\n            \"description\": \"\",\n            \"categoryName\": \"Baby Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 124,\n            \"subCategoryName\": \"Ready To Cook\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 125,\n            \"subCategoryName\": \"Vegetables\",\n            \"description\": \"\",\n            \"categoryName\": \"Dairy Products\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 126,\n            \"subCategoryName\": \"Chips\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 127,\n            \"subCategoryName\": \"Ready To Eat\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 128,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Chocolates\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 129,\n            \"subCategoryName\": \"Confectionery\",\n            \"description\": \"\",\n            \"categoryName\": \"Chocolates\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 130,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Savoury\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 131,\n            \"subCategoryName\": \"Cerals\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 132,\n            \"subCategoryName\": \"Soap\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 133,\n            \"subCategoryName\": \"Pickle\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 134,\n            \"subCategoryName\": \"Shampoo\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 135,\n            \"subCategoryName\": \"Syrup\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 136,\n            \"subCategoryName\": \"Jaggery\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 137,\n            \"subCategoryName\": \"Energy Drinks\",\n            \"description\": \"\",\n            \"categoryName\": \"Beverages\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 138,\n            \"subCategoryName\": \"Atta\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 139,\n            \"subCategoryName\": \"Rohit\",\n            \"description\": \"\",\n            \"categoryName\": \"Staples\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 140,\n            \"subCategoryName\": \"Pasta, Noodles, Vermicelli\",\n            \"description\": \"\",\n            \"categoryName\": \"Cooking\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 141,\n            \"subCategoryName\": \"Others\",\n            \"description\": \"\",\n            \"categoryName\": \"Chewing Gum\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 142,\n            \"subCategoryName\": \"Cooking Oil\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 143,\n            \"subCategoryName\": \"Body Perfume\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 144,\n            \"subCategoryName\": \"Ghee\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 145,\n            \"subCategoryName\": \"Tea Powder\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 146,\n            \"subCategoryName\": \"Soup\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 147,\n            \"subCategoryName\": \"Ketchup\",\n            \"description\": \"\",\n            \"categoryName\": \"Food Items\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        },\n        {\n            \"subCategoryID\": 148,\n            \"subCategoryName\": \"Deodrants\",\n            \"description\": \"\",\n            \"categoryName\": \"Personal Care\",\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"sortOrder\": 0\n        }\n    ]\n}"},{"id":"28e6dbbd-cf25-4dd2-8c00-614f3875a9c3","name":"Token Missing/Invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1805/fetchSubCategories"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:02:50 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'getThirdpartySubCategories') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'getThirdpartySubCategories') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"cea548c3-3424-4a29-a196-3f58d40149b6","name":"ChainID not Mapped","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1600/fetchSubCategories"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:03:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This chain is not authorized to share data with third party clients\"\n}"}],"_postman_id":"34656f97-b7c5-4084-90ab-9e402774f05a"},{"name":"Add Sub Categories Bulk","id":"58024556-b7c4-45c9-a1f4-3a1c8b692e46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subCategoryList\": [\n        {\n            \"subCategoryName\": \"Summer Simranjeet\",\n            \"sortOrder\": \"1\",\n            \"categoryID\": 2\n        },\n        {\n            \"subCategoryName\": \"Fruits\",\n            \"sortOrder\": \"3\",\n            \"categoryID\": 6\n        },\n        {\n            \"subCategoryName\": \"Soft Drinks Males\",\n            \"sortOrder\": \"2\",\n            \"categoryID\": \"3\"\n        }\n        \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://queuebuster.co/API/public/v1/thirdparty/3239/addSubCategoriesBulk","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","3239","addSubCategoriesBulk"],"host":["queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"648df761-641f-4bae-ae16-a6f2893915ae","name":"Pass (code 201) Add Sub Categories Bulk","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subCategoryList\": [\n        {\n            \"subCategoryName\": \"Fresh Juice\",\n            \"sortOrder\": \"1\",\n            \"categoryID\": 2\n        },\n        {\n            \"subCategoryName\": \"Fruit-Salads\",\n            \"sortOrder\": \"3\",\n            \"categoryID\": 6\n        },\n        {\n            \"subCategoryName\": \"Vegetable juice\",\n            \"sortOrder\": \"2\",\n            \"categoryID\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/1639/addSubCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 12:52:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"SubCategories created successfully!\"\n}"},{"id":"38d38186-191d-41fc-ac04-e1950f0fd4cd","name":"Invalid Data/Category not mapped","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"f34d13a66c1749146589b8badf2dac446305ec995d2deca84ec44b389e11566e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subCategoryList\": [\n        {\n            \"subCategoryName\": \"Shakes\",\n            \"sortOrder\": \"1\",\n            \"categoryID\": 2\n        },\n        {\n            \"subCategoryName\": \"veg-Salads\",\n            \"sortOrder\": \"3\",\n            \"categoryID\": 6\n        },\n        {\n            \"subCategoryName\": \"Soft Drink Kids\",\n            \"sortOrder\": \"2\",\n            \"categoryID\": \n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/1534/addSubCategoriesBulk"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 22 Jul 2022 04:37:06 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Invalid Data</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Invalid Data',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Invalid Data') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 49\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 49</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'addSubCategoriesBulk') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'addSubCategoriesBulk') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"dc607a24-1bbb-4778-b68b-db4829f22923","name":"ThirdParty Not Mapped","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"0bce909af7d717eaa8e8bdc46a8ffa18534fea2c6ad1260a8db7e11788d7d82a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subCategoryList\": [\n        {\n            \"subCategoryName\": \"Summer Shakes\",\n            \"sortOrder\": \"1\",\n            \"categoryID\": 2\n        },\n        {\n            \"subCategoryName\": \"Fruits-Salads\",\n            \"sortOrder\": \"3\",\n            \"categoryID\": 6\n        },\n        {\n            \"subCategoryName\": \"Soft Drink Kids\",\n            \"sortOrder\": \"2\",\n            \"categoryID\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/3208/addSubCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 22 Aug 2022 07:49:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This chain is not authorized to share data with third party clients\"\n}"},{"id":"05cf7afa-27c7-48d3-98ee-d191c6aee7f2","name":"Sub Category Name Is missing","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"0bce909af7d717eaa8e8bdc46a8ffa18534fea2c6ad1260a8db7e11788d7d82a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subCategoryList\": [\n        {\n            \"subCategoryName\": \"\",\n            \"sortOrder\": \"1\",\n            \"categoryID\": 2\n        },\n        {\n            \"subCategoryName\": \"Fruits-Salads\",\n            \"sortOrder\": \"3\",\n            \"categoryID\": 6\n        },\n        {\n            \"subCategoryName\": \"Soft Drink Kids\",\n            \"sortOrder\": \"2\",\n            \"categoryID\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/3239/addSubCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Mon, 22 Aug 2022 07:53:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"SubCategory Name can not be empty at index 0,Fruits-Salads subCategory already exists,Soft Drink Kids subCategory already exists\"\n}"}],"_postman_id":"58024556-b7c4-45c9-a1f4-3a1c8b692e46"},{"name":"Update Sub Categories Bulk","id":"ff0df1b3-1fa1-416d-82d8-28524ce888ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subCategoryList\": [\n        {\n            \"subCategoryID\":1,\n            \"sortOrder\": \"1\",\n            \"subCategoryName\": \"Fruits Shakes\",\n            \"categoryID\": 2\n        },\n        {\n            \"subCategoryID\":2,\n            \"sortOrder\": \"1\",\n            \"subCategoryName\": \" veg-Salads\",\n            \"categoryID\": 2\n        },\n        \n        {\n            \"subCategoryID\":3,\n            \"sortOrder\": \"2\",\n            \"subCategoryName\": \"Soft Drink Kids\",\n            \"categoryID\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://queuebuster.co/API/public/v1/thirdparty/3239/updateSubCategoriesBulk","description":"<p>1.) Sub-Category updated successfully code 201 (change category name and category id).</p>\n<p>2.) CategoryID as blank error code 403.</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","3239","updateSubCategoriesBulk"],"host":["queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"23df85e3-f9b3-48ef-b489-81348f080003","name":"Pass (Status code 201) Update Sub Sucessfully Categories Bulk","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subCategoryList\": [\n        {\n            \"subCategoryID\":1,\n            \"sortOrder\": \"1\",\n            \"subCategoryName\": \"Shakes\",\n            \"categoryID\": 2\n        },\n        {\n            \"subCategoryID\":2,\n            \"sortOrder\": \"1\",\n            \"subCategoryName\": \" veg-Salads\",\n            \"categoryID\": 2\n        },\n        \n        {\n            \"subCategoryID\":3,\n            \"sortOrder\": \"2\",\n            \"subCategoryName\": \"Soft Drink Kids\",\n            \"categoryID\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/1639/updateSubCategoriesBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 10:57:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"SubCategories updated successfully!\"\n}"},{"id":"75a22168-65cf-4e4d-80c7-9b233e00772e","name":"Fail (error code 403 ) Update Sub Categories Bulk","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subCategoryList\": [\n        {\n            \"subCategoryID\":1,\n            \"sortOrder\": \"1\",\n            \"subCategoryName\": \"Shakes\",\n            \"categoryID\":\"1\"\n        },\n        {\n            \"subCategoryID\":2,\n            \"sortOrder\": \"1\",\n            \"subCategoryName\": \" veg-Salads\",\n            \"categoryID\": 5\n        },\n        \n        {\n            \"subCategoryID\":3,\n            \"sortOrder\": \"2\",\n            \"subCategoryName\": \"Soft Drink Kids\",\n            \"categoryID\": \n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/1639/updateSubCategoriesBulk"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 19 Jul 2022 11:32:28 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Invalid Data</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Invalid Data',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Invalid Data') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 49\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 49</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'updateSubCategoriesBulk') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'updateSubCategoriesBulk') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"dd2f7a89-1094-4a12-b6ba-086b051f6eb4","name":"Failed (code 403) SubCategoryID blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"subCategoryList\": [\n        {\n            \"subCategoryID\":1,\n            \"sortOrder\": \"1\",\n            \"subCategoryName\": \"Shakes\",\n            \"categoryID\":\"1\"\n        },\n        {\n            \"subCategoryID\":,\n            \"sortOrder\": \"1\",\n            \"subCategoryName\": \" veg-Salads\",\n            \"categoryID\": 5\n        },\n        \n        {\n            \"subCategoryID\":3,\n            \"sortOrder\": \"2\",\n            \"subCategoryName\": \"Soft Drink Kids\",\n            \"categoryID\": 2\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/1639/updateSubCategoriesBulk"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 19 Jul 2022 12:08:13 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Invalid Data</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Invalid Data',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Invalid Data') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 49\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 49</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'updateSubCategoriesBulk') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'updateSubCategoriesBulk') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"}],"_postman_id":"ff0df1b3-1fa1-416d-82d8-28524ce888ce"}],"id":"03a41383-7e15-469d-81e2-045cd3cb20c3","_postman_id":"03a41383-7e15-469d-81e2-045cd3cb20c3","description":""},{"name":"Brand","item":[{"name":"Fetch Brands","event":[{"listen":"test","script":{"id":"d7e4dc31-3be7-4302-a1c0-e905d0ac3c54","exec":["pm.test(\"Getting token\", function () {\r","    //pm.environment.get(\"token\");\r","});"],"type":"text/javascript"}}],"id":"fed38257-b5fa-436d-9213-d9a76a66757c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"{{token}}","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"https://queuebuster.co/API/public/v1/thirdparty/3239/fetchBrands","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","3239","fetchBrands"],"host":["queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"a70cc29a-6d43-4a96-b1af-ecacd0eaceb5","name":"Success_blankPage_All results","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1805/fetchBrands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:08:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"totalRecordCount\": 840,\n    \"data\": [\n        {\n            \"brandID\": 256,\n            \"brandName\": \"Fine Life\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 512,\n            \"brandName\": \"Park Avenue\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 768,\n            \"brandName\": \"Uri Body\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1,\n            \"brandName\": \"Gilette\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 257,\n            \"brandName\": \"Flair\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 513,\n            \"brandName\": \"Paansmith\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 769,\n            \"brandName\": \"V Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2,\n            \"brandName\": \"24 Mantra\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 258,\n            \"brandName\": \"Flamingo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 514,\n            \"brandName\": \"Padmini\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 770,\n            \"brandName\": \"V Wash\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3,\n            \"brandName\": \"Brooke Bond\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 259,\n            \"brandName\": \"Fogg\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 515,\n            \"brandName\": \"Palmolive\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 771,\n            \"brandName\": \"Vaga\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4,\n            \"brandName\": \"3M\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 260,\n            \"brandName\": \"Fortune\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 516,\n            \"brandName\": \"Pampers\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 772,\n            \"brandName\": \"Value\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5,\n            \"brandName\": \"5 Star\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 261,\n            \"brandName\": \"Freshhomz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 517,\n            \"brandName\": \"Panasonic\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 773,\n            \"brandName\": \"Vanesa\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6,\n            \"brandName\": \"50-50\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 262,\n            \"brandName\": \"Freshomoz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 518,\n            \"brandName\": \"Pantene\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 774,\n            \"brandName\": \"Vanish\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7,\n            \"brandName\": \"Streax\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 263,\n            \"brandName\": \"Freshoms\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 519,\n            \"brandName\": \"Paper Boat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 775,\n            \"brandName\": \"Vaporub\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8,\n            \"brandName\": 555,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 264,\n            \"brandName\": \"Freshomz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 520,\n            \"brandName\": \"Parachute\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 776,\n            \"brandName\": \"Varmora\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9,\n            \"brandName\": \"7 Hearbs\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 265,\n            \"brandName\": \"Frooti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 521,\n            \"brandName\": \"Paradise\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 777,\n            \"brandName\": \"Vaseline\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10,\n            \"brandName\": \"7 Up\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 266,\n            \"brandName\": \"Fun Food\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 522,\n            \"brandName\": \"Parashute\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 778,\n            \"brandName\": \"Vasmol\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 11,\n            \"brandName\": \"Parle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 267,\n            \"brandName\": \"Funfood\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 523,\n            \"brandName\": \"Park Avanue\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 779,\n            \"brandName\": \"Vasu\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 12,\n            \"brandName\": 777,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 268,\n            \"brandName\": \"Gajraj\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 524,\n            \"brandName\": \"Parmpers\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 780,\n            \"brandName\": \"Vatika\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 13,\n            \"brandName\": \"A-One\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 269,\n            \"brandName\": \"Gala\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 525,\n            \"brandName\": \"Parrot\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 781,\n            \"brandName\": \"Vdb\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 14,\n            \"brandName\": \"Aachi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 270,\n            \"brandName\": \"Galaxy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 526,\n            \"brandName\": \"Patanajali\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 782,\n            \"brandName\": \"Vebba\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 15,\n            \"brandName\": \"Aadhar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 271,\n            \"brandName\": \"Ganesh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 527,\n            \"brandName\": \"Ponds\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 783,\n            \"brandName\": \"Veda\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 16,\n            \"brandName\": \"Aaditva\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 272,\n            \"brandName\": \"Garnier\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 528,\n            \"brandName\": \"Pearl\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 784,\n            \"brandName\": \"Veeba\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 17,\n            \"brandName\": \"Aamboli\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 273,\n            \"brandName\": \"Gastby\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 529,\n            \"brandName\": \"Pearldew\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 785,\n            \"brandName\": \"Veet\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 18,\n            \"brandName\": \"Aamchi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 274,\n            \"brandName\": \"Gellette\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 530,\n            \"brandName\": \"Pears\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 786,\n            \"brandName\": \"Vega\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 19,\n            \"brandName\": \"Aanand\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 275,\n            \"brandName\": \"Gemini\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 531,\n            \"brandName\": \"Pedia Sure\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 787,\n            \"brandName\": \"Venky'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 20,\n            \"brandName\": \"Aarpanamm\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 276,\n            \"brandName\": \"Ghadi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 532,\n            \"brandName\": \"Pediasure\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 788,\n            \"brandName\": \"Venus\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 21,\n            \"brandName\": \"Aashirvaad\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 277,\n            \"brandName\": \"Girnar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 533,\n            \"brandName\": \"Pedicure\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 789,\n            \"brandName\": \"Vermicelli\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 22,\n            \"brandName\": \"Aashirvadam\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 278,\n            \"brandName\": \"Glucon-D\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 534,\n            \"brandName\": \"Pedigree\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 790,\n            \"brandName\": \"Vasline\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 23,\n            \"brandName\": \"Aastha\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 279,\n            \"brandName\": \"Goderj\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 535,\n            \"brandName\": \"Pedisure\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 791,\n            \"brandName\": \"Vi-John\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 24,\n            \"brandName\": \"Abhimanyu\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 280,\n            \"brandName\": \"Goodday\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 536,\n            \"brandName\": \"Peesafe\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 792,\n            \"brandName\": \"Vicco\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 25,\n            \"brandName\": \"Acme\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 281,\n            \"brandName\": \"Goodknight\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 537,\n            \"brandName\": \"Pepsodent\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 793,\n            \"brandName\": \"Vicks\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 26,\n            \"brandName\": \"Acrott\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 282,\n            \"brandName\": \"Govind\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 538,\n            \"brandName\": \"Peppy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 794,\n            \"brandName\": \"Vijay\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 27,\n            \"brandName\": \"Actii\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 283,\n            \"brandName\": \"Goving\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 539,\n            \"brandName\": \"Pepsi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 795,\n            \"brandName\": \"Vikram\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 28,\n            \"brandName\": \"Horlics\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 284,\n            \"brandName\": \"Gowardhan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 540,\n            \"brandName\": \"Perfect99\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 796,\n            \"brandName\": \"Vim\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 29,\n            \"brandName\": \"Hul\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 285,\n            \"brandName\": \"Grami\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 541,\n            \"brandName\": \"Perfetti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 797,\n            \"brandName\": \"Vip\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 30,\n            \"brandName\": \"Acto\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 286,\n            \"brandName\": \"Guruji\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 542,\n            \"brandName\": \"Perk\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 798,\n            \"brandName\": \"Wipro\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 31,\n            \"brandName\": \"Additon\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 287,\n            \"brandName\": \"H&S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 543,\n            \"brandName\": \"Priyagold\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 799,\n            \"brandName\": \"Viroprotek\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 32,\n            \"brandName\": \"Adidas\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 288,\n            \"brandName\": \"Hair & Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 544,\n            \"brandName\": \"Philips\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 800,\n            \"brandName\": \"Vita\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 33,\n            \"brandName\": \"Adithya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 289,\n            \"brandName\": \"Haldiram\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 545,\n            \"brandName\": \"Pickwick\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 801,\n            \"brandName\": \"Vithoba\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 34,\n            \"brandName\": \"Adition\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 290,\n            \"brandName\": \"Hamam\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 546,\n            \"brandName\": \"Pidilite\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 802,\n            \"brandName\": \"Vivel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 35,\n            \"brandName\": \"Aeriel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 291,\n            \"brandName\": \"Hamdard\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 547,\n            \"brandName\": \"Pillsbury\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 803,\n            \"brandName\": \"Vividha\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 36,\n            \"brandName\": \"Afzal\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 292,\n            \"brandName\": \"Handaplast\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 548,\n            \"brandName\": \"Pintola\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 804,\n            \"brandName\": \"Vlcc\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 37,\n            \"brandName\": \"Cycle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 293,\n            \"brandName\": \"Hanger\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 549,\n            \"brandName\": \"Pipo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 805,\n            \"brandName\": \"Vo Foods\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 38,\n            \"brandName\": \"Agni\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 294,\n            \"brandName\": \"Hangyo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 550,\n            \"brandName\": \"Pitambari\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 806,\n            \"brandName\": \"Volini\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 39,\n            \"brandName\": \"Agrofresh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 295,\n            \"brandName\": \"Hansaplast\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 551,\n            \"brandName\": \"Polo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 807,\n            \"brandName\": \"Vwash\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 40,\n            \"brandName\": \"Air Wick\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 296,\n            \"brandName\": \"Happydent\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 552,\n            \"brandName\": \"Poly\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 808,\n            \"brandName\": \"Waffy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 41,\n            \"brandName\": \"Airiel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 297,\n            \"brandName\": \"Harima\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 553,\n            \"brandName\": \"Popular\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 809,\n            \"brandName\": \"Wagh Bakri\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 42,\n            \"brandName\": \"Airwick\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 298,\n            \"brandName\": \"Harpic\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 554,\n            \"brandName\": \"Popz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 810,\n            \"brandName\": \"Wai Wai Noodles\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 43,\n            \"brandName\": \"Aishwaryas\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 299,\n            \"brandName\": \"Hatsun\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 555,\n            \"brandName\": \"Pour Home\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 811,\n            \"brandName\": \"Weikfield\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 44,\n            \"brandName\": \"Ajay\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 300,\n            \"brandName\": \"Havmor\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 556,\n            \"brandName\": \"Prabhat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 812,\n            \"brandName\": \"Wheel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 45,\n            \"brandName\": \"Alife\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 301,\n            \"brandName\": \"He\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 557,\n            \"brandName\": \"Prabhu\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 813,\n            \"brandName\": \"Whisper\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 46,\n            \"brandName\": \"Alite\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 302,\n            \"brandName\": \"Head & Sholder\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 558,\n            \"brandName\": \"Pravin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 814,\n            \"brandName\": \"Whiskas\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 47,\n            \"brandName\": \"Allout\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 303,\n            \"brandName\": \"Heinz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 559,\n            \"brandName\": \"Prefix\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 815,\n            \"brandName\": \"Wild Stone\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 48,\n            \"brandName\": \"Alphenliebe\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 304,\n            \"brandName\": \"Henko\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 560,\n            \"brandName\": \"Premier\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 816,\n            \"brandName\": \"Wills Classic\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 49,\n            \"brandName\": \"Amazon\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 305,\n            \"brandName\": \"Hershey'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 561,\n            \"brandName\": \"Premium\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 817,\n            \"brandName\": \"Win\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 50,\n            \"brandName\": \"Ambipur\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 306,\n            \"brandName\": \"Hide & Seek\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 562,\n            \"brandName\": \"Prestige\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 818,\n            \"brandName\": \"Winkies\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 51,\n            \"brandName\": \"Amul\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 307,\n            \"brandName\": \"Him\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 563,\n            \"brandName\": \"Prestine\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 819,\n            \"brandName\": \"Winkin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 52,\n            \"brandName\": \"Amulya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 308,\n            \"brandName\": \"Himalaya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 564,\n            \"brandName\": \"Pril\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 820,\n            \"brandName\": \"Wonder Fresh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 53,\n            \"brandName\": \"Anand\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 309,\n            \"brandName\": \"Himani\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 565,\n            \"brandName\": \"Primium\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 821,\n            \"brandName\": \"Wonderz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 54,\n            \"brandName\": \"Anchor\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 310,\n            \"brandName\": \"Hira\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 566,\n            \"brandName\": \"Pringles\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 822,\n            \"brandName\": \"Woosh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 55,\n            \"brandName\": \"Anil\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 311,\n            \"brandName\": \"Hit\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 567,\n            \"brandName\": \"Pristine\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 823,\n            \"brandName\": \"Wow\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 56,\n            \"brandName\": \"Aniva\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 312,\n            \"brandName\": \"Horlicks\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 568,\n            \"brandName\": \"Priya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 824,\n            \"brandName\": \"Wrigley'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 57,\n            \"brandName\": \"Anjeer\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 313,\n            \"brandName\": \"Huggies\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 569,\n            \"brandName\": \"Pro\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 825,\n            \"brandName\": \"X-Man\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 58,\n            \"brandName\": \"Ankur\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 314,\n            \"brandName\": \"Hyderabadi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 570,\n            \"brandName\": \"Pro Clean\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 826,\n            \"brandName\": \"Xpert\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 59,\n            \"brandName\": \"Anmol\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 315,\n            \"brandName\": \"Hygeinix\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 571,\n            \"brandName\": \"Pro Ease\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 827,\n            \"brandName\": \"Yadley\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 60,\n            \"brandName\": \"Anne\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 316,\n            \"brandName\": \"India Gate\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 572,\n            \"brandName\": \"Pro Nature\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 828,\n            \"brandName\": \"Yakult\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 61,\n            \"brandName\": \"Anuved\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 317,\n            \"brandName\": \"Indica\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 573,\n            \"brandName\": \"Proclean\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 829,\n            \"brandName\": \"Yardely\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 62,\n            \"brandName\": \"Apis\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 318,\n            \"brandName\": \"Indulekha\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 574,\n            \"brandName\": \"Pronature\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 830,\n            \"brandName\": \"Yippee\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 63,\n            \"brandName\": \"Appy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 319,\n            \"brandName\": \"Itc\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 575,\n            \"brandName\": \"Patanjali\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 831,\n            \"brandName\": \"Yrdly\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 64,\n            \"brandName\": \"Apurvm\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 320,\n            \"brandName\": \"Itchguard\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 576,\n            \"brandName\": \"Quaker\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 832,\n            \"brandName\": \"Yummiez\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 65,\n            \"brandName\": \"Aquafina\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 321,\n            \"brandName\": \"Johnson & Johnson\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 577,\n            \"brandName\": \"Raag\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 833,\n            \"brandName\": \"Others\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 66,\n            \"brandName\": \"Arcor\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 322,\n            \"brandName\": \"Jabsons\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 578,\n            \"brandName\": \"Raagi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 834,\n            \"brandName\": \"Zandu Balm\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 67,\n            \"brandName\": \"Ariel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 323,\n            \"brandName\": \"Jordan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 579,\n            \"brandName\": \"Rainbow\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 835,\n            \"brandName\": \"Zed Black\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 68,\n            \"brandName\": \"Aristo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 324,\n            \"brandName\": \"Jovan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 580,\n            \"brandName\": \"Rajbhog\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 836,\n            \"brandName\": \"Zig\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 69,\n            \"brandName\": \"Arjun\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 325,\n            \"brandName\": \"Joy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 581,\n            \"brandName\": \"Rajeshahi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 837,\n            \"brandName\": \"Colgate\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 70,\n            \"brandName\": \"Arman\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 326,\n            \"brandName\": \"Joyo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 582,\n            \"brandName\": \"Rajnigandha\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 838,\n            \"brandName\": \"Zipouch\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 71,\n            \"brandName\": \"Arun\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 327,\n            \"brandName\": \"Jumbo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 583,\n            \"brandName\": \"Rajwadi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 839,\n            \"brandName\": \"Zipper\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 72,\n            \"brandName\": \"Aruna\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 328,\n            \"brandName\": \"Kabuli\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 584,\n            \"brandName\": \"Rala\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 840,\n            \"brandName\": \"Zorrik\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 73,\n            \"brandName\": \"Aryan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 329,\n            \"brandName\": \"Kama\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 585,\n            \"brandName\": \"Ram\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 74,\n            \"brandName\": \"Aryur\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 330,\n            \"brandName\": \"Kamasutra\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 586,\n            \"brandName\": \"Rambahdhu\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 75,\n            \"brandName\": \"Aura\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 331,\n            \"brandName\": \"Kamdhenu\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 587,\n            \"brandName\": \"Rambandhu\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 76,\n            \"brandName\": \"Aurn\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 332,\n            \"brandName\": \"Kanab\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 588,\n            \"brandName\": \"Ramson\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 77,\n            \"brandName\": \"Axe\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 333,\n            \"brandName\": \"Kanaiya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 589,\n            \"brandName\": \"Ramsons\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 78,\n            \"brandName\": \"Ayur\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 334,\n            \"brandName\": \"Kangaro\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 590,\n            \"brandName\": \"Rangeela\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 79,\n            \"brandName\": \"Ayush\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 335,\n            \"brandName\": \"Kara\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 591,\n            \"brandName\": \"Rangmadhur\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 80,\n            \"brandName\": \"Ayutveda\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 336,\n            \"brandName\": \"Karachi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 592,\n            \"brandName\": \"Rasana\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 81,\n            \"brandName\": \"Ayuzer\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 337,\n            \"brandName\": \"Kellogg'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 593,\n            \"brandName\": \"Rasna\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 82,\n            \"brandName\": \"B Natural\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 338,\n            \"brandName\": \"Kesh King\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 594,\n            \"brandName\": \"Ratol\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 83,\n            \"brandName\": \"Babbino\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 339,\n            \"brandName\": \"Keya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 595,\n            \"brandName\": \"Rava\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 84,\n            \"brandName\": \"Babio\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 340,\n            \"brandName\": \"Khadi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 596,\n            \"brandName\": \"Ravalgaon\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 85,\n            \"brandName\": \"Babool\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 341,\n            \"brandName\": \"Khazana\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 597,\n            \"brandName\": \"Rbm\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 86,\n            \"brandName\": \"Babul\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 342,\n            \"brandName\": \"Khukhi'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 598,\n            \"brandName\": \"Real\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 87,\n            \"brandName\": \"Baby\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 343,\n            \"brandName\": \"Khushi'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 599,\n            \"brandName\": \"Red Bull\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 88,\n            \"brandName\": \"Badashaha\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 344,\n            \"brandName\": \"Kinder\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 600,\n            \"brandName\": \"Red Label\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 89,\n            \"brandName\": \"Bagrrys\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 345,\n            \"brandName\": \"Kingfisher\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 601,\n            \"brandName\": \"Reliance\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 90,\n            \"brandName\": \"Baidyanath\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 346,\n            \"brandName\": \"Kinley\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 602,\n            \"brandName\": \"Revlon\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 91,\n            \"brandName\": \"Bajaj\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 347,\n            \"brandName\": \"Kissan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 603,\n            \"brandName\": \"Rexona\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 92,\n            \"brandName\": \"Bakers\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 348,\n            \"brandName\": \"Kisses\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 604,\n            \"brandName\": \"Reynolds\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 93,\n            \"brandName\": \"Balaji\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 349,\n            \"brandName\": \"Kit Kat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 605,\n            \"brandName\": \"Rin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 94,\n            \"brandName\": \"Bambind\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 350,\n            \"brandName\": \"Knoor\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 606,\n            \"brandName\": \"Rmk\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 95,\n            \"brandName\": \"Bambino\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 351,\n            \"brandName\": \"Kohinoor\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 607,\n            \"brandName\": \"Robin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 96,\n            \"brandName\": \"Banjaras\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 352,\n            \"brandName\": \"Koka\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 608,\n            \"brandName\": \"Rocket\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 97,\n            \"brandName\": \"Beardo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 353,\n            \"brandName\": \"Koko\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 609,\n            \"brandName\": \"Rockrt\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 98,\n            \"brandName\": \"Bedekar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 354,\n            \"brandName\": \"Kopico\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 610,\n            \"brandName\": \"Roohafza\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 99,\n            \"brandName\": \"Bedkear\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 355,\n            \"brandName\": \"Kores\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 611,\n            \"brandName\": \"Rorito\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 100,\n            \"brandName\": \"Bella\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 356,\n            \"brandName\": \"Pepsico\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 612,\n            \"brandName\": \"Rosta\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 101,\n            \"brandName\": \"Benson & Hedges\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 357,\n            \"brandName\": \"Kwality\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 613,\n            \"brandName\": \"Roxx Pro\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 102,\n            \"brandName\": \"Berina\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 358,\n            \"brandName\": \"Lacto Calamine\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 614,\n            \"brandName\": \"Royal Mirage\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 103,\n            \"brandName\": \"Berkeley\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 359,\n            \"brandName\": \"Lactogen\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 615,\n            \"brandName\": \"Rozana\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 104,\n            \"brandName\": \"Best\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 360,\n            \"brandName\": \"Lakme\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 616,\n            \"brandName\": \"Ruby\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 105,\n            \"brandName\": \"Bhakti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 361,\n            \"brandName\": \"Laser\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 617,\n            \"brandName\": \"Ruchi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 106,\n            \"brandName\": \"Bikaji\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 362,\n            \"brandName\": \"Lay'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 618,\n            \"brandName\": \"Sadguru\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 107,\n            \"brandName\": \"Bikano\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 363,\n            \"brandName\": \"Lazer\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 619,\n            \"brandName\": \"Safal\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 108,\n            \"brandName\": \"Bingo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 364,\n            \"brandName\": \"Lia\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 620,\n            \"brandName\": \"Safari\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 109,\n            \"brandName\": \"Biotique\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 365,\n            \"brandName\": \"Liberty\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 621,\n            \"brandName\": \"Safe\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 110,\n            \"brandName\": \"Bisleri\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 366,\n            \"brandName\": \"Licious\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 622,\n            \"brandName\": \"Saffola\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 111,\n            \"brandName\": \"Bombay Shaving\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 367,\n            \"brandName\": \"Life Bouy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 623,\n            \"brandName\": \"Saffron\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 112,\n            \"brandName\": \"Bombaypav\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 368,\n            \"brandName\": \"Lifebouy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 624,\n            \"brandName\": \"Sagar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 113,\n            \"brandName\": \"Bomboy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 369,\n            \"brandName\": \"Lijjat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 625,\n            \"brandName\": \"Sahyadri\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 114,\n            \"brandName\": \"Bonaqua\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 370,\n            \"brandName\": \"Limca\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 626,\n            \"brandName\": \"Sai\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 115,\n            \"brandName\": \"Boomer\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 371,\n            \"brandName\": \"Lipton\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 627,\n            \"brandName\": \"Sakthi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 116,\n            \"brandName\": \"Boost\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 372,\n            \"brandName\": \"Liril\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 628,\n            \"brandName\": \"Samrat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 117,\n            \"brandName\": \"Boro Plus\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 373,\n            \"brandName\": \"Listerine\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 629,\n            \"brandName\": \"Sanifresh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 118,\n            \"brandName\": \"Boroline\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 374,\n            \"brandName\": \"Livon\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 630,\n            \"brandName\": \"Santoor\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 119,\n            \"brandName\": \"Borosil\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 375,\n            \"brandName\": \"Lizol\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 631,\n            \"brandName\": \"Saptshakti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 120,\n            \"brandName\": \"Cadbury\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 376,\n            \"brandName\": \"L'Oreal\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 632,\n            \"brandName\": \"Sarvana\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 121,\n            \"brandName\": \"Bournville\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 377,\n            \"brandName\": \"Lotrus\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 633,\n            \"brandName\": \"Sargam\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 122,\n            \"brandName\": \"Braylcreem\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 378,\n            \"brandName\": \"Lotte\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 634,\n            \"brandName\": \"Sarvam\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 123,\n            \"brandName\": \"Breeze\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 379,\n            \"brandName\": \"Lotus\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 635,\n            \"brandName\": \"Sarwar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 124,\n            \"brandName\": \"Brinjal\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 380,\n            \"brandName\": \"Luvit\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 636,\n            \"brandName\": \"Savion\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 125,\n            \"brandName\": \"Britania\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 381,\n            \"brandName\": \"Lux\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 637,\n            \"brandName\": \"Savitri\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 126,\n            \"brandName\": \"Bru\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 382,\n            \"brandName\": \"Luxor\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 638,\n            \"brandName\": \"Savlon\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 127,\n            \"brandName\": \"Brut\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 383,\n            \"brandName\": \"Luxury\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 639,\n            \"brandName\": \"Scotch Brite\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 128,\n            \"brandName\": \"Brylcream\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 384,\n            \"brandName\": \"Maggi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 640,\n            \"brandName\": \"Secret Temptation\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 129,\n            \"brandName\": \"Cadbuary\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 385,\n            \"brandName\": \"Magix\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 641,\n            \"brandName\": \"Sensodyne\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 130,\n            \"brandName\": \"Camlin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 386,\n            \"brandName\": \"Maiyas\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 642,\n            \"brandName\": \"Sesa\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 131,\n            \"brandName\": \"Candyman\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 387,\n            \"brandName\": \"Mala'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 643,\n            \"brandName\": \"Set Wet\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 132,\n            \"brandName\": \"Capsico\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 388,\n            \"brandName\": \"Malanadu\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 644,\n            \"brandName\": \"Sunfeast\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 133,\n            \"brandName\": \"Captain\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 389,\n            \"brandName\": \"Mammy Poko\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 645,\n            \"brandName\": \"Shahi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 134,\n            \"brandName\": \"Cardamom\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 390,\n            \"brandName\": \"Mamoos\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 646,\n            \"brandName\": \"Shan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 135,\n            \"brandName\": \"Cashew\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 391,\n            \"brandName\": \"Mangalam\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 647,\n            \"brandName\": \"Shanskruti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 136,\n            \"brandName\": \"Catch\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 392,\n            \"brandName\": \"Mangaldeep\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 648,\n            \"brandName\": \"Shanthala\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 137,\n            \"brandName\": \"Cavin'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 393,\n            \"brandName\": \"Manna\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 649,\n            \"brandName\": \"Shashi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 138,\n            \"brandName\": \"Celebration\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 394,\n            \"brandName\": \"Manthan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 650,\n            \"brandName\": \"Sheer\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 139,\n            \"brandName\": \"Cell\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 395,\n            \"brandName\": \"Mapro\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 651,\n            \"brandName\": \"Shenga\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 140,\n            \"brandName\": \"Cello\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 396,\n            \"brandName\": \"Margo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 652,\n            \"brandName\": \"Shin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 141,\n            \"brandName\": \"Perfetti Van Melle'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 397,\n            \"brandName\": \"Marie Gold\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 653,\n            \"brandName\": \"Shine\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 142,\n            \"brandName\": \"Nestle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 398,\n            \"brandName\": \"Marlboro\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 654,\n            \"brandName\": \"Shinz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 143,\n            \"brandName\": \"Cermica\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 399,\n            \"brandName\": \"Marvel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 655,\n            \"brandName\": \"Shirsat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 144,\n            \"brandName\": \"Chakote\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 400,\n            \"brandName\": \"Max Kleen\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 656,\n            \"brandName\": \"Shivam\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 145,\n            \"brandName\": \"Champa\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 401,\n            \"brandName\": \"Maxo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 657,\n            \"brandName\": \"Shivling\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 146,\n            \"brandName\": \"Champion\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 402,\n            \"brandName\": \"Maya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 658,\n            \"brandName\": \"Shrikanda\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 147,\n            \"brandName\": \"Chamunda\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 403,\n            \"brandName\": \"Maybeline\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 659,\n            \"brandName\": \"Shubh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 148,\n            \"brandName\": \"Chandan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 404,\n            \"brandName\": \"Mayuri\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 660,\n            \"brandName\": \"Shubhalaxmi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 149,\n            \"brandName\": \"Chandelkar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 405,\n            \"brandName\": \"Maza\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 661,\n            \"brandName\": \"Siddi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 150,\n            \"brandName\": \"Chandhan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 406,\n            \"brandName\": \"Mccain\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 662,\n            \"brandName\": \"Sigma\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 151,\n            \"brandName\": \"Chandra\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 407,\n            \"brandName\": \"Mcvities\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 663,\n            \"brandName\": \"Silver Coin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 152,\n            \"brandName\": \"Chandrakant\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 408,\n            \"brandName\": \"Mdh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 664,\n            \"brandName\": \"Simply Venus\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 153,\n            \"brandName\": \"Chandraraj\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 409,\n            \"brandName\": \"Medicare\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 665,\n            \"brandName\": \"Titan Skinn\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 154,\n            \"brandName\": \"Chandrika\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 410,\n            \"brandName\": \"Mediker\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 666,\n            \"brandName\": \"Skittles\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 155,\n            \"brandName\": \"Charlie\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 411,\n            \"brandName\": \"Medimix\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 667,\n            \"brandName\": \"Skore\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 156,\n            \"brandName\": \"Charminar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 412,\n            \"brandName\": \"Meera\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 668,\n            \"brandName\": \"Slice\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 157,\n            \"brandName\": \"Chatkeens\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 413,\n            \"brandName\": \"Meharbaan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 669,\n            \"brandName\": \"Smart\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 158,\n            \"brandName\": \"Chatpata\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 414,\n            \"brandName\": \"Melton\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 670,\n            \"brandName\": \"Sm\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 159,\n            \"brandName\": \"Chedda'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 415,\n            \"brandName\": \"Mentos\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 671,\n            \"brandName\": \"Smith & Jones\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 160,\n            \"brandName\": \"Reckitt Benckiser\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 416,\n            \"brandName\": \"Mexitos\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 672,\n            \"brandName\": \"Snickers\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 161,\n            \"brandName\": \"Chheda'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 417,\n            \"brandName\": \"Micks\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 673,\n            \"brandName\": \"Sobisco\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 162,\n            \"brandName\": \"Chicco\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 418,\n            \"brandName\": \"Milano\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 674,\n            \"brandName\": \"Society\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 163,\n            \"brandName\": \"Chik\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 419,\n            \"brandName\": \"Milton\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 675,\n            \"brandName\": \"Softouch\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 164,\n            \"brandName\": \"Chings\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 420,\n            \"brandName\": \"Minute Maid\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 676,\n            \"brandName\": \"Sofy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 165,\n            \"brandName\": \"Cif\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 421,\n            \"brandName\": \"Mirinda\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 677,\n            \"brandName\": \"Son\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 166,\n            \"brandName\": \"Godrej\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 422,\n            \"brandName\": \"Mogra\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 678,\n            \"brandName\": \"Spark\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 167,\n            \"brandName\": \"Cipla\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 423,\n            \"brandName\": \"Moksh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 679,\n            \"brandName\": \"Sparkling\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 168,\n            \"brandName\": \"Citizen\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 424,\n            \"brandName\": \"Monaco\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 680,\n            \"brandName\": \"Sparsh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 169,\n            \"brandName\": \"Classic\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 425,\n            \"brandName\": \"Monginis\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 681,\n            \"brandName\": \"Special\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 170,\n            \"brandName\": \"Classmate\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 426,\n            \"brandName\": \"Monkey\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 682,\n            \"brandName\": \"Spencer'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 171,\n            \"brandName\": \"Cobra\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 427,\n            \"brandName\": \"Monster\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 683,\n            \"brandName\": \"Spinz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 172,\n            \"brandName\": \"Cocacola\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 428,\n            \"brandName\": \"Moov\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 684,\n            \"brandName\": \"Spoorthi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 173,\n            \"brandName\": \"Cocoraj\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 429,\n            \"brandName\": \"Morisons\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 685,\n            \"brandName\": \"Spotzero\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 174,\n            \"brandName\": \"Colagte\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 430,\n            \"brandName\": \"Mortein\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 686,\n            \"brandName\": \"Spozero\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 175,\n            \"brandName\": \"Reckitt & Colman\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 431,\n            \"brandName\": \"Morton\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 687,\n            \"brandName\": \"Spring\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 176,\n            \"brandName\": \"Complan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 432,\n            \"brandName\": \"Mother Dairy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 688,\n            \"brandName\": \"Sprinkle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 177,\n            \"brandName\": \"Continental\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 433,\n            \"brandName\": \"Mother'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 689,\n            \"brandName\": \"Sprite\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 178,\n            \"brandName\": \"Cookwell\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 434,\n            \"brandName\": \"Moti Gulab\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 690,\n            \"brandName\": \"Spykar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 179,\n            \"brandName\": \"Coolberg\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 435,\n            \"brandName\": \"Mountain Dew\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 691,\n            \"brandName\": \"Sri\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 180,\n            \"brandName\": \"Cornitos\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 436,\n            \"brandName\": \"Mtr\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 692,\n            \"brandName\": \"St Ives\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 181,\n            \"brandName\": \"Cremica\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 437,\n            \"brandName\": \"Munch\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 693,\n            \"brandName\": \"Star\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 182,\n            \"brandName\": \"Daawat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 438,\n            \"brandName\": \"Myico\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 694,\n            \"brandName\": \"Stayfree\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 183,\n            \"brandName\": \"Dabur\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 439,\n            \"brandName\": \"Mysoap\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 695,\n            \"brandName\": \"Steinbach\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 184,\n            \"brandName\": \"Dairy Day\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 440,\n            \"brandName\": \"Mysore\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 696,\n            \"brandName\": \"Sting\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 185,\n            \"brandName\": \"Dalda\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 441,\n            \"brandName\": \"Myuri\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 697,\n            \"brandName\": \"Stop-O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 186,\n            \"brandName\": \"Darshan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 442,\n            \"brandName\": \"Nabati\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 698,\n            \"brandName\": \"Strainer\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 187,\n            \"brandName\": \"Dawat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 443,\n            \"brandName\": \"Nacho\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 699,\n            \"brandName\": \"Strawberry\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 188,\n            \"brandName\": \"Del Monte\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 444,\n            \"brandName\": \"Nakshatra\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 700,\n            \"brandName\": \"Strepsils\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 189,\n            \"brandName\": \"Denver\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 445,\n            \"brandName\": \"Nandini\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 701,\n            \"brandName\": \"Sugar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 190,\n            \"brandName\": \"Dermi Cool\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 446,\n            \"brandName\": \"Nataraj\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 702,\n            \"brandName\": \"Suhana\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 191,\n            \"brandName\": \"Deshbhakti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 447,\n            \"brandName\": \"Natural\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 703,\n            \"brandName\": \"Sumeru\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 192,\n            \"brandName\": \"Dettol\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 448,\n            \"brandName\": \"Natures\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 704,\n            \"brandName\": \"Sun\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 193,\n            \"brandName\": \"Devbhakti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 449,\n            \"brandName\": \"Naturo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 705,\n            \"brandName\": \"Sunbean\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 194,\n            \"brandName\": \"Devhakthi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 450,\n            \"brandName\": \"Navaratna\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 706,\n            \"brandName\": \"Sunday\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 195,\n            \"brandName\": \"Dhara\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 451,\n            \"brandName\": \"Navrantna\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 707,\n            \"brandName\": \"Sundrop\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 196,\n            \"brandName\": \"Dharani\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 452,\n            \"brandName\": \"Navratana\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 708,\n            \"brandName\": \"Sunin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 197,\n            \"brandName\": \"Dhriti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 453,\n            \"brandName\": \"Nayasa\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 709,\n            \"brandName\": \"Sunny\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 198,\n            \"brandName\": \"Diabliss\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 454,\n            \"brandName\": \"Naycil\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 710,\n            \"brandName\": \"Sunsilk\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 199,\n            \"brandName\": \"Diamond\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 455,\n            \"brandName\": \"Nescafe\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 711,\n            \"brandName\": \"Super\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 200,\n            \"brandName\": \"Diana\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 456,\n            \"brandName\": \"Neem\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 712,\n            \"brandName\": \"Superia\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 201,\n            \"brandName\": \"Dinshaws\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 457,\n            \"brandName\": \"Neutrogena\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 713,\n            \"brandName\": \"Supermax\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 202,\n            \"brandName\": \"Dinshwas\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 458,\n            \"brandName\": \"Nevia\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 714,\n            \"brandName\": \"Supreme\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 203,\n            \"brandName\": \"Disano\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 459,\n            \"brandName\": \"Nice\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 715,\n            \"brandName\": \"Surabhi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 204,\n            \"brandName\": \"Dishwash\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 460,\n            \"brandName\": \"Nihar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 716,\n            \"brandName\": \"Sureklin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 205,\n            \"brandName\": \"Domestos\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 461,\n            \"brandName\": \"Nike\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 717,\n            \"brandName\": \"Suft Excel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 206,\n            \"brandName\": \"Domex\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 462,\n            \"brandName\": \"Nilgiris\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 718,\n            \"brandName\": \"Surgitol\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 207,\n            \"brandName\": \"Dorites\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 463,\n            \"brandName\": \"Nilion'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 719,\n            \"brandName\": \"Suruchi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 208,\n            \"brandName\": \"Doritos\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 464,\n            \"brandName\": \"Nim\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 720,\n            \"brandName\": \"Surya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 209,\n            \"brandName\": \"Doublemint\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 465,\n            \"brandName\": \"Nimbooz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 721,\n            \"brandName\": \"Swan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 210,\n            \"brandName\": \"Dr. Oetker\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 466,\n            \"brandName\": \"Nine\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 722,\n            \"brandName\": \"Swarna\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 211,\n            \"brandName\": \"Drhruti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 467,\n            \"brandName\": \"Nip\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 723,\n            \"brandName\": \"Swasthik\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 212,\n            \"brandName\": \"Dukes\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 468,\n            \"brandName\": \"Nippo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 724,\n            \"brandName\": \"Sweet\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 213,\n            \"brandName\": \"Duracell\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 469,\n            \"brandName\": \"Nippon\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 725,\n            \"brandName\": \"Syska\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 214,\n            \"brandName\": \"Durex\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 470,\n            \"brandName\": \"Nirma\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 726,\n            \"brandName\": \"T Shine\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 215,\n            \"brandName\": \"Dyna\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 471,\n            \"brandName\": \"Nirmal\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 727,\n            \"brandName\": \"Taaza\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 216,\n            \"brandName\": \"Eastern\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 472,\n            \"brandName\": \"Nisha\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 728,\n            \"brandName\": \"Tajmahal\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 217,\n            \"brandName\": \"Easy Kleen\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 473,\n            \"brandName\": \"Nishans\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 729,\n            \"brandName\": \"Talent\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 218,\n            \"brandName\": \"Ela\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 474,\n            \"brandName\": \"Nissin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 730,\n            \"brandName\": \"Tamara\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 219,\n            \"brandName\": \"Elite\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 475,\n            \"brandName\": \"Nivea\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 731,\n            \"brandName\": \"Tang\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 220,\n            \"brandName\": \"Elle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 476,\n            \"brandName\": \"Nomarks\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 732,\n            \"brandName\": \"Tangy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 221,\n            \"brandName\": \"Emami\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 477,\n            \"brandName\": \"Nova\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 733,\n            \"brandName\": \"Tata\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 222,\n            \"brandName\": \"Enchanteur\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 478,\n            \"brandName\": \"Nupur\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 734,\n            \"brandName\": \"Teju\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 223,\n            \"brandName\": \"Engage\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 479,\n            \"brandName\": \"Nutella\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 735,\n            \"brandName\": \"Temptin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 224,\n            \"brandName\": \"Eno\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 480,\n            \"brandName\": \"Nutralite\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 736,\n            \"brandName\": \"Tetley\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 225,\n            \"brandName\": \"Ensure\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 481,\n            \"brandName\": \"Nutrela\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 737,\n            \"brandName\": \"Tez\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 226,\n            \"brandName\": \"Envy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 482,\n            \"brandName\": \"Nutri\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 738,\n            \"brandName\": \"Three Mango\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 227,\n            \"brandName\": \"Epigamia\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 483,\n            \"brandName\": \"Nutricrunch\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 739,\n            \"brandName\": \"Thums Up\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 228,\n            \"brandName\": \"Estern\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 484,\n            \"brandName\": \"Nutrine\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 740,\n            \"brandName\": \"Tic Tac\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 229,\n            \"brandName\": \"Estrn\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 485,\n            \"brandName\": \"Nutritius\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 741,\n            \"brandName\": \"Tide\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 230,\n            \"brandName\": \"Eva\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 486,\n            \"brandName\": \"Nuttella\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 742,\n            \"brandName\": \"Tify\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 231,\n            \"brandName\": \"Eve\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 487,\n            \"brandName\": \"Nycil\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 743,\n            \"brandName\": \"Tiger\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 232,\n            \"brandName\": \"Eveeryday\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 488,\n            \"brandName\": \"Nyle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 744,\n            \"brandName\": \"Tilnad\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 233,\n            \"brandName\": \"Everyuth\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 489,\n            \"brandName\": \"Oats\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 745,\n            \"brandName\": \"Tilraj\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 234,\n            \"brandName\": \"Eveready\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 490,\n            \"brandName\": \"Occasions\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 746,\n            \"brandName\": \"Time Pass\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 235,\n            \"brandName\": \"Everest\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 491,\n            \"brandName\": \"Ocean\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 747,\n            \"brandName\": \"Tirumalla\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 236,\n            \"brandName\": \"Everyday\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 492,\n            \"brandName\": \"Octane\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 748,\n            \"brandName\": \"Too Yum\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 237,\n            \"brandName\": \"Excellent\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 493,\n            \"brandName\": \"Odomas\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 749,\n            \"brandName\": \"Toofan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 238,\n            \"brandName\": \"Exo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 494,\n            \"brandName\": \"Odonil\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 750,\n            \"brandName\": \"Top\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 239,\n            \"brandName\": \"Ezee\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 495,\n            \"brandName\": \"Odopic\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 751,\n            \"brandName\": \"Topaz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 240,\n            \"brandName\": \"Ezzy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 496,\n            \"brandName\": \"Oiivia\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 752,\n            \"brandName\": \"Total\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 241,\n            \"brandName\": \"Fa\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 497,\n            \"brandName\": \"Ok\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 753,\n            \"brandName\": \"Treat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 242,\n            \"brandName\": \"Fab\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 498,\n            \"brandName\": \"Olay\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 754,\n            \"brandName\": \"Treseme\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 243,\n            \"brandName\": \"Fabelle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 499,\n            \"brandName\": \"Old Spice\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 755,\n            \"brandName\": \"Tropicana\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 244,\n            \"brandName\": \"Faber Castel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 500,\n            \"brandName\": \"Olive\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 756,\n            \"brandName\": \"Tulips\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 245,\n            \"brandName\": \"Fairever\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 501,\n            \"brandName\": \"Olivia\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 757,\n            \"brandName\": \"Tulsi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 246,\n            \"brandName\": \"Fairness\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 502,\n            \"brandName\": \"Once More\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 758,\n            \"brandName\": \"Tutti Frutti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 247,\n            \"brandName\": \"Fal\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 503,\n            \"brandName\": \"Oral B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 759,\n            \"brandName\": \"Twinkle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 248,\n            \"brandName\": \"Falero\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 504,\n            \"brandName\": \"Orbit\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 760,\n            \"brandName\": \"Udipi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 249,\n            \"brandName\": \"Fem\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 505,\n            \"brandName\": \"Oreo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 761,\n            \"brandName\": \"Ujala\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 250,\n            \"brandName\": \"Fena\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 506,\n            \"brandName\": \"Organic\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 762,\n            \"brandName\": \"Ullas\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 251,\n            \"brandName\": \"Fevicol\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 507,\n            \"brandName\": \"Ors\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 763,\n            \"brandName\": \"Unibic\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 252,\n            \"brandName\": \"Fevigum\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 508,\n            \"brandName\": \"Orsl\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 764,\n            \"brandName\": \"Uncle Chips\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 253,\n            \"brandName\": \"Fevikwik\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 509,\n            \"brandName\": \"Ossum\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 765,\n            \"brandName\": \"Uncle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 254,\n            \"brandName\": \"Fiama\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 510,\n            \"brandName\": \"Oxy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 766,\n            \"brandName\": \"Uni Wash\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 255,\n            \"brandName\": \"Figaro\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 511,\n            \"brandName\": \"Ozone\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 767,\n            \"brandName\": \"Uniwash\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        }\n    ]\n}"},{"id":"dc57b6da-5a26-45f6-8950-a6502983020b","name":"success_200results limit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1805/fetchBrands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:18:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"totalRecordCount\": 200,\n    \"data\": [\n        {\n            \"brandID\": 256,\n            \"brandName\": \"Fine Life\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 512,\n            \"brandName\": \"Park Avenue\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 768,\n            \"brandName\": \"Uri Body\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1,\n            \"brandName\": \"Gilette\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 257,\n            \"brandName\": \"Flair\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 513,\n            \"brandName\": \"Paansmith\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 769,\n            \"brandName\": \"V Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2,\n            \"brandName\": \"24 Mantra\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 258,\n            \"brandName\": \"Flamingo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 514,\n            \"brandName\": \"Padmini\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 770,\n            \"brandName\": \"V Wash\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3,\n            \"brandName\": \"Brooke Bond\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 259,\n            \"brandName\": \"Fogg\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 515,\n            \"brandName\": \"Palmolive\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 771,\n            \"brandName\": \"Vaga\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4,\n            \"brandName\": \"3M\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 260,\n            \"brandName\": \"Fortune\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 516,\n            \"brandName\": \"Pampers\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 772,\n            \"brandName\": \"Value\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5,\n            \"brandName\": \"5 Star\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 261,\n            \"brandName\": \"Freshhomz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 517,\n            \"brandName\": \"Panasonic\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 773,\n            \"brandName\": \"Vanesa\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6,\n            \"brandName\": \"50-50\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 262,\n            \"brandName\": \"Freshomoz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 518,\n            \"brandName\": \"Pantene\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 774,\n            \"brandName\": \"Vanish\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7,\n            \"brandName\": \"Streax\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 263,\n            \"brandName\": \"Freshoms\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 519,\n            \"brandName\": \"Paper Boat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 775,\n            \"brandName\": \"Vaporub\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8,\n            \"brandName\": 555,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 264,\n            \"brandName\": \"Freshomz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 520,\n            \"brandName\": \"Parachute\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 776,\n            \"brandName\": \"Varmora\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9,\n            \"brandName\": \"7 Hearbs\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 265,\n            \"brandName\": \"Frooti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 521,\n            \"brandName\": \"Paradise\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 777,\n            \"brandName\": \"Vaseline\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10,\n            \"brandName\": \"7 Up\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 266,\n            \"brandName\": \"Fun Food\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 522,\n            \"brandName\": \"Parashute\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 778,\n            \"brandName\": \"Vasmol\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 11,\n            \"brandName\": \"Parle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 267,\n            \"brandName\": \"Funfood\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 523,\n            \"brandName\": \"Park Avanue\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 779,\n            \"brandName\": \"Vasu\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 12,\n            \"brandName\": 777,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 268,\n            \"brandName\": \"Gajraj\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 524,\n            \"brandName\": \"Parmpers\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 780,\n            \"brandName\": \"Vatika\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 13,\n            \"brandName\": \"A-One\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 269,\n            \"brandName\": \"Gala\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 525,\n            \"brandName\": \"Parrot\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 781,\n            \"brandName\": \"Vdb\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 14,\n            \"brandName\": \"Aachi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 270,\n            \"brandName\": \"Galaxy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 526,\n            \"brandName\": \"Patanajali\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 782,\n            \"brandName\": \"Vebba\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 15,\n            \"brandName\": \"Aadhar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 271,\n            \"brandName\": \"Ganesh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 527,\n            \"brandName\": \"Ponds\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 783,\n            \"brandName\": \"Veda\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 16,\n            \"brandName\": \"Aaditva\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 272,\n            \"brandName\": \"Garnier\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 528,\n            \"brandName\": \"Pearl\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 784,\n            \"brandName\": \"Veeba\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 17,\n            \"brandName\": \"Aamboli\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 273,\n            \"brandName\": \"Gastby\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 529,\n            \"brandName\": \"Pearldew\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 785,\n            \"brandName\": \"Veet\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 18,\n            \"brandName\": \"Aamchi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 274,\n            \"brandName\": \"Gellette\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 530,\n            \"brandName\": \"Pears\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 786,\n            \"brandName\": \"Vega\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 19,\n            \"brandName\": \"Aanand\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 275,\n            \"brandName\": \"Gemini\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 531,\n            \"brandName\": \"Pedia Sure\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 787,\n            \"brandName\": \"Venky'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 20,\n            \"brandName\": \"Aarpanamm\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 276,\n            \"brandName\": \"Ghadi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 532,\n            \"brandName\": \"Pediasure\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 788,\n            \"brandName\": \"Venus\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 21,\n            \"brandName\": \"Aashirvaad\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 277,\n            \"brandName\": \"Girnar\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 533,\n            \"brandName\": \"Pedicure\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 789,\n            \"brandName\": \"Vermicelli\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 22,\n            \"brandName\": \"Aashirvadam\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 278,\n            \"brandName\": \"Glucon-D\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 534,\n            \"brandName\": \"Pedigree\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 790,\n            \"brandName\": \"Vasline\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 23,\n            \"brandName\": \"Aastha\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 279,\n            \"brandName\": \"Goderj\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 535,\n            \"brandName\": \"Pedisure\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 791,\n            \"brandName\": \"Vi-John\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 24,\n            \"brandName\": \"Abhimanyu\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 280,\n            \"brandName\": \"Goodday\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 536,\n            \"brandName\": \"Peesafe\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 792,\n            \"brandName\": \"Vicco\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 25,\n            \"brandName\": \"Acme\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 281,\n            \"brandName\": \"Goodknight\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 537,\n            \"brandName\": \"Pepsodent\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 793,\n            \"brandName\": \"Vicks\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 26,\n            \"brandName\": \"Acrott\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 282,\n            \"brandName\": \"Govind\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 538,\n            \"brandName\": \"Peppy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 794,\n            \"brandName\": \"Vijay\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 27,\n            \"brandName\": \"Actii\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 283,\n            \"brandName\": \"Goving\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 539,\n            \"brandName\": \"Pepsi\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 795,\n            \"brandName\": \"Vikram\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 28,\n            \"brandName\": \"Horlics\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 284,\n            \"brandName\": \"Gowardhan\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 540,\n            \"brandName\": \"Perfect99\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 796,\n            \"brandName\": \"Vim\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 29,\n            \"brandName\": \"Hul\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 285,\n            \"brandName\": \"Grami\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 541,\n            \"brandName\": \"Perfetti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 797,\n            \"brandName\": \"Vip\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 30,\n            \"brandName\": \"Acto\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 286,\n            \"brandName\": \"Guruji\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 542,\n            \"brandName\": \"Perk\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 798,\n            \"brandName\": \"Wipro\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 31,\n            \"brandName\": \"Additon\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 287,\n            \"brandName\": \"H&S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 543,\n            \"brandName\": \"Priyagold\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 799,\n            \"brandName\": \"Viroprotek\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 32,\n            \"brandName\": \"Adidas\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 288,\n            \"brandName\": \"Hair & Care\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 544,\n            \"brandName\": \"Philips\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 800,\n            \"brandName\": \"Vita\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 33,\n            \"brandName\": \"Adithya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 289,\n            \"brandName\": \"Haldiram\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 545,\n            \"brandName\": \"Pickwick\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 801,\n            \"brandName\": \"Vithoba\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 34,\n            \"brandName\": \"Adition\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 290,\n            \"brandName\": \"Hamam\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 546,\n            \"brandName\": \"Pidilite\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 802,\n            \"brandName\": \"Vivel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 35,\n            \"brandName\": \"Aeriel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 291,\n            \"brandName\": \"Hamdard\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 547,\n            \"brandName\": \"Pillsbury\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 803,\n            \"brandName\": \"Vividha\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 36,\n            \"brandName\": \"Afzal\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 292,\n            \"brandName\": \"Handaplast\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 548,\n            \"brandName\": \"Pintola\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 804,\n            \"brandName\": \"Vlcc\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 37,\n            \"brandName\": \"Cycle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 293,\n            \"brandName\": \"Hanger\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 549,\n            \"brandName\": \"Pipo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 805,\n            \"brandName\": \"Vo Foods\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 38,\n            \"brandName\": \"Agni\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 294,\n            \"brandName\": \"Hangyo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 550,\n            \"brandName\": \"Pitambari\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 806,\n            \"brandName\": \"Volini\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 39,\n            \"brandName\": \"Agrofresh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 295,\n            \"brandName\": \"Hansaplast\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 551,\n            \"brandName\": \"Polo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 807,\n            \"brandName\": \"Vwash\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 40,\n            \"brandName\": \"Air Wick\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 296,\n            \"brandName\": \"Happydent\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 552,\n            \"brandName\": \"Poly\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 808,\n            \"brandName\": \"Waffy\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 41,\n            \"brandName\": \"Airiel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 297,\n            \"brandName\": \"Harima\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 553,\n            \"brandName\": \"Popular\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 809,\n            \"brandName\": \"Wagh Bakri\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 42,\n            \"brandName\": \"Airwick\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 298,\n            \"brandName\": \"Harpic\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 554,\n            \"brandName\": \"Popz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 810,\n            \"brandName\": \"Wai Wai Noodles\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 43,\n            \"brandName\": \"Aishwaryas\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 299,\n            \"brandName\": \"Hatsun\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 555,\n            \"brandName\": \"Pour Home\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 811,\n            \"brandName\": \"Weikfield\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 44,\n            \"brandName\": \"Ajay\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 300,\n            \"brandName\": \"Havmor\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 556,\n            \"brandName\": \"Prabhat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 812,\n            \"brandName\": \"Wheel\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 45,\n            \"brandName\": \"Alife\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 301,\n            \"brandName\": \"He\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 557,\n            \"brandName\": \"Prabhu\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 813,\n            \"brandName\": \"Whisper\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 46,\n            \"brandName\": \"Alite\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 302,\n            \"brandName\": \"Head & Sholder\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 558,\n            \"brandName\": \"Pravin\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 814,\n            \"brandName\": \"Whiskas\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 47,\n            \"brandName\": \"Allout\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 303,\n            \"brandName\": \"Heinz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 559,\n            \"brandName\": \"Prefix\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 815,\n            \"brandName\": \"Wild Stone\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 48,\n            \"brandName\": \"Alphenliebe\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 304,\n            \"brandName\": \"Henko\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 560,\n            \"brandName\": \"Premier\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 816,\n            \"brandName\": \"Wills Classic\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 49,\n            \"brandName\": \"Amazon\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 305,\n            \"brandName\": \"Hershey'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 561,\n            \"brandName\": \"Premium\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 817,\n            \"brandName\": \"Win\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 50,\n            \"brandName\": \"Ambipur\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-08-16 16:11:45\",\n            \"creationTimeUTC\": \"2022-08-16 10:41:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        }\n    ]\n}"},{"id":"c6a7fd62-b43d-4b3e-bb14-57991895d0ac","name":"TokenMissing/Invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1805/fetchBrands"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:21:34 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'getThirdpartyBrands') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'getThirdpartyBrands') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"40e6ce9a-3196-40c4-b947-8f0ec34ca712","name":"ChainID Not Mapped","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1600/fetchBrands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:22:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This chain is not authorized to share data with third party clients\"\n}"},{"id":"3d98c24d-c2bf-4b6e-b662-a7bfa5057c77","name":"Fetch Brands success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"ecd0deeec0286f957f729fa68222549c45afa1c88a98bccbe6f9f8779ac3a073","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"\"\r\n}"},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/1114/fetchBrands"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jul 2023 07:42:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Brands listed successfully!\",\n    \"totalRecordCount\": 10029,\n    \"data\": [\n        {\n            \"brandID\": 1,\n            \"brandName\": \"Organic Brands\",\n            \"description\": \"\",\n            \"imageLocation\": \"https://s3.ap-south-1.amazonaws.com/qbstore/chain1114/brand_1062399279_1682419347.jpeg\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2021-09-30 14:56:21\",\n            \"creationTimeUTC\": \"2021-09-30 09:26:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2,\n            \"brandName\": \"Brand 0\",\n            \"description\": \"\",\n            \"imageLocation\": \"https://s3.ap-south-1.amazonaws.com/qbstore/chain1114/brand_1420180680_1662980173.jpg\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2021-11-24 11:59:40\",\n            \"creationTimeUTC\": \"2021-11-24 06:29:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3,\n            \"brandName\": \"kgf-420\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 2,\n            \"creationTimeLocal\": \"2021-11-24 12:00:20\",\n            \"creationTimeUTC\": \"2021-11-24 06:30:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4,\n            \"brandName\": \"Biryani Brand\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2021-11-24 12:01:29\",\n            \"creationTimeUTC\": \"2021-11-24 06:31:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5,\n            \"brandName\": \"Brand 3\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2021-11-24 12:05:30\",\n            \"creationTimeUTC\": \"2021-11-24 06:35:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6,\n            \"brandName\": \"Brand 4\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2021-11-24 12:06:04\",\n            \"creationTimeUTC\": \"2021-11-24 06:36:04\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7,\n            \"brandName\": 1,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-09-13 17:24:59\",\n            \"creationTimeUTC\": \"2022-09-13 11:54:59\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8,\n            \"brandName\": 2,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-09-13 17:24:59\",\n            \"creationTimeUTC\": \"2022-09-13 11:54:59\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9,\n            \"brandName\": 3,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-09-13 17:24:59\",\n            \"creationTimeUTC\": \"2022-09-13 11:54:59\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 11,\n            \"brandName\": \"kgf\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2022-09-13 17:24:59\",\n            \"creationTimeUTC\": \"2022-09-13 11:54:59\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 13,\n            \"brandName\": \"xyz\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 2,\n            \"creationTimeLocal\": \"2023-01-12 11:20:58\",\n            \"creationTimeUTC\": \"2023-01-12 05:50:58\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 14,\n            \"brandName\": \"zyx\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 1,\n            \"creationTimeLocal\": \"2023-01-12 11:20:58\",\n            \"creationTimeUTC\": \"2023-01-12 05:50:58\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 15,\n            \"brandName\": \"mohit suri\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 2,\n            \"creationTimeLocal\": \"2023-01-13 10:42:21\",\n            \"creationTimeUTC\": \"2023-01-13 05:12:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 19,\n            \"brandName\": 1,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 20,\n            \"brandName\": 2,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 21,\n            \"brandName\": 3,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 22,\n            \"brandName\": 4,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 23,\n            \"brandName\": 5,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 24,\n            \"brandName\": 6,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 25,\n            \"brandName\": 7,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 1,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 26,\n            \"brandName\": 8,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 2,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 27,\n            \"brandName\": 9,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 3,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 28,\n            \"brandName\": 11,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 29,\n            \"brandName\": 13,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 30,\n            \"brandName\": 14,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 31,\n            \"brandName\": 15,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 12:48:55\",\n            \"creationTimeUTC\": \"2023-02-24 07:18:55\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 256,\n            \"brandName\": \"SAFEGUARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 257,\n            \"brandName\": \"ORAL B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 258,\n            \"brandName\": \"ALWAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 259,\n            \"brandName\": \"MARTINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 260,\n            \"brandName\": \"SKYY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 261,\n            \"brandName\": \"TIXAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 262,\n            \"brandName\": \"FRANGOSUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 263,\n            \"brandName\": \"CHICKE FRANK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 264,\n            \"brandName\": \"SEARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 265,\n            \"brandName\": \"PERDIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 266,\n            \"brandName\": \"NUTRIBOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 267,\n            \"brandName\": \"NUTRILAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 268,\n            \"brandName\": \"NATURE VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 269,\n            \"brandName\": \"GILLETTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 270,\n            \"brandName\": \"COLOMBINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 271,\n            \"brandName\": \"BOURNVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 272,\n            \"brandName\": \"BUTTER MINT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 273,\n            \"brandName\": \"CHESTERFEILD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 274,\n            \"brandName\": \"NESCAFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 275,\n            \"brandName\": \"HONEY CHEERIOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 276,\n            \"brandName\": \"CHERIOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 277,\n            \"brandName\": \"MILO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 278,\n            \"brandName\": \"NAN 3\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 279,\n            \"brandName\": \"DUNHILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 280,\n            \"brandName\": \"OVALTINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 281,\n            \"brandName\": \"NESTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 282,\n            \"brandName\": \"LACTOGEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 283,\n            \"brandName\": \"ABSOLUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 284,\n            \"brandName\": \"AVAZARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 285,\n            \"brandName\": \"ANGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 286,\n            \"brandName\": \"PURIFY TREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 287,\n            \"brandName\": \"DIDIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 32,\n            \"brandName\": \"INDOMIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 288,\n            \"brandName\": \"KOJIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 33,\n            \"brandName\": \"SPICE SUPREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 289,\n            \"brandName\": \"GREEN GIANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 34,\n            \"brandName\": \"STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 290,\n            \"brandName\": \"BROWN ORCHID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 35,\n            \"brandName\": \"FIESTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 291,\n            \"brandName\": \"MILK STICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 36,\n            \"brandName\": \"WHITE & BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 292,\n            \"brandName\": \"DONGGUAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 37,\n            \"brandName\": \"PARLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 293,\n            \"brandName\": \"PEPPITO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 38,\n            \"brandName\": \"MAXIMUM CAVITY PROTECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 39,\n            \"brandName\": \"CASTILLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 40,\n            \"brandName\": \"SMOKIN' HOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 41,\n            \"brandName\": \"EVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 42,\n            \"brandName\": \"AYOOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 43,\n            \"brandName\": \"HARP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 44,\n            \"brandName\": \"CAMPARI BITTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 45,\n            \"brandName\": \"NAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 46,\n            \"brandName\": \"MEI HAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 47,\n            \"brandName\": \"ALFA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 48,\n            \"brandName\": \"DANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 49,\n            \"brandName\": \"POWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 50,\n            \"brandName\": \"MINIMIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 51,\n            \"brandName\": \"PRECIOUS LOTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 52,\n            \"brandName\": \"BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 53,\n            \"brandName\": \"BLUE BAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 54,\n            \"brandName\": \"ACTION BITTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 55,\n            \"brandName\": \"SWISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 56,\n            \"brandName\": \"234 SK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 57,\n            \"brandName\": \"EAGLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 58,\n            \"brandName\": \"CHELSEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 59,\n            \"brandName\": \"PREMIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 60,\n            \"brandName\": \"BEEFIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 61,\n            \"brandName\": \"CHI EXOTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 62,\n            \"brandName\": \"CAPRISUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 63,\n            \"brandName\": \"HOLLANDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 64,\n            \"brandName\": \"PURE SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 65,\n            \"brandName\": \"BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 66,\n            \"brandName\": \"COCA COLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 67,\n            \"brandName\": \"SMIRNOFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 68,\n            \"brandName\": \"WIND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 69,\n            \"brandName\": \"CYBELE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 70,\n            \"brandName\": \"BOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 71,\n            \"brandName\": \"HOBNOBS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 72,\n            \"brandName\": \"NAPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 73,\n            \"brandName\": \"AMSTEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 74,\n            \"brandName\": \"HIGHLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 75,\n            \"brandName\": \"MALTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 76,\n            \"brandName\": \"FOXS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 77,\n            \"brandName\": \"FOX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 78,\n            \"brandName\": \"MCVITIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 79,\n            \"brandName\": \"GORDONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 80,\n            \"brandName\": \"JOHNNIE WALKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 81,\n            \"brandName\": \"ISABEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 82,\n            \"brandName\": \"OVALTIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 83,\n            \"brandName\": \"EBONY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 84,\n            \"brandName\": \"MARYLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 85,\n            \"brandName\": \"UNBRANDED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 86,\n            \"brandName\": \"BENEKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 87,\n            \"brandName\": \"SMART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 88,\n            \"brandName\": \"ERU JEJE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 89,\n            \"brandName\": \"DESPERADOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 90,\n            \"brandName\": \"LEGEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 91,\n            \"brandName\": \"MALTINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 92,\n            \"brandName\": \"COASTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 93,\n            \"brandName\": \"GOLD CIRCLE CONDOMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 94,\n            \"brandName\": \"COOL COW MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 95,\n            \"brandName\": \"HI-MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 96,\n            \"brandName\": \"ACE BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 97,\n            \"brandName\": \"EVA WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 98,\n            \"brandName\": \"LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 99,\n            \"brandName\": \"COCA-COLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 100,\n            \"brandName\": \"HERO LAGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 101,\n            \"brandName\": \"AMSTEL MALTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 102,\n            \"brandName\": \"FAYROUZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 103,\n            \"brandName\": \"TIGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 104,\n            \"brandName\": \"HEINEKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 105,\n            \"brandName\": \"GULDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 106,\n            \"brandName\": \"GOLDBERG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 107,\n            \"brandName\": \"33 EXPORT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 108,\n            \"brandName\": \"TOVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 109,\n            \"brandName\": \"MOI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 110,\n            \"brandName\": \"ORI SUNRISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 111,\n            \"brandName\": \"AGNESIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 112,\n            \"brandName\": \"HWA TAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 113,\n            \"brandName\": \"COMFORT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 114,\n            \"brandName\": \"FIESTA CONDOMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 115,\n            \"brandName\": \"CAPRI ISLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 116,\n            \"brandName\": \"QUICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 117,\n            \"brandName\": \"MAMA LEMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 118,\n            \"brandName\": \"POWER HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 119,\n            \"brandName\": \"VASELINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 120,\n            \"brandName\": \"GOOD MAMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 121,\n            \"brandName\": \"SO KLIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 122,\n            \"brandName\": \"KOKOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 123,\n            \"brandName\": \"IDOLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 124,\n            \"brandName\": \"KOPIKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 125,\n            \"brandName\": \"B 29\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 126,\n            \"brandName\": \"BELLAGIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 127,\n            \"brandName\": \"SIMAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 128,\n            \"brandName\": \"OREO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 129,\n            \"brandName\": \"RAMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 130,\n            \"brandName\": \"AAMULYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 131,\n            \"brandName\": \"AMULYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 132,\n            \"brandName\": \"CHEESE BALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 133,\n            \"brandName\": \"CHEK-DE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 134,\n            \"brandName\": \"YUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 135,\n            \"brandName\": \"CREAMICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 136,\n            \"brandName\": \"MAHARANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 137,\n            \"brandName\": \"PONDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 138,\n            \"brandName\": \"ROYAL CIRCLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 139,\n            \"brandName\": \"DARK HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 140,\n            \"brandName\": \"CLASSIC DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 141,\n            \"brandName\": \"MCDOWELL'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 142,\n            \"brandName\": \"MCDOWELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 143,\n            \"brandName\": \"EPIDERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 144,\n            \"brandName\": \"8PM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 145,\n            \"brandName\": \"MAGIC MOMENTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 146,\n            \"brandName\": \"YEBO CREAMZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 147,\n            \"brandName\": \"DUKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 148,\n            \"brandName\": \"DUKES WAFFY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 149,\n            \"brandName\": \"TREFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 150,\n            \"brandName\": \"LARSOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 151,\n            \"brandName\": \"TIGER THYME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 152,\n            \"brandName\": \"PARLE-G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 153,\n            \"brandName\": \"KREAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 154,\n            \"brandName\": \"FESTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 155,\n            \"brandName\": \"PARLE G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 156,\n            \"brandName\": \"COLGATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 157,\n            \"brandName\": \"LAL QILLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 158,\n            \"brandName\": \"GOOD DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 159,\n            \"brandName\": \"ALTECO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 160,\n            \"brandName\": \"GOLD KILI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 161,\n            \"brandName\": \"ENCHANTEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 162,\n            \"brandName\": \"UNIBIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 163,\n            \"brandName\": \"SMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 164,\n            \"brandName\": \"DE RCA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 165,\n            \"brandName\": \"DUDU MILK NIGERIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 166,\n            \"brandName\": \"DUDU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 167,\n            \"brandName\": \"ROYAL STALLION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 168,\n            \"brandName\": \"ASANTEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 169,\n            \"brandName\": \"NANO EXTRA WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 170,\n            \"brandName\": \"KOJIC ACID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 171,\n            \"brandName\": \"KUU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 172,\n            \"brandName\": \"YOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 173,\n            \"brandName\": \"ARGUSSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 174,\n            \"brandName\": \"USA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 175,\n            \"brandName\": \"YOGURT SPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 176,\n            \"brandName\": \"K KOPACABANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 177,\n            \"brandName\": \"FLEX CONDOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 178,\n            \"brandName\": \"MEGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 179,\n            \"brandName\": \"GEISHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 180,\n            \"brandName\": \"SNAKE BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 181,\n            \"brandName\": \"KOH-KOH PEANUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 182,\n            \"brandName\": \"VITAMILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 183,\n            \"brandName\": \"COFFEE MATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 184,\n            \"brandName\": \"BABY CHERIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 185,\n            \"brandName\": \"TOP BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 186,\n            \"brandName\": \"ASSESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 187,\n            \"brandName\": \"EDGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 188,\n            \"brandName\": \"DORCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 189,\n            \"brandName\": \"BLACK & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 190,\n            \"brandName\": \"EXPLORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 191,\n            \"brandName\": \"FRAGRANCE WORLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 192,\n            \"brandName\": \"JUMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 193,\n            \"brandName\": \"APTAMIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 194,\n            \"brandName\": \"REXONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 195,\n            \"brandName\": \"SURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 196,\n            \"brandName\": \"AXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 197,\n            \"brandName\": \"BRUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 198,\n            \"brandName\": \"DOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 199,\n            \"brandName\": \"MY BOY ELDORIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 200,\n            \"brandName\": \"PEAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 201,\n            \"brandName\": \"FRISO GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 202,\n            \"brandName\": \"READ A DREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 203,\n            \"brandName\": \"LAMB WESTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 204,\n            \"brandName\": \"GEURT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 205,\n            \"brandName\": \"NATCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 206,\n            \"brandName\": \"STORM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 207,\n            \"brandName\": \"HAWAII\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 208,\n            \"brandName\": \"STORM SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 209,\n            \"brandName\": \"CHANTICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 210,\n            \"brandName\": \"VIGOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 211,\n            \"brandName\": \"EURO WOMEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 212,\n            \"brandName\": \"TOREN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 213,\n            \"brandName\": \"COCOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 214,\n            \"brandName\": \"FLOWER FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 215,\n            \"brandName\": \"ORIENT LUXURY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 216,\n            \"brandName\": \"ORIENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 217,\n            \"brandName\": \"TAYAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 218,\n            \"brandName\": \"SILVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 219,\n            \"brandName\": \"WILD WOLF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 220,\n            \"brandName\": \"MOLFIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 221,\n            \"brandName\": \"MOLPED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 222,\n            \"brandName\": \"FAMILIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 223,\n            \"brandName\": \"TEOFILO REYES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 224,\n            \"brandName\": \"J & W\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 225,\n            \"brandName\": \"NUTRIBEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 226,\n            \"brandName\": \"TOMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 227,\n            \"brandName\": \"ELLIOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 228,\n            \"brandName\": \"VINA LABRADA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 229,\n            \"brandName\": \"CASTILLO GRANDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 230,\n            \"brandName\": \"DON LA PLANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 231,\n            \"brandName\": \"CASTILLO GRANDE MACABEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 232,\n            \"brandName\": \"CAPE MORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 233,\n            \"brandName\": \"ES D'AQUI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 234,\n            \"brandName\": \"DECLAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 235,\n            \"brandName\": \"DORADO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 236,\n            \"brandName\": \"PECTOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 237,\n            \"brandName\": \"PALC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 238,\n            \"brandName\": \"EDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 239,\n            \"brandName\": \"PAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 240,\n            \"brandName\": \"JOVEN CAPEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 241,\n            \"brandName\": \"BRANDY DE JEREZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 242,\n            \"brandName\": \"BARON DE VALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 243,\n            \"brandName\": \"JAGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 244,\n            \"brandName\": \"BAMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 245,\n            \"brandName\": \"GINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 246,\n            \"brandName\": \"BARON ROMERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 247,\n            \"brandName\": \"DON SIMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 248,\n            \"brandName\": \"AIRWICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 249,\n            \"brandName\": \"AIR WICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 250,\n            \"brandName\": \"CERELAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 251,\n            \"brandName\": \"VICKI TISSUES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 252,\n            \"brandName\": \"NO 94\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 253,\n            \"brandName\": \"MAMA GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 254,\n            \"brandName\": \"MALIZIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 255,\n            \"brandName\": \"ARIEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:33\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:33\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 512,\n            \"brandName\": \"MUNCH IT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 513,\n            \"brandName\": \"KELLOGGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 514,\n            \"brandName\": \"MUNCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 515,\n            \"brandName\": \"COCO POPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 516,\n            \"brandName\": \"CORN FLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 517,\n            \"brandName\": \"FAIRGLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 518,\n            \"brandName\": \"GOOD KNIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 519,\n            \"brandName\": \"BIGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 520,\n            \"brandName\": \"BIGI LEMON LIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 521,\n            \"brandName\": \"BIGI TROPICAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 522,\n            \"brandName\": \"BIGI APPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 523,\n            \"brandName\": \"AMBITION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 524,\n            \"brandName\": \"ENERGRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 525,\n            \"brandName\": \"TASTY TOM TOMATO PASTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 526,\n            \"brandName\": \"MR MUSCLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 527,\n            \"brandName\": \"CENTER FRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 528,\n            \"brandName\": \"APENLIEBE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 529,\n            \"brandName\": \"MILK FILLED CANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 530,\n            \"brandName\": \"MENTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 531,\n            \"brandName\": \"ALPENLIEBE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 532,\n            \"brandName\": \"ICE MENTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 533,\n            \"brandName\": \"MORNING FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 534,\n            \"brandName\": \"MAMADOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 535,\n            \"brandName\": \"CANOE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 536,\n            \"brandName\": \"DEVON KING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 537,\n            \"brandName\": \"KINGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 538,\n            \"brandName\": \"DUSTING POWDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 539,\n            \"brandName\": \"DEVON KINGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 540,\n            \"brandName\": \"CLOSE UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 541,\n            \"brandName\": \"EAGLE SCHNAPPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 542,\n            \"brandName\": \"VELETA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 543,\n            \"brandName\": \"CHELSEA LONDON DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 544,\n            \"brandName\": \"LORD DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 545,\n            \"brandName\": \"LORD'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 546,\n            \"brandName\": \"PEARL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 547,\n            \"brandName\": \"BLUE BOAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 548,\n            \"brandName\": \"BELOXXI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 549,\n            \"brandName\": \"BLUE DIAMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 294,\n            \"brandName\": \"EURO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 550,\n            \"brandName\": \"EXECUTIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 295,\n            \"brandName\": \"PRESIDENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 551,\n            \"brandName\": \"VIJU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 296,\n            \"brandName\": \"OWENS RICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 552,\n            \"brandName\": \"MY MY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 297,\n            \"brandName\": \"OWEN'S RICH BISCUITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 553,\n            \"brandName\": \"SMOOV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 298,\n            \"brandName\": \"ONION CRACKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 554,\n            \"brandName\": \"DISPENSER WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 299,\n            \"brandName\": \"KAFORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 555,\n            \"brandName\": \"RELAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 300,\n            \"brandName\": \"LADY CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 556,\n            \"brandName\": \"NIRVANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 301,\n            \"brandName\": \"SUBARU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 557,\n            \"brandName\": \"WILSON'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 302,\n            \"brandName\": \"LITTLE ANGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 558,\n            \"brandName\": \"AQUARITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 303,\n            \"brandName\": \"SWEET DREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 559,\n            \"brandName\": \"RENEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 304,\n            \"brandName\": \"ANIMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 560,\n            \"brandName\": \"PZ CUSSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 305,\n            \"brandName\": \"CHASE DEER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 561,\n            \"brandName\": \"PREMIER COOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 306,\n            \"brandName\": \"LONGRICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 562,\n            \"brandName\": \"MORTEIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 307,\n            \"brandName\": \"FENG WEI YUAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 563,\n            \"brandName\": \"JIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 308,\n            \"brandName\": \"EASY ON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 564,\n            \"brandName\": \"DETTOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 309,\n            \"brandName\": \"DIPLOMAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 565,\n            \"brandName\": \"2SURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 310,\n            \"brandName\": \"HACON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 566,\n            \"brandName\": \"SUPA KOMANDO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 311,\n            \"brandName\": \"VIP INDUSTRIES LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 567,\n            \"brandName\": \"PEPSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 312,\n            \"brandName\": \"AMERICAN GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 568,\n            \"brandName\": \"CLOSEUP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 313,\n            \"brandName\": \"MM TOOTHPICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 569,\n            \"brandName\": \"PEARS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 314,\n            \"brandName\": \"ZUOFUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 570,\n            \"brandName\": \"LUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 315,\n            \"brandName\": \"SWISSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 571,\n            \"brandName\": \"SUNLIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 316,\n            \"brandName\": \"HEINZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 572,\n            \"brandName\": \"OMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 317,\n            \"brandName\": \"TROPICAL SUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 573,\n            \"brandName\": \"CLOSE-UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 318,\n            \"brandName\": \"TREE GLASS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 574,\n            \"brandName\": \"HAPPY HOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 319,\n            \"brandName\": \"ST RITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 575,\n            \"brandName\": \"CHIVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 320,\n            \"brandName\": \"EASYSHOP EASYCOOK SERVICES LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 576,\n            \"brandName\": \"CAPRI SUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 321,\n            \"brandName\": \"AICHUN BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 577,\n            \"brandName\": \"CHI ICE TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 322,\n            \"brandName\": \"OAT MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 578,\n            \"brandName\": \"ICE TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 323,\n            \"brandName\": \"FADAELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 579,\n            \"brandName\": \"SUNSHINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 324,\n            \"brandName\": \"APRICOT SHERBET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 580,\n            \"brandName\": \"MAGGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 325,\n            \"brandName\": \"JIAYAN ALOE WIPES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 581,\n            \"brandName\": \"GOLDEN MORN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 326,\n            \"brandName\": \"JIAYAN WIPES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 582,\n            \"brandName\": \"PURE LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 327,\n            \"brandName\": \"WISDOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 583,\n            \"brandName\": \"FUN TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 328,\n            \"brandName\": \"SODA MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 584,\n            \"brandName\": \"ROTHMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 329,\n            \"brandName\": \"LOVE MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 585,\n            \"brandName\": \"PALL MALL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 330,\n            \"brandName\": \"DE VINCI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 586,\n            \"brandName\": \"TITUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 331,\n            \"brandName\": \"AITELI,BRAND IS GRANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 587,\n            \"brandName\": \"COSTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 332,\n            \"brandName\": \"ALOE VERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 588,\n            \"brandName\": \"YUGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 333,\n            \"brandName\": \"CAIKE CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 589,\n            \"brandName\": \"PURE WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 334,\n            \"brandName\": \"DUREX CONDOMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 590,\n            \"brandName\": \"CARETONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 335,\n            \"brandName\": \"JERGENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 591,\n            \"brandName\": \"ADONKO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 336,\n            \"brandName\": \"SKINEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 592,\n            \"brandName\": \"ALOMO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 337,\n            \"brandName\": \"DRY LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 593,\n            \"brandName\": \"TEEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 338,\n            \"brandName\": \"CANDY AND TOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 594,\n            \"brandName\": \"AQUAFINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 339,\n            \"brandName\": \"MALIANGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 595,\n            \"brandName\": \"7UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 340,\n            \"brandName\": \"JOHN RICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 596,\n            \"brandName\": \"MIRINDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 341,\n            \"brandName\": \"PAI MEI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 597,\n            \"brandName\": \"ROBB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 342,\n            \"brandName\": \"ROVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 598,\n            \"brandName\": \"OLYMPIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 343,\n            \"brandName\": \"TASTY CUBE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 599,\n            \"brandName\": \"WHITE SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 344,\n            \"brandName\": \"ALLDAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 600,\n            \"brandName\": \"BB CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 345,\n            \"brandName\": \"CARLCON-N\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 601,\n            \"brandName\": \"FARM PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 346,\n            \"brandName\": \"JACOBS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 602,\n            \"brandName\": \"TETMOSOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 347,\n            \"brandName\": \"VICTAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 603,\n            \"brandName\": \"NO. 1, MEDICATED SOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 348,\n            \"brandName\": \"MUNRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 604,\n            \"brandName\": \"SAFECUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 349,\n            \"brandName\": \"GLUCOSE-D\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 605,\n            \"brandName\": \"QUAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 350,\n            \"brandName\": \"SUNBELT PEG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 606,\n            \"brandName\": \"DUREX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 351,\n            \"brandName\": \"KIXA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 607,\n            \"brandName\": \"VEET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 352,\n            \"brandName\": \"CELINE OLIVIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 608,\n            \"brandName\": \"HARPIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 353,\n            \"brandName\": \"AMOURAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 609,\n            \"brandName\": \"BEST CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 354,\n            \"brandName\": \"POLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 610,\n            \"brandName\": \"BEST MARULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 355,\n            \"brandName\": \"TESORI D'ORIENTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 611,\n            \"brandName\": \"BEST LONDON DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 356,\n            \"brandName\": \"COOL WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 612,\n            \"brandName\": \"BEST WHISKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 357,\n            \"brandName\": \"SMART CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 613,\n            \"brandName\": \"SUNRIPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 358,\n            \"brandName\": \"BEYONCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 614,\n            \"brandName\": \"MILKSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 359,\n            \"brandName\": \"MOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 615,\n            \"brandName\": \"COWBELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 360,\n            \"brandName\": \"GIVENCHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 616,\n            \"brandName\": \"LOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 361,\n            \"brandName\": \"SMART COLLECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 617,\n            \"brandName\": \"ONGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 362,\n            \"brandName\": \"VANDERBILT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 618,\n            \"brandName\": \"MIKSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 363,\n            \"brandName\": \"NASCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 619,\n            \"brandName\": \"TOP TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 364,\n            \"brandName\": \"NASCO CORNFLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 620,\n            \"brandName\": \"SAVLON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 365,\n            \"brandName\": \"LAMSAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 621,\n            \"brandName\": \"FOUR COUSINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 366,\n            \"brandName\": \"MONTAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 622,\n            \"brandName\": \"CHAMDOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 367,\n            \"brandName\": \"YOUNG LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 623,\n            \"brandName\": \"AMARULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 368,\n            \"brandName\": \"LYKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 624,\n            \"brandName\": \"REVLON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 369,\n            \"brandName\": \"VITA COCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 625,\n            \"brandName\": \"KIWI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 370,\n            \"brandName\": \"OPHYLIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 626,\n            \"brandName\": \"LISTERINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 371,\n            \"brandName\": \"YAHOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 627,\n            \"brandName\": \"4TH STREET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 372,\n            \"brandName\": \"GOOGLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 628,\n            \"brandName\": \"IRISH SPRING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 373,\n            \"brandName\": \"SUSPENSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 629,\n            \"brandName\": \"CLORET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 374,\n            \"brandName\": \"EXCHANGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 630,\n            \"brandName\": \"HUGGIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 375,\n            \"brandName\": \"FW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 631,\n            \"brandName\": \"DANO MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 376,\n            \"brandName\": \"GALAXY S7\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 632,\n            \"brandName\": \"FANICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 377,\n            \"brandName\": \"WHATSAPP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 633,\n            \"brandName\": \"FANMILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 378,\n            \"brandName\": \"IMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 634,\n            \"brandName\": \"MAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 379,\n            \"brandName\": \"TWITTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 635,\n            \"brandName\": \"FANTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 380,\n            \"brandName\": \"LA VIDA ES BELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 636,\n            \"brandName\": \"SCHWEPPES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 381,\n            \"brandName\": \"PINK DRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 637,\n            \"brandName\": \"423580155ALIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 382,\n            \"brandName\": \"INTENSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 638,\n            \"brandName\": \"SPRITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 383,\n            \"brandName\": \"FACEBOOK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 639,\n            \"brandName\": \"LIMCA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 384,\n            \"brandName\": \"OUD MODEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 640,\n            \"brandName\": \"FIVE ALIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 385,\n            \"brandName\": \"HOTICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 641,\n            \"brandName\": \"QUENCHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 386,\n            \"brandName\": \"FASIO ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 642,\n            \"brandName\": \"NIGHT VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 387,\n            \"brandName\": \"SAGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 643,\n            \"brandName\": \"SMIRNOFF VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 388,\n            \"brandName\": \"JOHNSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 644,\n            \"brandName\": \"SMIRNOFF ICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 389,\n            \"brandName\": \"FLAVOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 645,\n            \"brandName\": \"TUC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 390,\n            \"brandName\": \"ACTIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 646,\n            \"brandName\": \"BONI SELECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 391,\n            \"brandName\": \"DOLBY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 647,\n            \"brandName\": \"EAST COAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 392,\n            \"brandName\": \"ORS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 648,\n            \"brandName\": \"OH MY!\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 393,\n            \"brandName\": \"DABUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 649,\n            \"brandName\": \"MEN ONLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 394,\n            \"brandName\": \"TIFFANY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 650,\n            \"brandName\": \"CROWN FLOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 395,\n            \"brandName\": \"BLACK ORCHID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 651,\n            \"brandName\": \"CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 396,\n            \"brandName\": \"SURRATI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 652,\n            \"brandName\": \"MAJA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 397,\n            \"brandName\": \"LIPTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 653,\n            \"brandName\": \"SOFTWAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 398,\n            \"brandName\": \"EVIDENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 654,\n            \"brandName\": \"ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 399,\n            \"brandName\": \"AVON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 655,\n            \"brandName\": \"JRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 400,\n            \"brandName\": \"KIF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 656,\n            \"brandName\": \"JACK DANIELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 401,\n            \"brandName\": \"FOURRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 657,\n            \"brandName\": \"LA CASERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 402,\n            \"brandName\": \"ROMACO PRODUCTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 658,\n            \"brandName\": \"SO EASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 403,\n            \"brandName\": \"NATURE SECRETE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 659,\n            \"brandName\": \"HAANSBRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 404,\n            \"brandName\": \"DERMALISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 660,\n            \"brandName\": \"NOREOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 405,\n            \"brandName\": \"CELEBRITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 661,\n            \"brandName\": \"RIGGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 406,\n            \"brandName\": \"GLUTA C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 662,\n            \"brandName\": \"MONSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 407,\n            \"brandName\": \"CITRO CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 663,\n            \"brandName\": \"NAPA VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 408,\n            \"brandName\": \"RUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 664,\n            \"brandName\": \"Z\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 409,\n            \"brandName\": \"CAROTONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 665,\n            \"brandName\": \"Z GERMICIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 410,\n            \"brandName\": \"BRONZ TONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 666,\n            \"brandName\": \"GONGON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 411,\n            \"brandName\": \"PAW PAW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 667,\n            \"brandName\": \"PRO RAMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 412,\n            \"brandName\": \"FOREVER YOUNG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 668,\n            \"brandName\": \"LA FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 413,\n            \"brandName\": \"CT+\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 669,\n            \"brandName\": \"ASTONISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 414,\n            \"brandName\": \"CLEAR THERAPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 670,\n            \"brandName\": \"GRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 415,\n            \"brandName\": \"PERFECT WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 671,\n            \"brandName\": \"VIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 416,\n            \"brandName\": \"CARO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 672,\n            \"brandName\": \"GRANDEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 417,\n            \"brandName\": \"BIO SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 673,\n            \"brandName\": \"OLD CAPTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 418,\n            \"brandName\": \"GOLD SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 674,\n            \"brandName\": \"PRINGLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 419,\n            \"brandName\": \"CLINIC CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 675,\n            \"brandName\": \"FROSTIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 420,\n            \"brandName\": \"DIVA MAXIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 676,\n            \"brandName\": \"RICE KRISPIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 421,\n            \"brandName\": \"MR CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 677,\n            \"brandName\": \"CRUNCHY NUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 422,\n            \"brandName\": \"RIBENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 678,\n            \"brandName\": \"VOOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 423,\n            \"brandName\": \"LUCOZADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 679,\n            \"brandName\": \"CAPTAIN JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 424,\n            \"brandName\": \"SENSODYNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 680,\n            \"brandName\": \"BIG BEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 425,\n            \"brandName\": \"MACLEANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 681,\n            \"brandName\": \"MONSIEUR PASCAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 426,\n            \"brandName\": \"TCB NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 682,\n            \"brandName\": \"ROYALTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 427,\n            \"brandName\": \"NA-SO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 683,\n            \"brandName\": \"PURE HEAVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 428,\n            \"brandName\": \"CATERSAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 684,\n            \"brandName\": \"BULLET VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 429,\n            \"brandName\": \"STELLABERRY SARDINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 685,\n            \"brandName\": \"BULLET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 430,\n            \"brandName\": \"MAGIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 686,\n            \"brandName\": \"PUNCH JUDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 431,\n            \"brandName\": \"CWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 687,\n            \"brandName\": \"PRETTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 432,\n            \"brandName\": \"HYPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 688,\n            \"brandName\": \"CLIMAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 433,\n            \"brandName\": \"VICTORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 689,\n            \"brandName\": \"STAR RADLER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 434,\n            \"brandName\": \"LAPPEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 690,\n            \"brandName\": \"MALTA GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 435,\n            \"brandName\": \"RC COLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 691,\n            \"brandName\": \"ROYAL MARKETS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 436,\n            \"brandName\": \"GBC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 692,\n            \"brandName\": \"TRS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 437,\n            \"brandName\": \"NUTZY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 693,\n            \"brandName\": \"KILIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 438,\n            \"brandName\": \"POWER OIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 694,\n            \"brandName\": \"RIGHT GUARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 439,\n            \"brandName\": \"CEDAA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 695,\n            \"brandName\": \"LU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 440,\n            \"brandName\": \"CEDAA YOGHURT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 696,\n            \"brandName\": \"BAILEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 441,\n            \"brandName\": \"NIBIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 697,\n            \"brandName\": \"JAMESON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 442,\n            \"brandName\": \"NUSSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 698,\n            \"brandName\": \"OLAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 443,\n            \"brandName\": \"SO YUMMY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 699,\n            \"brandName\": \"CLORETS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 444,\n            \"brandName\": \"FUNBACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 700,\n            \"brandName\": \"BAYGON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 445,\n            \"brandName\": \"DE MILLER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 701,\n            \"brandName\": \"RAID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 446,\n            \"brandName\": \"K BROTHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 702,\n            \"brandName\": \"EUTHYMOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 447,\n            \"brandName\": \"IVORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 703,\n            \"brandName\": \"ORIJIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 448,\n            \"brandName\": \"SPICITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 704,\n            \"brandName\": \"FOX'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 449,\n            \"brandName\": \"1960 ROOTZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 705,\n            \"brandName\": \"WEETABIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 450,\n            \"brandName\": \"1960 ROOTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 706,\n            \"brandName\": \"DURACELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 451,\n            \"brandName\": \"TROPHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 707,\n            \"brandName\": \"MARVEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 452,\n            \"brandName\": \"FEARLESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 708,\n            \"brandName\": \"BLACK LABEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 453,\n            \"brandName\": \"RITE BEEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 709,\n            \"brandName\": \"FARROW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 454,\n            \"brandName\": \"POWER PASTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 710,\n            \"brandName\": \"FARROWS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 455,\n            \"brandName\": \"THREE CROWNS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 711,\n            \"brandName\": \"BATCHELOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 456,\n            \"brandName\": \"LA MAYO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 712,\n            \"brandName\": \"PRINCES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 457,\n            \"brandName\": \"DELTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 713,\n            \"brandName\": \"GUINNESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 458,\n            \"brandName\": \"FRESH YO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 714,\n            \"brandName\": \"DUBIC MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 459,\n            \"brandName\": \"SESAMIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 715,\n            \"brandName\": \"DUBIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 460,\n            \"brandName\": \"SESAME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 716,\n            \"brandName\": \"TOM TOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 461,\n            \"brandName\": \"SEAMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 717,\n            \"brandName\": \"TOSHIBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 462,\n            \"brandName\": \"EMPEROR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 718,\n            \"brandName\": \"BUTTERMINT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 463,\n            \"brandName\": \"AMOI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 719,\n            \"brandName\": \"VICKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 464,\n            \"brandName\": \"DOGAN'S SUGAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 720,\n            \"brandName\": \"PEDIGREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 465,\n            \"brandName\": \"PURE BLISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 721,\n            \"brandName\": \"SNICKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 466,\n            \"brandName\": \"PICNIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 722,\n            \"brandName\": \"TWIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 467,\n            \"brandName\": \"DAMATOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 723,\n            \"brandName\": \"MARS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 468,\n            \"brandName\": \"ZEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 724,\n            \"brandName\": \"ZIP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 469,\n            \"brandName\": \"YALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 725,\n            \"brandName\": \"IMPERIAL LEATHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 470,\n            \"brandName\": \"ELAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 726,\n            \"brandName\": \"CUSSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 471,\n            \"brandName\": \"APPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 727,\n            \"brandName\": \"LAVARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 472,\n            \"brandName\": \"THREE CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 728,\n            \"brandName\": \"DANISH COOKIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 473,\n            \"brandName\": \"IRISH GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 729,\n            \"brandName\": \"HUAMEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 474,\n            \"brandName\": \"SEVEN STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 730,\n            \"brandName\": \"DANISH COOKIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 475,\n            \"brandName\": \"OZONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 731,\n            \"brandName\": \"DESMOND'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 476,\n            \"brandName\": \"ALL DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 732,\n            \"brandName\": \"KAGOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 477,\n            \"brandName\": \"EXTRACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 733,\n            \"brandName\": \"BLACK JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 478,\n            \"brandName\": \"DANGOTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 734,\n            \"brandName\": \"DIAMOND&GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 479,\n            \"brandName\": \"TURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 735,\n            \"brandName\": \"CHAMPIONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 480,\n            \"brandName\": \"INFINITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 736,\n            \"brandName\": \"GUT & GUNSTIG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 481,\n            \"brandName\": \"BENSON & HEDGES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 737,\n            \"brandName\": \"HAIR WONDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 482,\n            \"brandName\": \"BENSEN & HEDGES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 738,\n            \"brandName\": \"MILLVILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 483,\n            \"brandName\": \"BRITISH AMERICAN TOBACCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 739,\n            \"brandName\": \"TOWER GATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 484,\n            \"brandName\": \"MR CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 740,\n            \"brandName\": \"GOOD MORNING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 485,\n            \"brandName\": \"GOLDEN PENNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 741,\n            \"brandName\": \"GOLD RINGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 486,\n            \"brandName\": \"OXFORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 487,\n            \"brandName\": \"ABONIKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 488,\n            \"brandName\": \"DUDU-OSUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 489,\n            \"brandName\": \"DUDU OSUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 490,\n            \"brandName\": \"SOULMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 491,\n            \"brandName\": \"CASCADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 492,\n            \"brandName\": \"CARETIMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 493,\n            \"brandName\": \"RISING RAVING BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 494,\n            \"brandName\": \"HONEYWELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 495,\n            \"brandName\": \"NUTRI-MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 496,\n            \"brandName\": \"NUTRI-YO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 497,\n            \"brandName\": \"BEVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 498,\n            \"brandName\": \"SAMVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 499,\n            \"brandName\": \"CHECKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 500,\n            \"brandName\": \"FUN SNAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 501,\n            \"brandName\": \"CALYPSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 502,\n            \"brandName\": \"NUTRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 503,\n            \"brandName\": \"KNORR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 504,\n            \"brandName\": \"PEPSODENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 505,\n            \"brandName\": \"ACTION BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 506,\n            \"brandName\": \"DEROK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 507,\n            \"brandName\": \"SNIPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 508,\n            \"brandName\": \"SAROLIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 509,\n            \"brandName\": \"WAW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 510,\n            \"brandName\": \"SWISS FLOWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 511,\n            \"brandName\": \"SWISS FLOWER LIQUID AIR FRESHNER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:34\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:34\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 768,\n            \"brandName\": \"BOLL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1024,\n            \"brandName\": \"DUBONNET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 769,\n            \"brandName\": \"OLD MONK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1025,\n            \"brandName\": \"ELIXIR MOSCATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 770,\n            \"brandName\": \"FAIR & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1026,\n            \"brandName\": \"ESTD HARDYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 771,\n            \"brandName\": \"JUST FOR ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1027,\n            \"brandName\": \"EVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 772,\n            \"brandName\": \"MEGA GROWTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1028,\n            \"brandName\": \"THE FAMOUS GROUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 773,\n            \"brandName\": \"DEXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1029,\n            \"brandName\": \"FIESTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 774,\n            \"brandName\": \"OLUJI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1030,\n            \"brandName\": \"FORTUNELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 775,\n            \"brandName\": \"LACOCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1031,\n            \"brandName\": \"FUZION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 776,\n            \"brandName\": \"2000-N-SIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1032,\n            \"brandName\": \"GLENFIDDICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 777,\n            \"brandName\": \"EXOTICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1033,\n            \"brandName\": \"PROCTER & GAMBLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 778,\n            \"brandName\": \"CLEAR ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1034,\n            \"brandName\": \"STAMP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 779,\n            \"brandName\": \"AMERICAN HONEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1035,\n            \"brandName\": \"HARP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 780,\n            \"brandName\": \"GRANDIOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1036,\n            \"brandName\": \"KAGOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 781,\n            \"brandName\": \"RAW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1037,\n            \"brandName\": \"KLEINE RUST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 782,\n            \"brandName\": \"EASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1038,\n            \"brandName\": \"MARTELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 783,\n            \"brandName\": \"VINOZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1039,\n            \"brandName\": \"MACEDONIA KADARKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 784,\n            \"brandName\": \"CASHEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1040,\n            \"brandName\": \"MONT ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 785,\n            \"brandName\": \"BLACK LEATHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1041,\n            \"brandName\": \"MOUTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 786,\n            \"brandName\": \"GALAXY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1042,\n            \"brandName\": \"NEPTUNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 787,\n            \"brandName\": \"XLINK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1043,\n            \"brandName\": \"NUVO LEMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 788,\n            \"brandName\": \"ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1044,\n            \"brandName\": \"NUVO PEACH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 789,\n            \"brandName\": \"PURE LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1045,\n            \"brandName\": \"OLD NICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 790,\n            \"brandName\": \"FRESH STORM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1046,\n            \"brandName\": \"PONCHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 791,\n            \"brandName\": \"ESKODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1047,\n            \"brandName\": \"PURE HEAVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 792,\n            \"brandName\": \"BRAVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1048,\n            \"brandName\": \"JOHNNIE WALKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 793,\n            \"brandName\": \"BE MINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1049,\n            \"brandName\": \"REDWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 794,\n            \"brandName\": \"2 FRIEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1050,\n            \"brandName\": \"ROYALTY WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 795,\n            \"brandName\": \"FENDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1051,\n            \"brandName\": \"SAINT JEAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 796,\n            \"brandName\": \"ETERNITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1052,\n            \"brandName\": \"SEGURA VIUDAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 797,\n            \"brandName\": \"HUGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1053,\n            \"brandName\": \"SONETTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 798,\n            \"brandName\": \"VICTORIAS SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1054,\n            \"brandName\": \"STUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 799,\n            \"brandName\": \"PLUM DROP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1055,\n            \"brandName\": \"TABLE MOUNTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 800,\n            \"brandName\": \"OLA-OLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1056,\n            \"brandName\": \"TWO OCEANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 801,\n            \"brandName\": \"DOO GRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1057,\n            \"brandName\": \"VINA MAIPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 802,\n            \"brandName\": \"POP STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1058,\n            \"brandName\": \"WILLANDRA ESTATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 803,\n            \"brandName\": \"ELITZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1059,\n            \"brandName\": \"FUENCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 804,\n            \"brandName\": \"QUICKBURY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1060,\n            \"brandName\": \"BLANC DE BLEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 805,\n            \"brandName\": \"AFRICA BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1061,\n            \"brandName\": \"JOVEN CAPEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 806,\n            \"brandName\": \"LATIF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1062,\n            \"brandName\": \"KUEMMELING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 807,\n            \"brandName\": \"SO FINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1063,\n            \"brandName\": \"LE MOLERE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 808,\n            \"brandName\": \"SO-FINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1064,\n            \"brandName\": \"MADONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 809,\n            \"brandName\": \"TOMI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1065,\n            \"brandName\": \"MAGNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 810,\n            \"brandName\": \"IMPERIAL CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1066,\n            \"brandName\": \"LA TRIGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 811,\n            \"brandName\": \"QEI +\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1067,\n            \"brandName\": \"STERLING RESERVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 812,\n            \"brandName\": \"CARLOTTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1068,\n            \"brandName\": \"BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 813,\n            \"brandName\": \"REMY MARTIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1069,\n            \"brandName\": \"KIEV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 814,\n            \"brandName\": \"CARLO ROSSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1070,\n            \"brandName\": \"PENASOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 815,\n            \"brandName\": \"ANDRE ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1071,\n            \"brandName\": \"PINTA NEGRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 816,\n            \"brandName\": \"ANDRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1072,\n            \"brandName\": \"POWER BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 817,\n            \"brandName\": \"OLMECA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1073,\n            \"brandName\": \"REMY MARTIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 818,\n            \"brandName\": \"AMOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1074,\n            \"brandName\": \"ROCKLAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 819,\n            \"brandName\": \"ST IVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1075,\n            \"brandName\": \"ROYAL CIRCLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 820,\n            \"brandName\": \"FAMOUS AMOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1076,\n            \"brandName\": \"ROYAL STANDARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 821,\n            \"brandName\": \"SPORTING WAVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1077,\n            \"brandName\": \"SENAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 822,\n            \"brandName\": \"BRAGG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1078,\n            \"brandName\": \"SEWA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 823,\n            \"brandName\": \"SOFTSOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1079,\n            \"brandName\": \"SMIRNOFF VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 824,\n            \"brandName\": \"PRO-LINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1080,\n            \"brandName\": \"CAMPARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 825,\n            \"brandName\": \"EMMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1081,\n            \"brandName\": \"CHOCO VINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 826,\n            \"brandName\": \"TWININGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1082,\n            \"brandName\": \"MARACUJA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 827,\n            \"brandName\": \"ENSURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1083,\n            \"brandName\": \"PATACHAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 828,\n            \"brandName\": \"HUNGRY JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1084,\n            \"brandName\": \"VALENTINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 829,\n            \"brandName\": \"RAINBOW CHIP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1085,\n            \"brandName\": \"BITTER APPERITO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 830,\n            \"brandName\": \"ROLLED OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1086,\n            \"brandName\": \"CAROLANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 831,\n            \"brandName\": \"GOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1087,\n            \"brandName\": \"SMIRNOFF ICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 832,\n            \"brandName\": \"ESQUIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1088,\n            \"brandName\": \"STATUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 833,\n            \"brandName\": \"FROOT LOOPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1089,\n            \"brandName\": \"STUMBRAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 834,\n            \"brandName\": \"AFRICA'S BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1090,\n            \"brandName\": \"TOMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 835,\n            \"brandName\": \"WESSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1091,\n            \"brandName\": \"VEUVE CLICQUOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 836,\n            \"brandName\": \"BOD MAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1092,\n            \"brandName\": \"DEDICATO LAMBRUSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 837,\n            \"brandName\": \"MILTON LLOYD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1093,\n            \"brandName\": \"SMIRNOFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 838,\n            \"brandName\": \"PAUL MASSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1094,\n            \"brandName\": \"ABSOLUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 839,\n            \"brandName\": \"MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1095,\n            \"brandName\": \"GRAND DUTCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 840,\n            \"brandName\": \"FAULTLESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1096,\n            \"brandName\": \"BODEGAS VINA MARIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 841,\n            \"brandName\": \"GERBER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1097,\n            \"brandName\": \"CARNABY BROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 842,\n            \"brandName\": \"RED BULL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1098,\n            \"brandName\": \"CITY SECCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 843,\n            \"brandName\": \"CENTER FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1099,\n            \"brandName\": \"COPA SABIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 844,\n            \"brandName\": \"CENTRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1100,\n            \"brandName\": \"FIRSTCAPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 845,\n            \"brandName\": \"MENTOS MINT CHEWY DRAGEES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1101,\n            \"brandName\": \"FLIRT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 846,\n            \"brandName\": \"NUTELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1102,\n            \"brandName\": \"GORDONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 847,\n            \"brandName\": \"VANILLA ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1103,\n            \"brandName\": \"J.P CHENET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 848,\n            \"brandName\": \"EQUITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1104,\n            \"brandName\": \"JATONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 849,\n            \"brandName\": \"BONITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1105,\n            \"brandName\": \"JOHN LANGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 850,\n            \"brandName\": \"FLAKE TUNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1106,\n            \"brandName\": \"GINSENG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 851,\n            \"brandName\": \"ORBIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1107,\n            \"brandName\": \"MEGASEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 852,\n            \"brandName\": \"BOUNTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1108,\n            \"brandName\": \"MONT CASTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 853,\n            \"brandName\": \"NEW YORKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1109,\n            \"brandName\": \"ORANGE RIVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 854,\n            \"brandName\": \"CROWNFIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1110,\n            \"brandName\": \"REY LIUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 855,\n            \"brandName\": \"GRANDINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1111,\n            \"brandName\": \"RICCADONNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 856,\n            \"brandName\": \"TOWERGATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1112,\n            \"brandName\": \"MENDOZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 857,\n            \"brandName\": \"Nestle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1113,\n            \"brandName\": \"WINZERSTEIG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 858,\n            \"brandName\": \"HEINEKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1114,\n            \"brandName\": \"HIGH COMMISSIONER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 859,\n            \"brandName\": \"Climax\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1115,\n            \"brandName\": \"TOMBO VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 860,\n            \"brandName\": \"Eko Supreme Resources Nig. Ltd.\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1116,\n            \"brandName\": \"HIGHBURY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 861,\n            \"brandName\": \"MIlo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1117,\n            \"brandName\": \"SKIRT BRANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 862,\n            \"brandName\": \"NIVEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1118,\n            \"brandName\": \"STRONG BULL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 863,\n            \"brandName\": \"NIVEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1119,\n            \"brandName\": \"GALA ROSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 864,\n            \"brandName\": \"Always\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1120,\n            \"brandName\": \"LISTEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 865,\n            \"brandName\": \"Clearliss\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1121,\n            \"brandName\": \"LOUIS MONTFORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 866,\n            \"brandName\": \"Milo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1122,\n            \"brandName\": \"ESPLENDIDO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 867,\n            \"brandName\": \"Milo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1123,\n            \"brandName\": \"KISS MIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 868,\n            \"brandName\": \"Amulya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1124,\n            \"brandName\": \"MANGOUSTAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 869,\n            \"brandName\": \"PERFETTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1125,\n            \"brandName\": \"GARVEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 870,\n            \"brandName\": \"Perfetti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1126,\n            \"brandName\": \"CASTELVECCHIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 871,\n            \"brandName\": \"Perfetti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1127,\n            \"brandName\": \"ROYAL CHALLENGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 872,\n            \"brandName\": \"Mancap\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1128,\n            \"brandName\": \"RUZU BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 873,\n            \"brandName\": \"Perfetti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1129,\n            \"brandName\": \"SIR EDWARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 874,\n            \"brandName\": \"Duchess\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1130,\n            \"brandName\": \"VELETA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 875,\n            \"brandName\": \"Promasidor\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1131,\n            \"brandName\": \"VERMOUTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 876,\n            \"brandName\": \"Meat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1132,\n            \"brandName\": \"YOYO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 877,\n            \"brandName\": \"Colgate\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1133,\n            \"brandName\": \"ANGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 878,\n            \"brandName\": \"ACTION BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1134,\n            \"brandName\": \"GOURMANDELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 879,\n            \"brandName\": \"AMARULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1135,\n            \"brandName\": \"J & W\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 880,\n            \"brandName\": \"BABY OKU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1136,\n            \"brandName\": \"LAMBRUSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 881,\n            \"brandName\": \"CAPTAIN JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1137,\n            \"brandName\": \"MOET & CHANDON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 882,\n            \"brandName\": \"COMMODORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1138,\n            \"brandName\": \"MOGEN DAVID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 883,\n            \"brandName\": \"FRUIT & WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1139,\n            \"brandName\": \"MONARCH SPARKLIG WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 884,\n            \"brandName\": \"MONCIGALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1140,\n            \"brandName\": \"NEDERBURG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 885,\n            \"brandName\": \"LONGCHAMPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1141,\n            \"brandName\": \"KWV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 886,\n            \"brandName\": \"SABRINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1142,\n            \"brandName\": \"ROCCA DELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 887,\n            \"brandName\": \"SEAMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1143,\n            \"brandName\": \"ROOIBERG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 888,\n            \"brandName\": \"BEST LONDON DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1144,\n            \"brandName\": \"ST CRUSADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 889,\n            \"brandName\": \"CHELSEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1145,\n            \"brandName\": \"MALTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 890,\n            \"brandName\": \"ALEIXO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1146,\n            \"brandName\": \"MARQUES DE CHIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 891,\n            \"brandName\": \"ALOMO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1147,\n            \"brandName\": \"MARZEMINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 892,\n            \"brandName\": \"ANDRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1148,\n            \"brandName\": \"MATEUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 893,\n            \"brandName\": \"BEAUJOLAIS NOUVEAU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1149,\n            \"brandName\": \"MAYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 894,\n            \"brandName\": \"BEST WHISKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1150,\n            \"brandName\": \"VAN LOVEREN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 895,\n            \"brandName\": \"BEST MARULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1151,\n            \"brandName\": \"MOCSATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 896,\n            \"brandName\": \"BLACK & BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1152,\n            \"brandName\": \"SKYY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 897,\n            \"brandName\": \"CALDIROLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1153,\n            \"brandName\": \"JEAN BALMONT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 898,\n            \"brandName\": \"CALIDONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1154,\n            \"brandName\": \"ARBOR MIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 899,\n            \"brandName\": \"CIROC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1155,\n            \"brandName\": \"B & G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 900,\n            \"brandName\": \"CRYSTAL CLASSIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 901,\n            \"brandName\": \"DIAMOND CREEK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 902,\n            \"brandName\": \"ADONKO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 903,\n            \"brandName\": \"DORADO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 904,\n            \"brandName\": \"CREAM LIQUEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 905,\n            \"brandName\": \"AMPHORA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 906,\n            \"brandName\": \"ANTIQUITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 907,\n            \"brandName\": \"B&G CABERNET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 908,\n            \"brandName\": \"BAILEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 909,\n            \"brandName\": \"BARON DE WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 910,\n            \"brandName\": \"BELLINGHAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 911,\n            \"brandName\": \"CABERNET SAUVIGNON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 912,\n            \"brandName\": \"CANTATA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 913,\n            \"brandName\": \"CAPDUVIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 914,\n            \"brandName\": \"CAPE MACLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 915,\n            \"brandName\": \"CARLO ROSSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 916,\n            \"brandName\": \"CASA DE LA WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 917,\n            \"brandName\": \"CATALINA CHILE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 918,\n            \"brandName\": \"CAVAS HILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 919,\n            \"brandName\": \"VINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 920,\n            \"brandName\": \"CHARLES SHAW RED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 921,\n            \"brandName\": \"CHIANTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 922,\n            \"brandName\": \"BRANDLESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 923,\n            \"brandName\": \"CUERPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 924,\n            \"brandName\": \"DEROK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 925,\n            \"brandName\": \"DON MORRIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 926,\n            \"brandName\": \"DUCKS DYNASTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 927,\n            \"brandName\": \"ECHO FALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 928,\n            \"brandName\": \"FLEMISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 929,\n            \"brandName\": \"FOUR COUSINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 930,\n            \"brandName\": \"FRONTERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 931,\n            \"brandName\": \"GRANTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 932,\n            \"brandName\": \"GUSTO ROYALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 933,\n            \"brandName\": \"HENNESSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 934,\n            \"brandName\": \"HOB NOB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 935,\n            \"brandName\": \"JACK DANIELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 936,\n            \"brandName\": \"JACOBS CREEK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 937,\n            \"brandName\": \"KINDERWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 938,\n            \"brandName\": \"LE FILOU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 939,\n            \"brandName\": \"M & G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 940,\n            \"brandName\": \"MARTINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 941,\n            \"brandName\": \"MASSIMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 942,\n            \"brandName\": \"MONASTERIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 943,\n            \"brandName\": \"MUSCADOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 944,\n            \"brandName\": \"NOBLE CRU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 945,\n            \"brandName\": \"NUA BRUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 946,\n            \"brandName\": \"NUVO RED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 947,\n            \"brandName\": \"OCEAN DUCHESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 948,\n            \"brandName\": \"PAPILLON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 949,\n            \"brandName\": \"PAUL MASSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 950,\n            \"brandName\": \"SPARKLETINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 951,\n            \"brandName\": \"DEMI SEC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 952,\n            \"brandName\": \"CONTE PRIOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 953,\n            \"brandName\": \"CORDEL WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 954,\n            \"brandName\": \"REFOSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 955,\n            \"brandName\": \"ROCKY HILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 956,\n            \"brandName\": \"RUBIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 957,\n            \"brandName\": \"SAN ANTONIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 958,\n            \"brandName\": \"SAN SALVIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 959,\n            \"brandName\": \"SANGIOVESE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 960,\n            \"brandName\": \"SHERIDANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 961,\n            \"brandName\": \"SNAPP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 962,\n            \"brandName\": \"SPARKLING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 963,\n            \"brandName\": \"SPUMANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 964,\n            \"brandName\": \"ST REMY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 965,\n            \"brandName\": \"SVEDKA CITRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 966,\n            \"brandName\": \"SVEDKA VANILLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 967,\n            \"brandName\": \"TALACASTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 968,\n            \"brandName\": \"TULBAGH BLANC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 969,\n            \"brandName\": \"TULBAGH WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 970,\n            \"brandName\": \"VALLE CALDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 971,\n            \"brandName\": \"VALMAR SPUMANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 972,\n            \"brandName\": \"AMICONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 973,\n            \"brandName\": \"VEUVE DU VERNAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 974,\n            \"brandName\": \"PUGLIA ITALY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 975,\n            \"brandName\": \"WEIN PAUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 976,\n            \"brandName\": \"WESTIN ASTOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 977,\n            \"brandName\": \"FRAGOLINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 978,\n            \"brandName\": \"GIOVANNI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 979,\n            \"brandName\": \"GRAND MASTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 980,\n            \"brandName\": \"GUINNESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 981,\n            \"brandName\": \"JAZZY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 982,\n            \"brandName\": \"LAMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 983,\n            \"brandName\": \"LAMOTHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 984,\n            \"brandName\": \"MAGIC MOMENTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 985,\n            \"brandName\": \"ORIJIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 986,\n            \"brandName\": \"ROGER DANOIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 987,\n            \"brandName\": \"SATZENBRAU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 988,\n            \"brandName\": \"AK-47 VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 989,\n            \"brandName\": \"BRIGADIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 990,\n            \"brandName\": \"BUDWEISER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 991,\n            \"brandName\": \"CASTLE LITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 992,\n            \"brandName\": \"CONFAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 993,\n            \"brandName\": \"DROSTDY HOF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 994,\n            \"brandName\": \"SEAMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 995,\n            \"brandName\": \"SQUADRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 996,\n            \"brandName\": \"SHOCKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 997,\n            \"brandName\": \"MCDOWELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 742,\n            \"brandName\": \"NIVEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 998,\n            \"brandName\": \"BACARDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 743,\n            \"brandName\": \"NIVEA FOR MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 999,\n            \"brandName\": \"BACCHUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 744,\n            \"brandName\": \"KUEMMELING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1000,\n            \"brandName\": \"BALLAMOUR BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 745,\n            \"brandName\": \"PALOMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1001,\n            \"brandName\": \"SANGIOVESE RUBICONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 746,\n            \"brandName\": \"FLIRT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1002,\n            \"brandName\": \"CALYPSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 747,\n            \"brandName\": \"E45\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1003,\n            \"brandName\": \"CASTILLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 748,\n            \"brandName\": \"WHITE CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1004,\n            \"brandName\": \"CHARLES DU LAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 749,\n            \"brandName\": \"CLEAR NATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1005,\n            \"brandName\": \"CLOUDY BAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 750,\n            \"brandName\": \"ADIDAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1006,\n            \"brandName\": \"CUVEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 751,\n            \"brandName\": \"HAVEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1007,\n            \"brandName\": \"DON SIMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 752,\n            \"brandName\": \"JOHNSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1008,\n            \"brandName\": \"DOROBUCCI HERBAL LIQUOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 753,\n            \"brandName\": \"PRESTIGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1009,\n            \"brandName\": \"WHITE & BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 754,\n            \"brandName\": \"HUMMER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1010,\n            \"brandName\": \"BEST CLASSIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 755,\n            \"brandName\": \"THE CHAIRMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1011,\n            \"brandName\": \"AMESBURY ESTATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 756,\n            \"brandName\": \"ST RAPHEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1012,\n            \"brandName\": \"ASTORIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 757,\n            \"brandName\": \"DUCROS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1013,\n            \"brandName\": \"B&G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 758,\n            \"brandName\": \"BORIS JELZIN VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1014,\n            \"brandName\": \"B&G WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 759,\n            \"brandName\": \"BONITAS TREATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1015,\n            \"brandName\": \"BALLANTINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 760,\n            \"brandName\": \"HENNESSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1016,\n            \"brandName\": \"BETT RITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 761,\n            \"brandName\": \"ST REMY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1017,\n            \"brandName\": \"BLANC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 762,\n            \"brandName\": \"ST-REMY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1018,\n            \"brandName\": \"BOSCA TOSELLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 763,\n            \"brandName\": \"BIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1019,\n            \"brandName\": \"CANNON RIVER CLASSIC WHITE WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 764,\n            \"brandName\": \"GOOD COOK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1020,\n            \"brandName\": \"CASTILLO DE VELASCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 765,\n            \"brandName\": \"ORAL-B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1021,\n            \"brandName\": \"DIAMANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 766,\n            \"brandName\": \"KIDS AND TEENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1022,\n            \"brandName\": \"DONELLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 767,\n            \"brandName\": \"SKIRT BRANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1023,\n            \"brandName\": \"ROTWILD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:35\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:35\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1280,\n            \"brandName\": \"JC LE ROUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1536,\n            \"brandName\": \"KICK & START\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1281,\n            \"brandName\": \"PONGRACZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1537,\n            \"brandName\": \"BOTTE BUONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1282,\n            \"brandName\": \"LICOR AMARULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1538,\n            \"brandName\": \"PELMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1283,\n            \"brandName\": \"LIBERTAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1539,\n            \"brandName\": \"DUCA DEL VALENTINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1284,\n            \"brandName\": \"DURBANVILLE HILLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1540,\n            \"brandName\": \"GRAND ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1285,\n            \"brandName\": \"RUIBERG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1541,\n            \"brandName\": \"LORD & MASTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1286,\n            \"brandName\": \"SAVANHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1542,\n            \"brandName\": \"DEVANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1287,\n            \"brandName\": \"BROGANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1543,\n            \"brandName\": \"COYABA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1288,\n            \"brandName\": \"PORTA DA RAVESSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1544,\n            \"brandName\": \"HOTHMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1289,\n            \"brandName\": \"BLOSSOM HILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1545,\n            \"brandName\": \"RUSSIAN BEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1290,\n            \"brandName\": \"VODKA PL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1546,\n            \"brandName\": \"TERRA BOA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1291,\n            \"brandName\": \"LANZERAC ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1547,\n            \"brandName\": \"CASAL MENDES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1292,\n            \"brandName\": \"SHIRAZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1548,\n            \"brandName\": \"BARBERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1293,\n            \"brandName\": \"MAGNUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1549,\n            \"brandName\": \"BADIA A CORTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1294,\n            \"brandName\": \"SVEDKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1550,\n            \"brandName\": \"WILLIAM COLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1295,\n            \"brandName\": \"PATRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1551,\n            \"brandName\": \"ESCUDO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1296,\n            \"brandName\": \"RESERVA SYRAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1552,\n            \"brandName\": \"MC MORRIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1297,\n            \"brandName\": \"ALFONSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1553,\n            \"brandName\": \"LISTILLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1298,\n            \"brandName\": \"CARRANQUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1554,\n            \"brandName\": \"HOYA DE CADENAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1299,\n            \"brandName\": \"GRAN VEGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1555,\n            \"brandName\": \"ILE DE RE DOUBLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1300,\n            \"brandName\": \"BARON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1556,\n            \"brandName\": \"BVLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1301,\n            \"brandName\": \"TERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1557,\n            \"brandName\": \"CAMPILLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1302,\n            \"brandName\": \"MIKURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1558,\n            \"brandName\": \"LA CRUZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1303,\n            \"brandName\": \"DE DEREZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1559,\n            \"brandName\": \"APOLLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1304,\n            \"brandName\": \"SLOOP DE BOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1560,\n            \"brandName\": \"DE JEREZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1305,\n            \"brandName\": \"CREAM CLUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1561,\n            \"brandName\": \"LORDS DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1306,\n            \"brandName\": \"BEST CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1562,\n            \"brandName\": \"MIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1307,\n            \"brandName\": \"BV LAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1563,\n            \"brandName\": \"EDWARDS WINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1308,\n            \"brandName\": \"LIMONCINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1564,\n            \"brandName\": \"BLACK JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1309,\n            \"brandName\": \"BEAUTIFUL WHISKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1565,\n            \"brandName\": \"ROIXELA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1310,\n            \"brandName\": \"MC DOWELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1566,\n            \"brandName\": \"DU LAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1311,\n            \"brandName\": \"SKIRT GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1567,\n            \"brandName\": \"M & G CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1312,\n            \"brandName\": \"BSAGOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1568,\n            \"brandName\": \"SAMARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1313,\n            \"brandName\": \"SCHNAPPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1569,\n            \"brandName\": \"CAMPE VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1314,\n            \"brandName\": \"COLEMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1570,\n            \"brandName\": \"TUNEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1315,\n            \"brandName\": \"GINETTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1571,\n            \"brandName\": \"RIBERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1316,\n            \"brandName\": \"DIRECTOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1572,\n            \"brandName\": \"CAMPARI BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1317,\n            \"brandName\": \"BULL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1573,\n            \"brandName\": \"ENO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1318,\n            \"brandName\": \"8PM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1574,\n            \"brandName\": \"SQUADRON RUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1319,\n            \"brandName\": \"BOBS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1575,\n            \"brandName\": \"LINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1320,\n            \"brandName\": \"CAPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1576,\n            \"brandName\": \"CASTLE LAGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1321,\n            \"brandName\": \"ROYAL MAGNET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1577,\n            \"brandName\": \"FUEGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1322,\n            \"brandName\": \"WILD DIAMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1578,\n            \"brandName\": \"GRAND MASTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1323,\n            \"brandName\": \"BLACK HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1579,\n            \"brandName\": \"LACOCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1324,\n            \"brandName\": \"EXCLUSIV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1580,\n            \"brandName\": \"MCDOWELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1325,\n            \"brandName\": \"CAPEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1581,\n            \"brandName\": \"TANGGIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1326,\n            \"brandName\": \"LANDMARK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1582,\n            \"brandName\": \"TORRE MOLINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1327,\n            \"brandName\": \"CRYSTAL PALACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1583,\n            \"brandName\": \"WHYTEHALL HONEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1328,\n            \"brandName\": \"KNIGHTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1584,\n            \"brandName\": \"ROYAL PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1329,\n            \"brandName\": \"CHIVAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1585,\n            \"brandName\": \"MASTIO DELLA LOGGIA GRAN CUV&Atilde;&permil;E DOLC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1330,\n            \"brandName\": \"ROYAL SALUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1586,\n            \"brandName\": \"ESCUDO ROJO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1331,\n            \"brandName\": \"HIDALGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1587,\n            \"brandName\": \"ROYAL BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1332,\n            \"brandName\": \"RENDEZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1588,\n            \"brandName\": \"OSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1333,\n            \"brandName\": \"GIACOBAZZI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1589,\n            \"brandName\": \"SERGE CHISTOV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1334,\n            \"brandName\": \"CHABOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1590,\n            \"brandName\": \"CASONI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1335,\n            \"brandName\": \"DE LA VINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1591,\n            \"brandName\": \"MAD MARCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1336,\n            \"brandName\": \"AMOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1592,\n            \"brandName\": \"FRIZZANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1337,\n            \"brandName\": \"CONFIRMED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1593,\n            \"brandName\": \"CASA DORADA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1338,\n            \"brandName\": \"SANDARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1594,\n            \"brandName\": \"OLD ADMIRAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1339,\n            \"brandName\": \"VO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1595,\n            \"brandName\": \"MARLANGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1340,\n            \"brandName\": \"WRIGHTWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1596,\n            \"brandName\": \"CA DE MEDICI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1341,\n            \"brandName\": \"FALKENBURG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1597,\n            \"brandName\": \"EASTERN DISTILLERIES FOOD INDUSTRIES LTD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1342,\n            \"brandName\": \"ALITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1598,\n            \"brandName\": \"CAVA EXCUSE BRUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1343,\n            \"brandName\": \"CHATEAUNEUF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1599,\n            \"brandName\": \"CHEERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1344,\n            \"brandName\": \"DON ALVARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1600,\n            \"brandName\": \"DARK SAILOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1345,\n            \"brandName\": \"DON LUCIANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1601,\n            \"brandName\": \"JM FONSECA TWIN VINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1346,\n            \"brandName\": \"LORDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1602,\n            \"brandName\": \"JOHNS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1347,\n            \"brandName\": \"MONSIEUR PASCAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1603,\n            \"brandName\": \"KPOO KEKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1348,\n            \"brandName\": \"BARON ROMERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1604,\n            \"brandName\": \"LAMBROA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1349,\n            \"brandName\": \"RED BAZOOKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1605,\n            \"brandName\": \"LAVISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1350,\n            \"brandName\": \"CARVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1606,\n            \"brandName\": \"MARIMINGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1351,\n            \"brandName\": \"STATUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1607,\n            \"brandName\": \"KISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1352,\n            \"brandName\": \"ST-REMY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1608,\n            \"brandName\": \"CASTILLO SARRION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1353,\n            \"brandName\": \"GOLDEN ICE ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1609,\n            \"brandName\": \"DON PEDRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1354,\n            \"brandName\": \"DARK HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1610,\n            \"brandName\": \"EMPEROR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1355,\n            \"brandName\": \"CLASSIC DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1611,\n            \"brandName\": \"NEWTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1356,\n            \"brandName\": \"MATILLERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1612,\n            \"brandName\": \"MCDOWEELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1357,\n            \"brandName\": \"TAVERNELLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1613,\n            \"brandName\": \"WILD PELICAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1358,\n            \"brandName\": \"OFFICERS CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1614,\n            \"brandName\": \"DREHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1359,\n            \"brandName\": \"BECKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1615,\n            \"brandName\": \"CIN&CIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1360,\n            \"brandName\": \"APRICOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1616,\n            \"brandName\": \"ARISTOCRAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1361,\n            \"brandName\": \"JULIUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1617,\n            \"brandName\": \"DEVINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1362,\n            \"brandName\": \"VINYA DEL MAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1363,\n            \"brandName\": \"MR DOWELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1364,\n            \"brandName\": \"COOKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1365,\n            \"brandName\": \"ROYAL LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1366,\n            \"brandName\": \"SCHIEDAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1367,\n            \"brandName\": \"AGBARA BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1368,\n            \"brandName\": \"LORD DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1369,\n            \"brandName\": \"1960 ROOTZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1370,\n            \"brandName\": \"HIGHLAND LEGEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1371,\n            \"brandName\": \"READ SEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1372,\n            \"brandName\": \"MG SPIRITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1373,\n            \"brandName\": \"TOUCHSIDES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1374,\n            \"brandName\": \"ELIUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1375,\n            \"brandName\": \"FOUR LOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1376,\n            \"brandName\": \"ROYALE CHIEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1377,\n            \"brandName\": \"SCOTTISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1378,\n            \"brandName\": \"SENATE ROYALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1379,\n            \"brandName\": \"PLATINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1380,\n            \"brandName\": \"GRAF ARTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1381,\n            \"brandName\": \"STATUS PLATINUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1382,\n            \"brandName\": \"RAZON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1383,\n            \"brandName\": \"RETIRO DO MARQUES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1384,\n            \"brandName\": \"MCDOWELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1385,\n            \"brandName\": \"FEENEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1386,\n            \"brandName\": \"CZAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1387,\n            \"brandName\": \"VOGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1388,\n            \"brandName\": \"MAYBACH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1389,\n            \"brandName\": \"MATRIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1390,\n            \"brandName\": \"MIX COCKTAIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1391,\n            \"brandName\": \"DANGELUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1392,\n            \"brandName\": \"BRANDY ALMONDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1393,\n            \"brandName\": \"IL MIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1394,\n            \"brandName\": \"VINEDOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1395,\n            \"brandName\": \"BLACK TRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1396,\n            \"brandName\": \"CASA MONTES AMPAKAMA VIOGNIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1397,\n            \"brandName\": \"APOTHIC RED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1398,\n            \"brandName\": \"AZNAURI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1399,\n            \"brandName\": \"BAGPIPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1400,\n            \"brandName\": \"BLACK DELUXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1401,\n            \"brandName\": \"BAMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1402,\n            \"brandName\": \"BEEHIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1403,\n            \"brandName\": \"KWV CORPORATIVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1404,\n            \"brandName\": \"CAPEVILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1405,\n            \"brandName\": \"CASTILLO DE ROSSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1406,\n            \"brandName\": \"GRAN CASTLLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1407,\n            \"brandName\": \"CASTILLO GRANDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1408,\n            \"brandName\": \"FESTA SPUMANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1409,\n            \"brandName\": \"FILANDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1410,\n            \"brandName\": \"FREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1411,\n            \"brandName\": \"GOLDEN SPIRIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1156,\n            \"brandName\": \"DON RAMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1412,\n            \"brandName\": \"HUBERT DE LUXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1157,\n            \"brandName\": \"DORATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1413,\n            \"brandName\": \"J&B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1158,\n            \"brandName\": \"EAGLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1414,\n            \"brandName\": \"JAGERMEISTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1159,\n            \"brandName\": \"ROJO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1415,\n            \"brandName\": \"LIL RED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1160,\n            \"brandName\": \"VIGNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1416,\n            \"brandName\": \"LION HEAD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1161,\n            \"brandName\": \"WILD TURKEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1417,\n            \"brandName\": \"LONG FEATHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1162,\n            \"brandName\": \"ALASKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1418,\n            \"brandName\": \"LUBUSKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1163,\n            \"brandName\": \"ALIZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1419,\n            \"brandName\": \"LUSTDORF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1164,\n            \"brandName\": \"BARON OTARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1420,\n            \"brandName\": \"MALIBU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1165,\n            \"brandName\": \"CASK & CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1421,\n            \"brandName\": \"MOUNTAIN CAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1166,\n            \"brandName\": \"CASTILLO DE LIRIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1422,\n            \"brandName\": \"SHUSTOFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1167,\n            \"brandName\": \"DOM PERIGNON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1423,\n            \"brandName\": \"THE COLLECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1168,\n            \"brandName\": \"E&J\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1424,\n            \"brandName\": \"THE FAMOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1169,\n            \"brandName\": \"ELLIOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1425,\n            \"brandName\": \"THE NINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1170,\n            \"brandName\": \"WHITE HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1426,\n            \"brandName\": \"VALDIVIESO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1171,\n            \"brandName\": \"FULL MOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1427,\n            \"brandName\": \"MERNOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1172,\n            \"brandName\": \"DELUXE WHISKEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1428,\n            \"brandName\": \"STAR MAN SCHNAPPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1173,\n            \"brandName\": \"REGAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1429,\n            \"brandName\": \"VINETTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1174,\n            \"brandName\": \"ROCHE MAZET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1430,\n            \"brandName\": \"WM WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1175,\n            \"brandName\": \"BAINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1431,\n            \"brandName\": \"CEABBIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1176,\n            \"brandName\": \"MONTREAL ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1432,\n            \"brandName\": \"BUFFET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1177,\n            \"brandName\": \"PEL CAPRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1433,\n            \"brandName\": \"CHIARELLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1178,\n            \"brandName\": \"VILLA FULVIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1434,\n            \"brandName\": \"CASTILLO DE MANZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1179,\n            \"brandName\": \"SANTA HELENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1435,\n            \"brandName\": \"VALPOLICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1180,\n            \"brandName\": \"VEGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1436,\n            \"brandName\": \"BOCA DO LOBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1181,\n            \"brandName\": \"BARONEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1437,\n            \"brandName\": \"CEDRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1182,\n            \"brandName\": \"BREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1438,\n            \"brandName\": \"MEGA MCGOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1183,\n            \"brandName\": \"CAPE DISCOVERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1439,\n            \"brandName\": \"NEGRITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1184,\n            \"brandName\": \"DOMINO DEL REY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1440,\n            \"brandName\": \"GLEN EDWARDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1185,\n            \"brandName\": \"DROPS DRINKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1441,\n            \"brandName\": \"KIPRINSKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1186,\n            \"brandName\": \"FOUR SPECIAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1442,\n            \"brandName\": \"CHATELLE NAPOLEON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1187,\n            \"brandName\": \"LOLD & MASTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1443,\n            \"brandName\": \"WILLIAM PEEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1188,\n            \"brandName\": \"ANDRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1444,\n            \"brandName\": \"HIGHLAND WAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1189,\n            \"brandName\": \"BLACK COLT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1445,\n            \"brandName\": \"DOR CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1190,\n            \"brandName\": \"CHARLEMAGNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1446,\n            \"brandName\": \"ROSATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1191,\n            \"brandName\": \"FRUTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1447,\n            \"brandName\": \"AMIRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1192,\n            \"brandName\": \"PINK LADY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1448,\n            \"brandName\": \"EGGOVIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1193,\n            \"brandName\": \"ROYAL RED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1449,\n            \"brandName\": \"KINGSTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1194,\n            \"brandName\": \"VEGAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1450,\n            \"brandName\": \"MENTHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1195,\n            \"brandName\": \"VIALA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1451,\n            \"brandName\": \"SAVOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1196,\n            \"brandName\": \"WILD AFRICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1452,\n            \"brandName\": \"DOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1197,\n            \"brandName\": \"STASH TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1453,\n            \"brandName\": \"OPA-EYIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1198,\n            \"brandName\": \"BARON DE VALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1454,\n            \"brandName\": \"TUSKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1199,\n            \"brandName\": \"DON VIGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1455,\n            \"brandName\": \"MOTIVO ROSSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1200,\n            \"brandName\": \"HOME BOYZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1456,\n            \"brandName\": \"QUEEN OF SYRAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1201,\n            \"brandName\": \"BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1457,\n            \"brandName\": \"FINE WHISKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1202,\n            \"brandName\": \"VINA SALSERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1458,\n            \"brandName\": \"MUDET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1203,\n            \"brandName\": \"BLUE SKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1459,\n            \"brandName\": \"BLACK WOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1204,\n            \"brandName\": \"BATH THERAPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1460,\n            \"brandName\": \"ARATOKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1205,\n            \"brandName\": \"ROBERTSON WINERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1461,\n            \"brandName\": \"ZENITH 301\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1206,\n            \"brandName\": \"TOMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1462,\n            \"brandName\": \"ATORI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1207,\n            \"brandName\": \"MAGIC MOMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1463,\n            \"brandName\": \"GBE SE E\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1208,\n            \"brandName\": \"TOPHI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1464,\n            \"brandName\": \"CA DEL VINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1209,\n            \"brandName\": \"ST BRENDAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1465,\n            \"brandName\": \"SAPELE WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1210,\n            \"brandName\": \"KING ROBERTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1466,\n            \"brandName\": \"LOADED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1211,\n            \"brandName\": \"SAN PAOLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1467,\n            \"brandName\": \"LE 4 HAGIONI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1212,\n            \"brandName\": \"ROODEBERG WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1468,\n            \"brandName\": \"MERIDIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1213,\n            \"brandName\": \"ALTAS CUMBRES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1469,\n            \"brandName\": \"MAC ARTHURS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1214,\n            \"brandName\": \"RON PONCHIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1470,\n            \"brandName\": \"OSOMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1215,\n            \"brandName\": \"LE PIAT DOR WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1471,\n            \"brandName\": \"CHRISTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1216,\n            \"brandName\": \"CHEMIN DES PAPES WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1472,\n            \"brandName\": \"BB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1217,\n            \"brandName\": \"CASTLE STOUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1473,\n            \"brandName\": \"CHIEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1218,\n            \"brandName\": \"MERLOT CABERNET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1474,\n            \"brandName\": \"IVORY GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1219,\n            \"brandName\": \"BALANCE SHIRAZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1475,\n            \"brandName\": \"LAMBRUSCO WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1220,\n            \"brandName\": \"SAVANNAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1476,\n            \"brandName\": \"GAVIOLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1221,\n            \"brandName\": \"SANTA JULIA RESERVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1477,\n            \"brandName\": \"BENSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1222,\n            \"brandName\": \"YAGO SANGRIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1478,\n            \"brandName\": \"ROME CLASSIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1223,\n            \"brandName\": \"RAYSES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1479,\n            \"brandName\": \"BAJINOTU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1224,\n            \"brandName\": \"COGNAC AZNAURI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1480,\n            \"brandName\": \"ELDERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1225,\n            \"brandName\": \"CARAMELO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1481,\n            \"brandName\": \"DR IGUEDOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1226,\n            \"brandName\": \"RIDA BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1482,\n            \"brandName\": \"JEKONMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1227,\n            \"brandName\": \"DOULTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1483,\n            \"brandName\": \"BULLES DE PASSION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1228,\n            \"brandName\": \"MG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1484,\n            \"brandName\": \"CASTELLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1229,\n            \"brandName\": \"BALSAM GOLDEN LEAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1485,\n            \"brandName\": \"BARON DE LA VALLEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1230,\n            \"brandName\": \"SAMBA CARRIBEAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1486,\n            \"brandName\": \"OGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1231,\n            \"brandName\": \"GREY GOOSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1487,\n            \"brandName\": \"NEMIROFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1232,\n            \"brandName\": \"360 VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1488,\n            \"brandName\": \"BESANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1233,\n            \"brandName\": \"CONDE NOBLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1489,\n            \"brandName\": \"OLD CAPTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1234,\n            \"brandName\": \"COURVOISIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1490,\n            \"brandName\": \"OPERA PRIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1235,\n            \"brandName\": \"DOM PERIONG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1491,\n            \"brandName\": \"PACENA GRANDE DESSERT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1236,\n            \"brandName\": \"RUM CUERPO GOLD RUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1492,\n            \"brandName\": \"PATA NEGRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1237,\n            \"brandName\": \"BORIS JELZIN VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1493,\n            \"brandName\": \"PERRIER JOUET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1238,\n            \"brandName\": \"MERLOT WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1494,\n            \"brandName\": \"PORTALES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1239,\n            \"brandName\": \"JEAN BALMONT RED WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1495,\n            \"brandName\": \"RIA 969\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1240,\n            \"brandName\": \"XO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1496,\n            \"brandName\": \"ROCCAVERDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1241,\n            \"brandName\": \"CAMUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1497,\n            \"brandName\": \"EURO GLOBAL FOOD AND DISTILLERIES LTD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1242,\n            \"brandName\": \"LABEL 5\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1498,\n            \"brandName\": \"VIALA MUSCAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1243,\n            \"brandName\": \"HUNTING LODGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1499,\n            \"brandName\": \"VILALA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1244,\n            \"brandName\": \"BORIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1500,\n            \"brandName\": \"VILLA ALERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1245,\n            \"brandName\": \"CATTIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1501,\n            \"brandName\": \"THE EMPERORS BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1246,\n            \"brandName\": \"HENKEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1502,\n            \"brandName\": \"ALEXIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1247,\n            \"brandName\": \"LE SWEET FILOU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1503,\n            \"brandName\": \"CANARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1248,\n            \"brandName\": \"SUMMERHILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1504,\n            \"brandName\": \"CAVALO BRANCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1249,\n            \"brandName\": \"TROPHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1505,\n            \"brandName\": \"CHOSEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1250,\n            \"brandName\": \"ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1506,\n            \"brandName\": \"EAGLET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1251,\n            \"brandName\": \"ANDRE ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1507,\n            \"brandName\": \"GLEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1252,\n            \"brandName\": \"WEIGHT WATCHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1508,\n            \"brandName\": \"JACK WILLIAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1253,\n            \"brandName\": \"LANSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1509,\n            \"brandName\": \"LONGRICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1254,\n            \"brandName\": \"HERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1510,\n            \"brandName\": \"MASIA DUTTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1255,\n            \"brandName\": \"RED LABEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1511,\n            \"brandName\": \"WILSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1256,\n            \"brandName\": \"CHAMPAGNE LANSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1512,\n            \"brandName\": \"FIDOSSI INTERNATIONAL LTD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1257,\n            \"brandName\": \"NIGHT TRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1513,\n            \"brandName\": \"MOSTO TINTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1258,\n            \"brandName\": \"BLACK LABEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1514,\n            \"brandName\": \"DON MENDO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1259,\n            \"brandName\": \"CAPTAIN MORGAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1515,\n            \"brandName\": \"ERU JEJE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1260,\n            \"brandName\": \"PASSPORT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1516,\n            \"brandName\": \"DECLAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1261,\n            \"brandName\": \"VK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1517,\n            \"brandName\": \"JAMESON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1262,\n            \"brandName\": \"RED SQUARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1518,\n            \"brandName\": \"GREEN GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1263,\n            \"brandName\": \"EISBERG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1519,\n            \"brandName\": \"PETITE PALACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1264,\n            \"brandName\": \"ANTIQUARY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1520,\n            \"brandName\": \"FRUTELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1265,\n            \"brandName\": \"SHANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1521,\n            \"brandName\": \"SILVER CLUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1266,\n            \"brandName\": \"WHYTE & MACKAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1522,\n            \"brandName\": \"SOBIESKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1267,\n            \"brandName\": \"VLADIVAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1523,\n            \"brandName\": \"WILD TIGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1268,\n            \"brandName\": \"SCORPIO GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1524,\n            \"brandName\": \"JAMES REGAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1269,\n            \"brandName\": \"WILD IRISH ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1525,\n            \"brandName\": \"IGBOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1270,\n            \"brandName\": \"HARVEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1526,\n            \"brandName\": \"CAMROS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1271,\n            \"brandName\": \"TIA MARIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1527,\n            \"brandName\": \"OLEKOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1272,\n            \"brandName\": \"SCOTTISH LEADER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1528,\n            \"brandName\": \"ORE MI JO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1273,\n            \"brandName\": \"DUFRAIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1529,\n            \"brandName\": \"SHACMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1274,\n            \"brandName\": \"TINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1530,\n            \"brandName\": \"TREASURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1275,\n            \"brandName\": \"ROSSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1531,\n            \"brandName\": \"ZUMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1276,\n            \"brandName\": \"BIANCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1532,\n            \"brandName\": \"MARIE BRIZARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1277,\n            \"brandName\": \"VILLA PUCCINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1533,\n            \"brandName\": \"CHUKS HARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1278,\n            \"brandName\": \"PENASCAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1534,\n            \"brandName\": \"4TH STREET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1279,\n            \"brandName\": \"MILLWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1535,\n            \"brandName\": \"ICE JAUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:36\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:36\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1792,\n            \"brandName\": \"CHIVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2048,\n            \"brandName\": \"SUPREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1793,\n            \"brandName\": \"COCA-COLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2049,\n            \"brandName\": \"THE SIMPSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1794,\n            \"brandName\": \"OCEAN SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2050,\n            \"brandName\": \"MASARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1795,\n            \"brandName\": \"ENSURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2051,\n            \"brandName\": \"SO DELICIOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1796,\n            \"brandName\": \"GARDEN FRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2052,\n            \"brandName\": \"GOODBURRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1797,\n            \"brandName\": \"GRUNER WELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2053,\n            \"brandName\": \"FREESCHE VLAG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1798,\n            \"brandName\": \"GUAVA STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2054,\n            \"brandName\": \"STEAZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1799,\n            \"brandName\": \"MALTA GUINNESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2055,\n            \"brandName\": \"NATURES CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1800,\n            \"brandName\": \"MACCAW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2056,\n            \"brandName\": \"REALIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1801,\n            \"brandName\": \"TASTY TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2057,\n            \"brandName\": \"LOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1802,\n            \"brandName\": \"MOTTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2058,\n            \"brandName\": \"VITAMINWATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1803,\n            \"brandName\": \"OLD JAMAICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2059,\n            \"brandName\": \"ANCHOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1804,\n            \"brandName\": \"POKKA P\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2060,\n            \"brandName\": \"CONTACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1805,\n            \"brandName\": \"REALEMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2061,\n            \"brandName\": \"BASIL SEED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1806,\n            \"brandName\": \"ROYALTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2062,\n            \"brandName\": \"ALKALINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1807,\n            \"brandName\": \"SNAPPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2063,\n            \"brandName\": \"FRUITI O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1808,\n            \"brandName\": \"STAR JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2064,\n            \"brandName\": \"FAN MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1809,\n            \"brandName\": \"SUNKIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2065,\n            \"brandName\": \"ST LAUREN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1810,\n            \"brandName\": \"VOLVIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2066,\n            \"brandName\": \"234 SK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1811,\n            \"brandName\": \"YOJUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2067,\n            \"brandName\": \"AQUA RAPHA INVESTMENTS LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1812,\n            \"brandName\": \"HAPPY HOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2068,\n            \"brandName\": \"MARY & BAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1813,\n            \"brandName\": \"GOAL PREMIUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2069,\n            \"brandName\": \"FANDANGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1814,\n            \"brandName\": \"MARTINELLIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2070,\n            \"brandName\": \"GO SLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1815,\n            \"brandName\": \"RENDEZ-VOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2071,\n            \"brandName\": \"OOH SUNNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1816,\n            \"brandName\": \"AQUA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2072,\n            \"brandName\": \"REFRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1817,\n            \"brandName\": \"EURO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2073,\n            \"brandName\": \"LA VOLTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1818,\n            \"brandName\": \"MISTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2074,\n            \"brandName\": \"OLIVIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1819,\n            \"brandName\": \"NIDO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2075,\n            \"brandName\": \"9JA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1820,\n            \"brandName\": \"HAINDLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2076,\n            \"brandName\": \"VINUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1821,\n            \"brandName\": \"DISPENSER WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1822,\n            \"brandName\": \"VITAMILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1823,\n            \"brandName\": \"BIG COLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1824,\n            \"brandName\": \"BACHU POWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1825,\n            \"brandName\": \"RIFLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1826,\n            \"brandName\": \"RITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1827,\n            \"brandName\": \"ALPRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1828,\n            \"brandName\": \"COOLBREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1829,\n            \"brandName\": \"CAF&Atilde;&permil; 73\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1830,\n            \"brandName\": \"FARM FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1831,\n            \"brandName\": \"FIRST CLASS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1832,\n            \"brandName\": \"ISLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1833,\n            \"brandName\": \"MALTA GUINNESS HERBAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1834,\n            \"brandName\": \"SAN BENDETTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1835,\n            \"brandName\": \"TITO YOGHURT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1836,\n            \"brandName\": \"EVANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1837,\n            \"brandName\": \"NUTRI-YO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1838,\n            \"brandName\": \"ROBINSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1839,\n            \"brandName\": \"GIANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1840,\n            \"brandName\": \"GREEN HILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1841,\n            \"brandName\": \"HONEST KIDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1842,\n            \"brandName\": \"JEFI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1843,\n            \"brandName\": \"JUST JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1844,\n            \"brandName\": \"FARM PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1845,\n            \"brandName\": \"FRUITREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1846,\n            \"brandName\": \"H2OH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1847,\n            \"brandName\": \"MEIJI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1848,\n            \"brandName\": \"PEAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1849,\n            \"brandName\": \"SANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1850,\n            \"brandName\": \"PURE LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1851,\n            \"brandName\": \"DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1852,\n            \"brandName\": \"NONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1853,\n            \"brandName\": \"MIKSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1854,\n            \"brandName\": \"MILKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1855,\n            \"brandName\": \"NESQUIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1856,\n            \"brandName\": \"OK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1857,\n            \"brandName\": \"OLA-BISI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1858,\n            \"brandName\": \"OLYMPIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1859,\n            \"brandName\": \"POWER HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1860,\n            \"brandName\": \"PURITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1861,\n            \"brandName\": \"SOY 4 LIFE DRINK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1862,\n            \"brandName\": \"SWISS MISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1863,\n            \"brandName\": \"MIXXED UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1864,\n            \"brandName\": \"SONDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1865,\n            \"brandName\": \"TANGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1866,\n            \"brandName\": \"VEKTRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1867,\n            \"brandName\": \"PAUL BRASSAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1868,\n            \"brandName\": \"BLEDINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1869,\n            \"brandName\": \"COW & GATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1870,\n            \"brandName\": \"DANSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1871,\n            \"brandName\": \"DUTCH MILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1872,\n            \"brandName\": \"BOURNVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1873,\n            \"brandName\": \"CADBURY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1618,\n            \"brandName\": \"MG SPIRIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1874,\n            \"brandName\": \"TAMPICO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1619,\n            \"brandName\": \"GASTALDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1875,\n            \"brandName\": \"WELLSLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1620,\n            \"brandName\": \"REUNITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1876,\n            \"brandName\": \"BLUE BOAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1621,\n            \"brandName\": \"FIORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1877,\n            \"brandName\": \"ENA MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1622,\n            \"brandName\": \"IL COLLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1878,\n            \"brandName\": \"BEST-IN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1623,\n            \"brandName\": \"MOSCATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1879,\n            \"brandName\": \"BURN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1624,\n            \"brandName\": \"GRANDMASTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1880,\n            \"brandName\": \"CHIDEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1625,\n            \"brandName\": \"DE LUZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1881,\n            \"brandName\": \"7UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1626,\n            \"brandName\": \"MIX STRONG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1882,\n            \"brandName\": \"ACQUA PANNA WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1627,\n            \"brandName\": \"501 BRANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1883,\n            \"brandName\": \"APPLETISER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1628,\n            \"brandName\": \"ARTOS GRAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1884,\n            \"brandName\": \"AQUA ZEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1629,\n            \"brandName\": \"BARDINET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1885,\n            \"brandName\": \"AQUAROMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1630,\n            \"brandName\": \"BELLWETHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1886,\n            \"brandName\": \"BADOIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1631,\n            \"brandName\": \"EVENING SPECIAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1887,\n            \"brandName\": \"BALLYGOWAN WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1632,\n            \"brandName\": \"GRAN DESSERT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1888,\n            \"brandName\": \"BARR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1633,\n            \"brandName\": \"GRAND MASTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1889,\n            \"brandName\": \"BEN SHAWS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1634,\n            \"brandName\": \"HAZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1890,\n            \"brandName\": \"BOOST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1635,\n            \"brandName\": \"MARQUES DE MONTINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1891,\n            \"brandName\": \"BOTTLE GREEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1636,\n            \"brandName\": \"MUSCAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1892,\n            \"brandName\": \"BUXTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1637,\n            \"brandName\": \"PASCUAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1893,\n            \"brandName\": \"STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1638,\n            \"brandName\": \"PEACH CLUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1894,\n            \"brandName\": \"CAWSTON PRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1639,\n            \"brandName\": \"PERFECT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1895,\n            \"brandName\": \"DEL MONTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1640,\n            \"brandName\": \"PONCHE 501\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1896,\n            \"brandName\": \"DR PEPPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1641,\n            \"brandName\": \"ROODEBERG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1897,\n            \"brandName\": \"DRENCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1642,\n            \"brandName\": \"SHUSTOFF DISTILLERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1898,\n            \"brandName\": \"DUNNS RIVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1643,\n            \"brandName\": \"ATLANTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1899,\n            \"brandName\": \"CRISTALINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1644,\n            \"brandName\": \"B-LUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1900,\n            \"brandName\": \"ELM WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1645,\n            \"brandName\": \"BULLET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1901,\n            \"brandName\": \"EMERGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1646,\n            \"brandName\": \"BARDAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1902,\n            \"brandName\": \"EVIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1647,\n            \"brandName\": \"GOOSE BAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1903,\n            \"brandName\": \"A G BARR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1648,\n            \"brandName\": \"RED TRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1904,\n            \"brandName\": \"AQUAPURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1649,\n            \"brandName\": \"TORNANTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1905,\n            \"brandName\": \"BIG TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1650,\n            \"brandName\": \"CIV & CIV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1906,\n            \"brandName\": \"CARABAO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1651,\n            \"brandName\": \"COL DEL VENTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1907,\n            \"brandName\": \"EL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1652,\n            \"brandName\": \"SIDRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1908,\n            \"brandName\": \"DUDU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1653,\n            \"brandName\": \"OROBLANCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1909,\n            \"brandName\": \"NIRVANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1654,\n            \"brandName\": \"RUUTZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1910,\n            \"brandName\": \"FUEL 10K\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1655,\n            \"brandName\": \"THREE BARRELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1911,\n            \"brandName\": \"PEPSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1656,\n            \"brandName\": \"VITIS LATUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1912,\n            \"brandName\": \"PEPSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1657,\n            \"brandName\": \"RONZONI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1913,\n            \"brandName\": \"PERFECTLY CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1658,\n            \"brandName\": \"DIVIN BARDAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1914,\n            \"brandName\": \"PERRIER WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1659,\n            \"brandName\": \"DE VINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1915,\n            \"brandName\": \"POW WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1660,\n            \"brandName\": \"4 HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1916,\n            \"brandName\": \"POWERADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1661,\n            \"brandName\": \"CHARELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1917,\n            \"brandName\": \"PRINCES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1662,\n            \"brandName\": \"IVORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1918,\n            \"brandName\": \"PURDEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1663,\n            \"brandName\": \"CHIZAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1919,\n            \"brandName\": \"R. WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1664,\n            \"brandName\": \"GOLD BAZOOKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1920,\n            \"brandName\": \"RELENTLESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1665,\n            \"brandName\": \"MONTE SANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1921,\n            \"brandName\": \"RIO JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1666,\n            \"brandName\": \"BOB-G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1922,\n            \"brandName\": \"SAN PELLEGRINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1667,\n            \"brandName\": \"ROKET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1923,\n            \"brandName\": \"V ENERGY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1668,\n            \"brandName\": \"JAGABAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1924,\n            \"brandName\": \"VIMTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1669,\n            \"brandName\": \"ALUJO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1925,\n            \"brandName\": \"VOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1670,\n            \"brandName\": \"CHARGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1926,\n            \"brandName\": \"HERITAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1671,\n            \"brandName\": \"GOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1927,\n            \"brandName\": \"NO FEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1672,\n            \"brandName\": \"JAPATA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1928,\n            \"brandName\": \"OCEANSPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1673,\n            \"brandName\": \"MEE MAKOSSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1929,\n            \"brandName\": \"IRN-BRU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1674,\n            \"brandName\": \"GHAN NATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1930,\n            \"brandName\": \"KA SPARKLING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1675,\n            \"brandName\": \"STALLION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1931,\n            \"brandName\": \"J20\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1676,\n            \"brandName\": \"MASCOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1932,\n            \"brandName\": \"FEVER-TREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1677,\n            \"brandName\": \"STRIKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1933,\n            \"brandName\": \"MAXI NUTRITION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1678,\n            \"brandName\": \"SKU-CHIZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1934,\n            \"brandName\": \"HARTRIDGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1679,\n            \"brandName\": \"LEVEL 5\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1935,\n            \"brandName\": \"HILDON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1680,\n            \"brandName\": \"BOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1936,\n            \"brandName\": \"MOUNTAIN DEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1681,\n            \"brandName\": \"BUGATTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1937,\n            \"brandName\": \"MAC B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1682,\n            \"brandName\": \"STOCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1938,\n            \"brandName\": \"ORANGINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1683,\n            \"brandName\": \"EDGE HERBAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1939,\n            \"brandName\": \"OASIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1684,\n            \"brandName\": \"DELAYO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1940,\n            \"brandName\": \"FANTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1685,\n            \"brandName\": \"PASA-BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1941,\n            \"brandName\": \"GLACEAU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1686,\n            \"brandName\": \"AGBARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1942,\n            \"brandName\": \"B-YOUNG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1687,\n            \"brandName\": \"COMAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1943,\n            \"brandName\": \"BAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1688,\n            \"brandName\": \"ONE CORNER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1944,\n            \"brandName\": \"GOLDEN PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1689,\n            \"brandName\": \"BISQUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1945,\n            \"brandName\": \"MATADOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1690,\n            \"brandName\": \"ORBIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1946,\n            \"brandName\": \"MY CHOCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1691,\n            \"brandName\": \"SUPER TICO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1947,\n            \"brandName\": \"ENNI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1692,\n            \"brandName\": \"TERRE FORTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1948,\n            \"brandName\": \"GINGO GINGER LIMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1693,\n            \"brandName\": \"BLACK & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1949,\n            \"brandName\": \"BLUE DRAGON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1694,\n            \"brandName\": \"EROSKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1950,\n            \"brandName\": \"FUEL BANANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1695,\n            \"brandName\": \"JEDI-JEDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1951,\n            \"brandName\": \"HEAVENLY ORGANIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1696,\n            \"brandName\": \"MONTE DE PALACIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1952,\n            \"brandName\": \"SAKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1697,\n            \"brandName\": \"0 HOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1953,\n            \"brandName\": \"SHLOER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1698,\n            \"brandName\": \"MOJO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1954,\n            \"brandName\": \"LILT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1699,\n            \"brandName\": \"ESPRESSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1955,\n            \"brandName\": \"GRACE FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1700,\n            \"brandName\": \"ANORANZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1956,\n            \"brandName\": \"HIGHLAND SPRING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1701,\n            \"brandName\": \"DES LYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1957,\n            \"brandName\": \"FEEL-GOOD DRINKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1702,\n            \"brandName\": \"LOIUS DUKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1958,\n            \"brandName\": \"POMEGREAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1703,\n            \"brandName\": \"THE MANOR HOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1959,\n            \"brandName\": \"DOLAIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1704,\n            \"brandName\": \"DOMAINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1960,\n            \"brandName\": \"EDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1705,\n            \"brandName\": \"SAPELE OGOGORO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1961,\n            \"brandName\": \"EORA SEMI SPARKLING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1706,\n            \"brandName\": \"SENUEBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1962,\n            \"brandName\": \"SPLASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1707,\n            \"brandName\": \"PANACHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1963,\n            \"brandName\": \"POWER UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1708,\n            \"brandName\": \"SPARK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1964,\n            \"brandName\": \"YOGHURTPLUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1709,\n            \"brandName\": \"SACHAA ROOTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1965,\n            \"brandName\": \"BIGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1710,\n            \"brandName\": \"AVIVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1966,\n            \"brandName\": \"HEBRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1711,\n            \"brandName\": \"KOUMBI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1967,\n            \"brandName\": \"ENERDRINK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1712,\n            \"brandName\": \"DANII\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1968,\n            \"brandName\": \"PULPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1713,\n            \"brandName\": \"ROYAL MASTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1969,\n            \"brandName\": \"EVINCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1714,\n            \"brandName\": \"CASTELLO DI SIRENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1970,\n            \"brandName\": \"FRESH YO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1715,\n            \"brandName\": \"MONNA LISA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1971,\n            \"brandName\": \"TWIZZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1716,\n            \"brandName\": \"SAPORE DITALIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1972,\n            \"brandName\": \"KOOWO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1717,\n            \"brandName\": \"DOLCE AMORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1973,\n            \"brandName\": \"VITABIOTICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1718,\n            \"brandName\": \"SPECIAL APPOINTMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1974,\n            \"brandName\": \"WILSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1719,\n            \"brandName\": \"BALLATORE BRUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1975,\n            \"brandName\": \"C WAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1720,\n            \"brandName\": \"ANGOSTURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1976,\n            \"brandName\": \"DESTINY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1721,\n            \"brandName\": \"NEW AMSTERDAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1977,\n            \"brandName\": \"FREEGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1722,\n            \"brandName\": \"WILD VINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1978,\n            \"brandName\": \"OOH YES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1723,\n            \"brandName\": \"BOONES FARM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1979,\n            \"brandName\": \"COSCHARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1724,\n            \"brandName\": \"OLMECA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1980,\n            \"brandName\": \"MACA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1725,\n            \"brandName\": \"BALLATORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1981,\n            \"brandName\": \"ELLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1726,\n            \"brandName\": \"CHAMPAGNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1982,\n            \"brandName\": \"KLEIN ABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1727,\n            \"brandName\": \"CEDAA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1983,\n            \"brandName\": \"P & J\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1728,\n            \"brandName\": \"HAVILAH YOGHURT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1984,\n            \"brandName\": \"ZODIAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1729,\n            \"brandName\": \"LUCOZADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1985,\n            \"brandName\": \"ZEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1730,\n            \"brandName\": \"TATA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1986,\n            \"brandName\": \"POWER MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1731,\n            \"brandName\": \"VIJU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1987,\n            \"brandName\": \"XL ENERGY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1732,\n            \"brandName\": \"SMOOV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1988,\n            \"brandName\": \"YAZOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1733,\n            \"brandName\": \"HORLICKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1989,\n            \"brandName\": \"PURE JOY JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1734,\n            \"brandName\": \"COLACAO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1990,\n            \"brandName\": \"VITASOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1735,\n            \"brandName\": \"COWBELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1991,\n            \"brandName\": \"SHARK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1736,\n            \"brandName\": \"ALLENBURRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1992,\n            \"brandName\": \"CARTER ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1737,\n            \"brandName\": \"OVALTINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1993,\n            \"brandName\": \"FUZETEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1738,\n            \"brandName\": \"WATER GUARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1994,\n            \"brandName\": \"LUCOZADE ZERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1739,\n            \"brandName\": \"5 ALIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1995,\n            \"brandName\": \"SUNSWEET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1740,\n            \"brandName\": \"CERES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1996,\n            \"brandName\": \"ABBEY WELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1741,\n            \"brandName\": \"CHAMDOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1997,\n            \"brandName\": \"SUN EXOTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1742,\n            \"brandName\": \"CHI EXOTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1998,\n            \"brandName\": \"VICCO MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1743,\n            \"brandName\": \"CHIVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1999,\n            \"brandName\": \"STRATHMORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1744,\n            \"brandName\": \"NUTRI-MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2000,\n            \"brandName\": \"RIO DORO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1745,\n            \"brandName\": \"DANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2001,\n            \"brandName\": \"CHI FIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1746,\n            \"brandName\": \"ARIZONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2002,\n            \"brandName\": \"ZOVERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1747,\n            \"brandName\": \"CALIFORNIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2003,\n            \"brandName\": \"X-TRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1748,\n            \"brandName\": \"FRUTTIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2004,\n            \"brandName\": \"GRAND MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1749,\n            \"brandName\": \"CHI VERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2005,\n            \"brandName\": \"FANICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1750,\n            \"brandName\": \"COMPLAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2006,\n            \"brandName\": \"LILY TABLE WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1751,\n            \"brandName\": \"ELLE & VIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2007,\n            \"brandName\": \"HERSHEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1752,\n            \"brandName\": \"ENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2008,\n            \"brandName\": \"GATORADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1753,\n            \"brandName\": \"FAYGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2009,\n            \"brandName\": \"GLUCERNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1754,\n            \"brandName\": \"FRUTTA JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2010,\n            \"brandName\": \"OLD OCHARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1755,\n            \"brandName\": \"FUMMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2011,\n            \"brandName\": \"OLD ORCHARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1756,\n            \"brandName\": \"GERBER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2012,\n            \"brandName\": \"LIPTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1757,\n            \"brandName\": \"JUCEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2013,\n            \"brandName\": \"JAMMERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1758,\n            \"brandName\": \"KOOL-AID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2014,\n            \"brandName\": \"BIG HUG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1759,\n            \"brandName\": \"LANGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2015,\n            \"brandName\": \"GREAT VALUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1760,\n            \"brandName\": \"LIMCA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2016,\n            \"brandName\": \"LA VACHE QUI RIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1761,\n            \"brandName\": \"MALTONIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2017,\n            \"brandName\": \"DAILY CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1762,\n            \"brandName\": \"MILO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2018,\n            \"brandName\": \"KIRKLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1763,\n            \"brandName\": \"MULTILIFE GREEN JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2019,\n            \"brandName\": \"DOLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1764,\n            \"brandName\": \"NUTRI C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2020,\n            \"brandName\": \"LACTEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1765,\n            \"brandName\": \"RIBENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2021,\n            \"brandName\": \"FRUCHTEGUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1766,\n            \"brandName\": \"RUBICON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2022,\n            \"brandName\": \"MIRINDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1767,\n            \"brandName\": \"SCHWEPPES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2023,\n            \"brandName\": \"CARTE DOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1768,\n            \"brandName\": \"SOY GOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2024,\n            \"brandName\": \"JIF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1769,\n            \"brandName\": \"VITAFIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2025,\n            \"brandName\": \"ROBERTSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1770,\n            \"brandName\": \"EVA WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2026,\n            \"brandName\": \"ALVARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1771,\n            \"brandName\": \"EVIRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2027,\n            \"brandName\": \"GEEBEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1772,\n            \"brandName\": \"FANTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2028,\n            \"brandName\": \"MARVEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1773,\n            \"brandName\": \"GLUCOSE-D\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2029,\n            \"brandName\": \"SIMPLY FRUITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1774,\n            \"brandName\": \"HOLLANDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2030,\n            \"brandName\": \"KA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1775,\n            \"brandName\": \"LONDON BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2031,\n            \"brandName\": \"JUS DE POMME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1776,\n            \"brandName\": \"MONSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2032,\n            \"brandName\": \"ALPEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1777,\n            \"brandName\": \"MUNRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2033,\n            \"brandName\": \"WEETABIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1778,\n            \"brandName\": \"NESTLE TABLE WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2034,\n            \"brandName\": \"KERRYGOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1779,\n            \"brandName\": \"LUNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2035,\n            \"brandName\": \"AQUAFINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1780,\n            \"brandName\": \"RED BULL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2036,\n            \"brandName\": \"FEARLESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1781,\n            \"brandName\": \"BETA MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2037,\n            \"brandName\": \"TEEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1782,\n            \"brandName\": \"BIG SHOCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2038,\n            \"brandName\": \"J2O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1783,\n            \"brandName\": \"CHI ICE TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2039,\n            \"brandName\": \"CRUSHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1784,\n            \"brandName\": \"PASSION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2040,\n            \"brandName\": \"NATURES FINEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1785,\n            \"brandName\": \"SPRITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2041,\n            \"brandName\": \"RIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1786,\n            \"brandName\": \"CAPRI SUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2042,\n            \"brandName\": \"SUNPRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1787,\n            \"brandName\": \"AQUADANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2043,\n            \"brandName\": \"MR FREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1788,\n            \"brandName\": \"ZYMBOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2044,\n            \"brandName\": \"FRUITYPOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1789,\n            \"brandName\": \"DUBIC MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2045,\n            \"brandName\": \"MILLAC MAID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1790,\n            \"brandName\": \"APPLE & EVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2046,\n            \"brandName\": \"LIBBYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 1791,\n            \"brandName\": \"CAPE CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2047,\n            \"brandName\": \"LOYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:37\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:37\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2304,\n            \"brandName\": \"LACTEL FRUITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2305,\n            \"brandName\": \"MCNICHOLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2306,\n            \"brandName\": \"DON KILISHI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2307,\n            \"brandName\": \"FROOT LOOPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2308,\n            \"brandName\": \"KENDAMIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2309,\n            \"brandName\": \"LA MAYO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2310,\n            \"brandName\": \"MALINGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2311,\n            \"brandName\": \"MOLLYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2312,\n            \"brandName\": \"OATALA OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2313,\n            \"brandName\": \"SAFINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2314,\n            \"brandName\": \"SMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2315,\n            \"brandName\": \"AMERICAN GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2316,\n            \"brandName\": \"BELEOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2317,\n            \"brandName\": \"BERMBYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2318,\n            \"brandName\": \"BUTTERBURST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2319,\n            \"brandName\": \"STARKIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2320,\n            \"brandName\": \"TESCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2321,\n            \"brandName\": \"INFACARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2322,\n            \"brandName\": \"RICE KRISPIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2323,\n            \"brandName\": \"SOSSA MATONNAISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2324,\n            \"brandName\": \"MILUPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2325,\n            \"brandName\": \"JORDAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2326,\n            \"brandName\": \"BEST BUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2327,\n            \"brandName\": \"NUTRIBOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2328,\n            \"brandName\": \"PREMIUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2329,\n            \"brandName\": \"THX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2330,\n            \"brandName\": \"VEGETA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2331,\n            \"brandName\": \"ST RITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2332,\n            \"brandName\": \"AUNTY PATS ORGANIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2077,\n            \"brandName\": \"MR FRUTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2333,\n            \"brandName\": \"GEISHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2078,\n            \"brandName\": \"BOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2334,\n            \"brandName\": \"FOSTER CLARKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2079,\n            \"brandName\": \"L&Z\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2335,\n            \"brandName\": \"FRISO GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2080,\n            \"brandName\": \"IVY DEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2336,\n            \"brandName\": \"FRISOLAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2081,\n            \"brandName\": \"FRUDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2337,\n            \"brandName\": \"FUNTUNA EGGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2082,\n            \"brandName\": \"GIDIGBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2338,\n            \"brandName\": \"GINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2083,\n            \"brandName\": \"ARINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2339,\n            \"brandName\": \"HAPPY CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2084,\n            \"brandName\": \"AQUA RAPHA INVESTMENT LTD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2340,\n            \"brandName\": \"HELLMANNS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2085,\n            \"brandName\": \"SWAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2341,\n            \"brandName\": \"HONEY BUNCHES OF OAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2086,\n            \"brandName\": \"BOOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2342,\n            \"brandName\": \"HP SAUCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2087,\n            \"brandName\": \"TIGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2343,\n            \"brandName\": \"HUNTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2088,\n            \"brandName\": \"CINTRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2344,\n            \"brandName\": \"JOHN WEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2089,\n            \"brandName\": \"COKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2345,\n            \"brandName\": \"APPLE JACKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2090,\n            \"brandName\": \"CWAY WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2346,\n            \"brandName\": \"COCO POPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2091,\n            \"brandName\": \"SAGIKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2347,\n            \"brandName\": \"RAISIN BRAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2092,\n            \"brandName\": \"NUTRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2348,\n            \"brandName\": \"SPECIAL K\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2093,\n            \"brandName\": \"FARM FEAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2349,\n            \"brandName\": \"KRAFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2094,\n            \"brandName\": \"IMPERIAL CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2350,\n            \"brandName\": \"LAHDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2095,\n            \"brandName\": \"WELCHS SPARKLING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2351,\n            \"brandName\": \"FORTUNE HEIGHTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2096,\n            \"brandName\": \"DUDU MIXED FRUITS MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2352,\n            \"brandName\": \"GOLD WORTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2097,\n            \"brandName\": \"MR CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2353,\n            \"brandName\": \"MAGIC CRUNCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2098,\n            \"brandName\": \"CASCADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2354,\n            \"brandName\": \"STAR KIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2099,\n            \"brandName\": \"EXOTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2355,\n            \"brandName\": \"TLC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2100,\n            \"brandName\": \"CWAY PINEAPPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2356,\n            \"brandName\": \"ZWAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2101,\n            \"brandName\": \"CWAY APPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2357,\n            \"brandName\": \"MOI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2102,\n            \"brandName\": \"SERAPHIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2358,\n            \"brandName\": \"NUTZY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2103,\n            \"brandName\": \"FROOTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2359,\n            \"brandName\": \"REAL MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2104,\n            \"brandName\": \"SANGARIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2360,\n            \"brandName\": \"SOSOFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2105,\n            \"brandName\": \"ST. LAUREN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2361,\n            \"brandName\": \"JOJO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2106,\n            \"brandName\": \"TOMI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2362,\n            \"brandName\": \"JUST FLAKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2107,\n            \"brandName\": \"TRS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2363,\n            \"brandName\": \"CORN FLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2108,\n            \"brandName\": \"VARICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2364,\n            \"brandName\": \"KILISHI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2109,\n            \"brandName\": \"FUTURE GENERATION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2365,\n            \"brandName\": \"MAGGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2110,\n            \"brandName\": \"GOODLIFE MAGIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2366,\n            \"brandName\": \"MILLERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2111,\n            \"brandName\": \"REYON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2367,\n            \"brandName\": \"NUTELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2112,\n            \"brandName\": \"GOLDEN SCOOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2368,\n            \"brandName\": \"PARADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2113,\n            \"brandName\": \"N-GINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2369,\n            \"brandName\": \"PEDIGREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2114,\n            \"brandName\": \"RCQ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2370,\n            \"brandName\": \"PRESIDENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2115,\n            \"brandName\": \"LESENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2371,\n            \"brandName\": \"RAYNERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2116,\n            \"brandName\": \"NUTRI SOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2372,\n            \"brandName\": \"REAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2117,\n            \"brandName\": \"ALEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2373,\n            \"brandName\": \"REMIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2118,\n            \"brandName\": \"VINUT FOOD AND BEVERAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2374,\n            \"brandName\": \"ROCK NATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2119,\n            \"brandName\": \"BLUE PEARL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2375,\n            \"brandName\": \"AKCAY ROSE WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2120,\n            \"brandName\": \"FRUIT MULTITRADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2376,\n            \"brandName\": \"ROYAL SUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2121,\n            \"brandName\": \"BASIC AYURVEDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2377,\n            \"brandName\": \"SCOTTS OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2122,\n            \"brandName\": \"LIFE SAVER WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2378,\n            \"brandName\": \"SKIPPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2123,\n            \"brandName\": \"SECRET CITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2379,\n            \"brandName\": \"TAMEK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2124,\n            \"brandName\": \"NIGERIA GERMAN CHEMICALS (NGC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2380,\n            \"brandName\": \"MAGIC TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2125,\n            \"brandName\": \"SUGARLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2381,\n            \"brandName\": \"POST SELECTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2126,\n            \"brandName\": \"AMEL SUSAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2382,\n            \"brandName\": \"PEARL RIVER BRIDGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2127,\n            \"brandName\": \"TAAMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2383,\n            \"brandName\": \"MILCOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2128,\n            \"brandName\": \"UTOPIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2384,\n            \"brandName\": \"VIVGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2129,\n            \"brandName\": \"NOSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2385,\n            \"brandName\": \"APTAMIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2130,\n            \"brandName\": \"PAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2386,\n            \"brandName\": \"PURINA MOIST AND MEATY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2131,\n            \"brandName\": \"RICH-MEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2387,\n            \"brandName\": \"NESTLE PRE INFANT FORMULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2132,\n            \"brandName\": \"HABIB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2388,\n            \"brandName\": \"NIXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2133,\n            \"brandName\": \"BELLYYO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2389,\n            \"brandName\": \"NORA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2134,\n            \"brandName\": \"EEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2390,\n            \"brandName\": \"PEDIASURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2135,\n            \"brandName\": \"EXTRAJOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2391,\n            \"brandName\": \"PRINCES BEEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2136,\n            \"brandName\": \"MR. FRUTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2392,\n            \"brandName\": \"PRINCES TUNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2137,\n            \"brandName\": \"DOLCE VITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2393,\n            \"brandName\": \"QUAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2138,\n            \"brandName\": \"FISTAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2394,\n            \"brandName\": \"CLEARSPRING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2139,\n            \"brandName\": \"CITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2395,\n            \"brandName\": \"RICH START\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2140,\n            \"brandName\": \"WILD POWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2396,\n            \"brandName\": \"SIMILAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2141,\n            \"brandName\": \"KRUGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2397,\n            \"brandName\": \"SUMMERFEILD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2142,\n            \"brandName\": \"AMBER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2398,\n            \"brandName\": \"TILDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2143,\n            \"brandName\": \"DE ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2399,\n            \"brandName\": \"UNCLE TOBYS OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2144,\n            \"brandName\": \"FUNTUNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2400,\n            \"brandName\": \"WEETOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2145,\n            \"brandName\": \"RACHTEJ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2401,\n            \"brandName\": \"BADIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2146,\n            \"brandName\": \"ALMOND BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2402,\n            \"brandName\": \"COCO PUFFS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2147,\n            \"brandName\": \"VITALIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2403,\n            \"brandName\": \"COSTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2148,\n            \"brandName\": \"FINCAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2404,\n            \"brandName\": \"CRISCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2149,\n            \"brandName\": \"FIFUN TODOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2405,\n            \"brandName\": \"DON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2150,\n            \"brandName\": \"WARRIOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2406,\n            \"brandName\": \"ENFAGROW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2151,\n            \"brandName\": \"CARTIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2407,\n            \"brandName\": \"ENFAMIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2152,\n            \"brandName\": \"BIG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2408,\n            \"brandName\": \"ESTHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2153,\n            \"brandName\": \"LIG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2409,\n            \"brandName\": \"CORNED BEEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2154,\n            \"brandName\": \"ELOI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2410,\n            \"brandName\": \"GOLDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2155,\n            \"brandName\": \"LITTLE DUCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2411,\n            \"brandName\": \"FARLEYS RUSKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2156,\n            \"brandName\": \"FANTASTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2412,\n            \"brandName\": \"CHEERIOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2157,\n            \"brandName\": \"HUSTLER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2413,\n            \"brandName\": \"CHEETAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2158,\n            \"brandName\": \"LITTLE MIRACLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2414,\n            \"brandName\": \"FARLEYS HEINZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2159,\n            \"brandName\": \"BLUE JEANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2415,\n            \"brandName\": \"SHREDDED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2160,\n            \"brandName\": \"BAUER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2416,\n            \"brandName\": \"SNACK PACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2161,\n            \"brandName\": \"EVA WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2417,\n            \"brandName\": \"SUPERIOR SAUCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2162,\n            \"brandName\": \"VIGOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2418,\n            \"brandName\": \"TABASCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2163,\n            \"brandName\": \"SUPERMALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2419,\n            \"brandName\": \"TIFFANY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2164,\n            \"brandName\": \"NUNU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2420,\n            \"brandName\": \"TROPICAL SUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2165,\n            \"brandName\": \"YO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2421,\n            \"brandName\": \"ABC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2166,\n            \"brandName\": \"NORTHLAND JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2422,\n            \"brandName\": \"AMOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2167,\n            \"brandName\": \"VELETA WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2423,\n            \"brandName\": \"FAMILIA SWISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2168,\n            \"brandName\": \"CRYSTAL CLASSIC WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2424,\n            \"brandName\": \"WEIKFIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2169,\n            \"brandName\": \"WELCHS WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2425,\n            \"brandName\": \"FIT & FUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2170,\n            \"brandName\": \"M & G WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2426,\n            \"brandName\": \"MEIL JAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2171,\n            \"brandName\": \"DUDU PINEAPPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2427,\n            \"brandName\": \"VAGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2172,\n            \"brandName\": \"AQUARITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2428,\n            \"brandName\": \"NULL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2173,\n            \"brandName\": \"POWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2429,\n            \"brandName\": \"PILLSBURY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2174,\n            \"brandName\": \"DE LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2430,\n            \"brandName\": \"QUAKER OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2175,\n            \"brandName\": \"CHIKKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2431,\n            \"brandName\": \"RAJAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2176,\n            \"brandName\": \"TEEZERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2432,\n            \"brandName\": \"BRAGG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2177,\n            \"brandName\": \"ROCKET FORCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2433,\n            \"brandName\": \"KINGSMILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2178,\n            \"brandName\": \"ROX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2434,\n            \"brandName\": \"BAKED MOMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2179,\n            \"brandName\": \"POCAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2435,\n            \"brandName\": \"PURINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2180,\n            \"brandName\": \"NELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2436,\n            \"brandName\": \"AMBROSIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2181,\n            \"brandName\": \"NAGARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2437,\n            \"brandName\": \"GOOD MORNING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2182,\n            \"brandName\": \"BLUE DIAMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2438,\n            \"brandName\": \"MAMADOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2183,\n            \"brandName\": \"LASENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2439,\n            \"brandName\": \"TRIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2184,\n            \"brandName\": \"BOBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2440,\n            \"brandName\": \"KUNIMED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2185,\n            \"brandName\": \"YUGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2441,\n            \"brandName\": \"ZAYTOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2186,\n            \"brandName\": \"MR FRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2442,\n            \"brandName\": \"AMYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2187,\n            \"brandName\": \"J-FIRST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2443,\n            \"brandName\": \"ANGEL DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2188,\n            \"brandName\": \"AQUA CELOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2444,\n            \"brandName\": \"AUNTYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2189,\n            \"brandName\": \"PANTHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2445,\n            \"brandName\": \"BATCHELORS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2190,\n            \"brandName\": \"BOZZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2446,\n            \"brandName\": \"BISTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2191,\n            \"brandName\": \"PROMEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2447,\n            \"brandName\": \"BRANSTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2192,\n            \"brandName\": \"B-2\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2448,\n            \"brandName\": \"CAMP COFFEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2193,\n            \"brandName\": \"SOLINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2449,\n            \"brandName\": \"CIRIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2194,\n            \"brandName\": \"MORINGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2450,\n            \"brandName\": \"COLMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2195,\n            \"brandName\": \"CASTILLO DE SALOBRE&Atilde;&lsquo;A\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2451,\n            \"brandName\": \"COLMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2196,\n            \"brandName\": \"CHOCO LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2452,\n            \"brandName\": \"DOLMIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2197,\n            \"brandName\": \"CWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2198,\n            \"brandName\": \"JUST POWER ENERGY DRINK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2199,\n            \"brandName\": \"MAJA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2200,\n            \"brandName\": \"MAMBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2201,\n            \"brandName\": \"V-CLASSIC DRINKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2202,\n            \"brandName\": \"FRITZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2203,\n            \"brandName\": \"RC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2204,\n            \"brandName\": \"LE SIGNATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2205,\n            \"brandName\": \"NESTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2206,\n            \"brandName\": \"PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2207,\n            \"brandName\": \"FANCHOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2208,\n            \"brandName\": \"WHITE TIGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2209,\n            \"brandName\": \"KYLIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2210,\n            \"brandName\": \"HARU JAPANESE GREEN TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2211,\n            \"brandName\": \"MANGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2212,\n            \"brandName\": \"ETANA WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2213,\n            \"brandName\": \"FEIRACO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2214,\n            \"brandName\": \"ELITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2215,\n            \"brandName\": \"PINEVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2216,\n            \"brandName\": \"KASSTUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2217,\n            \"brandName\": \"VITAVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2218,\n            \"brandName\": \"2GO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2219,\n            \"brandName\": \"GRANDEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2220,\n            \"brandName\": \"OLDENBURGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2221,\n            \"brandName\": \"POPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2222,\n            \"brandName\": \"ROBO ZING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2223,\n            \"brandName\": \"PRINCE PINNACLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2224,\n            \"brandName\": \"SUNMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2225,\n            \"brandName\": \"SWITCH ENERGY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2226,\n            \"brandName\": \"TETLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2227,\n            \"brandName\": \"SILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2228,\n            \"brandName\": \"GOJI BERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2229,\n            \"brandName\": \"GREEN BERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2230,\n            \"brandName\": \"EVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2231,\n            \"brandName\": \"SWISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2232,\n            \"brandName\": \"TASHIBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2233,\n            \"brandName\": \"UNIKAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2234,\n            \"brandName\": \"ZEAL WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2235,\n            \"brandName\": \"FUTURE LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2236,\n            \"brandName\": \"IVY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2237,\n            \"brandName\": \"LA RISA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2238,\n            \"brandName\": \"ELNINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2239,\n            \"brandName\": \"DAIRY MANOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2240,\n            \"brandName\": \"HEALTHY JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2241,\n            \"brandName\": \"KADEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2242,\n            \"brandName\": \"CANADA DRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2243,\n            \"brandName\": \"JUICY JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2244,\n            \"brandName\": \"LITTLE HUG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2245,\n            \"brandName\": \"MINUTE MAID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2246,\n            \"brandName\": \"TROPICANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2247,\n            \"brandName\": \"V8\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2248,\n            \"brandName\": \"WESTSOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2249,\n            \"brandName\": \"FLAVOR CHARM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2250,\n            \"brandName\": \"JELL-O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2251,\n            \"brandName\": \"KEDEM CONCORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2252,\n            \"brandName\": \"DAILYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2253,\n            \"brandName\": \"SHASTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2254,\n            \"brandName\": \"COUNTRY TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2255,\n            \"brandName\": \"CRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2256,\n            \"brandName\": \"FUZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2257,\n            \"brandName\": \"INFUSIUM 23\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2258,\n            \"brandName\": \"BARDINET GRENADINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2259,\n            \"brandName\": \"CERELAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2260,\n            \"brandName\": \"CHECKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2261,\n            \"brandName\": \"COAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2262,\n            \"brandName\": \"DE RICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2263,\n            \"brandName\": \"ELKRIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2264,\n            \"brandName\": \"LOMO CARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2265,\n            \"brandName\": \"GOOD MORNING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2266,\n            \"brandName\": \"FROSTIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2267,\n            \"brandName\": \"KNORR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2268,\n            \"brandName\": \"BLUE BAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2269,\n            \"brandName\": \"MAGGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2270,\n            \"brandName\": \"MILKSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2271,\n            \"brandName\": \"NASCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2272,\n            \"brandName\": \"GLUCOSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2273,\n            \"brandName\": \"SPICITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2274,\n            \"brandName\": \"THREE CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2275,\n            \"brandName\": \"HEINZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2276,\n            \"brandName\": \"BEST-CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2277,\n            \"brandName\": \"BOLERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2278,\n            \"brandName\": \"INFINITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2279,\n            \"brandName\": \"CROWNFIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2280,\n            \"brandName\": \"COFFEE MATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2281,\n            \"brandName\": \"HOLLANDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2282,\n            \"brandName\": \"GOLDEN MORN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2283,\n            \"brandName\": \"NAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2284,\n            \"brandName\": \"EXTREME WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2285,\n            \"brandName\": \"GOLDEN COUNTRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2286,\n            \"brandName\": \"GOLDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2287,\n            \"brandName\": \"GOOD CAO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2288,\n            \"brandName\": \"INFINITY CEREALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2289,\n            \"brandName\": \"JUST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2290,\n            \"brandName\": \"KELLOGGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2291,\n            \"brandName\": \"MOTHERS DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2292,\n            \"brandName\": \"GOLDEN MORN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2293,\n            \"brandName\": \"NUTRIBEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2294,\n            \"brandName\": \"NYCIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2295,\n            \"brandName\": \"MAMA DOC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2296,\n            \"brandName\": \"BANKWU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2297,\n            \"brandName\": \"JAGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2298,\n            \"brandName\": \"LASER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2299,\n            \"brandName\": \"LION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2300,\n            \"brandName\": \"SUPPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2301,\n            \"brandName\": \"GEURT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2302,\n            \"brandName\": \"AUNTIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2303,\n            \"brandName\": \"BIRDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:38\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:38\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2560,\n            \"brandName\": \"TOTAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2816,\n            \"brandName\": \"FAMILIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2561,\n            \"brandName\": \"REESES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2817,\n            \"brandName\": \"SHAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2562,\n            \"brandName\": \"LUCKY CHARMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2818,\n            \"brandName\": \"SADIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2563,\n            \"brandName\": \"FROATED TOAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2819,\n            \"brandName\": \"SACLA ITALIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2564,\n            \"brandName\": \"GOOD SEASONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2820,\n            \"brandName\": \"ITS DELISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2565,\n            \"brandName\": \"QUACKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2821,\n            \"brandName\": \"CADEL GRANBOSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2566,\n            \"brandName\": \"QUAKER CHOCOLATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2822,\n            \"brandName\": \"DAWN PHASE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2567,\n            \"brandName\": \"WELCHS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2823,\n            \"brandName\": \"NATCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2568,\n            \"brandName\": \"RAGU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2824,\n            \"brandName\": \"BUDDY FRUITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2569,\n            \"brandName\": \"TOP CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2825,\n            \"brandName\": \"ELMLEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2570,\n            \"brandName\": \"A1\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2826,\n            \"brandName\": \"MEADOWLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2571,\n            \"brandName\": \"ACCENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2827,\n            \"brandName\": \"MAILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2572,\n            \"brandName\": \"CAMPBELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2828,\n            \"brandName\": \"POT PASTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2573,\n            \"brandName\": \"PREGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2829,\n            \"brandName\": \"THRIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2574,\n            \"brandName\": \"HEALTHY CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2830,\n            \"brandName\": \"PAMPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2575,\n            \"brandName\": \"OLD EL PASO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2831,\n            \"brandName\": \"SHREDDED WHEAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2576,\n            \"brandName\": \"LEA & PERRINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2832,\n            \"brandName\": \"PHASE DAWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2577,\n            \"brandName\": \"LINDSAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2833,\n            \"brandName\": \"NESTUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2578,\n            \"brandName\": \"CRUNCHY PEANUT BUTTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2834,\n            \"brandName\": \"ANNAPURNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2579,\n            \"brandName\": \"BLUE PLATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2835,\n            \"brandName\": \"NANDOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2580,\n            \"brandName\": \"CHICKEN OF THE SEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2836,\n            \"brandName\": \"CRUCIALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2581,\n            \"brandName\": \"SMUCKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2837,\n            \"brandName\": \"LOTUS BISCOFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2582,\n            \"brandName\": \"HUNGRY JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2838,\n            \"brandName\": \"NATURES PATH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2583,\n            \"brandName\": \"HELLMANNS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2839,\n            \"brandName\": \"CRUNCHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2584,\n            \"brandName\": \"CORN POPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2840,\n            \"brandName\": \"AACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2585,\n            \"brandName\": \"FROSTED FLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2841,\n            \"brandName\": \"BAKERS CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2586,\n            \"brandName\": \"STARBURST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2842,\n            \"brandName\": \"MALIANGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2587,\n            \"brandName\": \"WISH BONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2843,\n            \"brandName\": \"XIN JING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2588,\n            \"brandName\": \"SHOPRITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2844,\n            \"brandName\": \"ENCORE PREMIUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2589,\n            \"brandName\": \"PROGRESSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2845,\n            \"brandName\": \"MARCO POLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2590,\n            \"brandName\": \"TONES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2846,\n            \"brandName\": \"FILIPPO BERIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2591,\n            \"brandName\": \"KIKKOMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2847,\n            \"brandName\": \"SUPERGOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2592,\n            \"brandName\": \"MILLVILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2848,\n            \"brandName\": \"MENTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2593,\n            \"brandName\": \"HONEY BUNCHES OF OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2849,\n            \"brandName\": \"VEPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2594,\n            \"brandName\": \"POST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2850,\n            \"brandName\": \"FRISOMUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2595,\n            \"brandName\": \"SUNSHINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2851,\n            \"brandName\": \"MY BOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2596,\n            \"brandName\": \"GIORGIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2852,\n            \"brandName\": \"GEISHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2597,\n            \"brandName\": \"TWIN PET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2853,\n            \"brandName\": \"AKETHAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2598,\n            \"brandName\": \"VIRGINIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2854,\n            \"brandName\": \"WILDROOTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2599,\n            \"brandName\": \"MARIA CALLENDERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2855,\n            \"brandName\": \"AFRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2600,\n            \"brandName\": \"RED & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2856,\n            \"brandName\": \"MR. CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2601,\n            \"brandName\": \"SPAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2857,\n            \"brandName\": \"FARMFRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2602,\n            \"brandName\": \"CEREAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2858,\n            \"brandName\": \"NINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2603,\n            \"brandName\": \"GOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2859,\n            \"brandName\": \"SAINT RITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2604,\n            \"brandName\": \"KENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2860,\n            \"brandName\": \"LADY B CUSTARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2605,\n            \"brandName\": \"FRENCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2861,\n            \"brandName\": \"ASDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2606,\n            \"brandName\": \"HOME BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2862,\n            \"brandName\": \"KERRY GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2607,\n            \"brandName\": \"WHITE SWAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2863,\n            \"brandName\": \"KINGSWAYQUALITYFOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2608,\n            \"brandName\": \"PET LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2864,\n            \"brandName\": \"LIBERTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2609,\n            \"brandName\": \"POST CONSUMER BRANDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2865,\n            \"brandName\": \"MAPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2610,\n            \"brandName\": \"SPOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2866,\n            \"brandName\": \"NUTRIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2611,\n            \"brandName\": \"TONY CHACHERES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2867,\n            \"brandName\": \"PATBURYS SOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2612,\n            \"brandName\": \"POLANER GRAPE JELLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2868,\n            \"brandName\": \"WUSE WITHIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2613,\n            \"brandName\": \"SPICE SUPREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2869,\n            \"brandName\": \"ZIZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2614,\n            \"brandName\": \"LA FLOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2870,\n            \"brandName\": \"KITCHEN MATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2615,\n            \"brandName\": \"ZUKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2871,\n            \"brandName\": \"WHITE HOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2616,\n            \"brandName\": \"SZEGED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2872,\n            \"brandName\": \"TWELVE SPICES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2617,\n            \"brandName\": \"DE MONTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2873,\n            \"brandName\": \"NADIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2618,\n            \"brandName\": \"SAVORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2874,\n            \"brandName\": \"MAXI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2619,\n            \"brandName\": \"BLEDINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2875,\n            \"brandName\": \"LA VONCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2620,\n            \"brandName\": \"BONNE MAMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2876,\n            \"brandName\": \"LA MAMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2621,\n            \"brandName\": \"MONIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2877,\n            \"brandName\": \"GRUBZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2622,\n            \"brandName\": \"CRESPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2878,\n            \"brandName\": \"JOLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2623,\n            \"brandName\": \"BELDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2879,\n            \"brandName\": \"DOILY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2624,\n            \"brandName\": \"ALMARAI UNSALTED BUTTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2880,\n            \"brandName\": \"IFEDEREFOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2625,\n            \"brandName\": \"BONNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2881,\n            \"brandName\": \"FROLIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2626,\n            \"brandName\": \"FRANCESCO RINALDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2882,\n            \"brandName\": \"DE GENESIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2627,\n            \"brandName\": \"SEASON 1 SPICY SICILIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2628,\n            \"brandName\": \"KIBBLES N BITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2629,\n            \"brandName\": \"BUMBLE BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2630,\n            \"brandName\": \"EQUAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2631,\n            \"brandName\": \"DOBA KIDS TOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2632,\n            \"brandName\": \"LA ISLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2633,\n            \"brandName\": \"A LEGAL PETITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2634,\n            \"brandName\": \"WHISKAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2635,\n            \"brandName\": \"LA BELLE VACHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2636,\n            \"brandName\": \"REGAL PICON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2637,\n            \"brandName\": \"SAF INSTANT YEAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2638,\n            \"brandName\": \"ANNY SARDINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2639,\n            \"brandName\": \"DUCROS THYME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2640,\n            \"brandName\": \"DREAMIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2641,\n            \"brandName\": \"KUHNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2642,\n            \"brandName\": \"UNCLE BENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2643,\n            \"brandName\": \"SEEDS OF CHANGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2644,\n            \"brandName\": \"MEICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2645,\n            \"brandName\": \"BAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2646,\n            \"brandName\": \"SHEBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2647,\n            \"brandName\": \"PHASE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2648,\n            \"brandName\": \"HIPP ORGANIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2649,\n            \"brandName\": \"FRENCHS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2650,\n            \"brandName\": \"FRANKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2651,\n            \"brandName\": \"CARRIAGE HOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2652,\n            \"brandName\": \"LEA AND PERRINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2653,\n            \"brandName\": \"DADDIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2654,\n            \"brandName\": \"COUNTRY STORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2655,\n            \"brandName\": \"FELIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2656,\n            \"brandName\": \"CHAPPIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2657,\n            \"brandName\": \"THOMAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2658,\n            \"brandName\": \"CESAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2659,\n            \"brandName\": \"SWEETEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2660,\n            \"brandName\": \"HUNGER BREAKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2661,\n            \"brandName\": \"GRANNYS CHICKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2662,\n            \"brandName\": \"BERKLEY & JENSEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2663,\n            \"brandName\": \"CATSAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2664,\n            \"brandName\": \"PERFECT FIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2665,\n            \"brandName\": \"MUTII\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2666,\n            \"brandName\": \"METRO CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2667,\n            \"brandName\": \"KIIHNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2668,\n            \"brandName\": \"SCOTTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2669,\n            \"brandName\": \"BRAN FLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2670,\n            \"brandName\": \"BONIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2671,\n            \"brandName\": \"DUERRS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2672,\n            \"brandName\": \"RICHMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2673,\n            \"brandName\": \"SCHWARTZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2674,\n            \"brandName\": \"OXO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2675,\n            \"brandName\": \"SMASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2676,\n            \"brandName\": \"SHARWOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2677,\n            \"brandName\": \"MR. KIPLING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2678,\n            \"brandName\": \"PRINCES CHICKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2679,\n            \"brandName\": \"PRINCES PINEAPPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2680,\n            \"brandName\": \"PRINCES FRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2681,\n            \"brandName\": \"PRINCES PEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2682,\n            \"brandName\": \"NAPOLINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2683,\n            \"brandName\": \"SMEDLEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2684,\n            \"brandName\": \"WHITWORTHS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2685,\n            \"brandName\": \"ARMITAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2686,\n            \"brandName\": \"STORK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2687,\n            \"brandName\": \"SUMMER COUNTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2688,\n            \"brandName\": \"FLORA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2689,\n            \"brandName\": \"I CANT BELIEVE ITS NOT BUTTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2690,\n            \"brandName\": \"GOCAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2691,\n            \"brandName\": \"CARNATION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2692,\n            \"brandName\": \"DR OETKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2693,\n            \"brandName\": \"PEARCE DUFFS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2694,\n            \"brandName\": \"LOYD GROSSMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2695,\n            \"brandName\": \"HARTLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2696,\n            \"brandName\": \"ATORA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2697,\n            \"brandName\": \"PAXO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2698,\n            \"brandName\": \"PAUL HOLLYWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2699,\n            \"brandName\": \"SUN-PAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2700,\n            \"brandName\": \"GALES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2701,\n            \"brandName\": \"MCDOUGALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2702,\n            \"brandName\": \"KRAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2703,\n            \"brandName\": \"GRANOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2704,\n            \"brandName\": \"HOUSE HERBS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2705,\n            \"brandName\": \"GOODBOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2706,\n            \"brandName\": \"GREENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2707,\n            \"brandName\": \"BREAST O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2708,\n            \"brandName\": \"RED GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2453,\n            \"brandName\": \"DORSET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2709,\n            \"brandName\": \"SAXA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2454,\n            \"brandName\": \"ELLAS KITCHEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2710,\n            \"brandName\": \"RUSKOLINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2455,\n            \"brandName\": \"FARMLEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2711,\n            \"brandName\": \"READY BREK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2456,\n            \"brandName\": \"FRAY BENTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2712,\n            \"brandName\": \"PEK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2457,\n            \"brandName\": \"GEETA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2713,\n            \"brandName\": \"PATAKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2458,\n            \"brandName\": \"GIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2714,\n            \"brandName\": \"MEENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2459,\n            \"brandName\": \"GLENRYCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2715,\n            \"brandName\": \"WHITE PEARL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2460,\n            \"brandName\": \"GREEN GIANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2716,\n            \"brandName\": \"BAXTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2461,\n            \"brandName\": \"GREENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2717,\n            \"brandName\": \"MARY BERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2462,\n            \"brandName\": \"HARRY ROMSDENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2718,\n            \"brandName\": \"VERY LAZY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2463,\n            \"brandName\": \"HOMEPRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2719,\n            \"brandName\": \"FAMILY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2464,\n            \"brandName\": \"HUNGER BREAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2720,\n            \"brandName\": \"WHOLE EARTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2465,\n            \"brandName\": \"CORNFLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2721,\n            \"brandName\": \"WAGG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2466,\n            \"brandName\": \"RICE POP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2722,\n            \"brandName\": \"HARRINGTONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2467,\n            \"brandName\": \"EMBORG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2723,\n            \"brandName\": \"ST DALFOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2468,\n            \"brandName\": \"TUGA FIESTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2724,\n            \"brandName\": \"ALLISON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2469,\n            \"brandName\": \"GRANDEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2725,\n            \"brandName\": \"ROSES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2470,\n            \"brandName\": \"MAYBITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2726,\n            \"brandName\": \"ROSES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2471,\n            \"brandName\": \"MUMMYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2727,\n            \"brandName\": \"FRANK COOPERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2472,\n            \"brandName\": \"PURE BAKING SODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2728,\n            \"brandName\": \"TRUE VINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2473,\n            \"brandName\": \"BETTY CROCKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2729,\n            \"brandName\": \"TEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2474,\n            \"brandName\": \"CROSSE & BLACKWELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2730,\n            \"brandName\": \"SHREDDIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2475,\n            \"brandName\": \"FARROWS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2731,\n            \"brandName\": \"CURIOSLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2476,\n            \"brandName\": \"GREAT SCOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2732,\n            \"brandName\": \"PIC A PAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2477,\n            \"brandName\": \"GOLDEN GRAHAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2733,\n            \"brandName\": \"TIP TOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2478,\n            \"brandName\": \"FORESIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2734,\n            \"brandName\": \"DOVES FARM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2479,\n            \"brandName\": \"GOLDEN GRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2735,\n            \"brandName\": \"BUTCHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2480,\n            \"brandName\": \"JO-JO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2736,\n            \"brandName\": \"KINGFISHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2481,\n            \"brandName\": \"HALDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2737,\n            \"brandName\": \"MAYFLOWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2482,\n            \"brandName\": \"BLACK BEANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2738,\n            \"brandName\": \"RAYNERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2483,\n            \"brandName\": \"REHOBOTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2739,\n            \"brandName\": \"GOLD STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2484,\n            \"brandName\": \"HOSEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2740,\n            \"brandName\": \"PREEMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2485,\n            \"brandName\": \"BUMPAHAV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2741,\n            \"brandName\": \"EXTRA SELECT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2486,\n            \"brandName\": \"COUNTRY FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2742,\n            \"brandName\": \"PLUMROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2487,\n            \"brandName\": \"HAPPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2743,\n            \"brandName\": \"GARNERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2488,\n            \"brandName\": \"INFINITY  CORNFLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2744,\n            \"brandName\": \"ORGANIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2489,\n            \"brandName\": \"RIDIELAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2745,\n            \"brandName\": \"GOURMET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2490,\n            \"brandName\": \"GOODMORNING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2746,\n            \"brandName\": \"FRUIT N FIBRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2491,\n            \"brandName\": \"NUTRILAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2747,\n            \"brandName\": \"FRUIT LOOPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2492,\n            \"brandName\": \"PRIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2748,\n            \"brandName\": \"AUNT BESSIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2493,\n            \"brandName\": \"JORDANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2749,\n            \"brandName\": \"AINSLEY HARRIOTT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2494,\n            \"brandName\": \"FRUIT WINDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2750,\n            \"brandName\": \"ASKEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2495,\n            \"brandName\": \"NUTRIGRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2751,\n            \"brandName\": \"ALLINSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2496,\n            \"brandName\": \"BARNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2752,\n            \"brandName\": \"GOLDENFRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2497,\n            \"brandName\": \"BLUE RIBAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2753,\n            \"brandName\": \"TATE & LYLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2498,\n            \"brandName\": \"VALUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2754,\n            \"brandName\": \"SHIP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2499,\n            \"brandName\": \"BUTTERFIELD BAKERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2755,\n            \"brandName\": \"SHIPPAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2500,\n            \"brandName\": \"BABY LOTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2756,\n            \"brandName\": \"DR. OETKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2501,\n            \"brandName\": \"MEGA LOAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2757,\n            \"brandName\": \"LEVI ROOTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2502,\n            \"brandName\": \"BRAVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2758,\n            \"brandName\": \"OPIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2503,\n            \"brandName\": \"MARC JOSEPH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2759,\n            \"brandName\": \"AQUARIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2504,\n            \"brandName\": \"MILKYWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2760,\n            \"brandName\": \"KINGSFOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2505,\n            \"brandName\": \"ORGANIC PORRIDGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2761,\n            \"brandName\": \"YE OLDE OAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2506,\n            \"brandName\": \"TRACKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2762,\n            \"brandName\": \"KINNERTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2507,\n            \"brandName\": \"ANCIENT LEGENDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2763,\n            \"brandName\": \"SHREADDIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2508,\n            \"brandName\": \"METCALFES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2764,\n            \"brandName\": \"COOKIE CRISP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2509,\n            \"brandName\": \"GRAZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2765,\n            \"brandName\": \"EPIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2510,\n            \"brandName\": \"BENNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2766,\n            \"brandName\": \"WEBBOX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2511,\n            \"brandName\": \"MCCORMICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2767,\n            \"brandName\": \"FULLERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2512,\n            \"brandName\": \"ALL-BRAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2768,\n            \"brandName\": \"BANGTHAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2513,\n            \"brandName\": \"DON MARIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2769,\n            \"brandName\": \"KO-LEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2514,\n            \"brandName\": \"POP-TARTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2770,\n            \"brandName\": \"LAZIZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2515,\n            \"brandName\": \"MARMITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2771,\n            \"brandName\": \"MORNFLAKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2516,\n            \"brandName\": \"MONSTER MUNCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2772,\n            \"brandName\": \"LYLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2517,\n            \"brandName\": \"SMOKY BARBECUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2773,\n            \"brandName\": \"CERTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2518,\n            \"brandName\": \"REAL HANDFUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2774,\n            \"brandName\": \"TARGET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2519,\n            \"brandName\": \"CIAO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2775,\n            \"brandName\": \"WESTLERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2520,\n            \"brandName\": \"ROWSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2776,\n            \"brandName\": \"ENCONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2521,\n            \"brandName\": \"THE LAUGHING COW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2777,\n            \"brandName\": \"GLASS LIGHTHOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2522,\n            \"brandName\": \"CHESSWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2778,\n            \"brandName\": \"ALEYNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2523,\n            \"brandName\": \"CRUNCHY NUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2779,\n            \"brandName\": \"CAKE ANGELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2524,\n            \"brandName\": \"POPULAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2780,\n            \"brandName\": \"FLAVA-IT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2525,\n            \"brandName\": \"SUPER COUNTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2781,\n            \"brandName\": \"SUMMER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2526,\n            \"brandName\": \"FOREVER BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2782,\n            \"brandName\": \"OTR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2527,\n            \"brandName\": \"CHOP CHOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2783,\n            \"brandName\": \"SPICE IT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2528,\n            \"brandName\": \"LURPAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2784,\n            \"brandName\": \"PURE BREED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2529,\n            \"brandName\": \"COOKS DELYTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2785,\n            \"brandName\": \"COOKS & CO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2530,\n            \"brandName\": \"MR SPICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2786,\n            \"brandName\": \"CLARKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2531,\n            \"brandName\": \"ORGANIC SOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2787,\n            \"brandName\": \"MISFITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2532,\n            \"brandName\": \"NUSSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2788,\n            \"brandName\": \"BOKOMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2533,\n            \"brandName\": \"NAPA VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2789,\n            \"brandName\": \"NESTUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2534,\n            \"brandName\": \"SUNRIPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2790,\n            \"brandName\": \"DESPICABLE ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2535,\n            \"brandName\": \"FUN SNAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2791,\n            \"brandName\": \"DR BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2536,\n            \"brandName\": \"ARMOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2792,\n            \"brandName\": \"HONEY MONSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2537,\n            \"brandName\": \"SWEET BABY RAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2793,\n            \"brandName\": \"SMARTZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2538,\n            \"brandName\": \"AMERICAN GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2794,\n            \"brandName\": \"NUTSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2539,\n            \"brandName\": \"CINNAMON TOAST CRUNCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2795,\n            \"brandName\": \"I AM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2540,\n            \"brandName\": \"KIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2796,\n            \"brandName\": \"SCRATCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2541,\n            \"brandName\": \"BETTY CROCKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2797,\n            \"brandName\": \"YAKIMAKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2542,\n            \"brandName\": \"CINNAMON TOAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2798,\n            \"brandName\": \"ANTONELLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2543,\n            \"brandName\": \"PURINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2799,\n            \"brandName\": \"SARSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2544,\n            \"brandName\": \"WONDERFUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2800,\n            \"brandName\": \"HAYWARDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2545,\n            \"brandName\": \"ANGEL MIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2801,\n            \"brandName\": \"BRASTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2546,\n            \"brandName\": \"CONAGRA FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2802,\n            \"brandName\": \"SUN-PUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2547,\n            \"brandName\": \"HUNTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2803,\n            \"brandName\": \"BEBELAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2548,\n            \"brandName\": \"AUNT JEMIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2804,\n            \"brandName\": \"BEBECEREAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2549,\n            \"brandName\": \"LIFE CEREAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2805,\n            \"brandName\": \"SAFI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2550,\n            \"brandName\": \"IDAHOAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2806,\n            \"brandName\": \"DOYIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2551,\n            \"brandName\": \"HERSHEYS CHOCOLATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2807,\n            \"brandName\": \"MRS BUTTERWORTHS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2552,\n            \"brandName\": \"BEECH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2808,\n            \"brandName\": \"DUNCAN HINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2553,\n            \"brandName\": \"HP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2809,\n            \"brandName\": \"MUJI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2554,\n            \"brandName\": \"WHITWORTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2810,\n            \"brandName\": \"TASTY TOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2555,\n            \"brandName\": \"BBQ SAUCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2811,\n            \"brandName\": \"PEACE PASTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2556,\n            \"brandName\": \"ADOBO SEASONING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2812,\n            \"brandName\": \"GLUTEN FREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2557,\n            \"brandName\": \"KUNU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2813,\n            \"brandName\": \"BAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2558,\n            \"brandName\": \"BIG BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2814,\n            \"brandName\": \"WINALOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2559,\n            \"brandName\": \"GOLDEN GRAHAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2815,\n            \"brandName\": \"PRO PLAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:39\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:39\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3072,\n            \"brandName\": \"DANGOTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3073,\n            \"brandName\": \"EXCEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3074,\n            \"brandName\": \"FORMULA 103\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3075,\n            \"brandName\": \"SAMMY THE BEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3076,\n            \"brandName\": \"SMART COLLECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3077,\n            \"brandName\": \"GO CAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3078,\n            \"brandName\": \"YOGOLINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3079,\n            \"brandName\": \"PAVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3080,\n            \"brandName\": \"NATURES TURN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3081,\n            \"brandName\": \"GRAPE NUTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3082,\n            \"brandName\": \"COCOA PEBBLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3083,\n            \"brandName\": \"CRUMBLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3084,\n            \"brandName\": \"CHAO THAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3085,\n            \"brandName\": \"HIGHWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3086,\n            \"brandName\": \"KWALITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3087,\n            \"brandName\": \"ALL-DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3088,\n            \"brandName\": \"CUSTARD POWDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3089,\n            \"brandName\": \"FRESH & FAMOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3090,\n            \"brandName\": \"GO SLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3091,\n            \"brandName\": \"GUILD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3092,\n            \"brandName\": \"KITCHEN GLORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3093,\n            \"brandName\": \"LAMB WESTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3094,\n            \"brandName\": \"LITTLE ANGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3095,\n            \"brandName\": \"SOYCHOCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3096,\n            \"brandName\": \"ST KELVIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3097,\n            \"brandName\": \"STOCKWELL & CO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3098,\n            \"brandName\": \"SUPRIPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3099,\n            \"brandName\": \"TAHSONSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3100,\n            \"brandName\": \"TERRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3101,\n            \"brandName\": \"THE BREAD MIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3102,\n            \"brandName\": \"ZAIKA FOODS LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3103,\n            \"brandName\": \"MONDELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3104,\n            \"brandName\": \"HELLO DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3105,\n            \"brandName\": \"MILMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3106,\n            \"brandName\": \"BIRDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3107,\n            \"brandName\": \"SARA LEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3108,\n            \"brandName\": \"SUPER FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3109,\n            \"brandName\": \"CHAT FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3110,\n            \"brandName\": \"CHARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3111,\n            \"brandName\": \"PURE AUSTRALIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3112,\n            \"brandName\": \"BIOFEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3113,\n            \"brandName\": \"NANDINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3114,\n            \"brandName\": \"RINDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3115,\n            \"brandName\": \"AGV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3116,\n            \"brandName\": \"METRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3117,\n            \"brandName\": \"KALI MIRCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3118,\n            \"brandName\": \"BON CIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3119,\n            \"brandName\": \"BON DIEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3120,\n            \"brandName\": \"BUTTERFIELD BAKERY FOOD LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3121,\n            \"brandName\": \"CHOCO CHAMPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3122,\n            \"brandName\": \"JADEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3123,\n            \"brandName\": \"JERSEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3124,\n            \"brandName\": \"KTC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3125,\n            \"brandName\": \"LARSOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3126,\n            \"brandName\": \"MAGIC SEASONING BLEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3127,\n            \"brandName\": \"EXETER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3128,\n            \"brandName\": \"MR BIGGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3129,\n            \"brandName\": \"NUTRI-C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3130,\n            \"brandName\": \"PIGEON MACKEREL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3131,\n            \"brandName\": \"QUEENS MEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3132,\n            \"brandName\": \"RITE BEEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3133,\n            \"brandName\": \"ZOTT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3134,\n            \"brandName\": \"VERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3135,\n            \"brandName\": \"TOPPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3136,\n            \"brandName\": \"FADAELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3137,\n            \"brandName\": \"SANTA ROSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3138,\n            \"brandName\": \"HONEYVILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2883,\n            \"brandName\": \"A & SHINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3139,\n            \"brandName\": \"GRAND PURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2884,\n            \"brandName\": \"VITA MEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3140,\n            \"brandName\": \"HONEY BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2885,\n            \"brandName\": \"TATA SAMPANN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3141,\n            \"brandName\": \"C.E.O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2886,\n            \"brandName\": \"CEBON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3142,\n            \"brandName\": \"JUMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2887,\n            \"brandName\": \"CHEER UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3143,\n            \"brandName\": \"ERIK EMBORG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2888,\n            \"brandName\": \"BONA VITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3144,\n            \"brandName\": \"LAZIZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2889,\n            \"brandName\": \"CLASSIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3145,\n            \"brandName\": \"DESMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2890,\n            \"brandName\": \"COCO BALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3146,\n            \"brandName\": \"MEGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2891,\n            \"brandName\": \"DE RUTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3147,\n            \"brandName\": \"MERC JOSEPH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2892,\n            \"brandName\": \"DEL RICO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3148,\n            \"brandName\": \"WINNERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2893,\n            \"brandName\": \"Jendol Bread\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3149,\n            \"brandName\": \"FRESH TOAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2894,\n            \"brandName\": \"BEECH-NUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3150,\n            \"brandName\": \"CHRIZZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2895,\n            \"brandName\": \"EASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3151,\n            \"brandName\": \"OAT MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2896,\n            \"brandName\": \"HOLLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3152,\n            \"brandName\": \"NATUREWORTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2897,\n            \"brandName\": \"IMPERIAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3153,\n            \"brandName\": \"GOLDEN PENNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2898,\n            \"brandName\": \"ROYCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3154,\n            \"brandName\": \"AJI-NO-MOTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2899,\n            \"brandName\": \"SARAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3155,\n            \"brandName\": \"FOSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2900,\n            \"brandName\": \"SONIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3156,\n            \"brandName\": \"FREGZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2901,\n            \"brandName\": \"WELLMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3157,\n            \"brandName\": \"HAANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2902,\n            \"brandName\": \"JK DAIRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3158,\n            \"brandName\": \"MORNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2903,\n            \"brandName\": \"TOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3159,\n            \"brandName\": \"MR 2\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2904,\n            \"brandName\": \"SUMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3160,\n            \"brandName\": \"NATNUDO FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2905,\n            \"brandName\": \"ALL NUTRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3161,\n            \"brandName\": \"NURIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2906,\n            \"brandName\": \"YUM YUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3162,\n            \"brandName\": \"NUSICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2907,\n            \"brandName\": \"YALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3163,\n            \"brandName\": \"NUTRELA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2908,\n            \"brandName\": \"STARZEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3164,\n            \"brandName\": \"OKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2909,\n            \"brandName\": \"EVATRIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3165,\n            \"brandName\": \"SERENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2910,\n            \"brandName\": \"BABY GRUBZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3166,\n            \"brandName\": \"SHALLOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2911,\n            \"brandName\": \"EUROMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3167,\n            \"brandName\": \"STANCY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2912,\n            \"brandName\": \"CHIN CHIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3168,\n            \"brandName\": \"FINE JOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2913,\n            \"brandName\": \"ESTUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3169,\n            \"brandName\": \"MR ALEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2914,\n            \"brandName\": \"ERISCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3170,\n            \"brandName\": \"SNF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2915,\n            \"brandName\": \"CHOCITO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3171,\n            \"brandName\": \"ST ANNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2916,\n            \"brandName\": \"DATILES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3172,\n            \"brandName\": \"VEGGIE BAKERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2917,\n            \"brandName\": \"DORIVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3173,\n            \"brandName\": \"DE-RICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2918,\n            \"brandName\": \"NUNALAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3174,\n            \"brandName\": \"GRANDESSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2919,\n            \"brandName\": \"CHITIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3175,\n            \"brandName\": \"COVI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2920,\n            \"brandName\": \"ONGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3176,\n            \"brandName\": \"ROYAL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2921,\n            \"brandName\": \"CATCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3177,\n            \"brandName\": \"FIAMMETTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2922,\n            \"brandName\": \"BUTTERFIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3178,\n            \"brandName\": \"FRISTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2923,\n            \"brandName\": \"TWIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3179,\n            \"brandName\": \"LIDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2924,\n            \"brandName\": \"NATNUDO OWNER: NATNUDO FOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3180,\n            \"brandName\": \"ALL SAINTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2925,\n            \"brandName\": \"ALUBADIYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3181,\n            \"brandName\": \"GROWERS HARVEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2926,\n            \"brandName\": \"AMBASSADOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3182,\n            \"brandName\": \"MORA SPICES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2927,\n            \"brandName\": \"AROMAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3183,\n            \"brandName\": \"SIROP SPORT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2928,\n            \"brandName\": \"BEJAJ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3184,\n            \"brandName\": \"FLUFFY DOUGH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2929,\n            \"brandName\": \"BANGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3185,\n            \"brandName\": \"MC DOUGALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2930,\n            \"brandName\": \"BONI SELECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3186,\n            \"brandName\": \"GEL SUPERIOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2931,\n            \"brandName\": \"C.E.O EXOTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3187,\n            \"brandName\": \"HUTESA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2932,\n            \"brandName\": \"EGGCELLENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3188,\n            \"brandName\": \"HARVEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2933,\n            \"brandName\": \"FARMLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3189,\n            \"brandName\": \"THX FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2934,\n            \"brandName\": \"GBFOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3190,\n            \"brandName\": \"DE GYMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2935,\n            \"brandName\": \"GOLD COUNTRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3191,\n            \"brandName\": \"SMILEYZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2936,\n            \"brandName\": \"JEDENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3192,\n            \"brandName\": \"RICCI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2937,\n            \"brandName\": \"DURU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3193,\n            \"brandName\": \"VIN REAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2938,\n            \"brandName\": \"DUTCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3194,\n            \"brandName\": \"SOMGEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2939,\n            \"brandName\": \"KITCHEN KING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3195,\n            \"brandName\": \"MANNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2940,\n            \"brandName\": \"MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3196,\n            \"brandName\": \"REGAL HERITAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2941,\n            \"brandName\": \"MDH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3197,\n            \"brandName\": \"YEMILZSKEPTI VENTURES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2942,\n            \"brandName\": \"MOM BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3198,\n            \"brandName\": \"LONGMAN BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2943,\n            \"brandName\": \"MONDIALFOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3199,\n            \"brandName\": \"KIRKLAND SIGNATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2944,\n            \"brandName\": \"LAKANTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3200,\n            \"brandName\": \"DAISY DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2945,\n            \"brandName\": \"SUNOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3201,\n            \"brandName\": \"DE RIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2946,\n            \"brandName\": \"TOMARENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3202,\n            \"brandName\": \"T.U.C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2947,\n            \"brandName\": \"MERIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3203,\n            \"brandName\": \"NAPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2948,\n            \"brandName\": \"METRO BAKERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3204,\n            \"brandName\": \"GREENVILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2949,\n            \"brandName\": \"MR CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3205,\n            \"brandName\": \"CYNEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2950,\n            \"brandName\": \"OBI KILISHI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3206,\n            \"brandName\": \"BON-GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2951,\n            \"brandName\": \"STRIANESE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3207,\n            \"brandName\": \"FAZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2952,\n            \"brandName\": \"SUSEZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3208,\n            \"brandName\": \"MY VILLAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2953,\n            \"brandName\": \"AMOY SAUCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3209,\n            \"brandName\": \"DOMINION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2954,\n            \"brandName\": \"DE-SUNNEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3210,\n            \"brandName\": \"GOLDEN BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2955,\n            \"brandName\": \"GOLDENSOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3211,\n            \"brandName\": \"UNCLE C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2956,\n            \"brandName\": \"OJELSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3212,\n            \"brandName\": \"LAKESIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2957,\n            \"brandName\": \"HICKORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3213,\n            \"brandName\": \"SOUTHGATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2958,\n            \"brandName\": \"SUNVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3214,\n            \"brandName\": \"PETLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2959,\n            \"brandName\": \"UPON THE ROCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3215,\n            \"brandName\": \"MILK PLUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2960,\n            \"brandName\": \"ALFA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3216,\n            \"brandName\": \"TRIBE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2961,\n            \"brandName\": \"HEALTH WISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3217,\n            \"brandName\": \"TROPICAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2962,\n            \"brandName\": \"FARMILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3218,\n            \"brandName\": \"ZION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2963,\n            \"brandName\": \"GLORY ENTERPRISES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3219,\n            \"brandName\": \"POI-POI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2964,\n            \"brandName\": \"KINGS FAVOURITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3220,\n            \"brandName\": \"VITAPEPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2965,\n            \"brandName\": \"AMERICAN VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3221,\n            \"brandName\": \"VITALI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2966,\n            \"brandName\": \"BABYBLOOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3222,\n            \"brandName\": \"DINOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2967,\n            \"brandName\": \"OLD CHEF BAKERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3223,\n            \"brandName\": \"DOUBLE ANGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2968,\n            \"brandName\": \"MAMMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3224,\n            \"brandName\": \"BEENECTAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2969,\n            \"brandName\": \"VITRAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3225,\n            \"brandName\": \"SMOUTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2970,\n            \"brandName\": \"ROSSY FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3226,\n            \"brandName\": \"STANEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2971,\n            \"brandName\": \"DE GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3227,\n            \"brandName\": \"BEESHARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2972,\n            \"brandName\": \"HAZELNUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3228,\n            \"brandName\": \"BIBOB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2973,\n            \"brandName\": \"DAY FARM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3229,\n            \"brandName\": \"MUMMY CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2974,\n            \"brandName\": \"MEAT & CHICKEN SEASONING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3230,\n            \"brandName\": \"GLORIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2975,\n            \"brandName\": \"MICRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3231,\n            \"brandName\": \"MUTTI PARMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2976,\n            \"brandName\": \"MITCHELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3232,\n            \"brandName\": \"PORT ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2977,\n            \"brandName\": \"SUN VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2978,\n            \"brandName\": \"NEAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2979,\n            \"brandName\": \"STRIPES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2980,\n            \"brandName\": \"YUMATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2981,\n            \"brandName\": \"PEACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2982,\n            \"brandName\": \"FEEDWELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2983,\n            \"brandName\": \"LAUGHING LOAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2984,\n            \"brandName\": \"ARM & HAMMER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2985,\n            \"brandName\": \"STEEL CUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2986,\n            \"brandName\": \"DABUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2987,\n            \"brandName\": \"BATTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2988,\n            \"brandName\": \"UNIQUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2989,\n            \"brandName\": \"PLEIN SOLEIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2990,\n            \"brandName\": \"HAPPY FLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2991,\n            \"brandName\": \"CANDYRELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2992,\n            \"brandName\": \"GINNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2993,\n            \"brandName\": \"CHOICE HONEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2994,\n            \"brandName\": \"DOUBLE D\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2995,\n            \"brandName\": \"OSINACHI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2996,\n            \"brandName\": \"CIL ALFA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2997,\n            \"brandName\": \"DD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2998,\n            \"brandName\": \"GLORIOUS HAMDALLAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 2999,\n            \"brandName\": \"THE LIGHTHOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3000,\n            \"brandName\": \"UNIQUE FORMULATIONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3001,\n            \"brandName\": \"DAILY MEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3002,\n            \"brandName\": \"GOLDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3003,\n            \"brandName\": \"HONEY COMB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3004,\n            \"brandName\": \"JHUEDIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3005,\n            \"brandName\": \"JOLLYMIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3006,\n            \"brandName\": \"CHYKELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3007,\n            \"brandName\": \"JUVEC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3008,\n            \"brandName\": \"LADY B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3009,\n            \"brandName\": \"BLUE DELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3010,\n            \"brandName\": \"STAR CROSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3011,\n            \"brandName\": \"DEKINGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3012,\n            \"brandName\": \"SONSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3013,\n            \"brandName\": \"NINOLAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3014,\n            \"brandName\": \"OMEGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3015,\n            \"brandName\": \"PROMASIDOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3016,\n            \"brandName\": \"PRINCESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3017,\n            \"brandName\": \"ROSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3018,\n            \"brandName\": \"CIL ALPHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3019,\n            \"brandName\": \"COZY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3020,\n            \"brandName\": \"L79\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3021,\n            \"brandName\": \"LABA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3022,\n            \"brandName\": \"HARVEST MORN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3023,\n            \"brandName\": \"ANMOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3024,\n            \"brandName\": \"MALA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3025,\n            \"brandName\": \"ROCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3026,\n            \"brandName\": \"AMA WONDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3027,\n            \"brandName\": \"DESUNIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3028,\n            \"brandName\": \"SADAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3029,\n            \"brandName\": \"DIAMOND-O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3030,\n            \"brandName\": \"YOVOGBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3031,\n            \"brandName\": \"AUNT MAPLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3032,\n            \"brandName\": \"TUSCAN GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3033,\n            \"brandName\": \"MAGEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3034,\n            \"brandName\": \"FOREVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3035,\n            \"brandName\": \"MUM CARES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3036,\n            \"brandName\": \"NSUKKA PURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3037,\n            \"brandName\": \"SANTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3038,\n            \"brandName\": \"AVAS KITCHEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3039,\n            \"brandName\": \"BLUE OCEAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3040,\n            \"brandName\": \"GOLDEN SPOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3041,\n            \"brandName\": \"MAHARANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3042,\n            \"brandName\": \"TICKLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3043,\n            \"brandName\": \"ELITZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3044,\n            \"brandName\": \"KIVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3045,\n            \"brandName\": \"BONJOURNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3046,\n            \"brandName\": \"EMOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3047,\n            \"brandName\": \"FOODTOWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3048,\n            \"brandName\": \"HOMIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3049,\n            \"brandName\": \"ARLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3050,\n            \"brandName\": \"7TH HEAVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3051,\n            \"brandName\": \"ABSOLUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3052,\n            \"brandName\": \"THE FISHMONGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3053,\n            \"brandName\": \"SUMMER PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3054,\n            \"brandName\": \"CHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3055,\n            \"brandName\": \"GREAT OLIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3056,\n            \"brandName\": \"STELLAMARIS AND DPP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3057,\n            \"brandName\": \"MEGASTAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3058,\n            \"brandName\": \"MALTESERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3059,\n            \"brandName\": \"OATMEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3060,\n            \"brandName\": \"PARSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3061,\n            \"brandName\": \"MISSISSIPPI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3062,\n            \"brandName\": \"GRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3063,\n            \"brandName\": \"OL ROY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3064,\n            \"brandName\": \"BANNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3065,\n            \"brandName\": \"HARVEST HOME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3066,\n            \"brandName\": \"SMARTIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3067,\n            \"brandName\": \"CARDINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3068,\n            \"brandName\": \"FERMIPAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3069,\n            \"brandName\": \"PRINSEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3070,\n            \"brandName\": \"JELLY CO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3071,\n            \"brandName\": \"SUPPY SEASONING CUBES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:40\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3328,\n            \"brandName\": \"ENCHANTEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3584,\n            \"brandName\": \"WHITE EXPRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3329,\n            \"brandName\": \"EURO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3585,\n            \"brandName\": \"THE FOOT FACTORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3330,\n            \"brandName\": \"EXPRESS GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3586,\n            \"brandName\": \"VEET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3331,\n            \"brandName\": \"EXTREME GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3587,\n            \"brandName\": \"VICKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3332,\n            \"brandName\": \"FAIR & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3588,\n            \"brandName\": \"VICTORIAS SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3333,\n            \"brandName\": \"FASHION FAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3589,\n            \"brandName\": \"ELIZABETH ARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3334,\n            \"brandName\": \"FIFTYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3590,\n            \"brandName\": \"VISIBLE SOLUTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3335,\n            \"brandName\": \"FLORI ROBERTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3591,\n            \"brandName\": \"WASHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3336,\n            \"brandName\": \"FLORI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3592,\n            \"brandName\": \"WHITELITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3337,\n            \"brandName\": \"QUEEN HELENE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3593,\n            \"brandName\": \"WHITEMAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3338,\n            \"brandName\": \"QUEEN HELEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3594,\n            \"brandName\": \"YC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3339,\n            \"brandName\": \"FM COSMETICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3595,\n            \"brandName\": \"MEIDUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3340,\n            \"brandName\": \"CARROT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3596,\n            \"brandName\": \"XTRA WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3341,\n            \"brandName\": \"GATSBY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3597,\n            \"brandName\": \"YINNI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3342,\n            \"brandName\": \"GENTELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3598,\n            \"brandName\": \"VELVET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3343,\n            \"brandName\": \"HI WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3599,\n            \"brandName\": \"XTRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3344,\n            \"brandName\": \"GLOW & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3600,\n            \"brandName\": \"DAY BY DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3345,\n            \"brandName\": \"GOLD SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3601,\n            \"brandName\": \"WISDOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3346,\n            \"brandName\": \"GS 77\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3602,\n            \"brandName\": \"XIBEI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3347,\n            \"brandName\": \"HOTICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3603,\n            \"brandName\": \"ZORRIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3348,\n            \"brandName\": \"HT26\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3604,\n            \"brandName\": \"IVYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3349,\n            \"brandName\": \"ICARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3605,\n            \"brandName\": \"JULIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3350,\n            \"brandName\": \"IMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3606,\n            \"brandName\": \"KLIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3351,\n            \"brandName\": \"COPACI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3607,\n            \"brandName\": \"MAMIYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3352,\n            \"brandName\": \"CING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3608,\n            \"brandName\": \"MATTEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3353,\n            \"brandName\": \"CLAIR LISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3609,\n            \"brandName\": \"MY MY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3354,\n            \"brandName\": \"CLASSIC WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3610,\n            \"brandName\": \"ROBB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3355,\n            \"brandName\": \"CLEAN & CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3611,\n            \"brandName\": \"KALOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3356,\n            \"brandName\": \"CLEAR ACTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3612,\n            \"brandName\": \"SUPERMAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3357,\n            \"brandName\": \"CLEAR DIFFERENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3613,\n            \"brandName\": \"TIGGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3358,\n            \"brandName\": \"CLEAR NATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3614,\n            \"brandName\": \"BISMID COSMETICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3359,\n            \"brandName\": \"COOL BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3615,\n            \"brandName\": \"BOUQUET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3360,\n            \"brandName\": \"INTENSIVE CONDITIONING TREATMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3616,\n            \"brandName\": \"CAMAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3361,\n            \"brandName\": \"CRUISER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3617,\n            \"brandName\": \"CAPRECE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3362,\n            \"brandName\": \"CT+\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3618,\n            \"brandName\": \"CARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3363,\n            \"brandName\": \"DAVIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3619,\n            \"brandName\": \"CLINIC CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3364,\n            \"brandName\": \"DEBBITONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3620,\n            \"brandName\": \"WOKALI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3365,\n            \"brandName\": \"DR. MIRACLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3621,\n            \"brandName\": \"DARAVIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3366,\n            \"brandName\": \"DREAM WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3622,\n            \"brandName\": \"DOOBAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3367,\n            \"brandName\": \"ELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3623,\n            \"brandName\": \"DOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3368,\n            \"brandName\": \"EPIC ADVENTURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3624,\n            \"brandName\": \"EASY TONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3369,\n            \"brandName\": \"EPIDERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3625,\n            \"brandName\": \"EQUITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3370,\n            \"brandName\": \"EVER SHEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3626,\n            \"brandName\": \"ERATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3371,\n            \"brandName\": \"LANBENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3627,\n            \"brandName\": \"EXPRESS WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3372,\n            \"brandName\": \"NATURAL SOLUTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3373,\n            \"brandName\": \"FAIR & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3374,\n            \"brandName\": \"FANTASIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3375,\n            \"brandName\": \"FEMININE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3376,\n            \"brandName\": \"FLORIDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3377,\n            \"brandName\": \"FLOWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3378,\n            \"brandName\": \"ADIDAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3379,\n            \"brandName\": \"FUNBACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3380,\n            \"brandName\": \"G&G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3381,\n            \"brandName\": \"GAZEL SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3382,\n            \"brandName\": \"GILLETTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3383,\n            \"brandName\": \"GLO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3384,\n            \"brandName\": \"Q WHITE PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3385,\n            \"brandName\": \"HAIR BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3386,\n            \"brandName\": \"HAPPINESS PERFUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3387,\n            \"brandName\": \"HEAD & SHOULDERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3388,\n            \"brandName\": \"HEALTHY WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3389,\n            \"brandName\": \"HUGGIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3390,\n            \"brandName\": \"HYPER CREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3391,\n            \"brandName\": \"YVES DE SISTELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3392,\n            \"brandName\": \"JENERIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3393,\n            \"brandName\": \"JIAOLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3394,\n            \"brandName\": \"JORDANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3395,\n            \"brandName\": \"KOJIC CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3396,\n            \"brandName\": \"KRAYONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3397,\n            \"brandName\": \"LADYSEPT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3398,\n            \"brandName\": \"LEGEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3399,\n            \"brandName\": \"LISTERINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3400,\n            \"brandName\": \"LOVILLEA PERFUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3401,\n            \"brandName\": \"MAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3402,\n            \"brandName\": \"MACLEANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3403,\n            \"brandName\": \"MAGIC WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3404,\n            \"brandName\": \"MARY KAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3405,\n            \"brandName\": \"MAYBELLINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3406,\n            \"brandName\": \"MEINIYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3407,\n            \"brandName\": \"REXONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3408,\n            \"brandName\": \"MERIKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3409,\n            \"brandName\": \"CLEAR ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3410,\n            \"brandName\": \"MILANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3411,\n            \"brandName\": \"A BONNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3412,\n            \"brandName\": \"MISS BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3413,\n            \"brandName\": \"JANET PAPAYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3414,\n            \"brandName\": \"MOLFIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3415,\n            \"brandName\": \"MORGANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3416,\n            \"brandName\": \"NACISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3417,\n            \"brandName\": \"URBAN DECAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3418,\n            \"brandName\": \"NANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3419,\n            \"brandName\": \"NATUR VITAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3420,\n            \"brandName\": \"NATURAL BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3421,\n            \"brandName\": \"NATURE SECRETE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3422,\n            \"brandName\": \"NATURE WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3423,\n            \"brandName\": \"NATURES GENTLE TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3424,\n            \"brandName\": \"NATURESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3425,\n            \"brandName\": \"NEOSKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3426,\n            \"brandName\": \"NEROBACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3427,\n            \"brandName\": \"NEUTROTONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3428,\n            \"brandName\": \"PEARS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3429,\n            \"brandName\": \"PURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3430,\n            \"brandName\": \"NOVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3431,\n            \"brandName\": \"OBEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3432,\n            \"brandName\": \"OLAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3433,\n            \"brandName\": \"ORS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3434,\n            \"brandName\": \"ORGANIC ROOT STIMULATOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3435,\n            \"brandName\": \"OPTIMAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3436,\n            \"brandName\": \"ORAL-B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3437,\n            \"brandName\": \"FEM TIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3438,\n            \"brandName\": \"OSLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3439,\n            \"brandName\": \"PAI MEI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3440,\n            \"brandName\": \"PALMOLIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3441,\n            \"brandName\": \"PAMPERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3442,\n            \"brandName\": \"PARADIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3443,\n            \"brandName\": \"PERFECT SCENTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3444,\n            \"brandName\": \"PERRY ELLIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3445,\n            \"brandName\": \"PETALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3446,\n            \"brandName\": \"PHARMADERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3447,\n            \"brandName\": \"PLUS Q WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3448,\n            \"brandName\": \"PREMIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3449,\n            \"brandName\": \"PROFECTIV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3450,\n            \"brandName\": \"PROMAXX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3451,\n            \"brandName\": \"CHRIS ADAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3452,\n            \"brandName\": \"PURE BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3453,\n            \"brandName\": \"PURE SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3454,\n            \"brandName\": \"Q7\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3455,\n            \"brandName\": \"QEI +\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3456,\n            \"brandName\": \"RAPID CLAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3457,\n            \"brandName\": \"SOFT & GENTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3458,\n            \"brandName\": \"RAZAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3459,\n            \"brandName\": \"RDL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3460,\n            \"brandName\": \"REVLON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3461,\n            \"brandName\": \"SAFEGUARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3462,\n            \"brandName\": \"SAISI JUDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3463,\n            \"brandName\": \"SANSIRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3464,\n            \"brandName\": \"JRB CARBOLIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3465,\n            \"brandName\": \"SLEEK MAKE UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3466,\n            \"brandName\": \"SLEEK MAKEUP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3467,\n            \"brandName\": \"STREPSILS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3468,\n            \"brandName\": \"STYLIN DREDZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3469,\n            \"brandName\": \"SUMMERS EVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3470,\n            \"brandName\": \"SURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3471,\n            \"brandName\": \"TAMPAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3472,\n            \"brandName\": \"TARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3473,\n            \"brandName\": \"TETMOSOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3474,\n            \"brandName\": \"TIATIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3475,\n            \"brandName\": \"UB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3476,\n            \"brandName\": \"BON MATIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3477,\n            \"brandName\": \"CAPTURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3478,\n            \"brandName\": \"ULTIMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3479,\n            \"brandName\": \"ULTRA COMPACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3480,\n            \"brandName\": \"ULTRA VANILLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3481,\n            \"brandName\": \"URBAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3482,\n            \"brandName\": \"USHAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3483,\n            \"brandName\": \"CRYSTAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3484,\n            \"brandName\": \"VALENTINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3485,\n            \"brandName\": \"VASELINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3486,\n            \"brandName\": \"VEET GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3487,\n            \"brandName\": \"VEETGOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3488,\n            \"brandName\": \"VENUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3233,\n            \"brandName\": \"GOLDENIVY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3489,\n            \"brandName\": \"WHITE CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3234,\n            \"brandName\": \"PIPPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3490,\n            \"brandName\": \"MISTINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3235,\n            \"brandName\": \"AMQY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3491,\n            \"brandName\": \"PHIL HALLMARK DIRECT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3236,\n            \"brandName\": \"MJS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3492,\n            \"brandName\": \"WHITE UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3237,\n            \"brandName\": \"STREETBITE FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3493,\n            \"brandName\": \"WIND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3238,\n            \"brandName\": \"TIMAS BREAD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3494,\n            \"brandName\": \"YOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3239,\n            \"brandName\": \"KAPTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3495,\n            \"brandName\": \"FAIR HEAVENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3240,\n            \"brandName\": \"SOPHIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3496,\n            \"brandName\": \"ZARON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3241,\n            \"brandName\": \"SUPER CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3497,\n            \"brandName\": \"BIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3242,\n            \"brandName\": \"VIGOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3498,\n            \"brandName\": \"BELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3243,\n            \"brandName\": \"CUCINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3499,\n            \"brandName\": \"CYBER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3244,\n            \"brandName\": \"CELEBRATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3500,\n            \"brandName\": \"DINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3245,\n            \"brandName\": \"GIFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3501,\n            \"brandName\": \"FRIENDLIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3246,\n            \"brandName\": \"IMMACULATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3502,\n            \"brandName\": \"JOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3247,\n            \"brandName\": \"ALAMIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3503,\n            \"brandName\": \"LAVENDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3248,\n            \"brandName\": \"GASPERTEES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3504,\n            \"brandName\": \"ORALWISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3249,\n            \"brandName\": \"HONEY FOUNTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3505,\n            \"brandName\": \"SASI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3250,\n            \"brandName\": \"1ST CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3506,\n            \"brandName\": \"PUNCH JUDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3251,\n            \"brandName\": \"CAROLINA BROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3507,\n            \"brandName\": \"14 DAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3252,\n            \"brandName\": \"MEMBER MARK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3508,\n            \"brandName\": \"FAI R  & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3253,\n            \"brandName\": \"SPICE TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3509,\n            \"brandName\": \"SMART GUCCI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3254,\n            \"brandName\": \"OTHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3510,\n            \"brandName\": \"PEDICURE PADDLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3255,\n            \"brandName\": \"SNICKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3511,\n            \"brandName\": \"77 RAPID CLAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3256,\n            \"brandName\": 262,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3512,\n            \"brandName\": \"A.M GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3257,\n            \"brandName\": \"ORAL B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3513,\n            \"brandName\": \"ABOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3258,\n            \"brandName\": \"212 MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3514,\n            \"brandName\": \"AILIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3259,\n            \"brandName\": 41,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3515,\n            \"brandName\": \"ALATA GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3260,\n            \"brandName\": \"5 WAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3516,\n            \"brandName\": \"ALWAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3261,\n            \"brandName\": \"7 DAYS & NIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3517,\n            \"brandName\": \"ARGILUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3262,\n            \"brandName\": \"A3\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3518,\n            \"brandName\": \"AVEENO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3263,\n            \"brandName\": \"BEAUTY FORMULAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3519,\n            \"brandName\": \"AXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3264,\n            \"brandName\": \"VISTASHOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3520,\n            \"brandName\": \"K BROTHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3265,\n            \"brandName\": \"ALISHA GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3521,\n            \"brandName\": \"BAYSIDE B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3266,\n            \"brandName\": \"ALL DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3522,\n            \"brandName\": \"BEAUTY BASE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3267,\n            \"brandName\": \"AMOS WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3523,\n            \"brandName\": \"BELO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3268,\n            \"brandName\": \"ANIMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3524,\n            \"brandName\": \"BIO CLAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3269,\n            \"brandName\": \"ANTIMARKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3525,\n            \"brandName\": \"BLACK RADIANCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3270,\n            \"brandName\": \"APPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3526,\n            \"brandName\": \"BLUE STRATOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3271,\n            \"brandName\": \"APRIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3527,\n            \"brandName\": \"BODY FANTASIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3272,\n            \"brandName\": \"BOOTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3528,\n            \"brandName\": \"BODY SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3273,\n            \"brandName\": \"BAD BOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3529,\n            \"brandName\": \"MALIZIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3274,\n            \"brandName\": \"BE WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3530,\n            \"brandName\": \"BUMP PATROL&Acirc;&nbsp;\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3275,\n            \"brandName\": \"BEAUTY FAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3531,\n            \"brandName\": \"CAIHUANG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3276,\n            \"brandName\": \"BEAUTY MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3532,\n            \"brandName\": \"CALVIN KLEIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3277,\n            \"brandName\": \"BEAUTY RUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3533,\n            \"brandName\": \"CAMALEON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3278,\n            \"brandName\": \"BELEZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3534,\n            \"brandName\": \"CARABOLA CLAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3279,\n            \"brandName\": \"BELLAGIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3535,\n            \"brandName\": \"ESTEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3280,\n            \"brandName\": \"BIACTIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3536,\n            \"brandName\": \"CARING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3281,\n            \"brandName\": \"BLACK OPAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3537,\n            \"brandName\": \"CAROTIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3282,\n            \"brandName\": \"BLISSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3538,\n            \"brandName\": \"CELEBRITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3283,\n            \"brandName\": \"BLOSSOM WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3539,\n            \"brandName\": \"CHAP-ET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3284,\n            \"brandName\": \"CARROT LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3540,\n            \"brandName\": \"JANET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3285,\n            \"brandName\": \"BODY WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3541,\n            \"brandName\": \"JOHNSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3286,\n            \"brandName\": \"BONJOUR PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3542,\n            \"brandName\": \"JOHNSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3287,\n            \"brandName\": \"BRONZE TONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3543,\n            \"brandName\": \"KOJIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3288,\n            \"brandName\": \"CACHET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3544,\n            \"brandName\": \"LOREAL PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3289,\n            \"brandName\": \"PETSOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3545,\n            \"brandName\": \"LUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3290,\n            \"brandName\": \"CARETIMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3546,\n            \"brandName\": \"MAKARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3291,\n            \"brandName\": \"CARO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3547,\n            \"brandName\": \"MAKE ME WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3292,\n            \"brandName\": \"CARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3548,\n            \"brandName\": \"MEDEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3293,\n            \"brandName\": \"CAROTEIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3549,\n            \"brandName\": \"METAL MAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3294,\n            \"brandName\": \"CAROTONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3550,\n            \"brandName\": \"MISS CAROLINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3295,\n            \"brandName\": \"PR FRANCOISE BEDON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3551,\n            \"brandName\": \"PAPAYA CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3296,\n            \"brandName\": \"PERFECT WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3552,\n            \"brandName\": \"NEUTROGENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3297,\n            \"brandName\": \"LABIDJANAISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3553,\n            \"brandName\": \"NIGERIAN BABYCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3298,\n            \"brandName\": \"CITRO CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3554,\n            \"brandName\": \"NIVEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3299,\n            \"brandName\": \"CLASSIC MAKEUP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3555,\n            \"brandName\": \"NICKA K\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3300,\n            \"brandName\": \"CLEAN WELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3556,\n            \"brandName\": \"NUPTIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3301,\n            \"brandName\": \"CLEARASIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3557,\n            \"brandName\": \"VITALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3302,\n            \"brandName\": \"CLERE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3558,\n            \"brandName\": \"QUMEIDIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3303,\n            \"brandName\": \"CLOSE UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3559,\n            \"brandName\": \"OZONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3304,\n            \"brandName\": \"COLGATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3560,\n            \"brandName\": \"AVON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3305,\n            \"brandName\": \"COLOUR ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3561,\n            \"brandName\": \"PERFECT GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3306,\n            \"brandName\": \"COOL RIVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3562,\n            \"brandName\": \"PERFECT GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3307,\n            \"brandName\": \"KATE COOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3563,\n            \"brandName\": \"PONDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3308,\n            \"brandName\": \"COUTURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3564,\n            \"brandName\": \"PRETTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3309,\n            \"brandName\": \"CRUSET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3565,\n            \"brandName\": \"PURE CARROT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3310,\n            \"brandName\": \"CRYSTAL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3566,\n            \"brandName\": \"PURE HERBAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3311,\n            \"brandName\": \"CLEAR THERAPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3567,\n            \"brandName\": \"PURE WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3312,\n            \"brandName\": \"CUSSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3568,\n            \"brandName\": \"DH7\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3313,\n            \"brandName\": \"DARK & LOVELY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3569,\n            \"brandName\": \"RAPID WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3314,\n            \"brandName\": \"DENIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3570,\n            \"brandName\": \"RHOME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3315,\n            \"brandName\": \"DERMA V10\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3571,\n            \"brandName\": \"ROYALLUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3316,\n            \"brandName\": \"DETTOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3572,\n            \"brandName\": \"EAU DE PERFUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3317,\n            \"brandName\": \"DIPLOMAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3573,\n            \"brandName\": \"SEBAMED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3318,\n            \"brandName\": \"DIVA MAXIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3574,\n            \"brandName\": \"SELSUN BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3319,\n            \"brandName\": \"DIVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3575,\n            \"brandName\": \"SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3320,\n            \"brandName\": \"DOCTOR SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3576,\n            \"brandName\": \"SKIN WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3321,\n            \"brandName\": \"DR BROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3577,\n            \"brandName\": \"SKINEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3322,\n            \"brandName\": \"DUREX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3578,\n            \"brandName\": \"SKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3323,\n            \"brandName\": \"DUSHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3579,\n            \"brandName\": \"SMOOTH AS SILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3324,\n            \"brandName\": \"EASY WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3580,\n            \"brandName\": \"SO-FINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3325,\n            \"brandName\": \"ECLAT WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3581,\n            \"brandName\": \"SOFTSHEEN CARSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3326,\n            \"brandName\": \"ELEMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3582,\n            \"brandName\": \"SOULMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3327,\n            \"brandName\": \"ELOPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3583,\n            \"brandName\": \"SUBARU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:41\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:41\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3840,\n            \"brandName\": \"SHANDARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3841,\n            \"brandName\": \"SHIRLEY MAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3842,\n            \"brandName\": \"SHIRLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3843,\n            \"brandName\": \"SILKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3844,\n            \"brandName\": \"SIVODERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3845,\n            \"brandName\": \"SKINLAB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3846,\n            \"brandName\": \"SKINREAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3847,\n            \"brandName\": \"SMART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3848,\n            \"brandName\": \"SPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3849,\n            \"brandName\": \"MUOI TAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3850,\n            \"brandName\": \"SPARKLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3851,\n            \"brandName\": \"SPORTING WAVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3852,\n            \"brandName\": \"ST MICHAEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3853,\n            \"brandName\": \"SURE WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3854,\n            \"brandName\": \"SWISS COLLAGEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3855,\n            \"brandName\": \"TOM FORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3856,\n            \"brandName\": \"TOPKLASS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3857,\n            \"brandName\": \"TOTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3858,\n            \"brandName\": \"UMBRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3859,\n            \"brandName\": \"USHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3860,\n            \"brandName\": \"VALDERMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3861,\n            \"brandName\": \"VERSACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3862,\n            \"brandName\": \"VOVI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3863,\n            \"brandName\": \"JEAN MISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3864,\n            \"brandName\": \"WINONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3865,\n            \"brandName\": \"WONDER GRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3866,\n            \"brandName\": \"XBC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3867,\n            \"brandName\": \"BABY CHERIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3868,\n            \"brandName\": \"CHENG FENG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3869,\n            \"brandName\": \"DORCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3870,\n            \"brandName\": \"DORIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3871,\n            \"brandName\": \"EMPER FASIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3872,\n            \"brandName\": \"INTERLUDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3873,\n            \"brandName\": \"MY SOUL MATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3874,\n            \"brandName\": \"FLUORODINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3875,\n            \"brandName\": \"FORMULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3876,\n            \"brandName\": \"WET NAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3877,\n            \"brandName\": \"G & G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3878,\n            \"brandName\": \"GARNIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3879,\n            \"brandName\": \"GLUPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3880,\n            \"brandName\": \"GLUTA-C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3881,\n            \"brandName\": \"GOLDEN ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3882,\n            \"brandName\": \"GRACE COLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3883,\n            \"brandName\": \"XPEL MEDIPURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3628,\n            \"brandName\": \"FLORENTYNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3884,\n            \"brandName\": \"MEDIPURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3629,\n            \"brandName\": \"GLAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3885,\n            \"brandName\": \"HANDWASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3630,\n            \"brandName\": \"ICE DRIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3886,\n            \"brandName\": \"HAND FRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3631,\n            \"brandName\": \"INTESA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3887,\n            \"brandName\": \"BELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3632,\n            \"brandName\": \"KIDS AND TEENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3888,\n            \"brandName\": \"MAGIC TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3633,\n            \"brandName\": \"LYNX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3889,\n            \"brandName\": \"HEAD AND SHOULDERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3634,\n            \"brandName\": \"MUSK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3890,\n            \"brandName\": \"FIRST CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3635,\n            \"brandName\": \"DEAR BODY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3891,\n            \"brandName\": \"HUGGIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3636,\n            \"brandName\": \"ORGANICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3892,\n            \"brandName\": \"INECTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3637,\n            \"brandName\": \"PRIMATA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3893,\n            \"brandName\": \"KLEANMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3638,\n            \"brandName\": \"PURE GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3894,\n            \"brandName\": \"KLEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3639,\n            \"brandName\": \"REYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3895,\n            \"brandName\": \"KOJIE SAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3640,\n            \"brandName\": \"SILKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3896,\n            \"brandName\": \"KOTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3641,\n            \"brandName\": \"SNAIL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3897,\n            \"brandName\": \"LANDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3642,\n            \"brandName\": \"TCB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3898,\n            \"brandName\": \"LEMON GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3643,\n            \"brandName\": \"HUGO BOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3899,\n            \"brandName\": \"LUBRIDERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3644,\n            \"brandName\": \"VIP INDUSTRIES LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3900,\n            \"brandName\": \"LUCKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3645,\n            \"brandName\": \"VITRESS HAIR SOLUTIONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3901,\n            \"brandName\": \"LYSOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3646,\n            \"brandName\": \"FANTASY BODY SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3902,\n            \"brandName\": \"HAND CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3647,\n            \"brandName\": \"X WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3903,\n            \"brandName\": \"FRAGRANCE WORLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3648,\n            \"brandName\": \"ACNEAWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3904,\n            \"brandName\": \"ESKODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3649,\n            \"brandName\": \"ACTIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3905,\n            \"brandName\": \"EUTHYMOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3650,\n            \"brandName\": \"AGNESIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3906,\n            \"brandName\": \"EXTRA CLAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3651,\n            \"brandName\": \"ALADA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3907,\n            \"brandName\": \"CHANTELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3652,\n            \"brandName\": \"ALAIN DANIEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3908,\n            \"brandName\": \"FANTASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3653,\n            \"brandName\": \"ANANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3909,\n            \"brandName\": \"FEEL GOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3654,\n            \"brandName\": \"ARAB NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3910,\n            \"brandName\": \"JOOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3655,\n            \"brandName\": \"ARGAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3911,\n            \"brandName\": \"MILTON LLOYD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3656,\n            \"brandName\": \"ARISTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3912,\n            \"brandName\": \"FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3657,\n            \"brandName\": \"ARMAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3913,\n            \"brandName\": \"SO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3658,\n            \"brandName\": \"AXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3914,\n            \"brandName\": \"GERVENNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3659,\n            \"brandName\": \"B 12\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3915,\n            \"brandName\": \"GIRL FRIEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3660,\n            \"brandName\": \"B26\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3916,\n            \"brandName\": \"GLIDE MULTIPURPOSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3661,\n            \"brandName\": \"SEBA MED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3917,\n            \"brandName\": \"GOVERNOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3662,\n            \"brandName\": \"BEACH PARTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3918,\n            \"brandName\": \"DERMATOLOGY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3663,\n            \"brandName\": \"BENTLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3919,\n            \"brandName\": \"HEATOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3664,\n            \"brandName\": \"BERGAMOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3920,\n            \"brandName\": \"HIP LIFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3665,\n            \"brandName\": \"BINGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3921,\n            \"brandName\": \"IZZI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3666,\n            \"brandName\": \"BIO OIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3922,\n            \"brandName\": \"JADORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3667,\n            \"brandName\": \"BLACK LEATHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3923,\n            \"brandName\": \"JAGUAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3668,\n            \"brandName\": \"BLACKBERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3924,\n            \"brandName\": \"LEXUS GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3669,\n            \"brandName\": \"BLACK MAGIC HAIR CONDITIONER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3925,\n            \"brandName\": \"LOMANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3670,\n            \"brandName\": \"RASASI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3926,\n            \"brandName\": \"TIMEWISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3671,\n            \"brandName\": \"BOD MAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3927,\n            \"brandName\": \"MAXI WHITE S1\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3672,\n            \"brandName\": \"BODY TREAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3928,\n            \"brandName\": \"MAXI LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3673,\n            \"brandName\": \"BRETT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3929,\n            \"brandName\": \"OTENTIKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3674,\n            \"brandName\": \"BRUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3930,\n            \"brandName\": \"MAZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3675,\n            \"brandName\": \"BVLGARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3931,\n            \"brandName\": \"MEDICARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3676,\n            \"brandName\": \"CAMELLIA DREAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3932,\n            \"brandName\": \"MEKAKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3677,\n            \"brandName\": \"CANDY BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3933,\n            \"brandName\": \"MELAO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3678,\n            \"brandName\": \"CARAMBOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3934,\n            \"brandName\": \"MIRACLE MAXITONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3679,\n            \"brandName\": \"CAROLINA HERRERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3935,\n            \"brandName\": \"NEO-MEDRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3680,\n            \"brandName\": \"CEE LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3936,\n            \"brandName\": \"NESO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3681,\n            \"brandName\": \"CHICCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3937,\n            \"brandName\": \"SHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3682,\n            \"brandName\": \"CLEAR QUICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3938,\n            \"brandName\": \"NOXZEMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3683,\n            \"brandName\": \"STAN ELVIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3939,\n            \"brandName\": \"OMEGA-A\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3684,\n            \"brandName\": \"CLEAR DARK SPOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3940,\n            \"brandName\": \"ONLY BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3685,\n            \"brandName\": \"CLOBETADERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3941,\n            \"brandName\": \"ORGANIC HAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3686,\n            \"brandName\": \"COLGATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3942,\n            \"brandName\": \"OXY 10\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3687,\n            \"brandName\": \"COLOUR ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3943,\n            \"brandName\": \"POP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3688,\n            \"brandName\": \"CONET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3944,\n            \"brandName\": \"PALMA ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3689,\n            \"brandName\": \"ENGLISH BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3945,\n            \"brandName\": \"DIAMOND GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3690,\n            \"brandName\": \"COOL WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3946,\n            \"brandName\": \"PERSONAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3691,\n            \"brandName\": \"CORSODYL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3947,\n            \"brandName\": \"NEO MEDROL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3692,\n            \"brandName\": \"CUBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3948,\n            \"brandName\": \"POLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3693,\n            \"brandName\": \"DANCER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3949,\n            \"brandName\": \"PREMIER COOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3694,\n            \"brandName\": \"DAR AL SHABAAB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3950,\n            \"brandName\": \"SKIN SUPPLIES NG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3695,\n            \"brandName\": \"DAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3951,\n            \"brandName\": \"Q5\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3696,\n            \"brandName\": \"DELTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3952,\n            \"brandName\": \"ANTONIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3697,\n            \"brandName\": \"DERMALISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3953,\n            \"brandName\": \"ROBERTO CAVALLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3698,\n            \"brandName\": \"DEUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3954,\n            \"brandName\": \"RALPH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3699,\n            \"brandName\": \"DEXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3955,\n            \"brandName\": \"RENEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3700,\n            \"brandName\": \"DIVA WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3956,\n            \"brandName\": \"ROBERTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3701,\n            \"brandName\": \"DODO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3957,\n            \"brandName\": \"ROUSHUN NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3702,\n            \"brandName\": \"DORALL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3958,\n            \"brandName\": \"TAYONGPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3703,\n            \"brandName\": \"DOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3959,\n            \"brandName\": \"MPF DARING EAU DE PARFUM FOR WOMEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3704,\n            \"brandName\": \"EBONY MULTISHEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3960,\n            \"brandName\": \"RUBY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3705,\n            \"brandName\": \"ECO STYLER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3961,\n            \"brandName\": \"SAVLON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3706,\n            \"brandName\": \"SUPER-MAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3962,\n            \"brandName\": \"SECRETS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3707,\n            \"brandName\": \"MASON NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3963,\n            \"brandName\": \"SIMPLY BASIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3708,\n            \"brandName\": \"SANITOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3964,\n            \"brandName\": \"SKIN DOCTOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3709,\n            \"brandName\": \"ALMOND SHERBET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3965,\n            \"brandName\": \"PUREDERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3710,\n            \"brandName\": \"BELLAGIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3966,\n            \"brandName\": \"SOFT & PRECIOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3711,\n            \"brandName\": \"BLACK LEGEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3967,\n            \"brandName\": \"ST IVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3712,\n            \"brandName\": \"BODY AURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3968,\n            \"brandName\": \"SUPREME WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3713,\n            \"brandName\": \"CANTU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3969,\n            \"brandName\": \"TOMMY HILFIGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3714,\n            \"brandName\": \"CLASSIC CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3970,\n            \"brandName\": \"TONY MONTANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3715,\n            \"brandName\": \"DR  MIRACLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3971,\n            \"brandName\": \"TRUE LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3716,\n            \"brandName\": \"E45\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3972,\n            \"brandName\": \"UNIVERSAL BASIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3717,\n            \"brandName\": \"EMPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3973,\n            \"brandName\": \"VANILLA ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3718,\n            \"brandName\": \"EVIDENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3974,\n            \"brandName\": \"VAYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3719,\n            \"brandName\": \"FAIR LADY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3975,\n            \"brandName\": \"VENEZIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3720,\n            \"brandName\": \"FEMFRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3976,\n            \"brandName\": \"VICTORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3721,\n            \"brandName\": \"TAG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3977,\n            \"brandName\": \"WELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3722,\n            \"brandName\": \"FUNBEAUTY TRIPPLE ACTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3978,\n            \"brandName\": \"VICTORIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3723,\n            \"brandName\": \"HUMMER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3979,\n            \"brandName\": \"X-WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3724,\n            \"brandName\": \"IDOLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3980,\n            \"brandName\": \"YTACAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3725,\n            \"brandName\": \"IRISH SPRING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3981,\n            \"brandName\": \"BOUDCHOU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3726,\n            \"brandName\": \"MAINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3982,\n            \"brandName\": \"SOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3727,\n            \"brandName\": \"NUTRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3983,\n            \"brandName\": \"BLUE UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3728,\n            \"brandName\": \"ONE MAN SHOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3984,\n            \"brandName\": \"HIMALAYA HERBALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3729,\n            \"brandName\": \"PRESTIGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3985,\n            \"brandName\": \"GSK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3730,\n            \"brandName\": \"SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3986,\n            \"brandName\": \"FRUIT OF THE EARTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3731,\n            \"brandName\": \"SOUL MATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3987,\n            \"brandName\": \"FUNBEAUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3732,\n            \"brandName\": \"SPEEDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3988,\n            \"brandName\": \"GERM X HAND SANITIZER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3733,\n            \"brandName\": \"BEAUTIFUL TEXTURES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3989,\n            \"brandName\": \"GLADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3734,\n            \"brandName\": \"TRENDY & LIME BODY SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3990,\n            \"brandName\": \"LES ENCHANTES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3735,\n            \"brandName\": \"AICHUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3991,\n            \"brandName\": \"GLUTATHIONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3736,\n            \"brandName\": \"ALIYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3992,\n            \"brandName\": \"H20\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3737,\n            \"brandName\": \"ALLOWS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3993,\n            \"brandName\": \"FIRST CLASS LADY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3738,\n            \"brandName\": \"AM:PM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3994,\n            \"brandName\": \"NATUTAL HONEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3739,\n            \"brandName\": \"AQUAFRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3995,\n            \"brandName\": \"HEALTHPOINT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3740,\n            \"brandName\": \"BALENCIAGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3996,\n            \"brandName\": \"JAMAICAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3741,\n            \"brandName\": \"YINGXUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3997,\n            \"brandName\": \"KINSLEY HOUSE SKINCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3742,\n            \"brandName\": \"BEARD OIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3998,\n            \"brandName\": \"LEIVY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3743,\n            \"brandName\": \"BERGAMOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3999,\n            \"brandName\": \"LIGHTENUP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3744,\n            \"brandName\": \"BETASOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4000,\n            \"brandName\": \"LOVILLEA GELLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3745,\n            \"brandName\": \"BLEER BLEIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4001,\n            \"brandName\": \"MALUNGGAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3746,\n            \"brandName\": \"BP NORMALIZER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4002,\n            \"brandName\": \"FIKKERTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3747,\n            \"brandName\": \"BLU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4003,\n            \"brandName\": \"MAXI PEEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3748,\n            \"brandName\": \"BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4004,\n            \"brandName\": \"MAXIKLEAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3749,\n            \"brandName\": \"BODE HYPROGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4005,\n            \"brandName\": \"MENONLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3750,\n            \"brandName\": \"BRONZ TONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4006,\n            \"brandName\": \"VIOLET WISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3751,\n            \"brandName\": \"BS COSMETICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4007,\n            \"brandName\": \"FREESIA FANTASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3752,\n            \"brandName\": \"BURBERRYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4008,\n            \"brandName\": \"MISTY MOUNTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3753,\n            \"brandName\": \"CHAIRMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4009,\n            \"brandName\": \"MONSAVON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3754,\n            \"brandName\": \"CK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4010,\n            \"brandName\": \"MOTIONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3755,\n            \"brandName\": \"CLEAR N SMOOTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4011,\n            \"brandName\": \"NAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3756,\n            \"brandName\": \"CLINIQUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4012,\n            \"brandName\": \"NATURVITAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3757,\n            \"brandName\": \"CRUSADER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4013,\n            \"brandName\": \"NATURES ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3758,\n            \"brandName\": \"CUBA GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4014,\n            \"brandName\": \"NIGHTINGALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3759,\n            \"brandName\": \"DAMATOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4015,\n            \"brandName\": \"NO WET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3760,\n            \"brandName\": \"DAVIDOFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4016,\n            \"brandName\": \"OLIVERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3761,\n            \"brandName\": \"DERMA VIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4017,\n            \"brandName\": \"ON LEEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3762,\n            \"brandName\": \"DESIGNERS CLUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4018,\n            \"brandName\": \"POLSILVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3763,\n            \"brandName\": \"DKNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4019,\n            \"brandName\": \"AFRICAS BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3764,\n            \"brandName\": \"DOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4020,\n            \"brandName\": \"P2G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3765,\n            \"brandName\": \"DR EASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4021,\n            \"brandName\": \"PALMERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3766,\n            \"brandName\": \"EL NETT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4022,\n            \"brandName\": \"PANTENE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3767,\n            \"brandName\": \"ELIZABETH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4023,\n            \"brandName\": \"SEMONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3768,\n            \"brandName\": \"ELLEN WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4024,\n            \"brandName\": \"PATRICIA REYNIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3769,\n            \"brandName\": \"CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4025,\n            \"brandName\": \"PEARL DROPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3770,\n            \"brandName\": \"MOVATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4026,\n            \"brandName\": \"PEPSODENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3771,\n            \"brandName\": \"ESSENCE OF EDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4027,\n            \"brandName\": \"PERSIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3772,\n            \"brandName\": \"ESOTERICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4028,\n            \"brandName\": \"PLASTIC BRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3773,\n            \"brandName\": \"EXPLORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4029,\n            \"brandName\": \"POISON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3774,\n            \"brandName\": \"FACE TO FACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4030,\n            \"brandName\": \"PR F. BEDON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3775,\n            \"brandName\": \"FAIR & BRITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4031,\n            \"brandName\": \"PRECIOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3776,\n            \"brandName\": \"FELCE AZZURRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4032,\n            \"brandName\": \"PROLINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3777,\n            \"brandName\": \"FERRARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4033,\n            \"brandName\": \"PURE SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3778,\n            \"brandName\": \"FM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4034,\n            \"brandName\": \"RADOX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3779,\n            \"brandName\": \"JEAN MARC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4035,\n            \"brandName\": \"ROMANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3780,\n            \"brandName\": \"FRIEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4036,\n            \"brandName\": \"SAFEMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3781,\n            \"brandName\": \"FRUISER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4037,\n            \"brandName\": \"SALON SELECTIVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3782,\n            \"brandName\": \"GIRLY TALK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4038,\n            \"brandName\": \"SAMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3783,\n            \"brandName\": \"GLUTAHIONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4039,\n            \"brandName\": \"SEA BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3784,\n            \"brandName\": \"BROWN ORCHID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4040,\n            \"brandName\": \"SHEAMOISTURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3785,\n            \"brandName\": \"HAIR FRUITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4041,\n            \"brandName\": \"SHEARER CANDLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3786,\n            \"brandName\": \"TIANDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4042,\n            \"brandName\": \"SO CARROT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3787,\n            \"brandName\": \"HAVEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4043,\n            \"brandName\": \"SOFT & BEAUTIFUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3788,\n            \"brandName\": \"HAVOC SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4044,\n            \"brandName\": \"SUAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3789,\n            \"brandName\": \"HUG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3790,\n            \"brandName\": \"HUGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3791,\n            \"brandName\": \"IMPERIAL LEATHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3792,\n            \"brandName\": \"INNOCENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3793,\n            \"brandName\": \"ISSEY MIYAKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3794,\n            \"brandName\": \"JERGENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3795,\n            \"brandName\": \"NIXODERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3796,\n            \"brandName\": \"JOHNSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3797,\n            \"brandName\": \"K KOPACABANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3798,\n            \"brandName\": \"KOUROS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3799,\n            \"brandName\": \"KUZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3800,\n            \"brandName\": \"LEVINIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3801,\n            \"brandName\": \"LIFEON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3802,\n            \"brandName\": \"LOOKING GOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3803,\n            \"brandName\": \"LUSTER SILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3804,\n            \"brandName\": \"LYRIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3805,\n            \"brandName\": \"TBN VENTURES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3806,\n            \"brandName\": \"AFFECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3807,\n            \"brandName\": \"MAXI TONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3808,\n            \"brandName\": \"MENTADENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3809,\n            \"brandName\": \"MILLIONAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3810,\n            \"brandName\": \"MOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3811,\n            \"brandName\": \"NIGHT FISSION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3812,\n            \"brandName\": \"NIMITZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3813,\n            \"brandName\": \"NU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3814,\n            \"brandName\": \"OLD SPICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3815,\n            \"brandName\": \"AFRICA BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3816,\n            \"brandName\": \"JACQUES BOGART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3817,\n            \"brandName\": \"MEN ONLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3818,\n            \"brandName\": \"ORIENTAL ROSE REFAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3819,\n            \"brandName\": \"P&N\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3820,\n            \"brandName\": \"PACO RABANNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3821,\n            \"brandName\": \"PALMERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3822,\n            \"brandName\": \"PINK WILD AT HEART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3823,\n            \"brandName\": \"PINK DRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3824,\n            \"brandName\": \"POLO BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3825,\n            \"brandName\": \"POWER STICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3826,\n            \"brandName\": \"PR FRANCOISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3827,\n            \"brandName\": \"PRECIOUS BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3828,\n            \"brandName\": \"PUCELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3829,\n            \"brandName\": \"PURE LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3830,\n            \"brandName\": \"QUESTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3831,\n            \"brandName\": \"RADIANCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3832,\n            \"brandName\": \"CREATION LAMIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3833,\n            \"brandName\": \"RED DIAMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3834,\n            \"brandName\": \"DE AL REHAB PERFUMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3835,\n            \"brandName\": \"KRYRIAZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3836,\n            \"brandName\": \"RIGHT GUARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3837,\n            \"brandName\": \"SCHWARZKOPF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3838,\n            \"brandName\": \"SEDUCTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 3839,\n            \"brandName\": \"SENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:42\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:42\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4096,\n            \"brandName\": \"BLOSSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4352,\n            \"brandName\": \"THE VOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4097,\n            \"brandName\": \"NEUTOGENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4353,\n            \"brandName\": \"PRESTIGE PARIS A.P\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4098,\n            \"brandName\": \"BOOTS BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4354,\n            \"brandName\": \"ZANDARIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4099,\n            \"brandName\": \"BUBBLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4355,\n            \"brandName\": \"WILKINSON SWORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4100,\n            \"brandName\": \"CALAMINE LOTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4356,\n            \"brandName\": \"SANEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4101,\n            \"brandName\": \"CARESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4357,\n            \"brandName\": \"SEPTONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4102,\n            \"brandName\": \"CAREX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4358,\n            \"brandName\": \"SIMPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4103,\n            \"brandName\": \"CIDAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4359,\n            \"brandName\": \"ST. MORIZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4104,\n            \"brandName\": \"COCODERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4360,\n            \"brandName\": \"SYSTEME PRO VITAMIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4105,\n            \"brandName\": \"CREST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4361,\n            \"brandName\": \"TOUCH OF SILVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4106,\n            \"brandName\": \"DALAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4362,\n            \"brandName\": \"VOSENE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4107,\n            \"brandName\": \"DELON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4363,\n            \"brandName\": \"WASH & GO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4108,\n            \"brandName\": \"DIAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4364,\n            \"brandName\": \"SHOCKWAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4109,\n            \"brandName\": \"DISGUISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4365,\n            \"brandName\": \"WELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4110,\n            \"brandName\": \"DR MIRACLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4366,\n            \"brandName\": \"NUAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4111,\n            \"brandName\": \"DR RASHEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4367,\n            \"brandName\": \"OPTREX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4112,\n            \"brandName\": \"DR WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4368,\n            \"brandName\": \"VEGAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4113,\n            \"brandName\": \"DYNAMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4369,\n            \"brandName\": \"HERBAL ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4114,\n            \"brandName\": \"TOMMY TIPPEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4370,\n            \"brandName\": \"HYGIENIC HANDWASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4115,\n            \"brandName\": \"EBEANO OYATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4371,\n            \"brandName\": \"IMPULSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4116,\n            \"brandName\": \"ENLIVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4372,\n            \"brandName\": \"717 SEXY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4117,\n            \"brandName\": \"ESKINOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4373,\n            \"brandName\": \"AMMIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4118,\n            \"brandName\": \"EXTRACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4374,\n            \"brandName\": \"AQUALIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4119,\n            \"brandName\": \"EUCERIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4375,\n            \"brandName\": \"ASANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4120,\n            \"brandName\": \"EVERY DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4376,\n            \"brandName\": \"ASANTEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4121,\n            \"brandName\": \"EXECUTIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4377,\n            \"brandName\": \"ASTRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4122,\n            \"brandName\": \"FA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4378,\n            \"brandName\": \"BEBEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4123,\n            \"brandName\": \"FADE OUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4379,\n            \"brandName\": \"BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4124,\n            \"brandName\": \"717 MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4380,\n            \"brandName\": \"BODY MIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4125,\n            \"brandName\": \"APRICOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4381,\n            \"brandName\": \"HOUSE LIVING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4126,\n            \"brandName\": \"BELCAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4382,\n            \"brandName\": \"CARLOTTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4127,\n            \"brandName\": \"BEYONCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4383,\n            \"brandName\": \"CHANSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4128,\n            \"brandName\": \"BLACK AND SEXY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4384,\n            \"brandName\": \"CHARCOAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4129,\n            \"brandName\": \"BON BONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4385,\n            \"brandName\": \"COOL BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4130,\n            \"brandName\": \"BOTANICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4386,\n            \"brandName\": \"FACEBOOK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4131,\n            \"brandName\": \"BUMP STOPPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4387,\n            \"brandName\": \"FEBREZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4132,\n            \"brandName\": \"CAMELEON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4388,\n            \"brandName\": \"FLOWER FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4133,\n            \"brandName\": \"CAREFREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4389,\n            \"brandName\": \"MONITOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4134,\n            \"brandName\": \"CARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4390,\n            \"brandName\": \"HAPPY GIRL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4135,\n            \"brandName\": \"CHRISTIAN DIOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4391,\n            \"brandName\": \"HOLIDAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4136,\n            \"brandName\": \"CORONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4392,\n            \"brandName\": \"CAMARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4137,\n            \"brandName\": \"DOO GRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4393,\n            \"brandName\": \"JIMPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4138,\n            \"brandName\": \"SYLVANIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4394,\n            \"brandName\": \"LIFEBOUY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4139,\n            \"brandName\": \"FAMICARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4395,\n            \"brandName\": \"LIGHT & NATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4140,\n            \"brandName\": \"JAGGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4396,\n            \"brandName\": \"LIKAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4141,\n            \"brandName\": \"SAPONERIE MARIO FISSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4397,\n            \"brandName\": \"EDP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4142,\n            \"brandName\": \"MR, BRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4398,\n            \"brandName\": \"MARK BODYLINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4143,\n            \"brandName\": \"NICKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4399,\n            \"brandName\": \"MEDI SOFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4144,\n            \"brandName\": \"NO MARKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4400,\n            \"brandName\": \"MK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4145,\n            \"brandName\": \"BAJAJ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4401,\n            \"brandName\": \"NEETEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4146,\n            \"brandName\": \"PRIVATE MAN PERFUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4402,\n            \"brandName\": \"SERUM EXCULSIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4147,\n            \"brandName\": \"PUTZI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4403,\n            \"brandName\": \"DEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4148,\n            \"brandName\": \"REPUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4404,\n            \"brandName\": \"DIVERSION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4149,\n            \"brandName\": \"SALLY HANSEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4405,\n            \"brandName\": \"DREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4150,\n            \"brandName\": \"OEM ORDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4406,\n            \"brandName\": \"E-6\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4151,\n            \"brandName\": \"3M\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4407,\n            \"brandName\": \"EARL GREY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4152,\n            \"brandName\": \"SILVER LIGHT PERFUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4408,\n            \"brandName\": \"YUMURTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4153,\n            \"brandName\": \"SOFT TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4409,\n            \"brandName\": \"PURE EGYPTIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4154,\n            \"brandName\": \"XENIUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4410,\n            \"brandName\": \"CALVIN KLIEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4155,\n            \"brandName\": \"TEN-O-SIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4411,\n            \"brandName\": \"SLIME EXTREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4156,\n            \"brandName\": \"TRACIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4412,\n            \"brandName\": \"FALL IN LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4157,\n            \"brandName\": \"U & ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4413,\n            \"brandName\": \"OUD FAZZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4158,\n            \"brandName\": \"ULTRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4414,\n            \"brandName\": \"RALPH INFINITY GOLD WHITENING MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4159,\n            \"brandName\": \"ULTREX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4415,\n            \"brandName\": \"CASTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4160,\n            \"brandName\": \"USA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4416,\n            \"brandName\": \"LADY PRESIDENTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4161,\n            \"brandName\": \"XS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4417,\n            \"brandName\": \"BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4162,\n            \"brandName\": \"YAMEIOU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4418,\n            \"brandName\": \"MACEDOINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4163,\n            \"brandName\": \"YARDLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4419,\n            \"brandName\": \"GROWTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4164,\n            \"brandName\": \"TEA TREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4420,\n            \"brandName\": \"MOCO DE GORILA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4165,\n            \"brandName\": \"TESORI DORIENTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4421,\n            \"brandName\": \"NETWORK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4166,\n            \"brandName\": \"THE BODY SHOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4422,\n            \"brandName\": \"OBLIVION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4167,\n            \"brandName\": \"TIPPYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4423,\n            \"brandName\": \"OUD AMIRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4168,\n            \"brandName\": \"TOUCH ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4424,\n            \"brandName\": \"MONT ANNE PARFUMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4169,\n            \"brandName\": \"TURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4425,\n            \"brandName\": \"HEMANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4170,\n            \"brandName\": \"JOHAN B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4426,\n            \"brandName\": \"REAL LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4171,\n            \"brandName\": \"ZAIBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4427,\n            \"brandName\": \"RALPH LAUREEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4172,\n            \"brandName\": \"ZERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4428,\n            \"brandName\": \"SHUGAR SOAPWORK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4173,\n            \"brandName\": \"PLANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4429,\n            \"brandName\": \"SILKY WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4174,\n            \"brandName\": \"BEAUTY ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4430,\n            \"brandName\": \"ST. IVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4175,\n            \"brandName\": \"BEAUTY EXPRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4431,\n            \"brandName\": \"TISCOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4176,\n            \"brandName\": \"BEYOND BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4432,\n            \"brandName\": \"TRIBOTAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4177,\n            \"brandName\": \"BIGEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4433,\n            \"brandName\": \"WHITE SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4178,\n            \"brandName\": \"BIKINIZONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4434,\n            \"brandName\": \"DAUSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4179,\n            \"brandName\": \"BINACA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4435,\n            \"brandName\": \"ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4180,\n            \"brandName\": \"BIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4436,\n            \"brandName\": \"HEAD FUNK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4181,\n            \"brandName\": \"BISMID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4437,\n            \"brandName\": \"FULL MARK SOLUTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4182,\n            \"brandName\": \"BLACK IS BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4438,\n            \"brandName\": \"2 BARS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4183,\n            \"brandName\": \"BOMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4439,\n            \"brandName\": \"GLUTA C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4184,\n            \"brandName\": \"GERVENNE BOUQUET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4440,\n            \"brandName\": \"ADORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4185,\n            \"brandName\": \"BRAVIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4441,\n            \"brandName\": \"AMOURAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4186,\n            \"brandName\": \"QUBANCREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4442,\n            \"brandName\": \"ARCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4187,\n            \"brandName\": \"CARROT GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4443,\n            \"brandName\": \"ASTONISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4188,\n            \"brandName\": \"CELINE DION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4444,\n            \"brandName\": \"BIOSKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4189,\n            \"brandName\": \"CELINE YOUNG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4445,\n            \"brandName\": \"XOC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4190,\n            \"brandName\": \"CREME OF NATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4446,\n            \"brandName\": \"JUICY COUTURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4191,\n            \"brandName\": \"DR ORGANIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4447,\n            \"brandName\": \"DALLAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4192,\n            \"brandName\": \"DYNASTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4448,\n            \"brandName\": \"DOLCE & GABBANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4193,\n            \"brandName\": \"EMILY MILLIONAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4449,\n            \"brandName\": \"ECLIPSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4194,\n            \"brandName\": \"EMPIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4450,\n            \"brandName\": \"RED DOOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4195,\n            \"brandName\": \"APPLE BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4451,\n            \"brandName\": \"GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4196,\n            \"brandName\": \"BELLE NEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4452,\n            \"brandName\": \"PERFECT PURITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4197,\n            \"brandName\": \"BLOCK & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4198,\n            \"brandName\": \"PLASTIC BATH SPONGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4199,\n            \"brandName\": \"BUBBLE BATH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4200,\n            \"brandName\": \"REMY LATOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4201,\n            \"brandName\": \"CAOAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4202,\n            \"brandName\": \"CONSTI RELAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4203,\n            \"brandName\": \"COUNTRY CLUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4204,\n            \"brandName\": \"FEMTEX TAMPONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4205,\n            \"brandName\": \"GEOFFREY FLANNEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4206,\n            \"brandName\": \"MAJOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4207,\n            \"brandName\": \"THIERRY MUGLER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4208,\n            \"brandName\": \"SANMEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4209,\n            \"brandName\": \"NOMARKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4210,\n            \"brandName\": \"JACK BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4211,\n            \"brandName\": \"PAPAYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4212,\n            \"brandName\": \"PAROZONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4213,\n            \"brandName\": \"PIRTTY CIEAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4214,\n            \"brandName\": \"PIXY LOTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4215,\n            \"brandName\": \"PONDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4216,\n            \"brandName\": \"DEYONG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4217,\n            \"brandName\": \"SALOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4218,\n            \"brandName\": \"PHILIPS SONICARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4219,\n            \"brandName\": \"SHIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4220,\n            \"brandName\": \"SILVER LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4221,\n            \"brandName\": \"S.O.S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4222,\n            \"brandName\": \"DONALD TRUMP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4223,\n            \"brandName\": \"LA TULIPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4224,\n            \"brandName\": \"WAHL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4225,\n            \"brandName\": \"KYLIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4226,\n            \"brandName\": \"3 DAYS 2 NIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4227,\n            \"brandName\": \"BLUE HEAVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4228,\n            \"brandName\": \"FACE & BODY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4229,\n            \"brandName\": \"CLEAR & SMOOTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4230,\n            \"brandName\": \"CARELINE NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4231,\n            \"brandName\": \"KEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4232,\n            \"brandName\": \"FRESHDAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4233,\n            \"brandName\": \"OUD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4234,\n            \"brandName\": \"MOLI CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4235,\n            \"brandName\": \"ARABLYAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4236,\n            \"brandName\": \"SPEED STICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4237,\n            \"brandName\": \"LYKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4238,\n            \"brandName\": \"MILLIONAIRE CLUB PERFUMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4239,\n            \"brandName\": \"PRINCESS PAA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4240,\n            \"brandName\": \"RISING RAVING BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4241,\n            \"brandName\": \"SHOWER TO SHOWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4242,\n            \"brandName\": \"BONNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4243,\n            \"brandName\": \"AZZARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4244,\n            \"brandName\": \"BURBERRY TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4245,\n            \"brandName\": \"DUNHILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4246,\n            \"brandName\": \"ELYSEE COSMETICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4247,\n            \"brandName\": \"REMY MARQUIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4248,\n            \"brandName\": \"TOP TIPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4249,\n            \"brandName\": \"ALBERTO BALSAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4250,\n            \"brandName\": \"AMBRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4251,\n            \"brandName\": \"AUSSIE MIRACLE MOIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4252,\n            \"brandName\": \"BATISTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4253,\n            \"brandName\": \"BENYLIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4254,\n            \"brandName\": \"BRYLCREEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4255,\n            \"brandName\": \"CHAPSTICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4256,\n            \"brandName\": \"CLEARBLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4257,\n            \"brandName\": \"CORAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4258,\n            \"brandName\": \"DENTIPLUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4259,\n            \"brandName\": \"DIMPLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4260,\n            \"brandName\": \"ELASTOPLAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4261,\n            \"brandName\": \"ACQUA DI PARMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4262,\n            \"brandName\": \"ALL 4 U\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4263,\n            \"brandName\": \"ANTI PIMPLES SOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4264,\n            \"brandName\": \"AVENTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4265,\n            \"brandName\": \"BIOTIN & COLLAGEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4266,\n            \"brandName\": \"BLACK CODE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4267,\n            \"brandName\": \"VINTAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4268,\n            \"brandName\": \"BLACK ORCHID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4269,\n            \"brandName\": \"BLEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4270,\n            \"brandName\": \"BROWN LEATHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4271,\n            \"brandName\": \"CARROT SOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4272,\n            \"brandName\": \"CHAOBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4273,\n            \"brandName\": \"CITIZEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4274,\n            \"brandName\": \"COCOPULP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4275,\n            \"brandName\": \"COLLAGEN CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4276,\n            \"brandName\": \"CONFIDENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4277,\n            \"brandName\": \"AALI MUSTAWA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4278,\n            \"brandName\": \"AFRODITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4279,\n            \"brandName\": \"ANION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4280,\n            \"brandName\": \"AHLAM AL ARAB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4281,\n            \"brandName\": \"VERA WANG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4282,\n            \"brandName\": \"AL HARAMIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4283,\n            \"brandName\": \"FASIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4284,\n            \"brandName\": \"OLA PURPLE DEODORANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4285,\n            \"brandName\": \"IMPERIO PLATINUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4286,\n            \"brandName\": \"KUU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4287,\n            \"brandName\": \"MEMORIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4288,\n            \"brandName\": \"DORALL COLLECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4289,\n            \"brandName\": \"OUD MODEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4290,\n            \"brandName\": \"ROYAL AQUA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4291,\n            \"brandName\": \"ROYAL FLUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4292,\n            \"brandName\": \"55H+ PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4293,\n            \"brandName\": \"BOUCHARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4294,\n            \"brandName\": \"CLEAN AND CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4295,\n            \"brandName\": \"MATEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4296,\n            \"brandName\": \"NANTUCKET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4297,\n            \"brandName\": \"WHITE RAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4298,\n            \"brandName\": \"ZEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4299,\n            \"brandName\": \"ATRIXO CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4300,\n            \"brandName\": \"AUSSIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4045,\n            \"brandName\": \"TALIAH WAAJID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4301,\n            \"brandName\": \"BODYFORM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4046,\n            \"brandName\": \"MAXI WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4302,\n            \"brandName\": \"DEEP FREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4047,\n            \"brandName\": \"MAZURI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4303,\n            \"brandName\": \"DEEP HEAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4048,\n            \"brandName\": \"MEMPHIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4304,\n            \"brandName\": \"DENIVIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4049,\n            \"brandName\": \"MERONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4305,\n            \"brandName\": \"DEPEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4050,\n            \"brandName\": \"STANLEY HOME PRODUCT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4306,\n            \"brandName\": \"TIDDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4051,\n            \"brandName\": \"CHERRY CRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4307,\n            \"brandName\": \"2 FRIEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4052,\n            \"brandName\": \"MISS WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4308,\n            \"brandName\": \"ICON ABSOLUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4053,\n            \"brandName\": \"NATURAL HONEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4309,\n            \"brandName\": \"ANDREA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4054,\n            \"brandName\": \"NCP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4310,\n            \"brandName\": \"AVENTUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4055,\n            \"brandName\": \"NEW MUSK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4311,\n            \"brandName\": \"BELLE VIOLETTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4056,\n            \"brandName\": \"NEW & TRENDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4312,\n            \"brandName\": \"BLACK &  WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4057,\n            \"brandName\": \"ECO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4313,\n            \"brandName\": \"BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4058,\n            \"brandName\": \"ATHENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4314,\n            \"brandName\": \"CYBELE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4059,\n            \"brandName\": \"NUTREND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4315,\n            \"brandName\": \"CASABLANCA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4060,\n            \"brandName\": \"OUD BOMB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4316,\n            \"brandName\": \"CHANEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4061,\n            \"brandName\": \"PEARL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4317,\n            \"brandName\": \"CITRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4062,\n            \"brandName\": \"SNAKE BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4318,\n            \"brandName\": \"COTTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4063,\n            \"brandName\": \"PROCLAIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4319,\n            \"brandName\": \"CUZZI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4064,\n            \"brandName\": \"MEGA GROWTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4320,\n            \"brandName\": \"DAGMAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4065,\n            \"brandName\": \"PROTECTIV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4321,\n            \"brandName\": \"ZUOFUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4066,\n            \"brandName\": \"PUNCH & JUDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4322,\n            \"brandName\": \"DECLARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4067,\n            \"brandName\": \"QC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4323,\n            \"brandName\": \"SHINING WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4068,\n            \"brandName\": \"DO RE MI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4324,\n            \"brandName\": \"DOREMI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4069,\n            \"brandName\": \"ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4325,\n            \"brandName\": \"EXCEPTIONAL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4070,\n            \"brandName\": \"SELLION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4326,\n            \"brandName\": \"TREE CITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4071,\n            \"brandName\": \"SENIOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4327,\n            \"brandName\": \"LA FIRMAMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4072,\n            \"brandName\": \"SENSODYNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4328,\n            \"brandName\": \"LADY GAGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4073,\n            \"brandName\": \"SERIAL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4329,\n            \"brandName\": \"LAPIDUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4074,\n            \"brandName\": \"HAVOC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4330,\n            \"brandName\": \"PRICENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4075,\n            \"brandName\": \"GLADIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4331,\n            \"brandName\": \"MISS ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4076,\n            \"brandName\": \"BUDDSBUDDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4332,\n            \"brandName\": \"MORINGINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4077,\n            \"brandName\": \"ELLEN TRACY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4333,\n            \"brandName\": \"GENTLE TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4078,\n            \"brandName\": \"TRESEMME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4334,\n            \"brandName\": \"ORIENTICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4079,\n            \"brandName\": \"TRIDENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4335,\n            \"brandName\": \"OIL 4LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4080,\n            \"brandName\": \"SUNPLAY ULTRA SHIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4336,\n            \"brandName\": \"PRESIDENTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4081,\n            \"brandName\": \"AMLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4337,\n            \"brandName\": \"QUEEN ELIZABETH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4082,\n            \"brandName\": \"VIRGIN HAIR FERTILIZER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4338,\n            \"brandName\": \"VIXA SKINEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4083,\n            \"brandName\": \"VIVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4339,\n            \"brandName\": \"RENEWAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4084,\n            \"brandName\": \"GINSENG MIRACLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4340,\n            \"brandName\": \"CONTEMPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4085,\n            \"brandName\": \"WRIGHTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4341,\n            \"brandName\": \"SAGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4086,\n            \"brandName\": \"3D CREST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4342,\n            \"brandName\": \"SENSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4087,\n            \"brandName\": \"AMERICAN BEAUTY CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4343,\n            \"brandName\": \"HOME SELECT POCKET SILK TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4088,\n            \"brandName\": \"ADVANCED CLINICALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4344,\n            \"brandName\": \"SKIN BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4089,\n            \"brandName\": \"ANEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4345,\n            \"brandName\": \"SPLENDIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4090,\n            \"brandName\": \"LOVE MOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4346,\n            \"brandName\": \"SUCCEED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4091,\n            \"brandName\": \"AVENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4347,\n            \"brandName\": \"TIMELESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4092,\n            \"brandName\": \"BABY MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4348,\n            \"brandName\": \"TOPICREM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4093,\n            \"brandName\": \"BIODERMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4349,\n            \"brandName\": \"TOPSYNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4094,\n            \"brandName\": \"BIO GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4350,\n            \"brandName\": \"TOUCH MUSK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4095,\n            \"brandName\": \"BIO LUXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4351,\n            \"brandName\": \"VO5\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:43\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:43\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4608,\n            \"brandName\": \"BRISTOL-MYERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4864,\n            \"brandName\": \"Q7 PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4609,\n            \"brandName\": \"KERI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4865,\n            \"brandName\": \"ZEEBRATA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4610,\n            \"brandName\": \"AFRICAN ROYALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4866,\n            \"brandName\": \"DARK FOREST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4611,\n            \"brandName\": \"CALIFORNIA SCENTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4867,\n            \"brandName\": \"NEUTRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4612,\n            \"brandName\": \"AIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4868,\n            \"brandName\": \"CLEAR TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4613,\n            \"brandName\": \"HIGH BEAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4869,\n            \"brandName\": \"EVERYONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4614,\n            \"brandName\": \"AUNT JACKIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4870,\n            \"brandName\": \"REQUEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4615,\n            \"brandName\": \"COTTONELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4871,\n            \"brandName\": \"FENIKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4616,\n            \"brandName\": \"CASHMERE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4872,\n            \"brandName\": \"DIABLE BLEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4617,\n            \"brandName\": \"SCOPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4873,\n            \"brandName\": \"DIABLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4618,\n            \"brandName\": \"ALL WAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4874,\n            \"brandName\": \"AFRO AMRICAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4619,\n            \"brandName\": \"AT ONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4875,\n            \"brandName\": \"ESTIARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4620,\n            \"brandName\": \"FITTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4876,\n            \"brandName\": \"DISCREET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4621,\n            \"brandName\": \"HOLLYWOOD BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4877,\n            \"brandName\": \"ALTA MODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4622,\n            \"brandName\": \"MOTHERCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4878,\n            \"brandName\": \"CARESSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4623,\n            \"brandName\": \"PERSONAL CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4879,\n            \"brandName\": \"CA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4624,\n            \"brandName\": \"Q-TIPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4880,\n            \"brandName\": \"ASSURED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4625,\n            \"brandName\": \"CUTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4881,\n            \"brandName\": \"INVITATION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4626,\n            \"brandName\": \"SOFTSOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4882,\n            \"brandName\": \"AFTER 9 GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4627,\n            \"brandName\": \"ORIGINAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4883,\n            \"brandName\": \"EUROPA DAMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4628,\n            \"brandName\": \"KIDS KLENZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4884,\n            \"brandName\": \"MARINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4629,\n            \"brandName\": \"LUSTERS PINK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4885,\n            \"brandName\": \"OCTOBER 10 LAGOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4630,\n            \"brandName\": \"LUSTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4886,\n            \"brandName\": \"MORELA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4631,\n            \"brandName\": \"FRAGRANCE WORKS BATH THERAPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4887,\n            \"brandName\": \"SEA ISLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4632,\n            \"brandName\": \"ANDIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4888,\n            \"brandName\": \"BATH & BODYWORKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4633,\n            \"brandName\": \"ELASTUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4889,\n            \"brandName\": \"LOTUS VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4634,\n            \"brandName\": \"H.E.B.\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4890,\n            \"brandName\": \"ANGELICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4635,\n            \"brandName\": \"FABU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4891,\n            \"brandName\": \"SAPIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4636,\n            \"brandName\": \"HOMBRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4892,\n            \"brandName\": \"DR JONES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4637,\n            \"brandName\": \"COLLECTION 2000\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4893,\n            \"brandName\": \"BLACKHEAD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4638,\n            \"brandName\": \"HIGH TIME PRODUCTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4894,\n            \"brandName\": \"BREYLEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4639,\n            \"brandName\": \"WELLA TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4895,\n            \"brandName\": \"SUNBLOCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4640,\n            \"brandName\": \"GENTLE TREATMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4896,\n            \"brandName\": \"EUROCOSM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4641,\n            \"brandName\": \"TRIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4897,\n            \"brandName\": \"VIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4642,\n            \"brandName\": \"FREEMAN SCRUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4898,\n            \"brandName\": \"FEIDA SANHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4643,\n            \"brandName\": \"SOFT SHEEN CARSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4899,\n            \"brandName\": \"HACHAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4644,\n            \"brandName\": \"PRO-LINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4900,\n            \"brandName\": \"HOPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4645,\n            \"brandName\": \"5 WAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4901,\n            \"brandName\": \"ORALMINT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4646,\n            \"brandName\": \"SAZZY WAVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4902,\n            \"brandName\": \"HEART TO HEART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4647,\n            \"brandName\": \"SHEENIQUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4903,\n            \"brandName\": \"JEAN-PIERRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4648,\n            \"brandName\": \"GENES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4904,\n            \"brandName\": \"HIGH CLASS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4649,\n            \"brandName\": \"BLUE MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4905,\n            \"brandName\": \"JINXING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4650,\n            \"brandName\": \"SULFUR 8\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4906,\n            \"brandName\": \"SUNNY HOPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4651,\n            \"brandName\": \"COLOMER BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4907,\n            \"brandName\": \"DR BRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4652,\n            \"brandName\": \"BLUE DUCHESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4908,\n            \"brandName\": \"WASH Q\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4653,\n            \"brandName\": \"ULTIMATE ORGANIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4909,\n            \"brandName\": \"ELITIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4654,\n            \"brandName\": \"HEAD & SHOULDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4910,\n            \"brandName\": \"ZLKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4655,\n            \"brandName\": \"CREAM CLEANSER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4911,\n            \"brandName\": \"SAN-A\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4656,\n            \"brandName\": \"CODE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4912,\n            \"brandName\": \"AMIRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4657,\n            \"brandName\": \"HERBAL ESSENCES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4913,\n            \"brandName\": \"DESIRE BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4658,\n            \"brandName\": \"XCESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4914,\n            \"brandName\": \"BIRD NEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4659,\n            \"brandName\": \"CLAIROL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4915,\n            \"brandName\": \"TOV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4660,\n            \"brandName\": \"YOUTHAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4916,\n            \"brandName\": \"KUSTIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4661,\n            \"brandName\": \"ULTRA GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4917,\n            \"brandName\": \"DR MIRACLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4662,\n            \"brandName\": \"ULTRA SHEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4918,\n            \"brandName\": \"A WASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4663,\n            \"brandName\": \"PURE N GENTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4919,\n            \"brandName\": \"NEUTRO SOFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4664,\n            \"brandName\": \"COMFORTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4920,\n            \"brandName\": \"PIAOXIU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4665,\n            \"brandName\": \"VETCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4921,\n            \"brandName\": \"COBOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4666,\n            \"brandName\": \"JUST FOR ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4922,\n            \"brandName\": \"VIA NATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4667,\n            \"brandName\": \"TCB NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4923,\n            \"brandName\": \"LUSTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4668,\n            \"brandName\": \"AFRICAN PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4924,\n            \"brandName\": \"BRITNEY SPEARS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4669,\n            \"brandName\": \"MURRAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4925,\n            \"brandName\": \"JORDACHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4670,\n            \"brandName\": \"DR. FRED SUMMIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4926,\n            \"brandName\": \"ELENTEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4671,\n            \"brandName\": \"ARDELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4927,\n            \"brandName\": \"VITALE OLIVE OIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4672,\n            \"brandName\": \"HERBA RICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4928,\n            \"brandName\": \"HAWAIIAN SILKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4673,\n            \"brandName\": \"LA BELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4929,\n            \"brandName\": \"HOGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4674,\n            \"brandName\": \"ESSENCE DE BEAUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4930,\n            \"brandName\": \"LORIS AZZARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4675,\n            \"brandName\": \"ULTRA LOUNGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4931,\n            \"brandName\": \"TOKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4676,\n            \"brandName\": \"VIGORAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4932,\n            \"brandName\": \"WHITE ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4677,\n            \"brandName\": \"TARGET SHAMPOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4933,\n            \"brandName\": \"REGINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4678,\n            \"brandName\": \"THERMASILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4934,\n            \"brandName\": \"21 DAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4679,\n            \"brandName\": \"DEGREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4935,\n            \"brandName\": \"OYSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4680,\n            \"brandName\": \"MIRACLE MAXITIONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4936,\n            \"brandName\": \"BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4681,\n            \"brandName\": \"NIKITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4937,\n            \"brandName\": \"FIGARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4682,\n            \"brandName\": \"RO IAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4938,\n            \"brandName\": \"MANTOVANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4683,\n            \"brandName\": \"KIONA CREMESEIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4939,\n            \"brandName\": \"MULTICLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4684,\n            \"brandName\": \"CIEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4940,\n            \"brandName\": \"AMMENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4685,\n            \"brandName\": \"IMMEDIAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4941,\n            \"brandName\": \"PERCARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4686,\n            \"brandName\": \"SOFTEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4942,\n            \"brandName\": \"ANTONIO LORENZO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4687,\n            \"brandName\": \"MAKARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4943,\n            \"brandName\": \"BIO BALANCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4688,\n            \"brandName\": \"COCOA GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4944,\n            \"brandName\": \"SILKIENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4689,\n            \"brandName\": \"DRM4\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4945,\n            \"brandName\": \"ECCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4690,\n            \"brandName\": \"PEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4946,\n            \"brandName\": \"AMBI PUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4691,\n            \"brandName\": \"FLEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4947,\n            \"brandName\": \"SURF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4692,\n            \"brandName\": \"CORINE DE  FARME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4948,\n            \"brandName\": \"AIR WICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4693,\n            \"brandName\": \"MONSAVON AU LAIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4949,\n            \"brandName\": \"PAPILION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4694,\n            \"brandName\": \"JUS DE AMOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4695,\n            \"brandName\": \"LEXUS SPORT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4696,\n            \"brandName\": \"ULRIC DE VARENS FOR MEN SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4697,\n            \"brandName\": \"BURBERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4698,\n            \"brandName\": \"ESCADA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4699,\n            \"brandName\": \"CREED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4700,\n            \"brandName\": \"HOT GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4701,\n            \"brandName\": \"LAURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4702,\n            \"brandName\": \"GROWORKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4703,\n            \"brandName\": \"MONKEY BRAINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4704,\n            \"brandName\": \"TAKE IT OFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4705,\n            \"brandName\": \"ERASER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4706,\n            \"brandName\": \"SIMPLY RIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4707,\n            \"brandName\": \"ELSA SHAMPOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4708,\n            \"brandName\": \"BMB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4453,\n            \"brandName\": \"COOL & CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4709,\n            \"brandName\": \"ALDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4454,\n            \"brandName\": \"GLOBPLUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4710,\n            \"brandName\": \"ALDI LACURA PADS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4455,\n            \"brandName\": \"GLORY BLOSSOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4711,\n            \"brandName\": \"FOLK ART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4456,\n            \"brandName\": \"GUCCI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4712,\n            \"brandName\": \"MADINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4457,\n            \"brandName\": \"HIGH-STREET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4713,\n            \"brandName\": \"CLAIR EXPRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4458,\n            \"brandName\": \"ICON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4714,\n            \"brandName\": \"MONTCLAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4459,\n            \"brandName\": \"PRETTY GIRL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4715,\n            \"brandName\": \"BABY KING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4460,\n            \"brandName\": \"FOGG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4716,\n            \"brandName\": \"DERMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4461,\n            \"brandName\": \"MICELLAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4717,\n            \"brandName\": \"VIOLET GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4462,\n            \"brandName\": \"MILLION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4718,\n            \"brandName\": \"METAPHARMA MED. SOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4463,\n            \"brandName\": \"MISS BIMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4719,\n            \"brandName\": \"RIVALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4464,\n            \"brandName\": \"ANFAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4720,\n            \"brandName\": \"CHRISTINE DARVIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4465,\n            \"brandName\": \"CR&Atilde;&circ;ME RELAXER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4721,\n            \"brandName\": \"PERFUM RIVERA FOR MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4466,\n            \"brandName\": \"ODAYLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4722,\n            \"brandName\": \"MILTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4467,\n            \"brandName\": \"MONET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4723,\n            \"brandName\": \"ROSE VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4468,\n            \"brandName\": \"PINK ROMANCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4724,\n            \"brandName\": \"BLUE DREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4469,\n            \"brandName\": \"PLAY BOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4725,\n            \"brandName\": \"SILVER CAPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4470,\n            \"brandName\": \"RENEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4726,\n            \"brandName\": \"BEBE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4471,\n            \"brandName\": \"SHUGAR SOAPWORKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4727,\n            \"brandName\": \"NAPOLEON BOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4472,\n            \"brandName\": \"SO FINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4728,\n            \"brandName\": \"LA VIE EST BELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4473,\n            \"brandName\": \"SOLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4729,\n            \"brandName\": \"LONAMI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4474,\n            \"brandName\": \"STEP BY STEP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4730,\n            \"brandName\": \"LANCOME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4475,\n            \"brandName\": \"GEK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4731,\n            \"brandName\": \"LELIDO SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4476,\n            \"brandName\": \"TRIBUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4732,\n            \"brandName\": \"LADY IN COLOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4477,\n            \"brandName\": \"WAW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4733,\n            \"brandName\": \"OTENTIKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4478,\n            \"brandName\": \"DENTA PLUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4734,\n            \"brandName\": \"PR FRANCOIS BEDON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4479,\n            \"brandName\": \"LA DAKAROISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4735,\n            \"brandName\": \"CLEOPATRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4480,\n            \"brandName\": \"NITTOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4736,\n            \"brandName\": \"DULGON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4481,\n            \"brandName\": \"SOFT 7\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4737,\n            \"brandName\": \"SEX AND THE CITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4482,\n            \"brandName\": \"GIVENCHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4738,\n            \"brandName\": \"ISANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4483,\n            \"brandName\": \"AQUA MOISTURIZING CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4739,\n            \"brandName\": \"LIREN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4484,\n            \"brandName\": \"DR NICE BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4740,\n            \"brandName\": \"WHITE NATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4485,\n            \"brandName\": \"EMZOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4741,\n            \"brandName\": \"BLOCK&WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4486,\n            \"brandName\": \"ESCONIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4742,\n            \"brandName\": \"PUREFORM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4487,\n            \"brandName\": \"MAJIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4743,\n            \"brandName\": \"PUCELLE PERFUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4488,\n            \"brandName\": \"WEITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4744,\n            \"brandName\": \"ROSE POWDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4489,\n            \"brandName\": \"MYCOTEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4745,\n            \"brandName\": \"SMH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4490,\n            \"brandName\": \"NEO PRESOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4746,\n            \"brandName\": \"SPRITZ COLOGNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4491,\n            \"brandName\": \"COTONET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4747,\n            \"brandName\": \"MORNING FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4492,\n            \"brandName\": \"ONE LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4748,\n            \"brandName\": \"BABYLOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4493,\n            \"brandName\": \"PINK BLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4749,\n            \"brandName\": \"IGORA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4494,\n            \"brandName\": \"SELSUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4750,\n            \"brandName\": \"FAIRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4495,\n            \"brandName\": \"SMARTCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4751,\n            \"brandName\": \"FLORENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4496,\n            \"brandName\": \"SOFTCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4752,\n            \"brandName\": \"NINA RICCI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4497,\n            \"brandName\": \"DISNEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4753,\n            \"brandName\": \"TERRE D HERMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4498,\n            \"brandName\": \"BLACK MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4754,\n            \"brandName\": \"HERMES TERRE MENS SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4499,\n            \"brandName\": \"SPRING FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4755,\n            \"brandName\": \"LA PETITE ROBE TOLIETTE SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4500,\n            \"brandName\": \"MIRADA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4756,\n            \"brandName\": \"CHRISTIAN DIOR POISON SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4501,\n            \"brandName\": \"SUSPENSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4757,\n            \"brandName\": \"B LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4502,\n            \"brandName\": \"TEMPEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4758,\n            \"brandName\": \"WHITE EXTRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4503,\n            \"brandName\": \"FULLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4759,\n            \"brandName\": \"HQ EXTREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4504,\n            \"brandName\": \"PURELY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4760,\n            \"brandName\": \"BETTINA BARTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4505,\n            \"brandName\": \"ZARINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4761,\n            \"brandName\": \"GALANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4506,\n            \"brandName\": \"BB CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4762,\n            \"brandName\": \"KY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4507,\n            \"brandName\": \"ECI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4763,\n            \"brandName\": \"GREEN LOOFA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4508,\n            \"brandName\": \"HEEL BALM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4764,\n            \"brandName\": \"COUNTRYSIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4509,\n            \"brandName\": \"PHYTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4765,\n            \"brandName\": \"SOFT & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4510,\n            \"brandName\": \"CLASSIC & SMART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4766,\n            \"brandName\": \"NOBEL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4511,\n            \"brandName\": \"MONT BLANC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4767,\n            \"brandName\": \"SALTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4512,\n            \"brandName\": \"ANDREWS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4768,\n            \"brandName\": \"CAMERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4513,\n            \"brandName\": \"QUATE BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4769,\n            \"brandName\": \"MORINGA-O2\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4514,\n            \"brandName\": \"FIESTA CONDOMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4770,\n            \"brandName\": \"SCHICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4515,\n            \"brandName\": \"FRANK OLIVIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4771,\n            \"brandName\": \"BRAVE HOT PERFUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4516,\n            \"brandName\": \"TED LAPIDUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4772,\n            \"brandName\": \"NATURELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4517,\n            \"brandName\": \"SHADE OF GRACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4773,\n            \"brandName\": \"GIVENCHY SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4518,\n            \"brandName\": \"GREY DE KOURON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4774,\n            \"brandName\": \"CHRISTIAN DIOR JADORE PARFUM SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4519,\n            \"brandName\": \"WRIGLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4775,\n            \"brandName\": \"LOREAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4520,\n            \"brandName\": \"PURELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4776,\n            \"brandName\": \"SIGNAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4521,\n            \"brandName\": \"FAIR &  WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4777,\n            \"brandName\": \"ULTRA ROMEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4522,\n            \"brandName\": \"FOXS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4778,\n            \"brandName\": \"RETRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4523,\n            \"brandName\": \"ASTROGLIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4779,\n            \"brandName\": \"HALLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4524,\n            \"brandName\": \"AMERICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4780,\n            \"brandName\": \"PINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4525,\n            \"brandName\": \"SHIBARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4781,\n            \"brandName\": \"RAMANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4526,\n            \"brandName\": \"DOCTOR CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4782,\n            \"brandName\": \"911 CONDITIONER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4527,\n            \"brandName\": \"AL REHAB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4783,\n            \"brandName\": \"GSC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4528,\n            \"brandName\": \"LIL-LET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4784,\n            \"brandName\": \"VAPONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4529,\n            \"brandName\": \"GLAMORIZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4785,\n            \"brandName\": \"ULTRA PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4530,\n            \"brandName\": \"VIRGIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4786,\n            \"brandName\": \"ARIEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4531,\n            \"brandName\": \"PURPOSE COSMETIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4787,\n            \"brandName\": \"ZEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4532,\n            \"brandName\": \"SALOON HAND WASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4788,\n            \"brandName\": \"ARGUSSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4533,\n            \"brandName\": \"GOOD LIFE PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4789,\n            \"brandName\": \"CEFLOX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4534,\n            \"brandName\": \"SWEET HONESTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4790,\n            \"brandName\": \"PERFECT CLINIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4535,\n            \"brandName\": \"NAPKINS BABY HYGIENE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4791,\n            \"brandName\": \"CHROME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4536,\n            \"brandName\": \"JORDAN TOOTHBRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4792,\n            \"brandName\": \"COLORBABY ARMCHAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4537,\n            \"brandName\": \"FORAMEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4793,\n            \"brandName\": \"NO WETS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4538,\n            \"brandName\": \"RED FOX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4794,\n            \"brandName\": \"SKIN MONITOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4539,\n            \"brandName\": \"WOOLITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4795,\n            \"brandName\": \"TROPICAL DEGIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4540,\n            \"brandName\": \"GENTLE RELAXER TWIN PARK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4796,\n            \"brandName\": \"JUST FOR MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4541,\n            \"brandName\": \"CR&Atilde;&circ;ME OF NATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4797,\n            \"brandName\": \"SUDOCREM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4542,\n            \"brandName\": \"FANTASTIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4798,\n            \"brandName\": \"EUCRYL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4543,\n            \"brandName\": \"PEFLOMED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4799,\n            \"brandName\": \"SALON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4544,\n            \"brandName\": \"WITCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4800,\n            \"brandName\": \"BEUATY FORMULAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4545,\n            \"brandName\": \"SCHOLL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4801,\n            \"brandName\": \"T-ZONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4546,\n            \"brandName\": \"SIMPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4802,\n            \"brandName\": \"STA-SOF-FRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4547,\n            \"brandName\": \"BLADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4803,\n            \"brandName\": \"SOF N FREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4548,\n            \"brandName\": \"AMBI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4804,\n            \"brandName\": \"COMFIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4549,\n            \"brandName\": \"EPIELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4805,\n            \"brandName\": \"BETNOVATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4550,\n            \"brandName\": \"CHARMING SCENTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4806,\n            \"brandName\": \"YANKEE CANDLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4551,\n            \"brandName\": \"SAFE CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4807,\n            \"brandName\": \"ROLLS RAZOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4552,\n            \"brandName\": \"PENGUEN POLISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4808,\n            \"brandName\": \"CLARADENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4553,\n            \"brandName\": \"SAZZY BOTANICALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4809,\n            \"brandName\": \"DEEP CLEANSING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4554,\n            \"brandName\": \"ST, MORIZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4810,\n            \"brandName\": \"COTTON TREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4555,\n            \"brandName\": \"PRETTY SMOOTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4811,\n            \"brandName\": \"CLINOMYN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4556,\n            \"brandName\": \"FRESH BREATH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4812,\n            \"brandName\": \"WINDOLENE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4557,\n            \"brandName\": \"AREON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4813,\n            \"brandName\": \"SILVER BIRD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4558,\n            \"brandName\": \"ADVANCE TOOTHBRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4814,\n            \"brandName\": \"SO SINFUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4559,\n            \"brandName\": \"DIESEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4815,\n            \"brandName\": \"TENDER CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4560,\n            \"brandName\": \"HIT THE SPOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4816,\n            \"brandName\": \"ESCENTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4561,\n            \"brandName\": \"PLEASURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4817,\n            \"brandName\": \"WESTWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4562,\n            \"brandName\": \"PEAUCLAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4818,\n            \"brandName\": \"HANDFRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4563,\n            \"brandName\": \"PRIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4819,\n            \"brandName\": \"CONSTANCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4564,\n            \"brandName\": \"MONTAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4820,\n            \"brandName\": \"RICH LADY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4565,\n            \"brandName\": \"RAD BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4821,\n            \"brandName\": \"SPONTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4566,\n            \"brandName\": \"PINE WEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4822,\n            \"brandName\": \"ASDA BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4567,\n            \"brandName\": \"DAGGETT & RAMSDELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4823,\n            \"brandName\": \"BIOCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4568,\n            \"brandName\": \"CUREL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4824,\n            \"brandName\": \"DENTIMINT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4569,\n            \"brandName\": \"PERSONNA COMFORT COATED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4825,\n            \"brandName\": \"CUMFIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4570,\n            \"brandName\": \"MYSTIQUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4826,\n            \"brandName\": \"MR SHEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4571,\n            \"brandName\": \"SEXIEST FANTASIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4827,\n            \"brandName\": \"MIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4572,\n            \"brandName\": \"PRINCE MATCHABELLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4828,\n            \"brandName\": \"SWIRL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4573,\n            \"brandName\": \"PARFUMS DE COEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4829,\n            \"brandName\": \"FMCG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4574,\n            \"brandName\": \"DESIGNER IMPOSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4830,\n            \"brandName\": \"WESTLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4575,\n            \"brandName\": \"BODY HEAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4831,\n            \"brandName\": \"VETIVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4576,\n            \"brandName\": \"INCENSE MOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4832,\n            \"brandName\": \"MANCHESTER UNITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4577,\n            \"brandName\": \"2HOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4833,\n            \"brandName\": \"SIMPLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4578,\n            \"brandName\": \"TEMPT ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4834,\n            \"brandName\": \"INTU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4579,\n            \"brandName\": \"FLEX BALSAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4835,\n            \"brandName\": \"MORRISONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4580,\n            \"brandName\": \"PRIMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4836,\n            \"brandName\": \"TEXET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4581,\n            \"brandName\": \"BRING IT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4837,\n            \"brandName\": \"ACTIVE ORAL CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4582,\n            \"brandName\": \"PARAZOEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4838,\n            \"brandName\": \"VERONICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4583,\n            \"brandName\": \"PEARL DROP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4839,\n            \"brandName\": \"THERAMED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4584,\n            \"brandName\": \"CAR PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4840,\n            \"brandName\": \"DAVID BECKHAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4585,\n            \"brandName\": \"PAN AROMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4841,\n            \"brandName\": \"ROYAL MARKET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4586,\n            \"brandName\": \"CHOCOLAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4842,\n            \"brandName\": \"TRAVEL ESSENTIALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4587,\n            \"brandName\": \"PANADOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4843,\n            \"brandName\": \"CERTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4588,\n            \"brandName\": \"GOLDEN NIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4844,\n            \"brandName\": \"PMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4589,\n            \"brandName\": \"RAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4845,\n            \"brandName\": \"LIL LETS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4590,\n            \"brandName\": \"CORALITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4846,\n            \"brandName\": \"ROLSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4591,\n            \"brandName\": \"SEPTOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4847,\n            \"brandName\": \"DEODORANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4592,\n            \"brandName\": \"GENERAL FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4848,\n            \"brandName\": \"TREAT&EASE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4593,\n            \"brandName\": \"GHANDOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4849,\n            \"brandName\": \"SIGNATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4594,\n            \"brandName\": \"ENFRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4850,\n            \"brandName\": \"LA RIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4595,\n            \"brandName\": \"DENTAL FLOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4851,\n            \"brandName\": \"LADY SPEED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4596,\n            \"brandName\": \"PRETTY NAILS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4852,\n            \"brandName\": \"RADIANT GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4597,\n            \"brandName\": \"M&B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4853,\n            \"brandName\": \"SIMPLY PURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4598,\n            \"brandName\": \"BAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4854,\n            \"brandName\": \"DENTICLEAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4599,\n            \"brandName\": \"MAC HELLO KITTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4855,\n            \"brandName\": \"F & F\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4600,\n            \"brandName\": \"ZOZO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4856,\n            \"brandName\": \"KEEP IT HANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4601,\n            \"brandName\": \"MILTON LLYOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4857,\n            \"brandName\": \"ACCENTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4602,\n            \"brandName\": \"SPIRIT OF HEAVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4858,\n            \"brandName\": \"TASOTTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4603,\n            \"brandName\": \"ME TOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4859,\n            \"brandName\": \"SCENTSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4604,\n            \"brandName\": \"ROCK IT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4860,\n            \"brandName\": \"PCC BRANDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4605,\n            \"brandName\": \"SKIN NOUVEAU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4861,\n            \"brandName\": \"DIRTY WORKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4606,\n            \"brandName\": \"CARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4862,\n            \"brandName\": \"TWISS DRINKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4607,\n            \"brandName\": \"WILKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4863,\n            \"brandName\": \"SWEAT PEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:44\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:44\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4950,\n            \"brandName\": \"REXSOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4951,\n            \"brandName\": \"REXOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4952,\n            \"brandName\": \"NATUREWELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4953,\n            \"brandName\": \"LOVE BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4954,\n            \"brandName\": \"CANDID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4955,\n            \"brandName\": \"LEVELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4956,\n            \"brandName\": \"XTRACARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4957,\n            \"brandName\": \"DAV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4958,\n            \"brandName\": \"HOT IS BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4959,\n            \"brandName\": \"CHERIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4960,\n            \"brandName\": \"PROTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4961,\n            \"brandName\": \"VANISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4962,\n            \"brandName\": \"LISTERFLUOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4963,\n            \"brandName\": \"BIO-OIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4964,\n            \"brandName\": \"EASY WAVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4965,\n            \"brandName\": \"DARK AND LOVELY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4966,\n            \"brandName\": \"LA FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4967,\n            \"brandName\": \"NATURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4968,\n            \"brandName\": \"CONNECT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4969,\n            \"brandName\": \"TENT MIEUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4970,\n            \"brandName\": \"JEAN PAUL DUPONT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4971,\n            \"brandName\": \"LAMIS DELUXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4972,\n            \"brandName\": \"FRUCTIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4973,\n            \"brandName\": \"AI-TAG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4974,\n            \"brandName\": \"AMANDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4975,\n            \"brandName\": \"CARO LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4976,\n            \"brandName\": \"MISS CHERIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4977,\n            \"brandName\": \"LABIDJANAISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4978,\n            \"brandName\": \"CONCORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4979,\n            \"brandName\": \"DR FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4980,\n            \"brandName\": \"FIREFLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4981,\n            \"brandName\": \"PASABAHCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4982,\n            \"brandName\": \"PROFESSIONAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4983,\n            \"brandName\": \"LULU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4984,\n            \"brandName\": \"ARMANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4985,\n            \"brandName\": \"SMART ORAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4986,\n            \"brandName\": \"CHERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4987,\n            \"brandName\": \"VICTORIAS SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4988,\n            \"brandName\": \"CH MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4989,\n            \"brandName\": \"MAZA RAZOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4990,\n            \"brandName\": \"MODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4991,\n            \"brandName\": \"DOLLARITEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4992,\n            \"brandName\": \"JEANNE DOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4993,\n            \"brandName\": \"DOUBLE SHEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4994,\n            \"brandName\": \"OSSAT NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4995,\n            \"brandName\": \"KOEE LIGHTENING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4996,\n            \"brandName\": \"LETS DRED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4997,\n            \"brandName\": \"TROPICAL ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4998,\n            \"brandName\": \"SUNGLOWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 4999,\n            \"brandName\": \"BULGARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5000,\n            \"brandName\": \"CODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5001,\n            \"brandName\": \"SOFT N WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5002,\n            \"brandName\": \"NATURA HOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5003,\n            \"brandName\": \"FENDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5004,\n            \"brandName\": \"CETAPHIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5005,\n            \"brandName\": \"NIUMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5006,\n            \"brandName\": \"LOEWE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5007,\n            \"brandName\": \"BABARIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5008,\n            \"brandName\": \"ABIDIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5009,\n            \"brandName\": \"MY FAIR BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5010,\n            \"brandName\": \"NELLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5011,\n            \"brandName\": \"LADY BELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5012,\n            \"brandName\": \"FREEDOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5013,\n            \"brandName\": \"DIFAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5014,\n            \"brandName\": \"BODYCOLOGY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5015,\n            \"brandName\": \"ARGANATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5016,\n            \"brandName\": \"FRESH N SOFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5017,\n            \"brandName\": \"KOMILI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5018,\n            \"brandName\": \"SUNNY ISLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5019,\n            \"brandName\": \"ILIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5020,\n            \"brandName\": \"GREEN WORLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5021,\n            \"brandName\": \"WORK@HOLICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5022,\n            \"brandName\": \"LINN YOUNG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5023,\n            \"brandName\": \"XTREME BRITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5024,\n            \"brandName\": \"PANASONIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5025,\n            \"brandName\": \"AIKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5026,\n            \"brandName\": \"TEMPOVATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5027,\n            \"brandName\": \"DASHING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5028,\n            \"brandName\": \"EVERSOFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5029,\n            \"brandName\": \"PEEL OFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5030,\n            \"brandName\": \"TRICLOSAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5031,\n            \"brandName\": \"D WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:06:45\",\n            \"creationTimeUTC\": \"2023-02-24 07:36:45\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5032,\n            \"brandName\": \"INDOMIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5033,\n            \"brandName\": \"SPICE SUPREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5034,\n            \"brandName\": \"STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5035,\n            \"brandName\": \"FIESTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5036,\n            \"brandName\": \"WHITE & BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5037,\n            \"brandName\": \"PARLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5038,\n            \"brandName\": \"MAXIMUM CAVITY PROTECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5039,\n            \"brandName\": \"CASTILLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5040,\n            \"brandName\": \"SMOKIN' HOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5041,\n            \"brandName\": \"EVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5042,\n            \"brandName\": \"AYOOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5043,\n            \"brandName\": \"HARP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5044,\n            \"brandName\": \"CAMPARI BITTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5045,\n            \"brandName\": \"NAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5046,\n            \"brandName\": \"MEI HAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5047,\n            \"brandName\": \"ALFA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5048,\n            \"brandName\": \"DANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:19\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:19\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5120,\n            \"brandName\": \"GOOD MAMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5376,\n            \"brandName\": \"GALAXY S7\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5121,\n            \"brandName\": \"SO KLIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5377,\n            \"brandName\": \"WHATSAPP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5122,\n            \"brandName\": \"KOKOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5378,\n            \"brandName\": \"IMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5123,\n            \"brandName\": \"IDOLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5379,\n            \"brandName\": \"TWITTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5124,\n            \"brandName\": \"KOPIKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5380,\n            \"brandName\": \"LA VIDA ES BELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5125,\n            \"brandName\": \"B 29\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5381,\n            \"brandName\": \"PINK DRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5126,\n            \"brandName\": \"BELLAGIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5382,\n            \"brandName\": \"INTENSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5127,\n            \"brandName\": \"SIMAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5383,\n            \"brandName\": \"FACEBOOK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5128,\n            \"brandName\": \"OREO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5384,\n            \"brandName\": \"OUD MODEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5129,\n            \"brandName\": \"RAMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5385,\n            \"brandName\": \"HOTICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5130,\n            \"brandName\": \"AAMULYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5386,\n            \"brandName\": \"FASIO ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5131,\n            \"brandName\": \"AMULYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5387,\n            \"brandName\": \"SAGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5132,\n            \"brandName\": \"CHEESE BALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5388,\n            \"brandName\": \"JOHNSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5133,\n            \"brandName\": \"CHEK-DE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5389,\n            \"brandName\": \"FLAVOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5134,\n            \"brandName\": \"YUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5390,\n            \"brandName\": \"ACTIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5135,\n            \"brandName\": \"CREAMICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5391,\n            \"brandName\": \"DOLBY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5136,\n            \"brandName\": \"MAHARANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5392,\n            \"brandName\": \"ORS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5137,\n            \"brandName\": \"PONDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5393,\n            \"brandName\": \"DABUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5138,\n            \"brandName\": \"ROYAL CIRCLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5394,\n            \"brandName\": \"TIFFANY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5139,\n            \"brandName\": \"DARK HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5395,\n            \"brandName\": \"BLACK ORCHID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5140,\n            \"brandName\": \"CLASSIC DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5396,\n            \"brandName\": \"SURRATI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5141,\n            \"brandName\": \"MCDOWELL'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5397,\n            \"brandName\": \"LIPTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5142,\n            \"brandName\": \"MCDOWELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5398,\n            \"brandName\": \"EVIDENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5143,\n            \"brandName\": \"EPIDERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5399,\n            \"brandName\": \"AVON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5144,\n            \"brandName\": \"8PM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5400,\n            \"brandName\": \"KIF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5145,\n            \"brandName\": \"MAGIC MOMENTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5401,\n            \"brandName\": \"FOURRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5146,\n            \"brandName\": \"YEBO CREAMZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5402,\n            \"brandName\": \"ROMACO PRODUCTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5147,\n            \"brandName\": \"DUKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5403,\n            \"brandName\": \"NATURE SECRETE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5148,\n            \"brandName\": \"DUKES WAFFY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5404,\n            \"brandName\": \"DERMALISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5149,\n            \"brandName\": \"TREFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5405,\n            \"brandName\": \"CELEBRITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5150,\n            \"brandName\": \"LARSOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5406,\n            \"brandName\": \"GLUTA C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5151,\n            \"brandName\": \"TIGER THYME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5407,\n            \"brandName\": \"CITRO CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5152,\n            \"brandName\": \"PARLE-G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5408,\n            \"brandName\": \"RUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5153,\n            \"brandName\": \"KREAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5409,\n            \"brandName\": \"CAROTONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5154,\n            \"brandName\": \"FESTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5410,\n            \"brandName\": \"BRONZ TONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5155,\n            \"brandName\": \"PARLE G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5411,\n            \"brandName\": \"PAW PAW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5156,\n            \"brandName\": \"COLGATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5412,\n            \"brandName\": \"FOREVER YOUNG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5157,\n            \"brandName\": \"LAL QILLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5413,\n            \"brandName\": \"CT+\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5158,\n            \"brandName\": \"GOOD DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5414,\n            \"brandName\": \"CLEAR THERAPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5159,\n            \"brandName\": \"ALTECO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5415,\n            \"brandName\": \"PERFECT WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5160,\n            \"brandName\": \"GOLD KILI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5416,\n            \"brandName\": \"CARO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5161,\n            \"brandName\": \"ENCHANTEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5417,\n            \"brandName\": \"BIO SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5162,\n            \"brandName\": \"UNIBIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5418,\n            \"brandName\": \"GOLD SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5163,\n            \"brandName\": \"SMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5419,\n            \"brandName\": \"CLINIC CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5164,\n            \"brandName\": \"DE RCA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5165,\n            \"brandName\": \"DUDU MILK NIGERIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5166,\n            \"brandName\": \"DUDU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5167,\n            \"brandName\": \"ROYAL STALLION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5168,\n            \"brandName\": \"ASANTEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5169,\n            \"brandName\": \"NANO EXTRA WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5170,\n            \"brandName\": \"KOJIC ACID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5171,\n            \"brandName\": \"KUU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5172,\n            \"brandName\": \"YOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5173,\n            \"brandName\": \"ARGUSSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5174,\n            \"brandName\": \"USA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5175,\n            \"brandName\": \"YOGURT SPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5176,\n            \"brandName\": \"K KOPACABANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5177,\n            \"brandName\": \"FLEX CONDOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5178,\n            \"brandName\": \"MEGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5179,\n            \"brandName\": \"GEISHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5180,\n            \"brandName\": \"SNAKE BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5181,\n            \"brandName\": \"KOH-KOH PEANUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5182,\n            \"brandName\": \"VITAMILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5183,\n            \"brandName\": \"COFFEE MATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5184,\n            \"brandName\": \"BABY CHERIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5185,\n            \"brandName\": \"TOP BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5186,\n            \"brandName\": \"ASSESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5187,\n            \"brandName\": \"EDGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5188,\n            \"brandName\": \"DORCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5189,\n            \"brandName\": \"BLACK & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5190,\n            \"brandName\": \"EXPLORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5191,\n            \"brandName\": \"FRAGRANCE WORLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5192,\n            \"brandName\": \"JUMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5193,\n            \"brandName\": \"APTAMIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5194,\n            \"brandName\": \"REXONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5195,\n            \"brandName\": \"SURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5196,\n            \"brandName\": \"AXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5197,\n            \"brandName\": \"BRUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5198,\n            \"brandName\": \"DOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5199,\n            \"brandName\": \"MY BOY ELDORIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5200,\n            \"brandName\": \"PEAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5201,\n            \"brandName\": \"FRISO GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5202,\n            \"brandName\": \"READ A DREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5203,\n            \"brandName\": \"LAMB WESTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5204,\n            \"brandName\": \"GEURT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5205,\n            \"brandName\": \"NATCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5206,\n            \"brandName\": \"STORM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5207,\n            \"brandName\": \"HAWAII\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5208,\n            \"brandName\": \"STORM SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5209,\n            \"brandName\": \"CHANTICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5210,\n            \"brandName\": \"VIGOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5211,\n            \"brandName\": \"EURO WOMEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5212,\n            \"brandName\": \"TOREN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5213,\n            \"brandName\": \"COCOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5214,\n            \"brandName\": \"FLOWER FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5215,\n            \"brandName\": \"ORIENT LUXURY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5216,\n            \"brandName\": \"ORIENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5217,\n            \"brandName\": \"TAYAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5218,\n            \"brandName\": \"SILVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5219,\n            \"brandName\": \"WILD WOLF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5220,\n            \"brandName\": \"MOLFIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5221,\n            \"brandName\": \"MOLPED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5222,\n            \"brandName\": \"FAMILIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5223,\n            \"brandName\": \"TEOFILO REYES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5224,\n            \"brandName\": \"J & W\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5225,\n            \"brandName\": \"NUTRIBEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5226,\n            \"brandName\": \"TOMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5227,\n            \"brandName\": \"ELLIOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5228,\n            \"brandName\": \"VINA LABRADA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5229,\n            \"brandName\": \"CASTILLO GRANDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5230,\n            \"brandName\": \"DON LA PLANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5231,\n            \"brandName\": \"CASTILLO GRANDE MACABEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5232,\n            \"brandName\": \"CAPE MORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5233,\n            \"brandName\": \"ES D'AQUI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5234,\n            \"brandName\": \"DECLAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5235,\n            \"brandName\": \"DORADO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5236,\n            \"brandName\": \"PECTOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5237,\n            \"brandName\": \"PALC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5238,\n            \"brandName\": \"EDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5239,\n            \"brandName\": \"PAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5240,\n            \"brandName\": \"JOVEN CAPEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5241,\n            \"brandName\": \"BRANDY DE JEREZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5242,\n            \"brandName\": \"BARON DE VALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5243,\n            \"brandName\": \"JAGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5244,\n            \"brandName\": \"BAMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5245,\n            \"brandName\": \"GINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5246,\n            \"brandName\": \"BARON ROMERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5247,\n            \"brandName\": \"DON SIMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5248,\n            \"brandName\": \"AIRWICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5249,\n            \"brandName\": \"AIR WICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5250,\n            \"brandName\": \"CERELAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5251,\n            \"brandName\": \"VICKI TISSUES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5252,\n            \"brandName\": \"NO 94\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5253,\n            \"brandName\": \"MAMA GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5254,\n            \"brandName\": \"MALIZIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5255,\n            \"brandName\": \"ARIEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5256,\n            \"brandName\": \"SAFEGUARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5257,\n            \"brandName\": \"ORAL B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5258,\n            \"brandName\": \"ALWAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5259,\n            \"brandName\": \"MARTINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5260,\n            \"brandName\": \"SKYY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5261,\n            \"brandName\": \"TIXAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5262,\n            \"brandName\": \"FRANGOSUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5263,\n            \"brandName\": \"CHICKE FRANK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5264,\n            \"brandName\": \"SEARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5265,\n            \"brandName\": \"PERDIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5266,\n            \"brandName\": \"NUTRIBOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5267,\n            \"brandName\": \"NUTRILAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5268,\n            \"brandName\": \"NATURE VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5269,\n            \"brandName\": \"GILLETTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5270,\n            \"brandName\": \"COLOMBINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5271,\n            \"brandName\": \"BOURNVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5272,\n            \"brandName\": \"BUTTER MINT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5273,\n            \"brandName\": \"CHESTERFEILD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5274,\n            \"brandName\": \"NESCAFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5275,\n            \"brandName\": \"HONEY CHEERIOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5276,\n            \"brandName\": \"CHERIOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5277,\n            \"brandName\": \"MILO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5278,\n            \"brandName\": \"NAN 3\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5279,\n            \"brandName\": \"DUNHILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5280,\n            \"brandName\": \"OVALTINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5281,\n            \"brandName\": \"NESTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5282,\n            \"brandName\": \"LACTOGEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5283,\n            \"brandName\": \"ABSOLUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5284,\n            \"brandName\": \"AVAZARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5285,\n            \"brandName\": \"ANGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5286,\n            \"brandName\": \"PURIFY TREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5287,\n            \"brandName\": \"DIDIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5288,\n            \"brandName\": \"KOJIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5289,\n            \"brandName\": \"GREEN GIANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5290,\n            \"brandName\": \"BROWN ORCHID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5291,\n            \"brandName\": \"MILK STICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5292,\n            \"brandName\": \"DONGGUAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5293,\n            \"brandName\": \"PEPPITO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5294,\n            \"brandName\": \"EURO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5295,\n            \"brandName\": \"PRESIDENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5296,\n            \"brandName\": \"OWENS RICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5297,\n            \"brandName\": \"OWEN'S RICH BISCUITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5298,\n            \"brandName\": \"ONION CRACKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5299,\n            \"brandName\": \"KAFORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5300,\n            \"brandName\": \"LADY CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5301,\n            \"brandName\": \"SUBARU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5302,\n            \"brandName\": \"LITTLE ANGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5303,\n            \"brandName\": \"SWEET DREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5304,\n            \"brandName\": \"ANIMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5049,\n            \"brandName\": \"POWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5305,\n            \"brandName\": \"CHASE DEER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5050,\n            \"brandName\": \"MINIMIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5306,\n            \"brandName\": \"LONGRICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5051,\n            \"brandName\": \"PRECIOUS LOTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5307,\n            \"brandName\": \"FENG WEI YUAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5052,\n            \"brandName\": \"BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5308,\n            \"brandName\": \"EASY ON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5053,\n            \"brandName\": \"BLUE BAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5309,\n            \"brandName\": \"DIPLOMAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5054,\n            \"brandName\": \"ACTION BITTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5310,\n            \"brandName\": \"HACON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5055,\n            \"brandName\": \"SWISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5311,\n            \"brandName\": \"VIP INDUSTRIES LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5056,\n            \"brandName\": \"234 SK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5312,\n            \"brandName\": \"AMERICAN GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5057,\n            \"brandName\": \"EAGLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5313,\n            \"brandName\": \"MM TOOTHPICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5058,\n            \"brandName\": \"CHELSEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5314,\n            \"brandName\": \"ZUOFUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5059,\n            \"brandName\": \"PREMIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5315,\n            \"brandName\": \"SWISSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5060,\n            \"brandName\": \"BEEFIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5316,\n            \"brandName\": \"HEINZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5061,\n            \"brandName\": \"CHI EXOTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5317,\n            \"brandName\": \"TROPICAL SUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5062,\n            \"brandName\": \"CAPRISUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5318,\n            \"brandName\": \"TREE GLASS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5063,\n            \"brandName\": \"HOLLANDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5319,\n            \"brandName\": \"ST RITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5064,\n            \"brandName\": \"PURE SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5320,\n            \"brandName\": \"EASYSHOP EASYCOOK SERVICES LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5065,\n            \"brandName\": \"BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5321,\n            \"brandName\": \"AICHUN BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5066,\n            \"brandName\": \"COCA COLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5322,\n            \"brandName\": \"OAT MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5067,\n            \"brandName\": \"SMIRNOFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5323,\n            \"brandName\": \"FADAELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5068,\n            \"brandName\": \"WIND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5324,\n            \"brandName\": \"APRICOT SHERBET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5069,\n            \"brandName\": \"CYBELE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5325,\n            \"brandName\": \"JIAYAN ALOE WIPES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5070,\n            \"brandName\": \"BOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5326,\n            \"brandName\": \"JIAYAN WIPES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5071,\n            \"brandName\": \"HOBNOBS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5327,\n            \"brandName\": \"WISDOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5072,\n            \"brandName\": \"NAPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5328,\n            \"brandName\": \"SODA MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5073,\n            \"brandName\": \"AMSTEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5329,\n            \"brandName\": \"LOVE MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5074,\n            \"brandName\": \"HIGHLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5330,\n            \"brandName\": \"DE VINCI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5075,\n            \"brandName\": \"MALTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5331,\n            \"brandName\": \"AITELI,BRAND IS GRANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5076,\n            \"brandName\": \"FOXS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5332,\n            \"brandName\": \"ALOE VERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5077,\n            \"brandName\": \"FOX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5333,\n            \"brandName\": \"CAIKE CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5078,\n            \"brandName\": \"MCVITIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5334,\n            \"brandName\": \"DUREX CONDOMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5079,\n            \"brandName\": \"GORDONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5335,\n            \"brandName\": \"JERGENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5080,\n            \"brandName\": \"JOHNNIE WALKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5336,\n            \"brandName\": \"SKINEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5081,\n            \"brandName\": \"ISABEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5337,\n            \"brandName\": \"DRY LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5082,\n            \"brandName\": \"OVALTIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5338,\n            \"brandName\": \"CANDY AND TOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5083,\n            \"brandName\": \"EBONY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5339,\n            \"brandName\": \"MALIANGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5084,\n            \"brandName\": \"MARYLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5340,\n            \"brandName\": \"JOHN RICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5085,\n            \"brandName\": \"UNBRANDED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5341,\n            \"brandName\": \"PAI MEI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5086,\n            \"brandName\": \"BENEKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5342,\n            \"brandName\": \"ROVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5087,\n            \"brandName\": \"SMART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5343,\n            \"brandName\": \"TASTY CUBE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5088,\n            \"brandName\": \"ERU JEJE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5344,\n            \"brandName\": \"ALLDAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5089,\n            \"brandName\": \"DESPERADOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5345,\n            \"brandName\": \"CARLCON-N\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5090,\n            \"brandName\": \"LEGEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5346,\n            \"brandName\": \"JACOBS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5091,\n            \"brandName\": \"MALTINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5347,\n            \"brandName\": \"VICTAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5092,\n            \"brandName\": \"COASTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5348,\n            \"brandName\": \"MUNRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5093,\n            \"brandName\": \"GOLD CIRCLE CONDOMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5349,\n            \"brandName\": \"GLUCOSE-D\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5094,\n            \"brandName\": \"COOL COW MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5350,\n            \"brandName\": \"SUNBELT PEG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5095,\n            \"brandName\": \"HI-MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5351,\n            \"brandName\": \"KIXA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5096,\n            \"brandName\": \"ACE BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5352,\n            \"brandName\": \"CELINE OLIVIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5097,\n            \"brandName\": \"EVA WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5353,\n            \"brandName\": \"AMOURAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5098,\n            \"brandName\": \"LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5354,\n            \"brandName\": \"POLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5099,\n            \"brandName\": \"COCA-COLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5355,\n            \"brandName\": \"TESORI D'ORIENTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5100,\n            \"brandName\": \"HERO LAGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5356,\n            \"brandName\": \"COOL WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5101,\n            \"brandName\": \"AMSTEL MALTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5357,\n            \"brandName\": \"SMART CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5102,\n            \"brandName\": \"FAYROUZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5358,\n            \"brandName\": \"BEYONCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5103,\n            \"brandName\": \"TIGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5359,\n            \"brandName\": \"MOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5104,\n            \"brandName\": \"HEINEKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5360,\n            \"brandName\": \"GIVENCHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5105,\n            \"brandName\": \"GULDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5361,\n            \"brandName\": \"SMART COLLECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5106,\n            \"brandName\": \"GOLDBERG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5362,\n            \"brandName\": \"VANDERBILT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5107,\n            \"brandName\": \"33 EXPORT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5363,\n            \"brandName\": \"NASCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5108,\n            \"brandName\": \"TOVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5364,\n            \"brandName\": \"NASCO CORNFLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5109,\n            \"brandName\": \"MOI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5365,\n            \"brandName\": \"LAMSAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5110,\n            \"brandName\": \"ORI SUNRISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5366,\n            \"brandName\": \"MONTAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5111,\n            \"brandName\": \"AGNESIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5367,\n            \"brandName\": \"YOUNG LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5112,\n            \"brandName\": \"HWA TAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5368,\n            \"brandName\": \"LYKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5113,\n            \"brandName\": \"COMFORT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5369,\n            \"brandName\": \"VITA COCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5114,\n            \"brandName\": \"FIESTA CONDOMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5370,\n            \"brandName\": \"OPHYLIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5115,\n            \"brandName\": \"CAPRI ISLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5371,\n            \"brandName\": \"YAHOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5116,\n            \"brandName\": \"QUICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5372,\n            \"brandName\": \"GOOGLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5117,\n            \"brandName\": \"MAMA LEMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5373,\n            \"brandName\": \"SUSPENSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5118,\n            \"brandName\": \"POWER HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5374,\n            \"brandName\": \"EXCHANGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5119,\n            \"brandName\": \"VASELINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5375,\n            \"brandName\": \"FW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:20\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:20\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5632,\n            \"brandName\": \"FANICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5633,\n            \"brandName\": \"FANMILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5634,\n            \"brandName\": \"MAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5635,\n            \"brandName\": \"FANTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5636,\n            \"brandName\": \"SCHWEPPES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5637,\n            \"brandName\": \"423580155ALIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5638,\n            \"brandName\": \"SPRITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5639,\n            \"brandName\": \"LIMCA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5640,\n            \"brandName\": \"FIVE ALIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5641,\n            \"brandName\": \"QUENCHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5642,\n            \"brandName\": \"NIGHT VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5643,\n            \"brandName\": \"SMIRNOFF VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5644,\n            \"brandName\": \"SMIRNOFF ICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5645,\n            \"brandName\": \"TUC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5646,\n            \"brandName\": \"BONI SELECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5647,\n            \"brandName\": \"EAST COAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5648,\n            \"brandName\": \"OH MY!\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5649,\n            \"brandName\": \"MEN ONLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5650,\n            \"brandName\": \"CROWN FLOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5651,\n            \"brandName\": \"CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5652,\n            \"brandName\": \"MAJA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5653,\n            \"brandName\": \"SOFTWAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5654,\n            \"brandName\": \"ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5655,\n            \"brandName\": \"JRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5656,\n            \"brandName\": \"JACK DANIELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5657,\n            \"brandName\": \"LA CASERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5658,\n            \"brandName\": \"SO EASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5659,\n            \"brandName\": \"HAANSBRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5660,\n            \"brandName\": \"NOREOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5661,\n            \"brandName\": \"RIGGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5662,\n            \"brandName\": \"MONSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5663,\n            \"brandName\": \"NAPA VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5664,\n            \"brandName\": \"Z\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5665,\n            \"brandName\": \"Z GERMICIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5666,\n            \"brandName\": \"GONGON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5667,\n            \"brandName\": \"PRO RAMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5668,\n            \"brandName\": \"LA FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5669,\n            \"brandName\": \"ASTONISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5670,\n            \"brandName\": \"GRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5671,\n            \"brandName\": \"VIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5672,\n            \"brandName\": \"GRANDEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5673,\n            \"brandName\": \"OLD CAPTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5674,\n            \"brandName\": \"PRINGLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5675,\n            \"brandName\": \"FROSTIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5420,\n            \"brandName\": \"DIVA MAXIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5676,\n            \"brandName\": \"RICE KRISPIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5421,\n            \"brandName\": \"MR CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5677,\n            \"brandName\": \"CRUNCHY NUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5422,\n            \"brandName\": \"RIBENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5678,\n            \"brandName\": \"VOOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5423,\n            \"brandName\": \"LUCOZADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5679,\n            \"brandName\": \"CAPTAIN JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5424,\n            \"brandName\": \"SENSODYNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5680,\n            \"brandName\": \"BIG BEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5425,\n            \"brandName\": \"MACLEANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5681,\n            \"brandName\": \"MONSIEUR PASCAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5426,\n            \"brandName\": \"TCB NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5682,\n            \"brandName\": \"ROYALTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5427,\n            \"brandName\": \"NA-SO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5683,\n            \"brandName\": \"PURE HEAVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5428,\n            \"brandName\": \"CATERSAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5684,\n            \"brandName\": \"BULLET VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5429,\n            \"brandName\": \"STELLABERRY SARDINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5685,\n            \"brandName\": \"BULLET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5430,\n            \"brandName\": \"MAGIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5686,\n            \"brandName\": \"PUNCH JUDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5431,\n            \"brandName\": \"CWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5687,\n            \"brandName\": \"PRETTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5432,\n            \"brandName\": \"HYPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5688,\n            \"brandName\": \"CLIMAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5433,\n            \"brandName\": \"VICTORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5689,\n            \"brandName\": \"STAR RADLER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5434,\n            \"brandName\": \"LAPPEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5690,\n            \"brandName\": \"MALTA GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5435,\n            \"brandName\": \"RC COLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5691,\n            \"brandName\": \"ROYAL MARKETS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5436,\n            \"brandName\": \"GBC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5692,\n            \"brandName\": \"TRS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5437,\n            \"brandName\": \"NUTZY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5693,\n            \"brandName\": \"KILIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5438,\n            \"brandName\": \"POWER OIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5694,\n            \"brandName\": \"RIGHT GUARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5439,\n            \"brandName\": \"CEDAA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5695,\n            \"brandName\": \"LU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5440,\n            \"brandName\": \"CEDAA YOGHURT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5696,\n            \"brandName\": \"BAILEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5441,\n            \"brandName\": \"NIBIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5697,\n            \"brandName\": \"JAMESON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5442,\n            \"brandName\": \"NUSSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5698,\n            \"brandName\": \"OLAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5443,\n            \"brandName\": \"SO YUMMY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5699,\n            \"brandName\": \"CLORETS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5444,\n            \"brandName\": \"FUNBACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5700,\n            \"brandName\": \"BAYGON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5445,\n            \"brandName\": \"DE MILLER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5701,\n            \"brandName\": \"RAID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5446,\n            \"brandName\": \"K BROTHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5702,\n            \"brandName\": \"EUTHYMOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5447,\n            \"brandName\": \"IVORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5703,\n            \"brandName\": \"ORIJIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5448,\n            \"brandName\": \"SPICITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5704,\n            \"brandName\": \"FOX'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5449,\n            \"brandName\": \"1960 ROOTZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5705,\n            \"brandName\": \"WEETABIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5450,\n            \"brandName\": \"1960 ROOTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5706,\n            \"brandName\": \"DURACELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5451,\n            \"brandName\": \"TROPHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5707,\n            \"brandName\": \"MARVEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5452,\n            \"brandName\": \"FEARLESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5708,\n            \"brandName\": \"BLACK LABEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5453,\n            \"brandName\": \"RITE BEEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5709,\n            \"brandName\": \"FARROW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5454,\n            \"brandName\": \"POWER PASTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5710,\n            \"brandName\": \"FARROWS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5455,\n            \"brandName\": \"THREE CROWNS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5711,\n            \"brandName\": \"BATCHELOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5456,\n            \"brandName\": \"LA MAYO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5712,\n            \"brandName\": \"PRINCES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5457,\n            \"brandName\": \"DELTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5713,\n            \"brandName\": \"GUINNESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5458,\n            \"brandName\": \"FRESH YO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5714,\n            \"brandName\": \"DUBIC MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5459,\n            \"brandName\": \"SESAMIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5715,\n            \"brandName\": \"DUBIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5460,\n            \"brandName\": \"SESAME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5716,\n            \"brandName\": \"TOM TOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5461,\n            \"brandName\": \"SEAMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5717,\n            \"brandName\": \"TOSHIBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5462,\n            \"brandName\": \"EMPEROR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5718,\n            \"brandName\": \"BUTTERMINT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5463,\n            \"brandName\": \"AMOI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5719,\n            \"brandName\": \"VICKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5464,\n            \"brandName\": \"DOGAN'S SUGAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5720,\n            \"brandName\": \"PEDIGREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5465,\n            \"brandName\": \"PURE BLISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5721,\n            \"brandName\": \"SNICKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5466,\n            \"brandName\": \"PICNIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5722,\n            \"brandName\": \"TWIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5467,\n            \"brandName\": \"DAMATOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5723,\n            \"brandName\": \"MARS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5468,\n            \"brandName\": \"ZEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5724,\n            \"brandName\": \"ZIP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5469,\n            \"brandName\": \"YALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5725,\n            \"brandName\": \"IMPERIAL LEATHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5470,\n            \"brandName\": \"ELAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5726,\n            \"brandName\": \"CUSSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5471,\n            \"brandName\": \"APPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5727,\n            \"brandName\": \"LAVARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5472,\n            \"brandName\": \"THREE CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5728,\n            \"brandName\": \"DANISH COOKIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5473,\n            \"brandName\": \"IRISH GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5729,\n            \"brandName\": \"HUAMEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5474,\n            \"brandName\": \"SEVEN STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5730,\n            \"brandName\": \"DANISH COOKIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5475,\n            \"brandName\": \"OZONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5731,\n            \"brandName\": \"DESMOND'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5476,\n            \"brandName\": \"ALL DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5732,\n            \"brandName\": \"KAGOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5477,\n            \"brandName\": \"EXTRACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5733,\n            \"brandName\": \"BLACK JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5478,\n            \"brandName\": \"DANGOTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5734,\n            \"brandName\": \"DIAMOND&GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5479,\n            \"brandName\": \"TURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5735,\n            \"brandName\": \"CHAMPIONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5480,\n            \"brandName\": \"INFINITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5736,\n            \"brandName\": \"GUT & GUNSTIG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5481,\n            \"brandName\": \"BENSON & HEDGES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5737,\n            \"brandName\": \"HAIR WONDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5482,\n            \"brandName\": \"BENSEN & HEDGES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5738,\n            \"brandName\": \"MILLVILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5483,\n            \"brandName\": \"BRITISH AMERICAN TOBACCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5739,\n            \"brandName\": \"TOWER GATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5484,\n            \"brandName\": \"MR CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5740,\n            \"brandName\": \"GOOD MORNING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5485,\n            \"brandName\": \"GOLDEN PENNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5741,\n            \"brandName\": \"GOLD RINGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5486,\n            \"brandName\": \"OXFORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5742,\n            \"brandName\": \"NIVEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5487,\n            \"brandName\": \"ABONIKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5743,\n            \"brandName\": \"NIVEA FOR MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5488,\n            \"brandName\": \"DUDU-OSUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5744,\n            \"brandName\": \"KUEMMELING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5489,\n            \"brandName\": \"DUDU OSUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5745,\n            \"brandName\": \"PALOMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5490,\n            \"brandName\": \"SOULMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5746,\n            \"brandName\": \"FLIRT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5491,\n            \"brandName\": \"CASCADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5747,\n            \"brandName\": \"E45\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5492,\n            \"brandName\": \"CARETIMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5748,\n            \"brandName\": \"WHITE CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5493,\n            \"brandName\": \"RISING RAVING BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5749,\n            \"brandName\": \"CLEAR NATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5494,\n            \"brandName\": \"HONEYWELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5750,\n            \"brandName\": \"ADIDAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5495,\n            \"brandName\": \"NUTRI-MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5751,\n            \"brandName\": \"HAVEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5496,\n            \"brandName\": \"NUTRI-YO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5752,\n            \"brandName\": \"JOHNSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5497,\n            \"brandName\": \"BEVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5753,\n            \"brandName\": \"PRESTIGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5498,\n            \"brandName\": \"SAMVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5754,\n            \"brandName\": \"HUMMER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5499,\n            \"brandName\": \"CHECKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5755,\n            \"brandName\": \"THE CHAIRMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5500,\n            \"brandName\": \"FUN SNAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5756,\n            \"brandName\": \"ST RAPHEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5501,\n            \"brandName\": \"CALYPSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5757,\n            \"brandName\": \"DUCROS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5502,\n            \"brandName\": \"NUTRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5758,\n            \"brandName\": \"BORIS JELZIN VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5503,\n            \"brandName\": \"KNORR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5759,\n            \"brandName\": \"BONITAS TREATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5504,\n            \"brandName\": \"PEPSODENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5760,\n            \"brandName\": \"HENNESSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5505,\n            \"brandName\": \"ACTION BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5761,\n            \"brandName\": \"ST REMY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5506,\n            \"brandName\": \"DEROK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5762,\n            \"brandName\": \"ST-REMY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5507,\n            \"brandName\": \"SNIPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5763,\n            \"brandName\": \"BIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5508,\n            \"brandName\": \"SAROLIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5764,\n            \"brandName\": \"GOOD COOK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5509,\n            \"brandName\": \"WAW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5765,\n            \"brandName\": \"ORAL-B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5510,\n            \"brandName\": \"SWISS FLOWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5766,\n            \"brandName\": \"KIDS AND TEENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5511,\n            \"brandName\": \"SWISS FLOWER LIQUID AIR FRESHNER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5767,\n            \"brandName\": \"SKIRT BRANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5512,\n            \"brandName\": \"MUNCH IT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5768,\n            \"brandName\": \"BOLL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5513,\n            \"brandName\": \"KELLOGGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5769,\n            \"brandName\": \"OLD MONK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5514,\n            \"brandName\": \"MUNCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5770,\n            \"brandName\": \"FAIR & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5515,\n            \"brandName\": \"COCO POPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5771,\n            \"brandName\": \"JUST FOR ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5516,\n            \"brandName\": \"CORN FLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5772,\n            \"brandName\": \"MEGA GROWTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5517,\n            \"brandName\": \"FAIRGLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5773,\n            \"brandName\": \"DEXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5518,\n            \"brandName\": \"GOOD KNIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5774,\n            \"brandName\": \"OLUJI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5519,\n            \"brandName\": \"BIGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5775,\n            \"brandName\": \"LACOCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5520,\n            \"brandName\": \"BIGI LEMON LIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5776,\n            \"brandName\": \"2000-N-SIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5521,\n            \"brandName\": \"BIGI TROPICAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5777,\n            \"brandName\": \"EXOTICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5522,\n            \"brandName\": \"BIGI APPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5778,\n            \"brandName\": \"CLEAR ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5523,\n            \"brandName\": \"AMBITION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5779,\n            \"brandName\": \"AMERICAN HONEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5524,\n            \"brandName\": \"ENERGRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5780,\n            \"brandName\": \"GRANDIOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5525,\n            \"brandName\": \"TASTY TOM TOMATO PASTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5781,\n            \"brandName\": \"RAW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5526,\n            \"brandName\": \"MR MUSCLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5782,\n            \"brandName\": \"EASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5527,\n            \"brandName\": \"CENTER FRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5783,\n            \"brandName\": \"VINOZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5528,\n            \"brandName\": \"APENLIEBE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5784,\n            \"brandName\": \"CASHEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5529,\n            \"brandName\": \"MILK FILLED CANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5785,\n            \"brandName\": \"BLACK LEATHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5530,\n            \"brandName\": \"MENTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5786,\n            \"brandName\": \"GALAXY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5531,\n            \"brandName\": \"ALPENLIEBE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5787,\n            \"brandName\": \"XLINK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5532,\n            \"brandName\": \"ICE MENTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5788,\n            \"brandName\": \"ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5533,\n            \"brandName\": \"MORNING FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5789,\n            \"brandName\": \"PURE LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5534,\n            \"brandName\": \"MAMADOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5790,\n            \"brandName\": \"FRESH STORM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5535,\n            \"brandName\": \"CANOE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5791,\n            \"brandName\": \"ESKODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5536,\n            \"brandName\": \"DEVON KING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5792,\n            \"brandName\": \"BRAVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5537,\n            \"brandName\": \"KINGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5793,\n            \"brandName\": \"BE MINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5538,\n            \"brandName\": \"DUSTING POWDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5794,\n            \"brandName\": \"2 FRIEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5539,\n            \"brandName\": \"DEVON KINGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5795,\n            \"brandName\": \"FENDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5540,\n            \"brandName\": \"CLOSE UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5796,\n            \"brandName\": \"ETERNITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5541,\n            \"brandName\": \"EAGLE SCHNAPPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5797,\n            \"brandName\": \"HUGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5542,\n            \"brandName\": \"VELETA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5798,\n            \"brandName\": \"VICTORIAS SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5543,\n            \"brandName\": \"CHELSEA LONDON DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5799,\n            \"brandName\": \"PLUM DROP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5544,\n            \"brandName\": \"LORD DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5800,\n            \"brandName\": \"OLA-OLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5545,\n            \"brandName\": \"LORD'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5801,\n            \"brandName\": \"DOO GRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5546,\n            \"brandName\": \"PEARL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5802,\n            \"brandName\": \"POP STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5547,\n            \"brandName\": \"BLUE BOAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5803,\n            \"brandName\": \"ELITZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5548,\n            \"brandName\": \"BELOXXI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5804,\n            \"brandName\": \"QUICKBURY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5549,\n            \"brandName\": \"BLUE DIAMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5805,\n            \"brandName\": \"AFRICA BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5550,\n            \"brandName\": \"EXECUTIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5806,\n            \"brandName\": \"LATIF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5551,\n            \"brandName\": \"VIJU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5807,\n            \"brandName\": \"SO FINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5552,\n            \"brandName\": \"MY MY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5808,\n            \"brandName\": \"SO-FINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5553,\n            \"brandName\": \"SMOOV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5809,\n            \"brandName\": \"TOMI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5554,\n            \"brandName\": \"DISPENSER WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5810,\n            \"brandName\": \"IMPERIAL CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5555,\n            \"brandName\": \"RELAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5811,\n            \"brandName\": \"QEI +\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5556,\n            \"brandName\": \"NIRVANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5812,\n            \"brandName\": \"CARLOTTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5557,\n            \"brandName\": \"WILSON'S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5813,\n            \"brandName\": \"REMY MARTIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5558,\n            \"brandName\": \"AQUARITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5814,\n            \"brandName\": \"CARLO ROSSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5559,\n            \"brandName\": \"RENEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5815,\n            \"brandName\": \"ANDRE ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5560,\n            \"brandName\": \"PZ CUSSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5816,\n            \"brandName\": \"ANDRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5561,\n            \"brandName\": \"PREMIER COOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5817,\n            \"brandName\": \"OLMECA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5562,\n            \"brandName\": \"MORTEIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5818,\n            \"brandName\": \"AMOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5563,\n            \"brandName\": \"JIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5819,\n            \"brandName\": \"ST IVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5564,\n            \"brandName\": \"DETTOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5820,\n            \"brandName\": \"FAMOUS AMOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5565,\n            \"brandName\": \"2SURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5821,\n            \"brandName\": \"SPORTING WAVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5566,\n            \"brandName\": \"SUPA KOMANDO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5822,\n            \"brandName\": \"BRAGG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5567,\n            \"brandName\": \"PEPSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5823,\n            \"brandName\": \"SOFTSOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5568,\n            \"brandName\": \"CLOSEUP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5824,\n            \"brandName\": \"PRO-LINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5569,\n            \"brandName\": \"PEARS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5825,\n            \"brandName\": \"EMMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5570,\n            \"brandName\": \"LUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5826,\n            \"brandName\": \"TWININGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5571,\n            \"brandName\": \"SUNLIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5827,\n            \"brandName\": \"ENSURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5572,\n            \"brandName\": \"OMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5828,\n            \"brandName\": \"HUNGRY JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5573,\n            \"brandName\": \"CLOSE-UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5829,\n            \"brandName\": \"RAINBOW CHIP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5574,\n            \"brandName\": \"HAPPY HOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5830,\n            \"brandName\": \"ROLLED OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5575,\n            \"brandName\": \"CHIVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5831,\n            \"brandName\": \"GOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5576,\n            \"brandName\": \"CAPRI SUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5832,\n            \"brandName\": \"ESQUIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5577,\n            \"brandName\": \"CHI ICE TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5833,\n            \"brandName\": \"FROOT LOOPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5578,\n            \"brandName\": \"ICE TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5834,\n            \"brandName\": \"AFRICA'S BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5579,\n            \"brandName\": \"SUNSHINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5835,\n            \"brandName\": \"WESSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5580,\n            \"brandName\": \"MAGGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5836,\n            \"brandName\": \"BOD MAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5581,\n            \"brandName\": \"GOLDEN MORN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5837,\n            \"brandName\": \"MILTON LLOYD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5582,\n            \"brandName\": \"PURE LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5838,\n            \"brandName\": \"PAUL MASSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5583,\n            \"brandName\": \"FUN TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5839,\n            \"brandName\": \"MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5584,\n            \"brandName\": \"ROTHMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5840,\n            \"brandName\": \"FAULTLESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5585,\n            \"brandName\": \"PALL MALL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5841,\n            \"brandName\": \"GERBER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5586,\n            \"brandName\": \"TITUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5842,\n            \"brandName\": \"RED BULL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5587,\n            \"brandName\": \"COSTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5843,\n            \"brandName\": \"CENTER FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5588,\n            \"brandName\": \"YUGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5589,\n            \"brandName\": \"PURE WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5590,\n            \"brandName\": \"CARETONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5591,\n            \"brandName\": \"ADONKO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5592,\n            \"brandName\": \"ALOMO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5593,\n            \"brandName\": \"TEEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5594,\n            \"brandName\": \"AQUAFINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5595,\n            \"brandName\": \"7UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5596,\n            \"brandName\": \"MIRINDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5597,\n            \"brandName\": \"ROBB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5598,\n            \"brandName\": \"OLYMPIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5599,\n            \"brandName\": \"WHITE SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5600,\n            \"brandName\": \"BB CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5601,\n            \"brandName\": \"FARM PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5602,\n            \"brandName\": \"TETMOSOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5603,\n            \"brandName\": \"NO. 1, MEDICATED SOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5604,\n            \"brandName\": \"SAFECUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5605,\n            \"brandName\": \"QUAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5606,\n            \"brandName\": \"DUREX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5607,\n            \"brandName\": \"VEET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5608,\n            \"brandName\": \"HARPIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5609,\n            \"brandName\": \"BEST CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5610,\n            \"brandName\": \"BEST MARULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5611,\n            \"brandName\": \"BEST LONDON DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5612,\n            \"brandName\": \"BEST WHISKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5613,\n            \"brandName\": \"SUNRIPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5614,\n            \"brandName\": \"MILKSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5615,\n            \"brandName\": \"COWBELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5616,\n            \"brandName\": \"LOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5617,\n            \"brandName\": \"ONGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5618,\n            \"brandName\": \"MIKSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5619,\n            \"brandName\": \"TOP TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5620,\n            \"brandName\": \"SAVLON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5621,\n            \"brandName\": \"FOUR COUSINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5622,\n            \"brandName\": \"CHAMDOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5623,\n            \"brandName\": \"AMARULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5624,\n            \"brandName\": \"REVLON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5625,\n            \"brandName\": \"KIWI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5626,\n            \"brandName\": \"LISTERINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5627,\n            \"brandName\": \"4TH STREET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5628,\n            \"brandName\": \"IRISH SPRING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5629,\n            \"brandName\": \"CLORET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5630,\n            \"brandName\": \"HUGGIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5631,\n            \"brandName\": \"DANO MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:21\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5888,\n            \"brandName\": \"BEST LONDON DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6144,\n            \"brandName\": \"ST CRUSADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5889,\n            \"brandName\": \"CHELSEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6145,\n            \"brandName\": \"MALTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5890,\n            \"brandName\": \"ALEIXO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6146,\n            \"brandName\": \"MARQUES DE CHIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5891,\n            \"brandName\": \"ALOMO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6147,\n            \"brandName\": \"MARZEMINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5892,\n            \"brandName\": \"ANDRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6148,\n            \"brandName\": \"MATEUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5893,\n            \"brandName\": \"BEAUJOLAIS NOUVEAU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6149,\n            \"brandName\": \"MAYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5894,\n            \"brandName\": \"BEST WHISKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6150,\n            \"brandName\": \"VAN LOVEREN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5895,\n            \"brandName\": \"BEST MARULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6151,\n            \"brandName\": \"MOCSATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5896,\n            \"brandName\": \"BLACK & BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6152,\n            \"brandName\": \"SKYY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5897,\n            \"brandName\": \"CALDIROLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6153,\n            \"brandName\": \"JEAN BALMONT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5898,\n            \"brandName\": \"CALIDONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6154,\n            \"brandName\": \"ARBOR MIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5899,\n            \"brandName\": \"CIROC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6155,\n            \"brandName\": \"B & G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5900,\n            \"brandName\": \"CRYSTAL CLASSIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6156,\n            \"brandName\": \"DON RAMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5901,\n            \"brandName\": \"DIAMOND CREEK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6157,\n            \"brandName\": \"DORATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5902,\n            \"brandName\": \"ADONKO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6158,\n            \"brandName\": \"EAGLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5903,\n            \"brandName\": \"DORADO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6159,\n            \"brandName\": \"ROJO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5904,\n            \"brandName\": \"CREAM LIQUEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6160,\n            \"brandName\": \"VIGNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5905,\n            \"brandName\": \"AMPHORA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6161,\n            \"brandName\": \"WILD TURKEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5906,\n            \"brandName\": \"ANTIQUITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6162,\n            \"brandName\": \"ALASKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5907,\n            \"brandName\": \"B&G CABERNET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6163,\n            \"brandName\": \"ALIZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5908,\n            \"brandName\": \"BAILEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6164,\n            \"brandName\": \"BARON OTARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5909,\n            \"brandName\": \"BARON DE WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6165,\n            \"brandName\": \"CASK & CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5910,\n            \"brandName\": \"BELLINGHAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6166,\n            \"brandName\": \"CASTILLO DE LIRIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5911,\n            \"brandName\": \"CABERNET SAUVIGNON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6167,\n            \"brandName\": \"DOM PERIGNON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5912,\n            \"brandName\": \"CANTATA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6168,\n            \"brandName\": \"E&J\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5913,\n            \"brandName\": \"CAPDUVIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6169,\n            \"brandName\": \"ELLIOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5914,\n            \"brandName\": \"CAPE MACLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6170,\n            \"brandName\": \"WHITE HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5915,\n            \"brandName\": \"CARLO ROSSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6171,\n            \"brandName\": \"FULL MOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5916,\n            \"brandName\": \"CASA DE LA WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6172,\n            \"brandName\": \"DELUXE WHISKEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5917,\n            \"brandName\": \"CATALINA CHILE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6173,\n            \"brandName\": \"REGAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5918,\n            \"brandName\": \"CAVAS HILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6174,\n            \"brandName\": \"ROCHE MAZET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5919,\n            \"brandName\": \"VINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6175,\n            \"brandName\": \"BAINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5920,\n            \"brandName\": \"CHARLES SHAW RED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6176,\n            \"brandName\": \"MONTREAL ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5921,\n            \"brandName\": \"CHIANTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6177,\n            \"brandName\": \"PEL CAPRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5922,\n            \"brandName\": \"BRANDLESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6178,\n            \"brandName\": \"VILLA FULVIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5923,\n            \"brandName\": \"CUERPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6179,\n            \"brandName\": \"SANTA HELENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5924,\n            \"brandName\": \"DEROK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6180,\n            \"brandName\": \"VEGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5925,\n            \"brandName\": \"DON MORRIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6181,\n            \"brandName\": \"BARONEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5926,\n            \"brandName\": \"DUCKS DYNASTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6182,\n            \"brandName\": \"BREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5927,\n            \"brandName\": \"ECHO FALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6183,\n            \"brandName\": \"CAPE DISCOVERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5928,\n            \"brandName\": \"FLEMISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6184,\n            \"brandName\": \"DOMINO DEL REY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5929,\n            \"brandName\": \"FOUR COUSINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6185,\n            \"brandName\": \"DROPS DRINKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5930,\n            \"brandName\": \"FRONTERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6186,\n            \"brandName\": \"FOUR SPECIAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5931,\n            \"brandName\": \"GRANTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6187,\n            \"brandName\": \"LOLD & MASTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5932,\n            \"brandName\": \"GUSTO ROYALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6188,\n            \"brandName\": \"ANDRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5933,\n            \"brandName\": \"HENNESSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6189,\n            \"brandName\": \"BLACK COLT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5934,\n            \"brandName\": \"HOB NOB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6190,\n            \"brandName\": \"CHARLEMAGNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5935,\n            \"brandName\": \"JACK DANIELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6191,\n            \"brandName\": \"FRUTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5936,\n            \"brandName\": \"JACOBS CREEK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6192,\n            \"brandName\": \"PINK LADY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5937,\n            \"brandName\": \"KINDERWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6193,\n            \"brandName\": \"ROYAL RED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5938,\n            \"brandName\": \"LE FILOU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6194,\n            \"brandName\": \"VEGAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5939,\n            \"brandName\": \"M & G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6195,\n            \"brandName\": \"VIALA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5940,\n            \"brandName\": \"MARTINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6196,\n            \"brandName\": \"WILD AFRICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5941,\n            \"brandName\": \"MASSIMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6197,\n            \"brandName\": \"STASH TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5942,\n            \"brandName\": \"MONASTERIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6198,\n            \"brandName\": \"BARON DE VALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5943,\n            \"brandName\": \"MUSCADOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6199,\n            \"brandName\": \"DON VIGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5944,\n            \"brandName\": \"NOBLE CRU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6200,\n            \"brandName\": \"HOME BOYZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5945,\n            \"brandName\": \"NUA BRUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6201,\n            \"brandName\": \"BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5946,\n            \"brandName\": \"NUVO RED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6202,\n            \"brandName\": \"VINA SALSERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5947,\n            \"brandName\": \"OCEAN DUCHESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6203,\n            \"brandName\": \"BLUE SKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5948,\n            \"brandName\": \"PAPILLON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6204,\n            \"brandName\": \"BATH THERAPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5949,\n            \"brandName\": \"PAUL MASSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6205,\n            \"brandName\": \"ROBERTSON WINERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5950,\n            \"brandName\": \"SPARKLETINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6206,\n            \"brandName\": \"TOMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5951,\n            \"brandName\": \"DEMI SEC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6207,\n            \"brandName\": \"MAGIC MOMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5952,\n            \"brandName\": \"CONTE PRIOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6208,\n            \"brandName\": \"TOPHI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5953,\n            \"brandName\": \"CORDEL WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6209,\n            \"brandName\": \"ST BRENDAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5954,\n            \"brandName\": \"REFOSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6210,\n            \"brandName\": \"KING ROBERTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5955,\n            \"brandName\": \"ROCKY HILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6211,\n            \"brandName\": \"SAN PAOLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5956,\n            \"brandName\": \"RUBIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6212,\n            \"brandName\": \"ROODEBERG WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5957,\n            \"brandName\": \"SAN ANTONIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6213,\n            \"brandName\": \"ALTAS CUMBRES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5958,\n            \"brandName\": \"SAN SALVIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6214,\n            \"brandName\": \"RON PONCHIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5959,\n            \"brandName\": \"SANGIOVESE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6215,\n            \"brandName\": \"LE PIAT DOR WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5960,\n            \"brandName\": \"SHERIDANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6216,\n            \"brandName\": \"CHEMIN DES PAPES WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5961,\n            \"brandName\": \"SNAPP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6217,\n            \"brandName\": \"CASTLE STOUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5962,\n            \"brandName\": \"SPARKLING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6218,\n            \"brandName\": \"MERLOT CABERNET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5963,\n            \"brandName\": \"SPUMANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6219,\n            \"brandName\": \"BALANCE SHIRAZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5964,\n            \"brandName\": \"ST REMY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6220,\n            \"brandName\": \"SAVANNAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5965,\n            \"brandName\": \"SVEDKA CITRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6221,\n            \"brandName\": \"SANTA JULIA RESERVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5966,\n            \"brandName\": \"SVEDKA VANILLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6222,\n            \"brandName\": \"YAGO SANGRIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5967,\n            \"brandName\": \"TALACASTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5968,\n            \"brandName\": \"TULBAGH BLANC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5969,\n            \"brandName\": \"TULBAGH WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5970,\n            \"brandName\": \"VALLE CALDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5971,\n            \"brandName\": \"VALMAR SPUMANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5972,\n            \"brandName\": \"AMICONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5973,\n            \"brandName\": \"VEUVE DU VERNAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5974,\n            \"brandName\": \"PUGLIA ITALY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5975,\n            \"brandName\": \"WEIN PAUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5976,\n            \"brandName\": \"WESTIN ASTOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5977,\n            \"brandName\": \"FRAGOLINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5978,\n            \"brandName\": \"GIOVANNI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5979,\n            \"brandName\": \"GRAND MASTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5980,\n            \"brandName\": \"GUINNESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5981,\n            \"brandName\": \"JAZZY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5982,\n            \"brandName\": \"LAMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5983,\n            \"brandName\": \"LAMOTHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5984,\n            \"brandName\": \"MAGIC MOMENTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5985,\n            \"brandName\": \"ORIJIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5986,\n            \"brandName\": \"ROGER DANOIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5987,\n            \"brandName\": \"SATZENBRAU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5988,\n            \"brandName\": \"AK-47 VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5989,\n            \"brandName\": \"BRIGADIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5990,\n            \"brandName\": \"BUDWEISER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5991,\n            \"brandName\": \"CASTLE LITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5992,\n            \"brandName\": \"CONFAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5993,\n            \"brandName\": \"DROSTDY HOF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5994,\n            \"brandName\": \"SEAMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5995,\n            \"brandName\": \"SQUADRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5996,\n            \"brandName\": \"SHOCKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5997,\n            \"brandName\": \"MCDOWELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5998,\n            \"brandName\": \"BACARDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5999,\n            \"brandName\": \"BACCHUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6000,\n            \"brandName\": \"BALLAMOUR BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6001,\n            \"brandName\": \"SANGIOVESE RUBICONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6002,\n            \"brandName\": \"CALYPSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6003,\n            \"brandName\": \"CASTILLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6004,\n            \"brandName\": \"CHARLES DU LAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6005,\n            \"brandName\": \"CLOUDY BAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6006,\n            \"brandName\": \"CUVEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6007,\n            \"brandName\": \"DON SIMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6008,\n            \"brandName\": \"DOROBUCCI HERBAL LIQUOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6009,\n            \"brandName\": \"WHITE & BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6010,\n            \"brandName\": \"BEST CLASSIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6011,\n            \"brandName\": \"AMESBURY ESTATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6012,\n            \"brandName\": \"ASTORIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6013,\n            \"brandName\": \"B&G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6014,\n            \"brandName\": \"B&G WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6015,\n            \"brandName\": \"BALLANTINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6016,\n            \"brandName\": \"BETT RITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6017,\n            \"brandName\": \"BLANC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6018,\n            \"brandName\": \"BOSCA TOSELLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6019,\n            \"brandName\": \"CANNON RIVER CLASSIC WHITE WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6020,\n            \"brandName\": \"CASTILLO DE VELASCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6021,\n            \"brandName\": \"DIAMANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6022,\n            \"brandName\": \"DONELLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6023,\n            \"brandName\": \"ROTWILD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6024,\n            \"brandName\": \"DUBONNET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6025,\n            \"brandName\": \"ELIXIR MOSCATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6026,\n            \"brandName\": \"ESTD HARDYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6027,\n            \"brandName\": \"EVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6028,\n            \"brandName\": \"THE FAMOUS GROUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6029,\n            \"brandName\": \"FIESTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6030,\n            \"brandName\": \"FORTUNELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6031,\n            \"brandName\": \"FUZION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6032,\n            \"brandName\": \"GLENFIDDICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6033,\n            \"brandName\": \"PROCTER & GAMBLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6034,\n            \"brandName\": \"STAMP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6035,\n            \"brandName\": \"HARP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6036,\n            \"brandName\": \"KAGOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6037,\n            \"brandName\": \"KLEINE RUST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6038,\n            \"brandName\": \"MARTELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6039,\n            \"brandName\": \"MACEDONIA KADARKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6040,\n            \"brandName\": \"MONT ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6041,\n            \"brandName\": \"MOUTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6042,\n            \"brandName\": \"NEPTUNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6043,\n            \"brandName\": \"NUVO LEMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6044,\n            \"brandName\": \"NUVO PEACH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6045,\n            \"brandName\": \"OLD NICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6046,\n            \"brandName\": \"PONCHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6047,\n            \"brandName\": \"PURE HEAVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6048,\n            \"brandName\": \"JOHNNIE WALKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6049,\n            \"brandName\": \"REDWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6050,\n            \"brandName\": \"ROYALTY WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6051,\n            \"brandName\": \"SAINT JEAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6052,\n            \"brandName\": \"SEGURA VIUDAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6053,\n            \"brandName\": \"SONETTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6054,\n            \"brandName\": \"STUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6055,\n            \"brandName\": \"TABLE MOUNTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6056,\n            \"brandName\": \"TWO OCEANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6057,\n            \"brandName\": \"VINA MAIPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6058,\n            \"brandName\": \"WILLANDRA ESTATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6059,\n            \"brandName\": \"FUENCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6060,\n            \"brandName\": \"BLANC DE BLEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6061,\n            \"brandName\": \"JOVEN CAPEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6062,\n            \"brandName\": \"KUEMMELING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6063,\n            \"brandName\": \"LE MOLERE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6064,\n            \"brandName\": \"MADONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6065,\n            \"brandName\": \"MAGNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6066,\n            \"brandName\": \"LA TRIGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6067,\n            \"brandName\": \"STERLING RESERVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6068,\n            \"brandName\": \"BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6069,\n            \"brandName\": \"KIEV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6070,\n            \"brandName\": \"PENASOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6071,\n            \"brandName\": \"PINTA NEGRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6072,\n            \"brandName\": \"POWER BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6073,\n            \"brandName\": \"REMY MARTIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6074,\n            \"brandName\": \"ROCKLAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6075,\n            \"brandName\": \"ROYAL CIRCLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6076,\n            \"brandName\": \"ROYAL STANDARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6077,\n            \"brandName\": \"SENAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6078,\n            \"brandName\": \"SEWA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6079,\n            \"brandName\": \"SMIRNOFF VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6080,\n            \"brandName\": \"CAMPARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6081,\n            \"brandName\": \"CHOCO VINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6082,\n            \"brandName\": \"MARACUJA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6083,\n            \"brandName\": \"PATACHAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6084,\n            \"brandName\": \"VALENTINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6085,\n            \"brandName\": \"BITTER APPERITO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6086,\n            \"brandName\": \"CAROLANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6087,\n            \"brandName\": \"SMIRNOFF ICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6088,\n            \"brandName\": \"STATUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6089,\n            \"brandName\": \"STUMBRAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6090,\n            \"brandName\": \"TOMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6091,\n            \"brandName\": \"VEUVE CLICQUOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6092,\n            \"brandName\": \"DEDICATO LAMBRUSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6093,\n            \"brandName\": \"SMIRNOFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6094,\n            \"brandName\": \"ABSOLUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6095,\n            \"brandName\": \"GRAND DUTCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6096,\n            \"brandName\": \"BODEGAS VINA MARIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6097,\n            \"brandName\": \"CARNABY BROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6098,\n            \"brandName\": \"CITY SECCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6099,\n            \"brandName\": \"COPA SABIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5844,\n            \"brandName\": \"CENTRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6100,\n            \"brandName\": \"FIRSTCAPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5845,\n            \"brandName\": \"MENTOS MINT CHEWY DRAGEES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6101,\n            \"brandName\": \"FLIRT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5846,\n            \"brandName\": \"NUTELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6102,\n            \"brandName\": \"GORDONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5847,\n            \"brandName\": \"VANILLA ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6103,\n            \"brandName\": \"J.P CHENET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5848,\n            \"brandName\": \"EQUITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6104,\n            \"brandName\": \"JATONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5849,\n            \"brandName\": \"BONITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6105,\n            \"brandName\": \"JOHN LANGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5850,\n            \"brandName\": \"FLAKE TUNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6106,\n            \"brandName\": \"GINSENG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5851,\n            \"brandName\": \"ORBIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6107,\n            \"brandName\": \"MEGASEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5852,\n            \"brandName\": \"BOUNTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6108,\n            \"brandName\": \"MONT CASTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5853,\n            \"brandName\": \"NEW YORKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6109,\n            \"brandName\": \"ORANGE RIVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5854,\n            \"brandName\": \"CROWNFIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6110,\n            \"brandName\": \"REY LIUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5855,\n            \"brandName\": \"GRANDINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6111,\n            \"brandName\": \"RICCADONNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5856,\n            \"brandName\": \"TOWERGATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6112,\n            \"brandName\": \"MENDOZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5857,\n            \"brandName\": \"Nestle\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6113,\n            \"brandName\": \"WINZERSTEIG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5858,\n            \"brandName\": \"HEINEKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6114,\n            \"brandName\": \"HIGH COMMISSIONER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5859,\n            \"brandName\": \"Climax\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6115,\n            \"brandName\": \"TOMBO VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5860,\n            \"brandName\": \"Eko Supreme Resources Nig. Ltd.\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6116,\n            \"brandName\": \"HIGHBURY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5861,\n            \"brandName\": \"MIlo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6117,\n            \"brandName\": \"SKIRT BRANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5862,\n            \"brandName\": \"NIVEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6118,\n            \"brandName\": \"STRONG BULL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5863,\n            \"brandName\": \"NIVEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6119,\n            \"brandName\": \"GALA ROSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5864,\n            \"brandName\": \"Always\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6120,\n            \"brandName\": \"LISTEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5865,\n            \"brandName\": \"Clearliss\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6121,\n            \"brandName\": \"LOUIS MONTFORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5866,\n            \"brandName\": \"Milo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6122,\n            \"brandName\": \"ESPLENDIDO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5867,\n            \"brandName\": \"Milo\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6123,\n            \"brandName\": \"KISS MIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5868,\n            \"brandName\": \"Amulya\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6124,\n            \"brandName\": \"MANGOUSTAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5869,\n            \"brandName\": \"PERFETTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6125,\n            \"brandName\": \"GARVEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5870,\n            \"brandName\": \"Perfetti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6126,\n            \"brandName\": \"CASTELVECCHIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5871,\n            \"brandName\": \"Perfetti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6127,\n            \"brandName\": \"ROYAL CHALLENGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5872,\n            \"brandName\": \"Mancap\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6128,\n            \"brandName\": \"RUZU BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5873,\n            \"brandName\": \"Perfetti\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6129,\n            \"brandName\": \"SIR EDWARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5874,\n            \"brandName\": \"Duchess\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6130,\n            \"brandName\": \"VELETA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5875,\n            \"brandName\": \"Promasidor\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6131,\n            \"brandName\": \"VERMOUTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5876,\n            \"brandName\": \"Meat\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6132,\n            \"brandName\": \"YOYO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5877,\n            \"brandName\": \"Colgate\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6133,\n            \"brandName\": \"ANGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5878,\n            \"brandName\": \"ACTION BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6134,\n            \"brandName\": \"GOURMANDELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5879,\n            \"brandName\": \"AMARULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6135,\n            \"brandName\": \"J & W\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5880,\n            \"brandName\": \"BABY OKU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6136,\n            \"brandName\": \"LAMBRUSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5881,\n            \"brandName\": \"CAPTAIN JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6137,\n            \"brandName\": \"MOET & CHANDON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5882,\n            \"brandName\": \"COMMODORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6138,\n            \"brandName\": \"MOGEN DAVID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5883,\n            \"brandName\": \"FRUIT & WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6139,\n            \"brandName\": \"MONARCH SPARKLIG WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5884,\n            \"brandName\": \"MONCIGALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6140,\n            \"brandName\": \"NEDERBURG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5885,\n            \"brandName\": \"LONGCHAMPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6141,\n            \"brandName\": \"KWV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5886,\n            \"brandName\": \"SABRINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6142,\n            \"brandName\": \"ROCCA DELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 5887,\n            \"brandName\": \"SEAMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6143,\n            \"brandName\": \"ROOIBERG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:22\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:22\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6400,\n            \"brandName\": \"BLACK DELUXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6656,\n            \"brandName\": \"VITIS LATUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6401,\n            \"brandName\": \"BAMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6657,\n            \"brandName\": \"RONZONI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6402,\n            \"brandName\": \"BEEHIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6658,\n            \"brandName\": \"DIVIN BARDAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6403,\n            \"brandName\": \"KWV CORPORATIVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6659,\n            \"brandName\": \"DE VINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6404,\n            \"brandName\": \"CAPEVILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6660,\n            \"brandName\": \"4 HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6405,\n            \"brandName\": \"CASTILLO DE ROSSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6661,\n            \"brandName\": \"CHARELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6406,\n            \"brandName\": \"GRAN CASTLLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6407,\n            \"brandName\": \"CASTILLO GRANDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6408,\n            \"brandName\": \"FESTA SPUMANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6409,\n            \"brandName\": \"FILANDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6410,\n            \"brandName\": \"FREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6411,\n            \"brandName\": \"GOLDEN SPIRIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6412,\n            \"brandName\": \"HUBERT DE LUXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6413,\n            \"brandName\": \"J&B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6414,\n            \"brandName\": \"JAGERMEISTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6415,\n            \"brandName\": \"LIL RED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6416,\n            \"brandName\": \"LION HEAD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6417,\n            \"brandName\": \"LONG FEATHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6418,\n            \"brandName\": \"LUBUSKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6419,\n            \"brandName\": \"LUSTDORF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6420,\n            \"brandName\": \"MALIBU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6421,\n            \"brandName\": \"MOUNTAIN CAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6422,\n            \"brandName\": \"SHUSTOFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6423,\n            \"brandName\": \"THE COLLECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6424,\n            \"brandName\": \"THE FAMOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6425,\n            \"brandName\": \"THE NINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6426,\n            \"brandName\": \"VALDIVIESO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6427,\n            \"brandName\": \"MERNOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6428,\n            \"brandName\": \"STAR MAN SCHNAPPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6429,\n            \"brandName\": \"VINETTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6430,\n            \"brandName\": \"WM WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6431,\n            \"brandName\": \"CEABBIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6432,\n            \"brandName\": \"BUFFET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6433,\n            \"brandName\": \"CHIARELLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6434,\n            \"brandName\": \"CASTILLO DE MANZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6435,\n            \"brandName\": \"VALPOLICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6436,\n            \"brandName\": \"BOCA DO LOBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6437,\n            \"brandName\": \"CEDRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6438,\n            \"brandName\": \"MEGA MCGOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6439,\n            \"brandName\": \"NEGRITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6440,\n            \"brandName\": \"GLEN EDWARDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6441,\n            \"brandName\": \"KIPRINSKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6442,\n            \"brandName\": \"CHATELLE NAPOLEON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6443,\n            \"brandName\": \"WILLIAM PEEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6444,\n            \"brandName\": \"HIGHLAND WAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6445,\n            \"brandName\": \"DOR CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6446,\n            \"brandName\": \"ROSATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6447,\n            \"brandName\": \"AMIRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6448,\n            \"brandName\": \"EGGOVIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6449,\n            \"brandName\": \"KINGSTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6450,\n            \"brandName\": \"MENTHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6451,\n            \"brandName\": \"SAVOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6452,\n            \"brandName\": \"DOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6453,\n            \"brandName\": \"OPA-EYIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6454,\n            \"brandName\": \"TUSKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6455,\n            \"brandName\": \"MOTIVO ROSSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6456,\n            \"brandName\": \"QUEEN OF SYRAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6457,\n            \"brandName\": \"FINE WHISKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6458,\n            \"brandName\": \"MUDET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6459,\n            \"brandName\": \"BLACK WOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6460,\n            \"brandName\": \"ARATOKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6461,\n            \"brandName\": \"ZENITH 301\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6462,\n            \"brandName\": \"ATORI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6463,\n            \"brandName\": \"GBE SE E\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6464,\n            \"brandName\": \"CA DEL VINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6465,\n            \"brandName\": \"SAPELE WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6466,\n            \"brandName\": \"LOADED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6467,\n            \"brandName\": \"LE 4 HAGIONI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6468,\n            \"brandName\": \"MERIDIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6469,\n            \"brandName\": \"MAC ARTHURS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6470,\n            \"brandName\": \"OSOMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6471,\n            \"brandName\": \"CHRISTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6472,\n            \"brandName\": \"BB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6473,\n            \"brandName\": \"CHIEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6474,\n            \"brandName\": \"IVORY GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6475,\n            \"brandName\": \"LAMBRUSCO WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6476,\n            \"brandName\": \"GAVIOLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6477,\n            \"brandName\": \"BENSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6478,\n            \"brandName\": \"ROME CLASSIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6223,\n            \"brandName\": \"RAYSES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6479,\n            \"brandName\": \"BAJINOTU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6224,\n            \"brandName\": \"COGNAC AZNAURI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6480,\n            \"brandName\": \"ELDERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6225,\n            \"brandName\": \"CARAMELO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6481,\n            \"brandName\": \"DR IGUEDOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6226,\n            \"brandName\": \"RIDA BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6482,\n            \"brandName\": \"JEKONMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6227,\n            \"brandName\": \"DOULTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6483,\n            \"brandName\": \"BULLES DE PASSION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6228,\n            \"brandName\": \"MG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6484,\n            \"brandName\": \"CASTELLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6229,\n            \"brandName\": \"BALSAM GOLDEN LEAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6485,\n            \"brandName\": \"BARON DE LA VALLEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6230,\n            \"brandName\": \"SAMBA CARRIBEAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6486,\n            \"brandName\": \"OGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6231,\n            \"brandName\": \"GREY GOOSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6487,\n            \"brandName\": \"NEMIROFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6232,\n            \"brandName\": \"360 VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6488,\n            \"brandName\": \"BESANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6233,\n            \"brandName\": \"CONDE NOBLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6489,\n            \"brandName\": \"OLD CAPTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6234,\n            \"brandName\": \"COURVOISIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6490,\n            \"brandName\": \"OPERA PRIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6235,\n            \"brandName\": \"DOM PERIONG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6491,\n            \"brandName\": \"PACENA GRANDE DESSERT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6236,\n            \"brandName\": \"RUM CUERPO GOLD RUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6492,\n            \"brandName\": \"PATA NEGRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6237,\n            \"brandName\": \"BORIS JELZIN VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6493,\n            \"brandName\": \"PERRIER JOUET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6238,\n            \"brandName\": \"MERLOT WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6494,\n            \"brandName\": \"PORTALES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6239,\n            \"brandName\": \"JEAN BALMONT RED WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6495,\n            \"brandName\": \"RIA 969\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6240,\n            \"brandName\": \"XO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6496,\n            \"brandName\": \"ROCCAVERDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6241,\n            \"brandName\": \"CAMUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6497,\n            \"brandName\": \"EURO GLOBAL FOOD AND DISTILLERIES LTD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6242,\n            \"brandName\": \"LABEL 5\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6498,\n            \"brandName\": \"VIALA MUSCAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6243,\n            \"brandName\": \"HUNTING LODGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6499,\n            \"brandName\": \"VILALA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6244,\n            \"brandName\": \"BORIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6500,\n            \"brandName\": \"VILLA ALERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6245,\n            \"brandName\": \"CATTIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6501,\n            \"brandName\": \"THE EMPERORS BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6246,\n            \"brandName\": \"HENKEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6502,\n            \"brandName\": \"ALEXIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6247,\n            \"brandName\": \"LE SWEET FILOU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6503,\n            \"brandName\": \"CANARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6248,\n            \"brandName\": \"SUMMERHILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6504,\n            \"brandName\": \"CAVALO BRANCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6249,\n            \"brandName\": \"TROPHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6505,\n            \"brandName\": \"CHOSEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6250,\n            \"brandName\": \"ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6506,\n            \"brandName\": \"EAGLET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6251,\n            \"brandName\": \"ANDRE ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6507,\n            \"brandName\": \"GLEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6252,\n            \"brandName\": \"WEIGHT WATCHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6508,\n            \"brandName\": \"JACK WILLIAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6253,\n            \"brandName\": \"LANSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6509,\n            \"brandName\": \"LONGRICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6254,\n            \"brandName\": \"HERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6510,\n            \"brandName\": \"MASIA DUTTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6255,\n            \"brandName\": \"RED LABEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6511,\n            \"brandName\": \"WILSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6256,\n            \"brandName\": \"CHAMPAGNE LANSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6512,\n            \"brandName\": \"FIDOSSI INTERNATIONAL LTD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6257,\n            \"brandName\": \"NIGHT TRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6513,\n            \"brandName\": \"MOSTO TINTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6258,\n            \"brandName\": \"BLACK LABEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6514,\n            \"brandName\": \"DON MENDO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6259,\n            \"brandName\": \"CAPTAIN MORGAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6515,\n            \"brandName\": \"ERU JEJE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6260,\n            \"brandName\": \"PASSPORT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6516,\n            \"brandName\": \"DECLAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6261,\n            \"brandName\": \"VK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6517,\n            \"brandName\": \"JAMESON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6262,\n            \"brandName\": \"RED SQUARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6518,\n            \"brandName\": \"GREEN GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6263,\n            \"brandName\": \"EISBERG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6519,\n            \"brandName\": \"PETITE PALACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6264,\n            \"brandName\": \"ANTIQUARY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6520,\n            \"brandName\": \"FRUTELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6265,\n            \"brandName\": \"SHANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6521,\n            \"brandName\": \"SILVER CLUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6266,\n            \"brandName\": \"WHYTE & MACKAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6522,\n            \"brandName\": \"SOBIESKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6267,\n            \"brandName\": \"VLADIVAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6523,\n            \"brandName\": \"WILD TIGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6268,\n            \"brandName\": \"SCORPIO GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6524,\n            \"brandName\": \"JAMES REGAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6269,\n            \"brandName\": \"WILD IRISH ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6525,\n            \"brandName\": \"IGBOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6270,\n            \"brandName\": \"HARVEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6526,\n            \"brandName\": \"CAMROS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6271,\n            \"brandName\": \"TIA MARIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6527,\n            \"brandName\": \"OLEKOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6272,\n            \"brandName\": \"SCOTTISH LEADER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6528,\n            \"brandName\": \"ORE MI JO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6273,\n            \"brandName\": \"DUFRAIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6529,\n            \"brandName\": \"SHACMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6274,\n            \"brandName\": \"TINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6530,\n            \"brandName\": \"TREASURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6275,\n            \"brandName\": \"ROSSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6531,\n            \"brandName\": \"ZUMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6276,\n            \"brandName\": \"BIANCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6532,\n            \"brandName\": \"MARIE BRIZARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6277,\n            \"brandName\": \"VILLA PUCCINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6533,\n            \"brandName\": \"CHUKS HARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6278,\n            \"brandName\": \"PENASCAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6534,\n            \"brandName\": \"4TH STREET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6279,\n            \"brandName\": \"MILLWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6535,\n            \"brandName\": \"ICE JAUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6280,\n            \"brandName\": \"JC LE ROUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6536,\n            \"brandName\": \"KICK & START\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6281,\n            \"brandName\": \"PONGRACZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6537,\n            \"brandName\": \"BOTTE BUONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6282,\n            \"brandName\": \"LICOR AMARULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6538,\n            \"brandName\": \"PELMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6283,\n            \"brandName\": \"LIBERTAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6539,\n            \"brandName\": \"DUCA DEL VALENTINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6284,\n            \"brandName\": \"DURBANVILLE HILLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6540,\n            \"brandName\": \"GRAND ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6285,\n            \"brandName\": \"RUIBERG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6541,\n            \"brandName\": \"LORD & MASTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6286,\n            \"brandName\": \"SAVANHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6542,\n            \"brandName\": \"DEVANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6287,\n            \"brandName\": \"BROGANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6543,\n            \"brandName\": \"COYABA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6288,\n            \"brandName\": \"PORTA DA RAVESSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6544,\n            \"brandName\": \"HOTHMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6289,\n            \"brandName\": \"BLOSSOM HILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6545,\n            \"brandName\": \"RUSSIAN BEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6290,\n            \"brandName\": \"VODKA PL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6546,\n            \"brandName\": \"TERRA BOA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6291,\n            \"brandName\": \"LANZERAC ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6547,\n            \"brandName\": \"CASAL MENDES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6292,\n            \"brandName\": \"SHIRAZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6548,\n            \"brandName\": \"BARBERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6293,\n            \"brandName\": \"MAGNUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6549,\n            \"brandName\": \"BADIA A CORTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6294,\n            \"brandName\": \"SVEDKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6550,\n            \"brandName\": \"WILLIAM COLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6295,\n            \"brandName\": \"PATRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6551,\n            \"brandName\": \"ESCUDO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6296,\n            \"brandName\": \"RESERVA SYRAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6552,\n            \"brandName\": \"MC MORRIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6297,\n            \"brandName\": \"ALFONSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6553,\n            \"brandName\": \"LISTILLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6298,\n            \"brandName\": \"CARRANQUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6554,\n            \"brandName\": \"HOYA DE CADENAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6299,\n            \"brandName\": \"GRAN VEGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6555,\n            \"brandName\": \"ILE DE RE DOUBLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6300,\n            \"brandName\": \"BARON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6556,\n            \"brandName\": \"BVLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6301,\n            \"brandName\": \"TERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6557,\n            \"brandName\": \"CAMPILLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6302,\n            \"brandName\": \"MIKURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6558,\n            \"brandName\": \"LA CRUZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6303,\n            \"brandName\": \"DE DEREZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6559,\n            \"brandName\": \"APOLLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6304,\n            \"brandName\": \"SLOOP DE BOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6560,\n            \"brandName\": \"DE JEREZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6305,\n            \"brandName\": \"CREAM CLUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6561,\n            \"brandName\": \"LORDS DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6306,\n            \"brandName\": \"BEST CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6562,\n            \"brandName\": \"MIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6307,\n            \"brandName\": \"BV LAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6563,\n            \"brandName\": \"EDWARDS WINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6308,\n            \"brandName\": \"LIMONCINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6564,\n            \"brandName\": \"BLACK JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6309,\n            \"brandName\": \"BEAUTIFUL WHISKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6565,\n            \"brandName\": \"ROIXELA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6310,\n            \"brandName\": \"MC DOWELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6566,\n            \"brandName\": \"DU LAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6311,\n            \"brandName\": \"SKIRT GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6567,\n            \"brandName\": \"M & G CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6312,\n            \"brandName\": \"BSAGOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6568,\n            \"brandName\": \"SAMARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6313,\n            \"brandName\": \"SCHNAPPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6569,\n            \"brandName\": \"CAMPE VODKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6314,\n            \"brandName\": \"COLEMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6570,\n            \"brandName\": \"TUNEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6315,\n            \"brandName\": \"GINETTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6571,\n            \"brandName\": \"RIBERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6316,\n            \"brandName\": \"DIRECTOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6572,\n            \"brandName\": \"CAMPARI BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6317,\n            \"brandName\": \"BULL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6573,\n            \"brandName\": \"ENO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6318,\n            \"brandName\": \"8PM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6574,\n            \"brandName\": \"SQUADRON RUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6319,\n            \"brandName\": \"BOBS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6575,\n            \"brandName\": \"LINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6320,\n            \"brandName\": \"CAPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6576,\n            \"brandName\": \"CASTLE LAGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6321,\n            \"brandName\": \"ROYAL MAGNET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6577,\n            \"brandName\": \"FUEGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6322,\n            \"brandName\": \"WILD DIAMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6578,\n            \"brandName\": \"GRAND MASTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6323,\n            \"brandName\": \"BLACK HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6579,\n            \"brandName\": \"LACOCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6324,\n            \"brandName\": \"EXCLUSIV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6580,\n            \"brandName\": \"MCDOWELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6325,\n            \"brandName\": \"CAPEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6581,\n            \"brandName\": \"TANGGIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6326,\n            \"brandName\": \"LANDMARK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6582,\n            \"brandName\": \"TORRE MOLINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6327,\n            \"brandName\": \"CRYSTAL PALACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6583,\n            \"brandName\": \"WHYTEHALL HONEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6328,\n            \"brandName\": \"KNIGHTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6584,\n            \"brandName\": \"ROYAL PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6329,\n            \"brandName\": \"CHIVAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6585,\n            \"brandName\": \"MASTIO DELLA LOGGIA GRAN CUV&Atilde;&permil;E DOLC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6330,\n            \"brandName\": \"ROYAL SALUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6586,\n            \"brandName\": \"ESCUDO ROJO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6331,\n            \"brandName\": \"HIDALGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6587,\n            \"brandName\": \"ROYAL BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6332,\n            \"brandName\": \"RENDEZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6588,\n            \"brandName\": \"OSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6333,\n            \"brandName\": \"GIACOBAZZI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6589,\n            \"brandName\": \"SERGE CHISTOV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6334,\n            \"brandName\": \"CHABOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6590,\n            \"brandName\": \"CASONI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6335,\n            \"brandName\": \"DE LA VINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6591,\n            \"brandName\": \"MAD MARCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6336,\n            \"brandName\": \"AMOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6592,\n            \"brandName\": \"FRIZZANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6337,\n            \"brandName\": \"CONFIRMED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6593,\n            \"brandName\": \"CASA DORADA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6338,\n            \"brandName\": \"SANDARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6594,\n            \"brandName\": \"OLD ADMIRAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6339,\n            \"brandName\": \"VO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6595,\n            \"brandName\": \"MARLANGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6340,\n            \"brandName\": \"WRIGHTWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6596,\n            \"brandName\": \"CA DE MEDICI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6341,\n            \"brandName\": \"FALKENBURG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6597,\n            \"brandName\": \"EASTERN DISTILLERIES FOOD INDUSTRIES LTD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6342,\n            \"brandName\": \"ALITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6598,\n            \"brandName\": \"CAVA EXCUSE BRUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6343,\n            \"brandName\": \"CHATEAUNEUF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6599,\n            \"brandName\": \"CHEERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6344,\n            \"brandName\": \"DON ALVARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6600,\n            \"brandName\": \"DARK SAILOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6345,\n            \"brandName\": \"DON LUCIANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6601,\n            \"brandName\": \"JM FONSECA TWIN VINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6346,\n            \"brandName\": \"LORDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6602,\n            \"brandName\": \"JOHNS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6347,\n            \"brandName\": \"MONSIEUR PASCAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6603,\n            \"brandName\": \"KPOO KEKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6348,\n            \"brandName\": \"BARON ROMERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6604,\n            \"brandName\": \"LAMBROA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6349,\n            \"brandName\": \"RED BAZOOKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6605,\n            \"brandName\": \"LAVISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6350,\n            \"brandName\": \"CARVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6606,\n            \"brandName\": \"MARIMINGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6351,\n            \"brandName\": \"STATUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6607,\n            \"brandName\": \"KISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6352,\n            \"brandName\": \"ST-REMY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6608,\n            \"brandName\": \"CASTILLO SARRION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6353,\n            \"brandName\": \"GOLDEN ICE ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6609,\n            \"brandName\": \"DON PEDRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6354,\n            \"brandName\": \"DARK HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6610,\n            \"brandName\": \"EMPEROR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6355,\n            \"brandName\": \"CLASSIC DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6611,\n            \"brandName\": \"NEWTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6356,\n            \"brandName\": \"MATILLERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6612,\n            \"brandName\": \"MCDOWEELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6357,\n            \"brandName\": \"TAVERNELLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6613,\n            \"brandName\": \"WILD PELICAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6358,\n            \"brandName\": \"OFFICERS CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6614,\n            \"brandName\": \"DREHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6359,\n            \"brandName\": \"BECKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6615,\n            \"brandName\": \"CIN&CIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6360,\n            \"brandName\": \"APRICOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6616,\n            \"brandName\": \"ARISTOCRAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6361,\n            \"brandName\": \"JULIUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6617,\n            \"brandName\": \"DEVINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6362,\n            \"brandName\": \"VINYA DEL MAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6618,\n            \"brandName\": \"MG SPIRIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6363,\n            \"brandName\": \"MR DOWELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6619,\n            \"brandName\": \"GASTALDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6364,\n            \"brandName\": \"COOKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6620,\n            \"brandName\": \"REUNITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6365,\n            \"brandName\": \"ROYAL LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6621,\n            \"brandName\": \"FIORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6366,\n            \"brandName\": \"SCHIEDAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6622,\n            \"brandName\": \"IL COLLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6367,\n            \"brandName\": \"AGBARA BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6623,\n            \"brandName\": \"MOSCATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6368,\n            \"brandName\": \"LORD DRY GIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6624,\n            \"brandName\": \"GRANDMASTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6369,\n            \"brandName\": \"1960 ROOTZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6625,\n            \"brandName\": \"DE LUZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6370,\n            \"brandName\": \"HIGHLAND LEGEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6626,\n            \"brandName\": \"MIX STRONG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6371,\n            \"brandName\": \"READ SEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6627,\n            \"brandName\": \"501 BRANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6372,\n            \"brandName\": \"MG SPIRITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6628,\n            \"brandName\": \"ARTOS GRAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6373,\n            \"brandName\": \"TOUCHSIDES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6629,\n            \"brandName\": \"BARDINET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6374,\n            \"brandName\": \"ELIUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6630,\n            \"brandName\": \"BELLWETHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6375,\n            \"brandName\": \"FOUR LOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6631,\n            \"brandName\": \"EVENING SPECIAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6376,\n            \"brandName\": \"ROYALE CHIEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6632,\n            \"brandName\": \"GRAN DESSERT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6377,\n            \"brandName\": \"SCOTTISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6633,\n            \"brandName\": \"GRAND MASTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6378,\n            \"brandName\": \"SENATE ROYALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6634,\n            \"brandName\": \"HAZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6379,\n            \"brandName\": \"PLATINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6635,\n            \"brandName\": \"MARQUES DE MONTINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6380,\n            \"brandName\": \"GRAF ARTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6636,\n            \"brandName\": \"MUSCAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6381,\n            \"brandName\": \"STATUS PLATINUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6637,\n            \"brandName\": \"PASCUAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6382,\n            \"brandName\": \"RAZON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6638,\n            \"brandName\": \"PEACH CLUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6383,\n            \"brandName\": \"RETIRO DO MARQUES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6639,\n            \"brandName\": \"PERFECT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6384,\n            \"brandName\": \"MCDOWELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6640,\n            \"brandName\": \"PONCHE 501\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6385,\n            \"brandName\": \"FEENEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6641,\n            \"brandName\": \"ROODEBERG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6386,\n            \"brandName\": \"CZAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6642,\n            \"brandName\": \"SHUSTOFF DISTILLERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6387,\n            \"brandName\": \"VOGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6643,\n            \"brandName\": \"ATLANTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6388,\n            \"brandName\": \"MAYBACH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6644,\n            \"brandName\": \"B-LUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6389,\n            \"brandName\": \"MATRIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6645,\n            \"brandName\": \"BULLET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6390,\n            \"brandName\": \"MIX COCKTAIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6646,\n            \"brandName\": \"BARDAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6391,\n            \"brandName\": \"DANGELUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6647,\n            \"brandName\": \"GOOSE BAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6392,\n            \"brandName\": \"BRANDY ALMONDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6648,\n            \"brandName\": \"RED TRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6393,\n            \"brandName\": \"IL MIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6649,\n            \"brandName\": \"TORNANTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6394,\n            \"brandName\": \"VINEDOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6650,\n            \"brandName\": \"CIV & CIV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6395,\n            \"brandName\": \"BLACK TRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6651,\n            \"brandName\": \"COL DEL VENTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6396,\n            \"brandName\": \"CASA MONTES AMPAKAMA VIOGNIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6652,\n            \"brandName\": \"SIDRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6397,\n            \"brandName\": \"APOTHIC RED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6653,\n            \"brandName\": \"OROBLANCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6398,\n            \"brandName\": \"AZNAURI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6654,\n            \"brandName\": \"RUUTZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6399,\n            \"brandName\": \"BAGPIPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6655,\n            \"brandName\": \"THREE BARRELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:23\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:23\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6912,\n            \"brandName\": \"PEPSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6913,\n            \"brandName\": \"PERFECTLY CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6914,\n            \"brandName\": \"PERRIER WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6915,\n            \"brandName\": \"POW WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6916,\n            \"brandName\": \"POWERADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6917,\n            \"brandName\": \"PRINCES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6662,\n            \"brandName\": \"IVORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6918,\n            \"brandName\": \"PURDEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6663,\n            \"brandName\": \"CHIZAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6919,\n            \"brandName\": \"R. WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6664,\n            \"brandName\": \"GOLD BAZOOKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6920,\n            \"brandName\": \"RELENTLESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6665,\n            \"brandName\": \"MONTE SANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6921,\n            \"brandName\": \"RIO JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6666,\n            \"brandName\": \"BOB-G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6922,\n            \"brandName\": \"SAN PELLEGRINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6667,\n            \"brandName\": \"ROKET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6923,\n            \"brandName\": \"V ENERGY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6668,\n            \"brandName\": \"JAGABAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6924,\n            \"brandName\": \"VIMTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6669,\n            \"brandName\": \"ALUJO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6925,\n            \"brandName\": \"VOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6670,\n            \"brandName\": \"CHARGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6926,\n            \"brandName\": \"HERITAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6671,\n            \"brandName\": \"GOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6927,\n            \"brandName\": \"NO FEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6672,\n            \"brandName\": \"JAPATA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6928,\n            \"brandName\": \"OCEANSPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6673,\n            \"brandName\": \"MEE MAKOSSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6929,\n            \"brandName\": \"IRN-BRU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6674,\n            \"brandName\": \"GHAN NATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6930,\n            \"brandName\": \"KA SPARKLING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6675,\n            \"brandName\": \"STALLION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6931,\n            \"brandName\": \"J20\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6676,\n            \"brandName\": \"MASCOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6932,\n            \"brandName\": \"FEVER-TREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6677,\n            \"brandName\": \"STRIKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6933,\n            \"brandName\": \"MAXI NUTRITION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6678,\n            \"brandName\": \"SKU-CHIZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6934,\n            \"brandName\": \"HARTRIDGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6679,\n            \"brandName\": \"LEVEL 5\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6935,\n            \"brandName\": \"HILDON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6680,\n            \"brandName\": \"BOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6936,\n            \"brandName\": \"MOUNTAIN DEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6681,\n            \"brandName\": \"BUGATTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6937,\n            \"brandName\": \"MAC B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6682,\n            \"brandName\": \"STOCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6938,\n            \"brandName\": \"ORANGINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6683,\n            \"brandName\": \"EDGE HERBAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6939,\n            \"brandName\": \"OASIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6684,\n            \"brandName\": \"DELAYO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6940,\n            \"brandName\": \"FANTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6685,\n            \"brandName\": \"PASA-BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6941,\n            \"brandName\": \"GLACEAU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6686,\n            \"brandName\": \"AGBARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6942,\n            \"brandName\": \"B-YOUNG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6687,\n            \"brandName\": \"COMAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6943,\n            \"brandName\": \"BAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6688,\n            \"brandName\": \"ONE CORNER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6944,\n            \"brandName\": \"GOLDEN PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6689,\n            \"brandName\": \"BISQUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6945,\n            \"brandName\": \"MATADOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6690,\n            \"brandName\": \"ORBIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6946,\n            \"brandName\": \"MY CHOCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6691,\n            \"brandName\": \"SUPER TICO BITTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6947,\n            \"brandName\": \"ENNI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6692,\n            \"brandName\": \"TERRE FORTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6948,\n            \"brandName\": \"GINGO GINGER LIMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6693,\n            \"brandName\": \"BLACK & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6949,\n            \"brandName\": \"BLUE DRAGON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6694,\n            \"brandName\": \"EROSKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6950,\n            \"brandName\": \"FUEL BANANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6695,\n            \"brandName\": \"JEDI-JEDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6951,\n            \"brandName\": \"HEAVENLY ORGANIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6696,\n            \"brandName\": \"MONTE DE PALACIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6952,\n            \"brandName\": \"SAKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6697,\n            \"brandName\": \"0 HOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6953,\n            \"brandName\": \"SHLOER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6698,\n            \"brandName\": \"MOJO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6954,\n            \"brandName\": \"LILT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6699,\n            \"brandName\": \"ESPRESSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6955,\n            \"brandName\": \"GRACE FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6700,\n            \"brandName\": \"ANORANZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6956,\n            \"brandName\": \"HIGHLAND SPRING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6701,\n            \"brandName\": \"DES LYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6957,\n            \"brandName\": \"FEEL-GOOD DRINKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6702,\n            \"brandName\": \"LOIUS DUKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6958,\n            \"brandName\": \"POMEGREAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6703,\n            \"brandName\": \"THE MANOR HOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6959,\n            \"brandName\": \"DOLAIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6704,\n            \"brandName\": \"DOMAINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6960,\n            \"brandName\": \"EDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6705,\n            \"brandName\": \"SAPELE OGOGORO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6961,\n            \"brandName\": \"EORA SEMI SPARKLING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6706,\n            \"brandName\": \"SENUEBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6962,\n            \"brandName\": \"SPLASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6707,\n            \"brandName\": \"PANACHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6963,\n            \"brandName\": \"POWER UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6708,\n            \"brandName\": \"SPARK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6964,\n            \"brandName\": \"YOGHURTPLUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6709,\n            \"brandName\": \"SACHAA ROOTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6965,\n            \"brandName\": \"BIGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6710,\n            \"brandName\": \"AVIVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6966,\n            \"brandName\": \"HEBRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6711,\n            \"brandName\": \"KOUMBI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6967,\n            \"brandName\": \"ENERDRINK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6712,\n            \"brandName\": \"DANII\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6968,\n            \"brandName\": \"PULPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6713,\n            \"brandName\": \"ROYAL MASTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6969,\n            \"brandName\": \"EVINCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6714,\n            \"brandName\": \"CASTELLO DI SIRENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6970,\n            \"brandName\": \"FRESH YO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6715,\n            \"brandName\": \"MONNA LISA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6971,\n            \"brandName\": \"TWIZZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6716,\n            \"brandName\": \"SAPORE DITALIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6972,\n            \"brandName\": \"KOOWO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6717,\n            \"brandName\": \"DOLCE AMORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6973,\n            \"brandName\": \"VITABIOTICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6718,\n            \"brandName\": \"SPECIAL APPOINTMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6974,\n            \"brandName\": \"WILSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6719,\n            \"brandName\": \"BALLATORE BRUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6975,\n            \"brandName\": \"C WAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6720,\n            \"brandName\": \"ANGOSTURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6976,\n            \"brandName\": \"DESTINY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6721,\n            \"brandName\": \"NEW AMSTERDAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6977,\n            \"brandName\": \"FREEGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6722,\n            \"brandName\": \"WILD VINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6978,\n            \"brandName\": \"OOH YES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6723,\n            \"brandName\": \"BOONES FARM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6979,\n            \"brandName\": \"COSCHARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6724,\n            \"brandName\": \"OLMECA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6980,\n            \"brandName\": \"MACA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6725,\n            \"brandName\": \"BALLATORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6981,\n            \"brandName\": \"ELLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6726,\n            \"brandName\": \"CHAMPAGNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6982,\n            \"brandName\": \"KLEIN ABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6727,\n            \"brandName\": \"CEDAA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6983,\n            \"brandName\": \"P & J\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6728,\n            \"brandName\": \"HAVILAH YOGHURT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6984,\n            \"brandName\": \"ZODIAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6729,\n            \"brandName\": \"LUCOZADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6985,\n            \"brandName\": \"ZEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6730,\n            \"brandName\": \"TATA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6986,\n            \"brandName\": \"POWER MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6731,\n            \"brandName\": \"VIJU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6987,\n            \"brandName\": \"XL ENERGY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6732,\n            \"brandName\": \"SMOOV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6988,\n            \"brandName\": \"YAZOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6733,\n            \"brandName\": \"HORLICKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6989,\n            \"brandName\": \"PURE JOY JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6734,\n            \"brandName\": \"COLACAO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6990,\n            \"brandName\": \"VITASOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6735,\n            \"brandName\": \"COWBELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6991,\n            \"brandName\": \"SHARK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6736,\n            \"brandName\": \"ALLENBURRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6992,\n            \"brandName\": \"CARTER ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6737,\n            \"brandName\": \"OVALTINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6993,\n            \"brandName\": \"FUZETEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6738,\n            \"brandName\": \"WATER GUARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6994,\n            \"brandName\": \"LUCOZADE ZERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6739,\n            \"brandName\": \"5 ALIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6995,\n            \"brandName\": \"SUNSWEET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6740,\n            \"brandName\": \"CERES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6996,\n            \"brandName\": \"ABBEY WELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6741,\n            \"brandName\": \"CHAMDOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6997,\n            \"brandName\": \"SUN EXOTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6742,\n            \"brandName\": \"CHI EXOTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6998,\n            \"brandName\": \"VICCO MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6743,\n            \"brandName\": \"CHIVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6999,\n            \"brandName\": \"STRATHMORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6744,\n            \"brandName\": \"NUTRI-MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7000,\n            \"brandName\": \"RIO DORO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6745,\n            \"brandName\": \"DANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7001,\n            \"brandName\": \"CHI FIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6746,\n            \"brandName\": \"ARIZONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7002,\n            \"brandName\": \"ZOVERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6747,\n            \"brandName\": \"CALIFORNIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7003,\n            \"brandName\": \"X-TRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6748,\n            \"brandName\": \"FRUTTIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7004,\n            \"brandName\": \"GRAND MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6749,\n            \"brandName\": \"CHI VERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7005,\n            \"brandName\": \"FANICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6750,\n            \"brandName\": \"COMPLAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7006,\n            \"brandName\": \"LILY TABLE WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6751,\n            \"brandName\": \"ELLE & VIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7007,\n            \"brandName\": \"HERSHEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6752,\n            \"brandName\": \"ENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7008,\n            \"brandName\": \"GATORADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6753,\n            \"brandName\": \"FAYGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7009,\n            \"brandName\": \"GLUCERNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6754,\n            \"brandName\": \"FRUTTA JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7010,\n            \"brandName\": \"OLD OCHARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6755,\n            \"brandName\": \"FUMMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7011,\n            \"brandName\": \"OLD ORCHARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6756,\n            \"brandName\": \"GERBER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7012,\n            \"brandName\": \"LIPTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6757,\n            \"brandName\": \"JUCEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7013,\n            \"brandName\": \"JAMMERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6758,\n            \"brandName\": \"KOOL-AID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7014,\n            \"brandName\": \"BIG HUG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6759,\n            \"brandName\": \"LANGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7015,\n            \"brandName\": \"GREAT VALUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6760,\n            \"brandName\": \"LIMCA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7016,\n            \"brandName\": \"LA VACHE QUI RIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6761,\n            \"brandName\": \"MALTONIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7017,\n            \"brandName\": \"DAILY CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6762,\n            \"brandName\": \"MILO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7018,\n            \"brandName\": \"KIRKLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6763,\n            \"brandName\": \"MULTILIFE GREEN JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7019,\n            \"brandName\": \"DOLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6764,\n            \"brandName\": \"NUTRI C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7020,\n            \"brandName\": \"LACTEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6765,\n            \"brandName\": \"RIBENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7021,\n            \"brandName\": \"FRUCHTEGUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6766,\n            \"brandName\": \"RUBICON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7022,\n            \"brandName\": \"MIRINDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6767,\n            \"brandName\": \"SCHWEPPES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7023,\n            \"brandName\": \"CARTE DOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6768,\n            \"brandName\": \"SOY GOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7024,\n            \"brandName\": \"JIF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6769,\n            \"brandName\": \"VITAFIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7025,\n            \"brandName\": \"ROBERTSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6770,\n            \"brandName\": \"EVA WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7026,\n            \"brandName\": \"ALVARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6771,\n            \"brandName\": \"EVIRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7027,\n            \"brandName\": \"GEEBEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6772,\n            \"brandName\": \"FANTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7028,\n            \"brandName\": \"MARVEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6773,\n            \"brandName\": \"GLUCOSE-D\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7029,\n            \"brandName\": \"SIMPLY FRUITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6774,\n            \"brandName\": \"HOLLANDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7030,\n            \"brandName\": \"KA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6775,\n            \"brandName\": \"LONDON BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7031,\n            \"brandName\": \"JUS DE POMME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6776,\n            \"brandName\": \"MONSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7032,\n            \"brandName\": \"ALPEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6777,\n            \"brandName\": \"MUNRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7033,\n            \"brandName\": \"WEETABIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6778,\n            \"brandName\": \"NESTLE TABLE WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7034,\n            \"brandName\": \"KERRYGOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6779,\n            \"brandName\": \"LUNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7035,\n            \"brandName\": \"AQUAFINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6780,\n            \"brandName\": \"RED BULL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7036,\n            \"brandName\": \"FEARLESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6781,\n            \"brandName\": \"BETA MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7037,\n            \"brandName\": \"TEEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6782,\n            \"brandName\": \"BIG SHOCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7038,\n            \"brandName\": \"J2O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6783,\n            \"brandName\": \"CHI ICE TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7039,\n            \"brandName\": \"CRUSHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6784,\n            \"brandName\": \"PASSION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7040,\n            \"brandName\": \"NATURES FINEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6785,\n            \"brandName\": \"SPRITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7041,\n            \"brandName\": \"RIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6786,\n            \"brandName\": \"CAPRI SUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7042,\n            \"brandName\": \"SUNPRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6787,\n            \"brandName\": \"AQUADANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7043,\n            \"brandName\": \"MR FREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6788,\n            \"brandName\": \"ZYMBOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7044,\n            \"brandName\": \"FRUITYPOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6789,\n            \"brandName\": \"DUBIC MALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7045,\n            \"brandName\": \"MILLAC MAID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6790,\n            \"brandName\": \"APPLE & EVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7046,\n            \"brandName\": \"LIBBYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6791,\n            \"brandName\": \"CAPE CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7047,\n            \"brandName\": \"LOYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6792,\n            \"brandName\": \"CHIVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7048,\n            \"brandName\": \"SUPREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6793,\n            \"brandName\": \"COCA-COLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7049,\n            \"brandName\": \"THE SIMPSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6794,\n            \"brandName\": \"OCEAN SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7050,\n            \"brandName\": \"MASARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6795,\n            \"brandName\": \"ENSURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7051,\n            \"brandName\": \"SO DELICIOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6796,\n            \"brandName\": \"GARDEN FRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7052,\n            \"brandName\": \"GOODBURRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6797,\n            \"brandName\": \"GRUNER WELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7053,\n            \"brandName\": \"FREESCHE VLAG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6798,\n            \"brandName\": \"GUAVA STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7054,\n            \"brandName\": \"STEAZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6799,\n            \"brandName\": \"MALTA GUINNESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7055,\n            \"brandName\": \"NATURES CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6800,\n            \"brandName\": \"MACCAW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7056,\n            \"brandName\": \"REALIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6801,\n            \"brandName\": \"TASTY TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7057,\n            \"brandName\": \"LOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6802,\n            \"brandName\": \"MOTTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7058,\n            \"brandName\": \"VITAMINWATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6803,\n            \"brandName\": \"OLD JAMAICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7059,\n            \"brandName\": \"ANCHOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6804,\n            \"brandName\": \"POKKA P\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7060,\n            \"brandName\": \"CONTACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6805,\n            \"brandName\": \"REALEMON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7061,\n            \"brandName\": \"BASIL SEED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6806,\n            \"brandName\": \"ROYALTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7062,\n            \"brandName\": \"ALKALINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6807,\n            \"brandName\": \"SNAPPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7063,\n            \"brandName\": \"FRUITI O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6808,\n            \"brandName\": \"STAR JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7064,\n            \"brandName\": \"FAN MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6809,\n            \"brandName\": \"SUNKIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7065,\n            \"brandName\": \"ST LAUREN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6810,\n            \"brandName\": \"VOLVIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7066,\n            \"brandName\": \"234 SK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6811,\n            \"brandName\": \"YOJUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7067,\n            \"brandName\": \"AQUA RAPHA INVESTMENTS LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6812,\n            \"brandName\": \"HAPPY HOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7068,\n            \"brandName\": \"MARY & BAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6813,\n            \"brandName\": \"GOAL PREMIUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7069,\n            \"brandName\": \"FANDANGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6814,\n            \"brandName\": \"MARTINELLIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7070,\n            \"brandName\": \"GO SLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6815,\n            \"brandName\": \"RENDEZ-VOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7071,\n            \"brandName\": \"OOH SUNNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6816,\n            \"brandName\": \"AQUA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7072,\n            \"brandName\": \"REFRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6817,\n            \"brandName\": \"EURO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7073,\n            \"brandName\": \"LA VOLTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6818,\n            \"brandName\": \"MISTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7074,\n            \"brandName\": \"OLIVIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6819,\n            \"brandName\": \"NIDO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7075,\n            \"brandName\": \"9JA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6820,\n            \"brandName\": \"HAINDLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7076,\n            \"brandName\": \"VINUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6821,\n            \"brandName\": \"DISPENSER WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7077,\n            \"brandName\": \"MR FRUTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6822,\n            \"brandName\": \"VITAMILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7078,\n            \"brandName\": \"BOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6823,\n            \"brandName\": \"BIG COLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7079,\n            \"brandName\": \"L&Z\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6824,\n            \"brandName\": \"BACHU POWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7080,\n            \"brandName\": \"IVY DEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6825,\n            \"brandName\": \"RIFLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7081,\n            \"brandName\": \"FRUDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6826,\n            \"brandName\": \"RITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7082,\n            \"brandName\": \"GIDIGBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6827,\n            \"brandName\": \"ALPRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7083,\n            \"brandName\": \"ARINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6828,\n            \"brandName\": \"COOLBREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7084,\n            \"brandName\": \"AQUA RAPHA INVESTMENT LTD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6829,\n            \"brandName\": \"CAF&Atilde;&permil; 73\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6830,\n            \"brandName\": \"FARM FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6831,\n            \"brandName\": \"FIRST CLASS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6832,\n            \"brandName\": \"ISLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6833,\n            \"brandName\": \"MALTA GUINNESS HERBAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6834,\n            \"brandName\": \"SAN BENDETTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6835,\n            \"brandName\": \"TITO YOGHURT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6836,\n            \"brandName\": \"EVANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6837,\n            \"brandName\": \"NUTRI-YO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6838,\n            \"brandName\": \"ROBINSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6839,\n            \"brandName\": \"GIANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6840,\n            \"brandName\": \"GREEN HILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6841,\n            \"brandName\": \"HONEST KIDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6842,\n            \"brandName\": \"JEFI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6843,\n            \"brandName\": \"JUST JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6844,\n            \"brandName\": \"FARM PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6845,\n            \"brandName\": \"FRUITREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6846,\n            \"brandName\": \"H2OH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6847,\n            \"brandName\": \"MEIJI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6848,\n            \"brandName\": \"PEAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6849,\n            \"brandName\": \"SANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6850,\n            \"brandName\": \"PURE LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6851,\n            \"brandName\": \"DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6852,\n            \"brandName\": \"NONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6853,\n            \"brandName\": \"MIKSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6854,\n            \"brandName\": \"MILKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6855,\n            \"brandName\": \"NESQUIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6856,\n            \"brandName\": \"OK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6857,\n            \"brandName\": \"OLA-BISI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6858,\n            \"brandName\": \"OLYMPIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6859,\n            \"brandName\": \"POWER HORSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6860,\n            \"brandName\": \"PURITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6861,\n            \"brandName\": \"SOY 4 LIFE DRINK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6862,\n            \"brandName\": \"SWISS MISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6863,\n            \"brandName\": \"MIXXED UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6864,\n            \"brandName\": \"SONDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6865,\n            \"brandName\": \"TANGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6866,\n            \"brandName\": \"VEKTRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6867,\n            \"brandName\": \"PAUL BRASSAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6868,\n            \"brandName\": \"BLEDINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6869,\n            \"brandName\": \"COW & GATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6870,\n            \"brandName\": \"DANSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6871,\n            \"brandName\": \"DUTCH MILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6872,\n            \"brandName\": \"BOURNVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6873,\n            \"brandName\": \"CADBURY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6874,\n            \"brandName\": \"TAMPICO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6875,\n            \"brandName\": \"WELLSLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6876,\n            \"brandName\": \"BLUE BOAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6877,\n            \"brandName\": \"ENA MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6878,\n            \"brandName\": \"BEST-IN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6879,\n            \"brandName\": \"BURN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6880,\n            \"brandName\": \"CHIDEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6881,\n            \"brandName\": \"7UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6882,\n            \"brandName\": \"ACQUA PANNA WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6883,\n            \"brandName\": \"APPLETISER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6884,\n            \"brandName\": \"AQUA ZEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6885,\n            \"brandName\": \"AQUAROMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6886,\n            \"brandName\": \"BADOIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6887,\n            \"brandName\": \"BALLYGOWAN WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6888,\n            \"brandName\": \"BARR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6889,\n            \"brandName\": \"BEN SHAWS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6890,\n            \"brandName\": \"BOOST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6891,\n            \"brandName\": \"BOTTLE GREEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6892,\n            \"brandName\": \"BUXTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6893,\n            \"brandName\": \"STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6894,\n            \"brandName\": \"CAWSTON PRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6895,\n            \"brandName\": \"DEL MONTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6896,\n            \"brandName\": \"DR PEPPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6897,\n            \"brandName\": \"DRENCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6898,\n            \"brandName\": \"DUNNS RIVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6899,\n            \"brandName\": \"CRISTALINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6900,\n            \"brandName\": \"ELM WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6901,\n            \"brandName\": \"EMERGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6902,\n            \"brandName\": \"EVIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6903,\n            \"brandName\": \"A G BARR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6904,\n            \"brandName\": \"AQUAPURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6905,\n            \"brandName\": \"BIG TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6906,\n            \"brandName\": \"CARABAO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6907,\n            \"brandName\": \"EL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6908,\n            \"brandName\": \"DUDU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6909,\n            \"brandName\": \"NIRVANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6910,\n            \"brandName\": \"FUEL 10K\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 6911,\n            \"brandName\": \"PEPSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:24\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7168,\n            \"brandName\": \"CRYSTAL CLASSIC WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7169,\n            \"brandName\": \"WELCHS WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7170,\n            \"brandName\": \"M & G WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7171,\n            \"brandName\": \"DUDU PINEAPPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7172,\n            \"brandName\": \"AQUARITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7173,\n            \"brandName\": \"POWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7174,\n            \"brandName\": \"DE LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7175,\n            \"brandName\": \"CHIKKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7176,\n            \"brandName\": \"TEEZERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7177,\n            \"brandName\": \"ROCKET FORCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7178,\n            \"brandName\": \"ROX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7179,\n            \"brandName\": \"POCAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7180,\n            \"brandName\": \"NELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7181,\n            \"brandName\": \"NAGARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7182,\n            \"brandName\": \"BLUE DIAMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7183,\n            \"brandName\": \"LASENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7184,\n            \"brandName\": \"BOBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7185,\n            \"brandName\": \"YUGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7186,\n            \"brandName\": \"MR FRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7187,\n            \"brandName\": \"J-FIRST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7188,\n            \"brandName\": \"AQUA CELOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7189,\n            \"brandName\": \"PANTHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7190,\n            \"brandName\": \"BOZZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7191,\n            \"brandName\": \"PROMEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7192,\n            \"brandName\": \"B-2\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7193,\n            \"brandName\": \"SOLINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7194,\n            \"brandName\": \"MORINGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7195,\n            \"brandName\": \"CASTILLO DE SALOBRE&Atilde;&lsquo;A\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7196,\n            \"brandName\": \"CHOCO LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7197,\n            \"brandName\": \"CWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7198,\n            \"brandName\": \"JUST POWER ENERGY DRINK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7199,\n            \"brandName\": \"MAJA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7200,\n            \"brandName\": \"MAMBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7201,\n            \"brandName\": \"V-CLASSIC DRINKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7202,\n            \"brandName\": \"FRITZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7203,\n            \"brandName\": \"RC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7204,\n            \"brandName\": \"LE SIGNATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7205,\n            \"brandName\": \"NESTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7206,\n            \"brandName\": \"PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7207,\n            \"brandName\": \"FANCHOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7208,\n            \"brandName\": \"WHITE TIGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7209,\n            \"brandName\": \"KYLIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7210,\n            \"brandName\": \"HARU JAPANESE GREEN TEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7211,\n            \"brandName\": \"MANGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7212,\n            \"brandName\": \"ETANA WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7213,\n            \"brandName\": \"FEIRACO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7214,\n            \"brandName\": \"ELITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7215,\n            \"brandName\": \"PINEVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7216,\n            \"brandName\": \"KASSTUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7217,\n            \"brandName\": \"VITAVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7218,\n            \"brandName\": \"2GO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7219,\n            \"brandName\": \"GRANDEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7220,\n            \"brandName\": \"OLDENBURGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7221,\n            \"brandName\": \"POPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7222,\n            \"brandName\": \"ROBO ZING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7223,\n            \"brandName\": \"PRINCE PINNACLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7224,\n            \"brandName\": \"SUNMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7225,\n            \"brandName\": \"SWITCH ENERGY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7226,\n            \"brandName\": \"TETLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7227,\n            \"brandName\": \"SILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7228,\n            \"brandName\": \"GOJI BERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7229,\n            \"brandName\": \"GREEN BERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7230,\n            \"brandName\": \"EVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7231,\n            \"brandName\": \"SWISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7232,\n            \"brandName\": \"TASHIBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7233,\n            \"brandName\": \"UNIKAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7234,\n            \"brandName\": \"ZEAL WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7235,\n            \"brandName\": \"FUTURE LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7236,\n            \"brandName\": \"IVY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7237,\n            \"brandName\": \"LA RISA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7238,\n            \"brandName\": \"ELNINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7239,\n            \"brandName\": \"DAIRY MANOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7240,\n            \"brandName\": \"HEALTHY JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7241,\n            \"brandName\": \"KADEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7242,\n            \"brandName\": \"CANADA DRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7243,\n            \"brandName\": \"JUICY JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7244,\n            \"brandName\": \"LITTLE HUG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7245,\n            \"brandName\": \"MINUTE MAID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7246,\n            \"brandName\": \"TROPICANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7247,\n            \"brandName\": \"V8\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7248,\n            \"brandName\": \"WESTSOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7249,\n            \"brandName\": \"FLAVOR CHARM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7250,\n            \"brandName\": \"JELL-O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7251,\n            \"brandName\": \"KEDEM CONCORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7252,\n            \"brandName\": \"DAILYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7253,\n            \"brandName\": \"SHASTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7254,\n            \"brandName\": \"COUNTRY TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7255,\n            \"brandName\": \"CRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7256,\n            \"brandName\": \"FUZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7257,\n            \"brandName\": \"INFUSIUM 23\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7258,\n            \"brandName\": \"BARDINET GRENADINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7259,\n            \"brandName\": \"CERELAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7260,\n            \"brandName\": \"CHECKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7261,\n            \"brandName\": \"COAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7262,\n            \"brandName\": \"DE RICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7263,\n            \"brandName\": \"ELKRIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7264,\n            \"brandName\": \"LOMO CARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7265,\n            \"brandName\": \"GOOD MORNING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7266,\n            \"brandName\": \"FROSTIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7267,\n            \"brandName\": \"KNORR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7268,\n            \"brandName\": \"BLUE BAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7269,\n            \"brandName\": \"MAGGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7270,\n            \"brandName\": \"MILKSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7271,\n            \"brandName\": \"NASCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7272,\n            \"brandName\": \"GLUCOSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7273,\n            \"brandName\": \"SPICITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7274,\n            \"brandName\": \"THREE CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7275,\n            \"brandName\": \"HEINZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7276,\n            \"brandName\": \"BEST-CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7277,\n            \"brandName\": \"BOLERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7278,\n            \"brandName\": \"INFINITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7279,\n            \"brandName\": \"CROWNFIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7280,\n            \"brandName\": \"COFFEE MATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7281,\n            \"brandName\": \"HOLLANDIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7282,\n            \"brandName\": \"GOLDEN MORN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7283,\n            \"brandName\": \"NAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7284,\n            \"brandName\": \"EXTREME WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7285,\n            \"brandName\": \"GOLDEN COUNTRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7286,\n            \"brandName\": \"GOLDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7287,\n            \"brandName\": \"GOOD CAO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7288,\n            \"brandName\": \"INFINITY CEREALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7289,\n            \"brandName\": \"JUST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7290,\n            \"brandName\": \"KELLOGGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7291,\n            \"brandName\": \"MOTHERS DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7292,\n            \"brandName\": \"GOLDEN MORN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7293,\n            \"brandName\": \"NUTRIBEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7294,\n            \"brandName\": \"NYCIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7295,\n            \"brandName\": \"MAMA DOC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7296,\n            \"brandName\": \"BANKWU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7297,\n            \"brandName\": \"JAGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7298,\n            \"brandName\": \"LASER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7299,\n            \"brandName\": \"LION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7300,\n            \"brandName\": \"SUPPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7301,\n            \"brandName\": \"GEURT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7302,\n            \"brandName\": \"AUNTIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7303,\n            \"brandName\": \"BIRDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7304,\n            \"brandName\": \"LACTEL FRUITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7305,\n            \"brandName\": \"MCNICHOLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7306,\n            \"brandName\": \"DON KILISHI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7307,\n            \"brandName\": \"FROOT LOOPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7308,\n            \"brandName\": \"KENDAMIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7309,\n            \"brandName\": \"LA MAYO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7310,\n            \"brandName\": \"MALINGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7311,\n            \"brandName\": \"MOLLYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7312,\n            \"brandName\": \"OATALA OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7313,\n            \"brandName\": \"SAFINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7314,\n            \"brandName\": \"SMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7315,\n            \"brandName\": \"AMERICAN GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7316,\n            \"brandName\": \"BELEOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7317,\n            \"brandName\": \"BERMBYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7318,\n            \"brandName\": \"BUTTERBURST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7319,\n            \"brandName\": \"STARKIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7320,\n            \"brandName\": \"TESCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7321,\n            \"brandName\": \"INFACARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7322,\n            \"brandName\": \"RICE KRISPIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7323,\n            \"brandName\": \"SOSSA MATONNAISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7324,\n            \"brandName\": \"MILUPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7325,\n            \"brandName\": \"JORDAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7326,\n            \"brandName\": \"BEST BUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7327,\n            \"brandName\": \"NUTRIBOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7328,\n            \"brandName\": \"PREMIUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7329,\n            \"brandName\": \"THX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7330,\n            \"brandName\": \"VEGETA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7331,\n            \"brandName\": \"ST RITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7332,\n            \"brandName\": \"AUNTY PATS ORGANIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7333,\n            \"brandName\": \"GEISHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7334,\n            \"brandName\": \"FOSTER CLARKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7335,\n            \"brandName\": \"FRISO GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7336,\n            \"brandName\": \"FRISOLAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7337,\n            \"brandName\": \"FUNTUNA EGGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7338,\n            \"brandName\": \"GINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7339,\n            \"brandName\": \"HAPPY CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7340,\n            \"brandName\": \"HELLMANNS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7085,\n            \"brandName\": \"SWAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7341,\n            \"brandName\": \"HONEY BUNCHES OF OAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7086,\n            \"brandName\": \"BOOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7342,\n            \"brandName\": \"HP SAUCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7087,\n            \"brandName\": \"TIGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7343,\n            \"brandName\": \"HUNTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7088,\n            \"brandName\": \"CINTRON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7344,\n            \"brandName\": \"JOHN WEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7089,\n            \"brandName\": \"COKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7345,\n            \"brandName\": \"APPLE JACKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7090,\n            \"brandName\": \"CWAY WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7346,\n            \"brandName\": \"COCO POPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7091,\n            \"brandName\": \"SAGIKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7347,\n            \"brandName\": \"RAISIN BRAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7092,\n            \"brandName\": \"NUTRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7348,\n            \"brandName\": \"SPECIAL K\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7093,\n            \"brandName\": \"FARM FEAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7349,\n            \"brandName\": \"KRAFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7094,\n            \"brandName\": \"IMPERIAL CROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7350,\n            \"brandName\": \"LAHDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7095,\n            \"brandName\": \"WELCHS SPARKLING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7351,\n            \"brandName\": \"FORTUNE HEIGHTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7096,\n            \"brandName\": \"DUDU MIXED FRUITS MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7352,\n            \"brandName\": \"GOLD WORTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7097,\n            \"brandName\": \"MR CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7353,\n            \"brandName\": \"MAGIC CRUNCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7098,\n            \"brandName\": \"CASCADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7354,\n            \"brandName\": \"STAR KIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7099,\n            \"brandName\": \"EXOTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7355,\n            \"brandName\": \"TLC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7100,\n            \"brandName\": \"CWAY PINEAPPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7356,\n            \"brandName\": \"ZWAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7101,\n            \"brandName\": \"CWAY APPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7357,\n            \"brandName\": \"MOI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7102,\n            \"brandName\": \"SERAPHIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7358,\n            \"brandName\": \"NUTZY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7103,\n            \"brandName\": \"FROOTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7359,\n            \"brandName\": \"REAL MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7104,\n            \"brandName\": \"SANGARIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7360,\n            \"brandName\": \"SOSOFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7105,\n            \"brandName\": \"ST. LAUREN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7361,\n            \"brandName\": \"JOJO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7106,\n            \"brandName\": \"TOMI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7362,\n            \"brandName\": \"JUST FLAKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7107,\n            \"brandName\": \"TRS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7363,\n            \"brandName\": \"CORN FLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7108,\n            \"brandName\": \"VARICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7364,\n            \"brandName\": \"KILISHI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7109,\n            \"brandName\": \"FUTURE GENERATION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7365,\n            \"brandName\": \"MAGGI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7110,\n            \"brandName\": \"GOODLIFE MAGIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7366,\n            \"brandName\": \"MILLERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7111,\n            \"brandName\": \"REYON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7367,\n            \"brandName\": \"NUTELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7112,\n            \"brandName\": \"GOLDEN SCOOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7368,\n            \"brandName\": \"PARADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7113,\n            \"brandName\": \"N-GINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7369,\n            \"brandName\": \"PEDIGREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7114,\n            \"brandName\": \"RCQ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7370,\n            \"brandName\": \"PRESIDENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7115,\n            \"brandName\": \"LESENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7371,\n            \"brandName\": \"RAYNERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7116,\n            \"brandName\": \"NUTRI SOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7372,\n            \"brandName\": \"REAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7117,\n            \"brandName\": \"ALEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7373,\n            \"brandName\": \"REMIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7118,\n            \"brandName\": \"VINUT FOOD AND BEVERAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7374,\n            \"brandName\": \"ROCK NATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7119,\n            \"brandName\": \"BLUE PEARL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7375,\n            \"brandName\": \"AKCAY ROSE WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7120,\n            \"brandName\": \"FRUIT MULTITRADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7376,\n            \"brandName\": \"ROYAL SUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7121,\n            \"brandName\": \"BASIC AYURVEDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7377,\n            \"brandName\": \"SCOTTS OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7122,\n            \"brandName\": \"LIFE SAVER WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7378,\n            \"brandName\": \"SKIPPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7123,\n            \"brandName\": \"SECRET CITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7379,\n            \"brandName\": \"TAMEK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7124,\n            \"brandName\": \"NIGERIA GERMAN CHEMICALS (NGC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7380,\n            \"brandName\": \"MAGIC TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7125,\n            \"brandName\": \"SUGARLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7381,\n            \"brandName\": \"POST SELECTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7126,\n            \"brandName\": \"AMEL SUSAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7382,\n            \"brandName\": \"PEARL RIVER BRIDGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7127,\n            \"brandName\": \"TAAMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7383,\n            \"brandName\": \"MILCOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7128,\n            \"brandName\": \"UTOPIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7384,\n            \"brandName\": \"VIVGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7129,\n            \"brandName\": \"NOSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7385,\n            \"brandName\": \"APTAMIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7130,\n            \"brandName\": \"PAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7386,\n            \"brandName\": \"PURINA MOIST AND MEATY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7131,\n            \"brandName\": \"RICH-MEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7387,\n            \"brandName\": \"NESTLE PRE INFANT FORMULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7132,\n            \"brandName\": \"HABIB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7388,\n            \"brandName\": \"NIXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7133,\n            \"brandName\": \"BELLYYO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7389,\n            \"brandName\": \"NORA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7134,\n            \"brandName\": \"EEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7390,\n            \"brandName\": \"PEDIASURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7135,\n            \"brandName\": \"EXTRAJOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7391,\n            \"brandName\": \"PRINCES BEEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7136,\n            \"brandName\": \"MR. FRUTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7392,\n            \"brandName\": \"PRINCES TUNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7137,\n            \"brandName\": \"DOLCE VITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7393,\n            \"brandName\": \"QUAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7138,\n            \"brandName\": \"FISTAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7394,\n            \"brandName\": \"CLEARSPRING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7139,\n            \"brandName\": \"CITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7395,\n            \"brandName\": \"RICH START\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7140,\n            \"brandName\": \"WILD POWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7396,\n            \"brandName\": \"SIMILAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7141,\n            \"brandName\": \"KRUGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7397,\n            \"brandName\": \"SUMMERFEILD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7142,\n            \"brandName\": \"AMBER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7398,\n            \"brandName\": \"TILDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7143,\n            \"brandName\": \"DE ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7399,\n            \"brandName\": \"UNCLE TOBYS OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7144,\n            \"brandName\": \"FUNTUNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7400,\n            \"brandName\": \"WEETOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7145,\n            \"brandName\": \"RACHTEJ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7401,\n            \"brandName\": \"BADIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7146,\n            \"brandName\": \"ALMOND BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7402,\n            \"brandName\": \"COCO PUFFS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7147,\n            \"brandName\": \"VITALIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7403,\n            \"brandName\": \"COSTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7148,\n            \"brandName\": \"FINCAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7404,\n            \"brandName\": \"CRISCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7149,\n            \"brandName\": \"FIFUN TODOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7405,\n            \"brandName\": \"DON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7150,\n            \"brandName\": \"WARRIOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7406,\n            \"brandName\": \"ENFAGROW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7151,\n            \"brandName\": \"CARTIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7407,\n            \"brandName\": \"ENFAMIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7152,\n            \"brandName\": \"BIG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7408,\n            \"brandName\": \"ESTHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7153,\n            \"brandName\": \"LIG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7409,\n            \"brandName\": \"CORNED BEEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7154,\n            \"brandName\": \"ELOI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7410,\n            \"brandName\": \"GOLDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7155,\n            \"brandName\": \"LITTLE DUCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7411,\n            \"brandName\": \"FARLEYS RUSKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7156,\n            \"brandName\": \"FANTASTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7412,\n            \"brandName\": \"CHEERIOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7157,\n            \"brandName\": \"HUSTLER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7413,\n            \"brandName\": \"CHEETAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7158,\n            \"brandName\": \"LITTLE MIRACLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7414,\n            \"brandName\": \"FARLEYS HEINZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7159,\n            \"brandName\": \"BLUE JEANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7415,\n            \"brandName\": \"SHREDDED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7160,\n            \"brandName\": \"BAUER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7161,\n            \"brandName\": \"EVA WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7162,\n            \"brandName\": \"VIGOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7163,\n            \"brandName\": \"SUPERMALT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7164,\n            \"brandName\": \"NUNU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7165,\n            \"brandName\": \"YO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7166,\n            \"brandName\": \"NORTHLAND JUICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7167,\n            \"brandName\": \"VELETA WINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:25\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:25\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7424,\n            \"brandName\": \"WEIKFIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7680,\n            \"brandName\": \"PRINCES FRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7425,\n            \"brandName\": \"FIT & FUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7681,\n            \"brandName\": \"PRINCES PEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7426,\n            \"brandName\": \"MEIL JAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7682,\n            \"brandName\": \"NAPOLINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7427,\n            \"brandName\": \"VAGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7683,\n            \"brandName\": \"SMEDLEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7428,\n            \"brandName\": \"NULL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7684,\n            \"brandName\": \"WHITWORTHS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7429,\n            \"brandName\": \"PILLSBURY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7685,\n            \"brandName\": \"ARMITAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7430,\n            \"brandName\": \"QUAKER OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7686,\n            \"brandName\": \"STORK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7431,\n            \"brandName\": \"RAJAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7687,\n            \"brandName\": \"SUMMER COUNTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7432,\n            \"brandName\": \"BRAGG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7688,\n            \"brandName\": \"FLORA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7433,\n            \"brandName\": \"KINGSMILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7689,\n            \"brandName\": \"I CANT BELIEVE ITS NOT BUTTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7434,\n            \"brandName\": \"BAKED MOMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7690,\n            \"brandName\": \"GOCAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7435,\n            \"brandName\": \"PURINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7691,\n            \"brandName\": \"CARNATION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7436,\n            \"brandName\": \"AMBROSIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7692,\n            \"brandName\": \"DR OETKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7437,\n            \"brandName\": \"GOOD MORNING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7693,\n            \"brandName\": \"PEARCE DUFFS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7438,\n            \"brandName\": \"MAMADOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7694,\n            \"brandName\": \"LOYD GROSSMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7439,\n            \"brandName\": \"TRIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7695,\n            \"brandName\": \"HARTLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7440,\n            \"brandName\": \"KUNIMED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7696,\n            \"brandName\": \"ATORA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7441,\n            \"brandName\": \"ZAYTOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7697,\n            \"brandName\": \"PAXO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7442,\n            \"brandName\": \"AMYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7698,\n            \"brandName\": \"PAUL HOLLYWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7443,\n            \"brandName\": \"ANGEL DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7699,\n            \"brandName\": \"SUN-PAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7444,\n            \"brandName\": \"AUNTYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7700,\n            \"brandName\": \"GALES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7445,\n            \"brandName\": \"BATCHELORS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7701,\n            \"brandName\": \"MCDOUGALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7446,\n            \"brandName\": \"BISTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7702,\n            \"brandName\": \"KRAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7447,\n            \"brandName\": \"BRANSTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7703,\n            \"brandName\": \"GRANOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7448,\n            \"brandName\": \"CAMP COFFEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7704,\n            \"brandName\": \"HOUSE HERBS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7449,\n            \"brandName\": \"CIRIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7705,\n            \"brandName\": \"GOODBOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7450,\n            \"brandName\": \"COLMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7706,\n            \"brandName\": \"GREENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7451,\n            \"brandName\": \"COLMANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7707,\n            \"brandName\": \"BREAST O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7452,\n            \"brandName\": \"DOLMIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7708,\n            \"brandName\": \"RED GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7453,\n            \"brandName\": \"DORSET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7709,\n            \"brandName\": \"SAXA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7454,\n            \"brandName\": \"ELLAS KITCHEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7710,\n            \"brandName\": \"RUSKOLINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7455,\n            \"brandName\": \"FARMLEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7711,\n            \"brandName\": \"READY BREK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7456,\n            \"brandName\": \"FRAY BENTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7712,\n            \"brandName\": \"PEK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7457,\n            \"brandName\": \"GEETA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7713,\n            \"brandName\": \"PATAKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7458,\n            \"brandName\": \"GIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7714,\n            \"brandName\": \"MEENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7459,\n            \"brandName\": \"GLENRYCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7715,\n            \"brandName\": \"WHITE PEARL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7460,\n            \"brandName\": \"GREEN GIANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7716,\n            \"brandName\": \"BAXTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7461,\n            \"brandName\": \"GREENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7717,\n            \"brandName\": \"MARY BERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7462,\n            \"brandName\": \"HARRY ROMSDENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7718,\n            \"brandName\": \"VERY LAZY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7463,\n            \"brandName\": \"HOMEPRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7719,\n            \"brandName\": \"FAMILY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7464,\n            \"brandName\": \"HUNGER BREAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7720,\n            \"brandName\": \"WHOLE EARTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7465,\n            \"brandName\": \"CORNFLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7721,\n            \"brandName\": \"WAGG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7466,\n            \"brandName\": \"RICE POP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7722,\n            \"brandName\": \"HARRINGTONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7467,\n            \"brandName\": \"EMBORG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7723,\n            \"brandName\": \"ST DALFOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7468,\n            \"brandName\": \"TUGA FIESTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7724,\n            \"brandName\": \"ALLISON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7469,\n            \"brandName\": \"GRANDEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7725,\n            \"brandName\": \"ROSES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7470,\n            \"brandName\": \"MAYBITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7726,\n            \"brandName\": \"ROSES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7471,\n            \"brandName\": \"MUMMYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7727,\n            \"brandName\": \"FRANK COOPERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7472,\n            \"brandName\": \"PURE BAKING SODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7728,\n            \"brandName\": \"TRUE VINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7473,\n            \"brandName\": \"BETTY CROCKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7729,\n            \"brandName\": \"TEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7474,\n            \"brandName\": \"CROSSE & BLACKWELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7730,\n            \"brandName\": \"SHREDDIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7475,\n            \"brandName\": \"FARROWS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7731,\n            \"brandName\": \"CURIOSLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7476,\n            \"brandName\": \"GREAT SCOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7732,\n            \"brandName\": \"PIC A PAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7477,\n            \"brandName\": \"GOLDEN GRAHAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7733,\n            \"brandName\": \"TIP TOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7478,\n            \"brandName\": \"FORESIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7734,\n            \"brandName\": \"DOVES FARM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7479,\n            \"brandName\": \"GOLDEN GRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7735,\n            \"brandName\": \"BUTCHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7480,\n            \"brandName\": \"JO-JO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7736,\n            \"brandName\": \"KINGFISHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7481,\n            \"brandName\": \"HALDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7737,\n            \"brandName\": \"MAYFLOWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7482,\n            \"brandName\": \"BLACK BEANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7738,\n            \"brandName\": \"RAYNERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7483,\n            \"brandName\": \"REHOBOTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7739,\n            \"brandName\": \"GOLD STAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7484,\n            \"brandName\": \"HOSEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7740,\n            \"brandName\": \"PREEMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7485,\n            \"brandName\": \"BUMPAHAV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7741,\n            \"brandName\": \"EXTRA SELECT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7486,\n            \"brandName\": \"COUNTRY FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7742,\n            \"brandName\": \"PLUMROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7487,\n            \"brandName\": \"HAPPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7743,\n            \"brandName\": \"GARNERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7488,\n            \"brandName\": \"INFINITY  CORNFLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7744,\n            \"brandName\": \"ORGANIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7489,\n            \"brandName\": \"RIDIELAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7745,\n            \"brandName\": \"GOURMET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7490,\n            \"brandName\": \"GOODMORNING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7746,\n            \"brandName\": \"FRUIT N FIBRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7491,\n            \"brandName\": \"NUTRILAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7747,\n            \"brandName\": \"FRUIT LOOPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7492,\n            \"brandName\": \"PRIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7748,\n            \"brandName\": \"AUNT BESSIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7493,\n            \"brandName\": \"JORDANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7749,\n            \"brandName\": \"AINSLEY HARRIOTT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7494,\n            \"brandName\": \"FRUIT WINDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7750,\n            \"brandName\": \"ASKEYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7495,\n            \"brandName\": \"NUTRIGRAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7751,\n            \"brandName\": \"ALLINSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7496,\n            \"brandName\": \"BARNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7752,\n            \"brandName\": \"GOLDENFRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7497,\n            \"brandName\": \"BLUE RIBAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7753,\n            \"brandName\": \"TATE & LYLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7498,\n            \"brandName\": \"VALUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7754,\n            \"brandName\": \"SHIP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7499,\n            \"brandName\": \"BUTTERFIELD BAKERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7755,\n            \"brandName\": \"SHIPPAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7500,\n            \"brandName\": \"BABY LOTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7756,\n            \"brandName\": \"DR. OETKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7501,\n            \"brandName\": \"MEGA LOAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7757,\n            \"brandName\": \"LEVI ROOTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7502,\n            \"brandName\": \"BRAVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7758,\n            \"brandName\": \"OPIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7503,\n            \"brandName\": \"MARC JOSEPH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7759,\n            \"brandName\": \"AQUARIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7504,\n            \"brandName\": \"MILKYWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7760,\n            \"brandName\": \"KINGSFOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7505,\n            \"brandName\": \"ORGANIC PORRIDGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7761,\n            \"brandName\": \"YE OLDE OAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7506,\n            \"brandName\": \"TRACKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7762,\n            \"brandName\": \"KINNERTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7507,\n            \"brandName\": \"ANCIENT LEGENDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7763,\n            \"brandName\": \"SHREADDIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7508,\n            \"brandName\": \"METCALFES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7764,\n            \"brandName\": \"COOKIE CRISP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7509,\n            \"brandName\": \"GRAZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7765,\n            \"brandName\": \"EPIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7510,\n            \"brandName\": \"BENNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7766,\n            \"brandName\": \"WEBBOX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7511,\n            \"brandName\": \"MCCORMICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7767,\n            \"brandName\": \"FULLERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7512,\n            \"brandName\": \"ALL-BRAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7768,\n            \"brandName\": \"BANGTHAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7513,\n            \"brandName\": \"DON MARIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7769,\n            \"brandName\": \"KO-LEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7514,\n            \"brandName\": \"POP-TARTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7770,\n            \"brandName\": \"LAZIZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7515,\n            \"brandName\": \"MARMITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7771,\n            \"brandName\": \"MORNFLAKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7516,\n            \"brandName\": \"MONSTER MUNCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7772,\n            \"brandName\": \"LYLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7517,\n            \"brandName\": \"SMOKY BARBECUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7773,\n            \"brandName\": \"CERTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7518,\n            \"brandName\": \"REAL HANDFUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7774,\n            \"brandName\": \"TARGET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7519,\n            \"brandName\": \"CIAO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7775,\n            \"brandName\": \"WESTLERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7520,\n            \"brandName\": \"ROWSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7776,\n            \"brandName\": \"ENCONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7521,\n            \"brandName\": \"THE LAUGHING COW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7777,\n            \"brandName\": \"GLASS LIGHTHOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7522,\n            \"brandName\": \"CHESSWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7778,\n            \"brandName\": \"ALEYNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7523,\n            \"brandName\": \"CRUNCHY NUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7779,\n            \"brandName\": \"CAKE ANGELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7524,\n            \"brandName\": \"POPULAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7780,\n            \"brandName\": \"FLAVA-IT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7525,\n            \"brandName\": \"SUPER COUNTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7781,\n            \"brandName\": \"SUMMER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7526,\n            \"brandName\": \"FOREVER BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7782,\n            \"brandName\": \"OTR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7527,\n            \"brandName\": \"CHOP CHOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7783,\n            \"brandName\": \"SPICE IT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7528,\n            \"brandName\": \"LURPAK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7784,\n            \"brandName\": \"PURE BREED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7529,\n            \"brandName\": \"COOKS DELYTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7785,\n            \"brandName\": \"COOKS & CO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7530,\n            \"brandName\": \"MR SPICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7786,\n            \"brandName\": \"CLARKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7531,\n            \"brandName\": \"ORGANIC SOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7787,\n            \"brandName\": \"MISFITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7532,\n            \"brandName\": \"NUSSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7788,\n            \"brandName\": \"BOKOMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7533,\n            \"brandName\": \"NAPA VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7789,\n            \"brandName\": \"NESTUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7534,\n            \"brandName\": \"SUNRIPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7790,\n            \"brandName\": \"DESPICABLE ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7535,\n            \"brandName\": \"FUN SNAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7791,\n            \"brandName\": \"DR BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7536,\n            \"brandName\": \"ARMOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7792,\n            \"brandName\": \"HONEY MONSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7537,\n            \"brandName\": \"SWEET BABY RAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7793,\n            \"brandName\": \"SMARTZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7538,\n            \"brandName\": \"AMERICAN GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7794,\n            \"brandName\": \"NUTSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7539,\n            \"brandName\": \"CINNAMON TOAST CRUNCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7795,\n            \"brandName\": \"I AM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7540,\n            \"brandName\": \"KIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7796,\n            \"brandName\": \"SCRATCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7541,\n            \"brandName\": \"BETTY CROCKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7797,\n            \"brandName\": \"YAKIMAKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7542,\n            \"brandName\": \"CINNAMON TOAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7798,\n            \"brandName\": \"ANTONELLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7543,\n            \"brandName\": \"PURINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7799,\n            \"brandName\": \"SARSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7544,\n            \"brandName\": \"WONDERFUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7800,\n            \"brandName\": \"HAYWARDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7545,\n            \"brandName\": \"ANGEL MIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7801,\n            \"brandName\": \"BRASTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7546,\n            \"brandName\": \"CONAGRA FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7802,\n            \"brandName\": \"SUN-PUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7547,\n            \"brandName\": \"HUNTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7803,\n            \"brandName\": \"BEBELAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7548,\n            \"brandName\": \"AUNT JEMIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7804,\n            \"brandName\": \"BEBECEREAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7549,\n            \"brandName\": \"LIFE CEREAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7805,\n            \"brandName\": \"SAFI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7550,\n            \"brandName\": \"IDAHOAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7806,\n            \"brandName\": \"DOYIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7551,\n            \"brandName\": \"HERSHEYS CHOCOLATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7807,\n            \"brandName\": \"MRS BUTTERWORTHS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7552,\n            \"brandName\": \"BEECH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7808,\n            \"brandName\": \"DUNCAN HINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7553,\n            \"brandName\": \"HP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7809,\n            \"brandName\": \"MUJI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7554,\n            \"brandName\": \"WHITWORTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7810,\n            \"brandName\": \"TASTY TOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7555,\n            \"brandName\": \"BBQ SAUCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7811,\n            \"brandName\": \"PEACE PASTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7556,\n            \"brandName\": \"ADOBO SEASONING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7812,\n            \"brandName\": \"GLUTEN FREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7557,\n            \"brandName\": \"KUNU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7813,\n            \"brandName\": \"BAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7558,\n            \"brandName\": \"BIG BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7814,\n            \"brandName\": \"WINALOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7559,\n            \"brandName\": \"GOLDEN GRAHAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7815,\n            \"brandName\": \"PRO PLAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7560,\n            \"brandName\": \"TOTAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7816,\n            \"brandName\": \"FAMILIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7561,\n            \"brandName\": \"REESES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7817,\n            \"brandName\": \"SHAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7562,\n            \"brandName\": \"LUCKY CHARMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7818,\n            \"brandName\": \"SADIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7563,\n            \"brandName\": \"FROATED TOAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7819,\n            \"brandName\": \"SACLA ITALIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7564,\n            \"brandName\": \"GOOD SEASONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7820,\n            \"brandName\": \"ITS DELISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7565,\n            \"brandName\": \"QUACKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7821,\n            \"brandName\": \"CADEL GRANBOSCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7566,\n            \"brandName\": \"QUAKER CHOCOLATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7822,\n            \"brandName\": \"DAWN PHASE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7567,\n            \"brandName\": \"WELCHS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7823,\n            \"brandName\": \"NATCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7568,\n            \"brandName\": \"RAGU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7824,\n            \"brandName\": \"BUDDY FRUITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7569,\n            \"brandName\": \"TOP CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7825,\n            \"brandName\": \"ELMLEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7570,\n            \"brandName\": \"A1\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7826,\n            \"brandName\": \"MEADOWLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7571,\n            \"brandName\": \"ACCENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7827,\n            \"brandName\": \"MAILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7572,\n            \"brandName\": \"CAMPBELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7828,\n            \"brandName\": \"POT PASTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7573,\n            \"brandName\": \"PREGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7829,\n            \"brandName\": \"THRIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7574,\n            \"brandName\": \"HEALTHY CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7830,\n            \"brandName\": \"PAMPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7575,\n            \"brandName\": \"OLD EL PASO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7831,\n            \"brandName\": \"SHREDDED WHEAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7576,\n            \"brandName\": \"LEA & PERRINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7832,\n            \"brandName\": \"PHASE DAWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7577,\n            \"brandName\": \"LINDSAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7833,\n            \"brandName\": \"NESTUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7578,\n            \"brandName\": \"CRUNCHY PEANUT BUTTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7834,\n            \"brandName\": \"ANNAPURNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7579,\n            \"brandName\": \"BLUE PLATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7835,\n            \"brandName\": \"NANDOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7580,\n            \"brandName\": \"CHICKEN OF THE SEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7836,\n            \"brandName\": \"CRUCIALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7581,\n            \"brandName\": \"SMUCKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7837,\n            \"brandName\": \"LOTUS BISCOFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7582,\n            \"brandName\": \"HUNGRY JACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7838,\n            \"brandName\": \"NATURES PATH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7583,\n            \"brandName\": \"HELLMANNS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7839,\n            \"brandName\": \"CRUNCHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7584,\n            \"brandName\": \"CORN POPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7840,\n            \"brandName\": \"AACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7585,\n            \"brandName\": \"FROSTED FLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7841,\n            \"brandName\": \"BAKERS CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7586,\n            \"brandName\": \"STARBURST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7842,\n            \"brandName\": \"MALIANGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7587,\n            \"brandName\": \"WISH BONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7843,\n            \"brandName\": \"XIN JING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7588,\n            \"brandName\": \"SHOPRITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7844,\n            \"brandName\": \"ENCORE PREMIUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7589,\n            \"brandName\": \"PROGRESSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7845,\n            \"brandName\": \"MARCO POLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7590,\n            \"brandName\": \"TONES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7846,\n            \"brandName\": \"FILIPPO BERIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7591,\n            \"brandName\": \"KIKKOMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7847,\n            \"brandName\": \"SUPERGOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7592,\n            \"brandName\": \"MILLVILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7848,\n            \"brandName\": \"MENTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7593,\n            \"brandName\": \"HONEY BUNCHES OF OATS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7849,\n            \"brandName\": \"VEPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7594,\n            \"brandName\": \"POST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7850,\n            \"brandName\": \"FRISOMUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7595,\n            \"brandName\": \"SUNSHINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7851,\n            \"brandName\": \"MY BOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7596,\n            \"brandName\": \"GIORGIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7852,\n            \"brandName\": \"GEISHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7597,\n            \"brandName\": \"TWIN PET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7853,\n            \"brandName\": \"AKETHAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7598,\n            \"brandName\": \"VIRGINIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7854,\n            \"brandName\": \"WILDROOTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7599,\n            \"brandName\": \"MARIA CALLENDERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7855,\n            \"brandName\": \"AFRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7600,\n            \"brandName\": \"RED & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7856,\n            \"brandName\": \"MR. CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7601,\n            \"brandName\": \"SPAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7857,\n            \"brandName\": \"FARMFRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7602,\n            \"brandName\": \"CEREAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7858,\n            \"brandName\": \"NINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7603,\n            \"brandName\": \"GOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7859,\n            \"brandName\": \"SAINT RITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7604,\n            \"brandName\": \"KENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7860,\n            \"brandName\": \"LADY B CUSTARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7605,\n            \"brandName\": \"FRENCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7861,\n            \"brandName\": \"ASDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7606,\n            \"brandName\": \"HOME BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7862,\n            \"brandName\": \"KERRY GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7607,\n            \"brandName\": \"WHITE SWAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7863,\n            \"brandName\": \"KINGSWAYQUALITYFOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7608,\n            \"brandName\": \"PET LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7864,\n            \"brandName\": \"LIBERTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7609,\n            \"brandName\": \"POST CONSUMER BRANDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7865,\n            \"brandName\": \"MAPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7610,\n            \"brandName\": \"SPOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7866,\n            \"brandName\": \"NUTRIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7611,\n            \"brandName\": \"TONY CHACHERES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7612,\n            \"brandName\": \"POLANER GRAPE JELLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7613,\n            \"brandName\": \"SPICE SUPREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7614,\n            \"brandName\": \"LA FLOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7615,\n            \"brandName\": \"ZUKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7616,\n            \"brandName\": \"SZEGED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7617,\n            \"brandName\": \"DE MONTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7618,\n            \"brandName\": \"SAVORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7619,\n            \"brandName\": \"BLEDINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7620,\n            \"brandName\": \"BONNE MAMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7621,\n            \"brandName\": \"MONIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7622,\n            \"brandName\": \"CRESPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7623,\n            \"brandName\": \"BELDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7624,\n            \"brandName\": \"ALMARAI UNSALTED BUTTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7625,\n            \"brandName\": \"BONNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7626,\n            \"brandName\": \"FRANCESCO RINALDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7627,\n            \"brandName\": \"SEASON 1 SPICY SICILIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7628,\n            \"brandName\": \"KIBBLES N BITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7629,\n            \"brandName\": \"BUMBLE BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7630,\n            \"brandName\": \"EQUAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7631,\n            \"brandName\": \"DOBA KIDS TOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7632,\n            \"brandName\": \"LA ISLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7633,\n            \"brandName\": \"A LEGAL PETITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7634,\n            \"brandName\": \"WHISKAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7635,\n            \"brandName\": \"LA BELLE VACHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7636,\n            \"brandName\": \"REGAL PICON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7637,\n            \"brandName\": \"SAF INSTANT YEAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7638,\n            \"brandName\": \"ANNY SARDINES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7639,\n            \"brandName\": \"DUCROS THYME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7640,\n            \"brandName\": \"DREAMIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7641,\n            \"brandName\": \"KUHNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7642,\n            \"brandName\": \"UNCLE BENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7643,\n            \"brandName\": \"SEEDS OF CHANGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7644,\n            \"brandName\": \"MEICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7645,\n            \"brandName\": \"BAKER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7646,\n            \"brandName\": \"SHEBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7647,\n            \"brandName\": \"PHASE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7648,\n            \"brandName\": \"HIPP ORGANIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7649,\n            \"brandName\": \"FRENCHS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7650,\n            \"brandName\": \"FRANKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7651,\n            \"brandName\": \"CARRIAGE HOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7652,\n            \"brandName\": \"LEA AND PERRINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7653,\n            \"brandName\": \"DADDIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7654,\n            \"brandName\": \"COUNTRY STORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7655,\n            \"brandName\": \"FELIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7656,\n            \"brandName\": \"CHAPPIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7657,\n            \"brandName\": \"THOMAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7658,\n            \"brandName\": \"CESAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7659,\n            \"brandName\": \"SWEETEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7660,\n            \"brandName\": \"HUNGER BREAKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7661,\n            \"brandName\": \"GRANNYS CHICKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7662,\n            \"brandName\": \"BERKLEY & JENSEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7663,\n            \"brandName\": \"CATSAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7664,\n            \"brandName\": \"PERFECT FIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7665,\n            \"brandName\": \"MUTII\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7666,\n            \"brandName\": \"METRO CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7667,\n            \"brandName\": \"KIIHNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7668,\n            \"brandName\": \"SCOTTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7669,\n            \"brandName\": \"BRAN FLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7670,\n            \"brandName\": \"BONIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7671,\n            \"brandName\": \"DUERRS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7416,\n            \"brandName\": \"SNACK PACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7672,\n            \"brandName\": \"RICHMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7417,\n            \"brandName\": \"SUPERIOR SAUCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7673,\n            \"brandName\": \"SCHWARTZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7418,\n            \"brandName\": \"TABASCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7674,\n            \"brandName\": \"OXO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7419,\n            \"brandName\": \"TIFFANY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7675,\n            \"brandName\": \"SMASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7420,\n            \"brandName\": \"TROPICAL SUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7676,\n            \"brandName\": \"SHARWOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7421,\n            \"brandName\": \"ABC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7677,\n            \"brandName\": \"MR. KIPLING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7422,\n            \"brandName\": \"AMOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7678,\n            \"brandName\": \"PRINCES CHICKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7423,\n            \"brandName\": \"FAMILIA SWISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7679,\n            \"brandName\": \"PRINCES PINEAPPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:26\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:26\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7936,\n            \"brandName\": \"JEDENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8192,\n            \"brandName\": \"RICCI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7937,\n            \"brandName\": \"DURU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8193,\n            \"brandName\": \"VIN REAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7938,\n            \"brandName\": \"DUTCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8194,\n            \"brandName\": \"SOMGEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7939,\n            \"brandName\": \"KITCHEN KING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8195,\n            \"brandName\": \"MANNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7940,\n            \"brandName\": \"MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8196,\n            \"brandName\": \"REGAL HERITAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7941,\n            \"brandName\": \"MDH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8197,\n            \"brandName\": \"YEMILZSKEPTI VENTURES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7942,\n            \"brandName\": \"MOM BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8198,\n            \"brandName\": \"LONGMAN BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7943,\n            \"brandName\": \"MONDIALFOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8199,\n            \"brandName\": \"KIRKLAND SIGNATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7944,\n            \"brandName\": \"LAKANTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8200,\n            \"brandName\": \"DAISY DELIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7945,\n            \"brandName\": \"SUNOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8201,\n            \"brandName\": \"DE RIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7946,\n            \"brandName\": \"TOMARENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8202,\n            \"brandName\": \"T.U.C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7947,\n            \"brandName\": \"MERIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8203,\n            \"brandName\": \"NAPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7948,\n            \"brandName\": \"METRO BAKERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8204,\n            \"brandName\": \"GREENVILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7949,\n            \"brandName\": \"MR CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8205,\n            \"brandName\": \"CYNEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7950,\n            \"brandName\": \"OBI KILISHI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8206,\n            \"brandName\": \"BON-GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7951,\n            \"brandName\": \"STRIANESE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8207,\n            \"brandName\": \"FAZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7952,\n            \"brandName\": \"SUSEZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8208,\n            \"brandName\": \"MY VILLAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7953,\n            \"brandName\": \"AMOY SAUCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8209,\n            \"brandName\": \"DOMINION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7954,\n            \"brandName\": \"DE-SUNNEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8210,\n            \"brandName\": \"GOLDEN BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7955,\n            \"brandName\": \"GOLDENSOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8211,\n            \"brandName\": \"UNCLE C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7956,\n            \"brandName\": \"OJELSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8212,\n            \"brandName\": \"LAKESIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7957,\n            \"brandName\": \"HICKORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8213,\n            \"brandName\": \"SOUTHGATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7958,\n            \"brandName\": \"SUNVITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8214,\n            \"brandName\": \"PETLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7959,\n            \"brandName\": \"UPON THE ROCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8215,\n            \"brandName\": \"MILK PLUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7960,\n            \"brandName\": \"ALFA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8216,\n            \"brandName\": \"TRIBE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7961,\n            \"brandName\": \"HEALTH WISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8217,\n            \"brandName\": \"TROPICAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7962,\n            \"brandName\": \"FARMILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8218,\n            \"brandName\": \"ZION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7963,\n            \"brandName\": \"GLORY ENTERPRISES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8219,\n            \"brandName\": \"POI-POI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7964,\n            \"brandName\": \"KINGS FAVOURITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8220,\n            \"brandName\": \"VITAPEPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7965,\n            \"brandName\": \"AMERICAN VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8221,\n            \"brandName\": \"VITALI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7966,\n            \"brandName\": \"BABYBLOOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8222,\n            \"brandName\": \"DINOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7967,\n            \"brandName\": \"OLD CHEF BAKERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8223,\n            \"brandName\": \"DOUBLE ANGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7968,\n            \"brandName\": \"MAMMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8224,\n            \"brandName\": \"BEENECTAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7969,\n            \"brandName\": \"VITRAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8225,\n            \"brandName\": \"SMOUTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7970,\n            \"brandName\": \"ROSSY FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8226,\n            \"brandName\": \"STANEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7971,\n            \"brandName\": \"DE GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8227,\n            \"brandName\": \"BEESHARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7972,\n            \"brandName\": \"HAZELNUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8228,\n            \"brandName\": \"BIBOB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7973,\n            \"brandName\": \"DAY FARM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8229,\n            \"brandName\": \"MUMMY CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7974,\n            \"brandName\": \"MEAT & CHICKEN SEASONING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8230,\n            \"brandName\": \"GLORIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7975,\n            \"brandName\": \"MICRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8231,\n            \"brandName\": \"MUTTI PARMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7976,\n            \"brandName\": \"MITCHELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8232,\n            \"brandName\": \"PORT ROYAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7977,\n            \"brandName\": \"SUN VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8233,\n            \"brandName\": \"GOLDENIVY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7978,\n            \"brandName\": \"NEAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8234,\n            \"brandName\": \"PIPPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7979,\n            \"brandName\": \"STRIPES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8235,\n            \"brandName\": \"AMQY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7980,\n            \"brandName\": \"YUMATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8236,\n            \"brandName\": \"MJS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7981,\n            \"brandName\": \"PEACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8237,\n            \"brandName\": \"STREETBITE FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7982,\n            \"brandName\": \"FEEDWELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8238,\n            \"brandName\": \"TIMAS BREAD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7983,\n            \"brandName\": \"LAUGHING LOAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8239,\n            \"brandName\": \"KAPTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7984,\n            \"brandName\": \"ARM & HAMMER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8240,\n            \"brandName\": \"SOPHIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7985,\n            \"brandName\": \"STEEL CUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8241,\n            \"brandName\": \"SUPER CHEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7986,\n            \"brandName\": \"DABUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8242,\n            \"brandName\": \"VIGOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7987,\n            \"brandName\": \"BATTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8243,\n            \"brandName\": \"CUCINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7988,\n            \"brandName\": \"UNIQUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8244,\n            \"brandName\": \"CELEBRATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7989,\n            \"brandName\": \"PLEIN SOLEIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8245,\n            \"brandName\": \"GIFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7990,\n            \"brandName\": \"HAPPY FLAKES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8246,\n            \"brandName\": \"IMMACULATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7991,\n            \"brandName\": \"CANDYRELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8247,\n            \"brandName\": \"ALAMIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7992,\n            \"brandName\": \"GINNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8248,\n            \"brandName\": \"GASPERTEES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7993,\n            \"brandName\": \"CHOICE HONEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8249,\n            \"brandName\": \"HONEY FOUNTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7994,\n            \"brandName\": \"DOUBLE D\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8250,\n            \"brandName\": \"1ST CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7995,\n            \"brandName\": \"OSINACHI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8251,\n            \"brandName\": \"CAROLINA BROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7996,\n            \"brandName\": \"CIL ALFA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8252,\n            \"brandName\": \"MEMBER MARK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7997,\n            \"brandName\": \"DD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8253,\n            \"brandName\": \"SPICE TIME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7998,\n            \"brandName\": \"GLORIOUS HAMDALLAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8254,\n            \"brandName\": \"OTHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7999,\n            \"brandName\": \"THE LIGHTHOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8255,\n            \"brandName\": \"SNICKERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8000,\n            \"brandName\": \"UNIQUE FORMULATIONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8256,\n            \"brandName\": 262,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8001,\n            \"brandName\": \"DAILY MEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8257,\n            \"brandName\": \"ORAL B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8002,\n            \"brandName\": \"GOLDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8258,\n            \"brandName\": \"212 MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8003,\n            \"brandName\": \"HONEY COMB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8259,\n            \"brandName\": 41,\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8004,\n            \"brandName\": \"JHUEDIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8260,\n            \"brandName\": \"5 WAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8005,\n            \"brandName\": \"JOLLYMIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8261,\n            \"brandName\": \"7 DAYS & NIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8006,\n            \"brandName\": \"CHYKELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8262,\n            \"brandName\": \"A3\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8007,\n            \"brandName\": \"JUVEC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8263,\n            \"brandName\": \"BEAUTY FORMULAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8008,\n            \"brandName\": \"LADY B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8264,\n            \"brandName\": \"VISTASHOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8009,\n            \"brandName\": \"BLUE DELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8265,\n            \"brandName\": \"ALISHA GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8010,\n            \"brandName\": \"STAR CROSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8266,\n            \"brandName\": \"ALL DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8011,\n            \"brandName\": \"DEKINGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8267,\n            \"brandName\": \"AMOS WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8012,\n            \"brandName\": \"SONSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8268,\n            \"brandName\": \"ANIMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8013,\n            \"brandName\": \"NINOLAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8269,\n            \"brandName\": \"ANTIMARKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8014,\n            \"brandName\": \"OMEGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8270,\n            \"brandName\": \"APPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8015,\n            \"brandName\": \"PROMASIDOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8271,\n            \"brandName\": \"APRIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8016,\n            \"brandName\": \"PRINCESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8272,\n            \"brandName\": \"BOOTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8017,\n            \"brandName\": \"ROSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8273,\n            \"brandName\": \"BAD BOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8018,\n            \"brandName\": \"CIL ALPHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8274,\n            \"brandName\": \"BE WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8019,\n            \"brandName\": \"COZY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8275,\n            \"brandName\": \"BEAUTY FAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8020,\n            \"brandName\": \"L79\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8276,\n            \"brandName\": \"BEAUTY MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8021,\n            \"brandName\": \"LABA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8277,\n            \"brandName\": \"BEAUTY RUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8022,\n            \"brandName\": \"HARVEST MORN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8278,\n            \"brandName\": \"BELEZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8023,\n            \"brandName\": \"ANMOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8279,\n            \"brandName\": \"BELLAGIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8024,\n            \"brandName\": \"MALA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8280,\n            \"brandName\": \"BIACTIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8025,\n            \"brandName\": \"ROCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8281,\n            \"brandName\": \"BLACK OPAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8026,\n            \"brandName\": \"AMA WONDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8282,\n            \"brandName\": \"BLISSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8027,\n            \"brandName\": \"DESUNIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8283,\n            \"brandName\": \"BLOSSOM WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8028,\n            \"brandName\": \"SADAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8284,\n            \"brandName\": \"CARROT LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8029,\n            \"brandName\": \"DIAMOND-O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8285,\n            \"brandName\": \"BODY WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8030,\n            \"brandName\": \"YOVOGBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8286,\n            \"brandName\": \"BONJOUR PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8031,\n            \"brandName\": \"AUNT MAPLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8287,\n            \"brandName\": \"BRONZE TONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8032,\n            \"brandName\": \"TUSCAN GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8288,\n            \"brandName\": \"CACHET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8033,\n            \"brandName\": \"MAGEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8289,\n            \"brandName\": \"PETSOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8034,\n            \"brandName\": \"FOREVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8290,\n            \"brandName\": \"CARETIMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8035,\n            \"brandName\": \"MUM CARES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8291,\n            \"brandName\": \"CARO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8036,\n            \"brandName\": \"NSUKKA PURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8292,\n            \"brandName\": \"CARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8037,\n            \"brandName\": \"SANTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8293,\n            \"brandName\": \"CAROTEIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8038,\n            \"brandName\": \"AVAS KITCHEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8294,\n            \"brandName\": \"CAROTONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8039,\n            \"brandName\": \"BLUE OCEAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8295,\n            \"brandName\": \"PR FRANCOISE BEDON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8040,\n            \"brandName\": \"GOLDEN SPOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8296,\n            \"brandName\": \"PERFECT WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8041,\n            \"brandName\": \"MAHARANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8297,\n            \"brandName\": \"LABIDJANAISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8042,\n            \"brandName\": \"TICKLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8298,\n            \"brandName\": \"CITRO CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8043,\n            \"brandName\": \"ELITZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8044,\n            \"brandName\": \"KIVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8045,\n            \"brandName\": \"BONJOURNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8046,\n            \"brandName\": \"EMOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8047,\n            \"brandName\": \"FOODTOWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8048,\n            \"brandName\": \"HOMIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8049,\n            \"brandName\": \"ARLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8050,\n            \"brandName\": \"7TH HEAVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8051,\n            \"brandName\": \"ABSOLUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8052,\n            \"brandName\": \"THE FISHMONGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8053,\n            \"brandName\": \"SUMMER PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8054,\n            \"brandName\": \"CHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8055,\n            \"brandName\": \"GREAT OLIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8056,\n            \"brandName\": \"STELLAMARIS AND DPP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8057,\n            \"brandName\": \"MEGASTAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8058,\n            \"brandName\": \"MALTESERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8059,\n            \"brandName\": \"OATMEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8060,\n            \"brandName\": \"PARSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8061,\n            \"brandName\": \"MISSISSIPPI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8062,\n            \"brandName\": \"GRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8063,\n            \"brandName\": \"OL ROY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8064,\n            \"brandName\": \"BANNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8065,\n            \"brandName\": \"HARVEST HOME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8066,\n            \"brandName\": \"SMARTIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8067,\n            \"brandName\": \"CARDINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8068,\n            \"brandName\": \"FERMIPAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8069,\n            \"brandName\": \"PRINSEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8070,\n            \"brandName\": \"JELLY CO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8071,\n            \"brandName\": \"SUPPY SEASONING CUBES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8072,\n            \"brandName\": \"DANGOTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8073,\n            \"brandName\": \"EXCEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8074,\n            \"brandName\": \"FORMULA 103\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8075,\n            \"brandName\": \"SAMMY THE BEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8076,\n            \"brandName\": \"SMART COLLECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8077,\n            \"brandName\": \"GO CAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8078,\n            \"brandName\": \"YOGOLINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8079,\n            \"brandName\": \"PAVO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8080,\n            \"brandName\": \"NATURES TURN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8081,\n            \"brandName\": \"GRAPE NUTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8082,\n            \"brandName\": \"COCOA PEBBLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8083,\n            \"brandName\": \"CRUMBLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8084,\n            \"brandName\": \"CHAO THAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8085,\n            \"brandName\": \"HIGHWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8086,\n            \"brandName\": \"KWALITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8087,\n            \"brandName\": \"ALL-DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8088,\n            \"brandName\": \"CUSTARD POWDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8089,\n            \"brandName\": \"FRESH & FAMOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8090,\n            \"brandName\": \"GO SLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8091,\n            \"brandName\": \"GUILD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8092,\n            \"brandName\": \"KITCHEN GLORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8093,\n            \"brandName\": \"LAMB WESTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8094,\n            \"brandName\": \"LITTLE ANGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8095,\n            \"brandName\": \"SOYCHOCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8096,\n            \"brandName\": \"ST KELVIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8097,\n            \"brandName\": \"STOCKWELL & CO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8098,\n            \"brandName\": \"SUPRIPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8099,\n            \"brandName\": \"TAHSONSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8100,\n            \"brandName\": \"TERRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8101,\n            \"brandName\": \"THE BREAD MIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8102,\n            \"brandName\": \"ZAIKA FOODS LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8103,\n            \"brandName\": \"MONDELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8104,\n            \"brandName\": \"HELLO DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8105,\n            \"brandName\": \"MILMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8106,\n            \"brandName\": \"BIRDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8107,\n            \"brandName\": \"SARA LEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8108,\n            \"brandName\": \"SUPER FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8109,\n            \"brandName\": \"CHAT FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8110,\n            \"brandName\": \"CHARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8111,\n            \"brandName\": \"PURE AUSTRALIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8112,\n            \"brandName\": \"BIOFEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8113,\n            \"brandName\": \"NANDINI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8114,\n            \"brandName\": \"RINDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8115,\n            \"brandName\": \"AGV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8116,\n            \"brandName\": \"METRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8117,\n            \"brandName\": \"KALI MIRCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8118,\n            \"brandName\": \"BON CIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8119,\n            \"brandName\": \"BON DIEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8120,\n            \"brandName\": \"BUTTERFIELD BAKERY FOOD LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8121,\n            \"brandName\": \"CHOCO CHAMPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8122,\n            \"brandName\": \"JADEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7867,\n            \"brandName\": \"PATBURYS SOYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8123,\n            \"brandName\": \"JERSEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7868,\n            \"brandName\": \"WUSE WITHIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8124,\n            \"brandName\": \"KTC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7869,\n            \"brandName\": \"ZIZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8125,\n            \"brandName\": \"LARSOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7870,\n            \"brandName\": \"KITCHEN MATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8126,\n            \"brandName\": \"MAGIC SEASONING BLEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7871,\n            \"brandName\": \"WHITE HOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8127,\n            \"brandName\": \"EXETER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7872,\n            \"brandName\": \"TWELVE SPICES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8128,\n            \"brandName\": \"MR BIGGS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7873,\n            \"brandName\": \"NADIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8129,\n            \"brandName\": \"NUTRI-C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7874,\n            \"brandName\": \"MAXI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8130,\n            \"brandName\": \"PIGEON MACKEREL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7875,\n            \"brandName\": \"LA VONCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8131,\n            \"brandName\": \"QUEENS MEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7876,\n            \"brandName\": \"LA MAMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8132,\n            \"brandName\": \"RITE BEEF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7877,\n            \"brandName\": \"GRUBZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8133,\n            \"brandName\": \"ZOTT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7878,\n            \"brandName\": \"JOLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8134,\n            \"brandName\": \"VERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7879,\n            \"brandName\": \"DOILY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8135,\n            \"brandName\": \"TOPPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7880,\n            \"brandName\": \"IFEDEREFOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8136,\n            \"brandName\": \"FADAELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7881,\n            \"brandName\": \"FROLIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8137,\n            \"brandName\": \"SANTA ROSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7882,\n            \"brandName\": \"DE GENESIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8138,\n            \"brandName\": \"HONEYVILLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7883,\n            \"brandName\": \"A & SHINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8139,\n            \"brandName\": \"GRAND PURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7884,\n            \"brandName\": \"VITA MEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8140,\n            \"brandName\": \"HONEY BEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7885,\n            \"brandName\": \"TATA SAMPANN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8141,\n            \"brandName\": \"C.E.O\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7886,\n            \"brandName\": \"CEBON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8142,\n            \"brandName\": \"JUMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7887,\n            \"brandName\": \"CHEER UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8143,\n            \"brandName\": \"ERIK EMBORG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7888,\n            \"brandName\": \"BONA VITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8144,\n            \"brandName\": \"LAZIZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7889,\n            \"brandName\": \"CLASSIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8145,\n            \"brandName\": \"DESMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7890,\n            \"brandName\": \"COCO BALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8146,\n            \"brandName\": \"MEGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7891,\n            \"brandName\": \"DE RUTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8147,\n            \"brandName\": \"MERC JOSEPH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7892,\n            \"brandName\": \"DEL RICO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8148,\n            \"brandName\": \"WINNERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7893,\n            \"brandName\": \"Jendol Bread\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8149,\n            \"brandName\": \"FRESH TOAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7894,\n            \"brandName\": \"BEECH-NUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8150,\n            \"brandName\": \"CHRIZZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7895,\n            \"brandName\": \"EASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8151,\n            \"brandName\": \"OAT MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7896,\n            \"brandName\": \"HOLLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8152,\n            \"brandName\": \"NATUREWORTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7897,\n            \"brandName\": \"IMPERIAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8153,\n            \"brandName\": \"GOLDEN PENNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7898,\n            \"brandName\": \"ROYCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8154,\n            \"brandName\": \"AJI-NO-MOTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7899,\n            \"brandName\": \"SARAH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8155,\n            \"brandName\": \"FOSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7900,\n            \"brandName\": \"SONIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8156,\n            \"brandName\": \"FREGZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7901,\n            \"brandName\": \"WELLMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8157,\n            \"brandName\": \"HAANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7902,\n            \"brandName\": \"JK DAIRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8158,\n            \"brandName\": \"MORNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7903,\n            \"brandName\": \"TOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8159,\n            \"brandName\": \"MR 2\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7904,\n            \"brandName\": \"SUMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8160,\n            \"brandName\": \"NATNUDO FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7905,\n            \"brandName\": \"ALL NUTRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8161,\n            \"brandName\": \"NURIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7906,\n            \"brandName\": \"YUM YUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8162,\n            \"brandName\": \"NUSICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7907,\n            \"brandName\": \"YALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8163,\n            \"brandName\": \"NUTRELA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7908,\n            \"brandName\": \"STARZEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8164,\n            \"brandName\": \"OKI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7909,\n            \"brandName\": \"EVATRIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8165,\n            \"brandName\": \"SERENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7910,\n            \"brandName\": \"BABY GRUBZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8166,\n            \"brandName\": \"SHALLOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7911,\n            \"brandName\": \"EUROMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8167,\n            \"brandName\": \"STANCY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7912,\n            \"brandName\": \"CHIN CHIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8168,\n            \"brandName\": \"FINE JOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7913,\n            \"brandName\": \"ESTUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8169,\n            \"brandName\": \"MR ALEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7914,\n            \"brandName\": \"ERISCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8170,\n            \"brandName\": \"SNF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7915,\n            \"brandName\": \"CHOCITO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8171,\n            \"brandName\": \"ST ANNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7916,\n            \"brandName\": \"DATILES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8172,\n            \"brandName\": \"VEGGIE BAKERY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7917,\n            \"brandName\": \"DORIVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8173,\n            \"brandName\": \"DE-RICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7918,\n            \"brandName\": \"NUNALAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8174,\n            \"brandName\": \"GRANDESSA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7919,\n            \"brandName\": \"CHITIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8175,\n            \"brandName\": \"COVI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7920,\n            \"brandName\": \"ONGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8176,\n            \"brandName\": \"ROYAL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7921,\n            \"brandName\": \"CATCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8177,\n            \"brandName\": \"FIAMMETTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7922,\n            \"brandName\": \"BUTTERFIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8178,\n            \"brandName\": \"FRISTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7923,\n            \"brandName\": \"TWIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8179,\n            \"brandName\": \"LIDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7924,\n            \"brandName\": \"NATNUDO OWNER: NATNUDO FOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8180,\n            \"brandName\": \"ALL SAINTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7925,\n            \"brandName\": \"ALUBADIYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8181,\n            \"brandName\": \"GROWERS HARVEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7926,\n            \"brandName\": \"AMBASSADOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8182,\n            \"brandName\": \"MORA SPICES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7927,\n            \"brandName\": \"AROMAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8183,\n            \"brandName\": \"SIROP SPORT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7928,\n            \"brandName\": \"BEJAJ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8184,\n            \"brandName\": \"FLUFFY DOUGH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7929,\n            \"brandName\": \"BANGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8185,\n            \"brandName\": \"MC DOUGALLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7930,\n            \"brandName\": \"BONI SELECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8186,\n            \"brandName\": \"GEL SUPERIOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7931,\n            \"brandName\": \"C.E.O EXOTIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8187,\n            \"brandName\": \"HUTESA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7932,\n            \"brandName\": \"EGGCELLENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8188,\n            \"brandName\": \"HARVEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7933,\n            \"brandName\": \"FARMLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8189,\n            \"brandName\": \"THX FOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7934,\n            \"brandName\": \"GBFOODS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8190,\n            \"brandName\": \"DE GYMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 7935,\n            \"brandName\": \"GOLD COUNTRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8191,\n            \"brandName\": \"SMILEYZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:27\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:27\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8448,\n            \"brandName\": \"PREMIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8704,\n            \"brandName\": \"EBONY MULTISHEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8449,\n            \"brandName\": \"PROFECTIV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8705,\n            \"brandName\": \"ECO STYLER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8450,\n            \"brandName\": \"PROMAXX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8706,\n            \"brandName\": \"SUPER-MAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8451,\n            \"brandName\": \"CHRIS ADAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8707,\n            \"brandName\": \"MASON NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8452,\n            \"brandName\": \"PURE BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8708,\n            \"brandName\": \"SANITOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8453,\n            \"brandName\": \"PURE SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8709,\n            \"brandName\": \"ALMOND SHERBET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8454,\n            \"brandName\": \"Q7\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8710,\n            \"brandName\": \"BELLAGIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8455,\n            \"brandName\": \"QEI +\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8711,\n            \"brandName\": \"BLACK LEGEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8456,\n            \"brandName\": \"RAPID CLAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8712,\n            \"brandName\": \"BODY AURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8457,\n            \"brandName\": \"SOFT & GENTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8713,\n            \"brandName\": \"CANTU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8458,\n            \"brandName\": \"RAZAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8714,\n            \"brandName\": \"CLASSIC CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8459,\n            \"brandName\": \"RDL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8715,\n            \"brandName\": \"DR  MIRACLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8460,\n            \"brandName\": \"REVLON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8716,\n            \"brandName\": \"E45\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8461,\n            \"brandName\": \"SAFEGUARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8717,\n            \"brandName\": \"EMPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8462,\n            \"brandName\": \"SAISI JUDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8718,\n            \"brandName\": \"EVIDENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8463,\n            \"brandName\": \"SANSIRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8719,\n            \"brandName\": \"FAIR LADY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8464,\n            \"brandName\": \"JRB CARBOLIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8720,\n            \"brandName\": \"FEMFRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8465,\n            \"brandName\": \"SLEEK MAKE UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8721,\n            \"brandName\": \"TAG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8466,\n            \"brandName\": \"SLEEK MAKEUP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8722,\n            \"brandName\": \"FUNBEAUTY TRIPPLE ACTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8467,\n            \"brandName\": \"STREPSILS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8723,\n            \"brandName\": \"HUMMER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8468,\n            \"brandName\": \"STYLIN DREDZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8724,\n            \"brandName\": \"IDOLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8469,\n            \"brandName\": \"SUMMERS EVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8725,\n            \"brandName\": \"IRISH SPRING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8470,\n            \"brandName\": \"SURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8726,\n            \"brandName\": \"MAINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8471,\n            \"brandName\": \"TAMPAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8727,\n            \"brandName\": \"NUTRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8472,\n            \"brandName\": \"TARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8728,\n            \"brandName\": \"ONE MAN SHOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8473,\n            \"brandName\": \"TETMOSOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8729,\n            \"brandName\": \"PRESTIGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8474,\n            \"brandName\": \"TIATIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8730,\n            \"brandName\": \"SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8475,\n            \"brandName\": \"UB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8731,\n            \"brandName\": \"SOUL MATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8476,\n            \"brandName\": \"BON MATIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8732,\n            \"brandName\": \"SPEEDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8477,\n            \"brandName\": \"CAPTURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8733,\n            \"brandName\": \"BEAUTIFUL TEXTURES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8478,\n            \"brandName\": \"ULTIMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8734,\n            \"brandName\": \"TRENDY & LIME BODY SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8479,\n            \"brandName\": \"ULTRA COMPACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8735,\n            \"brandName\": \"AICHUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8480,\n            \"brandName\": \"ULTRA VANILLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8736,\n            \"brandName\": \"ALIYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8481,\n            \"brandName\": \"URBAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8737,\n            \"brandName\": \"ALLOWS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8482,\n            \"brandName\": \"USHAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8738,\n            \"brandName\": \"AM:PM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8483,\n            \"brandName\": \"CRYSTAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8739,\n            \"brandName\": \"AQUAFRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8484,\n            \"brandName\": \"VALENTINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8740,\n            \"brandName\": \"BALENCIAGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8485,\n            \"brandName\": \"VASELINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8741,\n            \"brandName\": \"YINGXUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8486,\n            \"brandName\": \"VEET GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8742,\n            \"brandName\": \"BEARD OIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8487,\n            \"brandName\": \"VEETGOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8743,\n            \"brandName\": \"BERGAMOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8488,\n            \"brandName\": \"VENUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8744,\n            \"brandName\": \"BETASOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8489,\n            \"brandName\": \"WHITE CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8745,\n            \"brandName\": \"BLEER BLEIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8490,\n            \"brandName\": \"MISTINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8746,\n            \"brandName\": \"BP NORMALIZER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8491,\n            \"brandName\": \"PHIL HALLMARK DIRECT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8747,\n            \"brandName\": \"BLU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8492,\n            \"brandName\": \"WHITE UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8748,\n            \"brandName\": \"BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8493,\n            \"brandName\": \"WIND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8749,\n            \"brandName\": \"BODE HYPROGEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8494,\n            \"brandName\": \"YOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8750,\n            \"brandName\": \"BRONZ TONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8495,\n            \"brandName\": \"FAIR HEAVENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8751,\n            \"brandName\": \"BS COSMETICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8496,\n            \"brandName\": \"ZARON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8752,\n            \"brandName\": \"BURBERRYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8497,\n            \"brandName\": \"BIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8753,\n            \"brandName\": \"CHAIRMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8498,\n            \"brandName\": \"BELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8754,\n            \"brandName\": \"CK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8499,\n            \"brandName\": \"CYBER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8755,\n            \"brandName\": \"CLEAR N SMOOTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8500,\n            \"brandName\": \"DINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8756,\n            \"brandName\": \"CLINIQUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8501,\n            \"brandName\": \"FRIENDLIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8757,\n            \"brandName\": \"CRUSADER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8502,\n            \"brandName\": \"JOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8758,\n            \"brandName\": \"CUBA GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8503,\n            \"brandName\": \"LAVENDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8759,\n            \"brandName\": \"DAMATOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8504,\n            \"brandName\": \"ORALWISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8760,\n            \"brandName\": \"DAVIDOFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8505,\n            \"brandName\": \"SASI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8761,\n            \"brandName\": \"DERMA VIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8506,\n            \"brandName\": \"PUNCH JUDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8762,\n            \"brandName\": \"DESIGNERS CLUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8507,\n            \"brandName\": \"14 DAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8763,\n            \"brandName\": \"DKNY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8508,\n            \"brandName\": \"FAI R  & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8764,\n            \"brandName\": \"DOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8509,\n            \"brandName\": \"SMART GUCCI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8765,\n            \"brandName\": \"DR EASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8510,\n            \"brandName\": \"PEDICURE PADDLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8766,\n            \"brandName\": \"EL NETT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8511,\n            \"brandName\": \"77 RAPID CLAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8767,\n            \"brandName\": \"ELIZABETH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8512,\n            \"brandName\": \"A.M GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8768,\n            \"brandName\": \"ELLEN WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8513,\n            \"brandName\": \"ABOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8769,\n            \"brandName\": \"CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8514,\n            \"brandName\": \"AILIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8770,\n            \"brandName\": \"MOVATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8515,\n            \"brandName\": \"ALATA GARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8771,\n            \"brandName\": \"ESSENCE OF EDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8516,\n            \"brandName\": \"ALWAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8772,\n            \"brandName\": \"ESOTERICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8517,\n            \"brandName\": \"ARGILUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8773,\n            \"brandName\": \"EXPLORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8518,\n            \"brandName\": \"AVEENO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8774,\n            \"brandName\": \"FACE TO FACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8519,\n            \"brandName\": \"AXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8775,\n            \"brandName\": \"FAIR & BRITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8520,\n            \"brandName\": \"K BROTHERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8776,\n            \"brandName\": \"FELCE AZZURRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8521,\n            \"brandName\": \"BAYSIDE B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8777,\n            \"brandName\": \"FERRARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8522,\n            \"brandName\": \"BEAUTY BASE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8778,\n            \"brandName\": \"FM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8523,\n            \"brandName\": \"BELO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8779,\n            \"brandName\": \"JEAN MARC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8524,\n            \"brandName\": \"BIO CLAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8780,\n            \"brandName\": \"FRIEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8525,\n            \"brandName\": \"BLACK RADIANCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8781,\n            \"brandName\": \"FRUISER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8526,\n            \"brandName\": \"BLUE STRATOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8782,\n            \"brandName\": \"GIRLY TALK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8527,\n            \"brandName\": \"BODY FANTASIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8528,\n            \"brandName\": \"BODY SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8529,\n            \"brandName\": \"MALIZIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8530,\n            \"brandName\": \"BUMP PATROL&Acirc;&nbsp;\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8531,\n            \"brandName\": \"CAIHUANG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8532,\n            \"brandName\": \"CALVIN KLEIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8533,\n            \"brandName\": \"CAMALEON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8534,\n            \"brandName\": \"CARABOLA CLAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8535,\n            \"brandName\": \"ESTEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8536,\n            \"brandName\": \"CARING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8537,\n            \"brandName\": \"CAROTIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8538,\n            \"brandName\": \"CELEBRITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8539,\n            \"brandName\": \"CHAP-ET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8540,\n            \"brandName\": \"JANET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8541,\n            \"brandName\": \"JOHNSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8542,\n            \"brandName\": \"JOHNSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8543,\n            \"brandName\": \"KOJIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8544,\n            \"brandName\": \"LOREAL PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8545,\n            \"brandName\": \"LUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8546,\n            \"brandName\": \"MAKARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8547,\n            \"brandName\": \"MAKE ME WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8548,\n            \"brandName\": \"MEDEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8549,\n            \"brandName\": \"METAL MAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8550,\n            \"brandName\": \"MISS CAROLINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8551,\n            \"brandName\": \"PAPAYA CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8552,\n            \"brandName\": \"NEUTROGENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8553,\n            \"brandName\": \"NIGERIAN BABYCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8554,\n            \"brandName\": \"NIVEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8299,\n            \"brandName\": \"CLASSIC MAKEUP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8555,\n            \"brandName\": \"NICKA K\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8300,\n            \"brandName\": \"CLEAN WELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8556,\n            \"brandName\": \"NUPTIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8301,\n            \"brandName\": \"CLEARASIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8557,\n            \"brandName\": \"VITALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8302,\n            \"brandName\": \"CLERE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8558,\n            \"brandName\": \"QUMEIDIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8303,\n            \"brandName\": \"CLOSE UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8559,\n            \"brandName\": \"OZONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8304,\n            \"brandName\": \"COLGATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8560,\n            \"brandName\": \"AVON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8305,\n            \"brandName\": \"COLOUR ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8561,\n            \"brandName\": \"PERFECT GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8306,\n            \"brandName\": \"COOL RIVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8562,\n            \"brandName\": \"PERFECT GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8307,\n            \"brandName\": \"KATE COOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8563,\n            \"brandName\": \"PONDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8308,\n            \"brandName\": \"COUTURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8564,\n            \"brandName\": \"PRETTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8309,\n            \"brandName\": \"CRUSET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8565,\n            \"brandName\": \"PURE CARROT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8310,\n            \"brandName\": \"CRYSTAL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8566,\n            \"brandName\": \"PURE HERBAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8311,\n            \"brandName\": \"CLEAR THERAPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8567,\n            \"brandName\": \"PURE WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8312,\n            \"brandName\": \"CUSSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8568,\n            \"brandName\": \"DH7\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8313,\n            \"brandName\": \"DARK & LOVELY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8569,\n            \"brandName\": \"RAPID WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8314,\n            \"brandName\": \"DENIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8570,\n            \"brandName\": \"RHOME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8315,\n            \"brandName\": \"DERMA V10\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8571,\n            \"brandName\": \"ROYALLUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8316,\n            \"brandName\": \"DETTOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8572,\n            \"brandName\": \"EAU DE PERFUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8317,\n            \"brandName\": \"DIPLOMAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8573,\n            \"brandName\": \"SEBAMED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8318,\n            \"brandName\": \"DIVA MAXIMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8574,\n            \"brandName\": \"SELSUN BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8319,\n            \"brandName\": \"DIVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8575,\n            \"brandName\": \"SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8320,\n            \"brandName\": \"DOCTOR SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8576,\n            \"brandName\": \"SKIN WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8321,\n            \"brandName\": \"DR BROWN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8577,\n            \"brandName\": \"SKINEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8322,\n            \"brandName\": \"DUREX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8578,\n            \"brandName\": \"SKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8323,\n            \"brandName\": \"DUSHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8579,\n            \"brandName\": \"SMOOTH AS SILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8324,\n            \"brandName\": \"EASY WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8580,\n            \"brandName\": \"SO-FINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8325,\n            \"brandName\": \"ECLAT WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8581,\n            \"brandName\": \"SOFTSHEEN CARSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8326,\n            \"brandName\": \"ELEMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8582,\n            \"brandName\": \"SOULMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8327,\n            \"brandName\": \"ELOPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8583,\n            \"brandName\": \"SUBARU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8328,\n            \"brandName\": \"ENCHANTEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8584,\n            \"brandName\": \"WHITE EXPRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8329,\n            \"brandName\": \"EURO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8585,\n            \"brandName\": \"THE FOOT FACTORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8330,\n            \"brandName\": \"EXPRESS GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8586,\n            \"brandName\": \"VEET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8331,\n            \"brandName\": \"EXTREME GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8587,\n            \"brandName\": \"VICKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8332,\n            \"brandName\": \"FAIR & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8588,\n            \"brandName\": \"VICTORIAS SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8333,\n            \"brandName\": \"FASHION FAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8589,\n            \"brandName\": \"ELIZABETH ARDEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8334,\n            \"brandName\": \"FIFTYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8590,\n            \"brandName\": \"VISIBLE SOLUTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8335,\n            \"brandName\": \"FLORI ROBERTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8591,\n            \"brandName\": \"WASHA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8336,\n            \"brandName\": \"FLORI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8592,\n            \"brandName\": \"WHITELITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8337,\n            \"brandName\": \"QUEEN HELENE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8593,\n            \"brandName\": \"WHITEMAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8338,\n            \"brandName\": \"QUEEN HELEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8594,\n            \"brandName\": \"YC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8339,\n            \"brandName\": \"FM COSMETICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8595,\n            \"brandName\": \"MEIDUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8340,\n            \"brandName\": \"CARROT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8596,\n            \"brandName\": \"XTRA WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8341,\n            \"brandName\": \"GATSBY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8597,\n            \"brandName\": \"YINNI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8342,\n            \"brandName\": \"GENTELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8598,\n            \"brandName\": \"VELVET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8343,\n            \"brandName\": \"HI WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8599,\n            \"brandName\": \"XTRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8344,\n            \"brandName\": \"GLOW & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8600,\n            \"brandName\": \"DAY BY DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8345,\n            \"brandName\": \"GOLD SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8601,\n            \"brandName\": \"WISDOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8346,\n            \"brandName\": \"GS 77\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8602,\n            \"brandName\": \"XIBEI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8347,\n            \"brandName\": \"HOTICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8603,\n            \"brandName\": \"ZORRIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8348,\n            \"brandName\": \"HT26\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8604,\n            \"brandName\": \"IVYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8349,\n            \"brandName\": \"ICARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8605,\n            \"brandName\": \"JULIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8350,\n            \"brandName\": \"IMAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8606,\n            \"brandName\": \"KLIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8351,\n            \"brandName\": \"COPACI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8607,\n            \"brandName\": \"MAMIYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8352,\n            \"brandName\": \"CING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8608,\n            \"brandName\": \"MATTEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8353,\n            \"brandName\": \"CLAIR LISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8609,\n            \"brandName\": \"MY MY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8354,\n            \"brandName\": \"CLASSIC WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8610,\n            \"brandName\": \"ROBB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8355,\n            \"brandName\": \"CLEAN & CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8611,\n            \"brandName\": \"KALOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8356,\n            \"brandName\": \"CLEAR ACTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8612,\n            \"brandName\": \"SUPERMAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8357,\n            \"brandName\": \"CLEAR DIFFERENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8613,\n            \"brandName\": \"TIGGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8358,\n            \"brandName\": \"CLEAR NATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8614,\n            \"brandName\": \"BISMID COSMETICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8359,\n            \"brandName\": \"COOL BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8615,\n            \"brandName\": \"BOUQUET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8360,\n            \"brandName\": \"INTENSIVE CONDITIONING TREATMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8616,\n            \"brandName\": \"CAMAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8361,\n            \"brandName\": \"CRUISER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8617,\n            \"brandName\": \"CAPRECE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8362,\n            \"brandName\": \"CT+\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8618,\n            \"brandName\": \"CARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8363,\n            \"brandName\": \"DAVIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8619,\n            \"brandName\": \"CLINIC CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8364,\n            \"brandName\": \"DEBBITONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8620,\n            \"brandName\": \"WOKALI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8365,\n            \"brandName\": \"DR. MIRACLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8621,\n            \"brandName\": \"DARAVIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8366,\n            \"brandName\": \"DREAM WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8622,\n            \"brandName\": \"DOOBAI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8367,\n            \"brandName\": \"ELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8623,\n            \"brandName\": \"DOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8368,\n            \"brandName\": \"EPIC ADVENTURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8624,\n            \"brandName\": \"EASY TONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8369,\n            \"brandName\": \"EPIDERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8625,\n            \"brandName\": \"EQUITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8370,\n            \"brandName\": \"EVER SHEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8626,\n            \"brandName\": \"ERATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8371,\n            \"brandName\": \"LANBENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8627,\n            \"brandName\": \"EXPRESS WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8372,\n            \"brandName\": \"NATURAL SOLUTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8628,\n            \"brandName\": \"FLORENTYNA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8373,\n            \"brandName\": \"FAIR & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8629,\n            \"brandName\": \"GLAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8374,\n            \"brandName\": \"FANTASIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8630,\n            \"brandName\": \"ICE DRIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8375,\n            \"brandName\": \"FEMININE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8631,\n            \"brandName\": \"INTESA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8376,\n            \"brandName\": \"FLORIDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8632,\n            \"brandName\": \"KIDS AND TEENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8377,\n            \"brandName\": \"FLOWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8633,\n            \"brandName\": \"LYNX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8378,\n            \"brandName\": \"ADIDAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8634,\n            \"brandName\": \"MUSK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8379,\n            \"brandName\": \"FUNBACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8635,\n            \"brandName\": \"DEAR BODY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8380,\n            \"brandName\": \"G&G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8636,\n            \"brandName\": \"ORGANICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8381,\n            \"brandName\": \"GAZEL SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8637,\n            \"brandName\": \"PRIMATA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8382,\n            \"brandName\": \"GILLETTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8638,\n            \"brandName\": \"PURE GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8383,\n            \"brandName\": \"GLO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8639,\n            \"brandName\": \"REYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8384,\n            \"brandName\": \"Q WHITE PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8640,\n            \"brandName\": \"SILKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8385,\n            \"brandName\": \"HAIR BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8641,\n            \"brandName\": \"SNAIL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8386,\n            \"brandName\": \"HAPPINESS PERFUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8642,\n            \"brandName\": \"TCB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8387,\n            \"brandName\": \"HEAD & SHOULDERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8643,\n            \"brandName\": \"HUGO BOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8388,\n            \"brandName\": \"HEALTHY WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8644,\n            \"brandName\": \"VIP INDUSTRIES LIMITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8389,\n            \"brandName\": \"HUGGIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8645,\n            \"brandName\": \"VITRESS HAIR SOLUTIONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8390,\n            \"brandName\": \"HYPER CREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8646,\n            \"brandName\": \"FANTASY BODY SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8391,\n            \"brandName\": \"YVES DE SISTELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8647,\n            \"brandName\": \"X WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8392,\n            \"brandName\": \"JENERIK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8648,\n            \"brandName\": \"ACNEAWAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8393,\n            \"brandName\": \"JIAOLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8649,\n            \"brandName\": \"ACTIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8394,\n            \"brandName\": \"JORDANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8650,\n            \"brandName\": \"AGNESIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8395,\n            \"brandName\": \"KOJIC CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8651,\n            \"brandName\": \"ALADA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8396,\n            \"brandName\": \"KRAYONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8652,\n            \"brandName\": \"ALAIN DANIEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8397,\n            \"brandName\": \"LADYSEPT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8653,\n            \"brandName\": \"ANANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8398,\n            \"brandName\": \"LEGEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8654,\n            \"brandName\": \"ARAB NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8399,\n            \"brandName\": \"LISTERINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8655,\n            \"brandName\": \"ARGAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8400,\n            \"brandName\": \"LOVILLEA PERFUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8656,\n            \"brandName\": \"ARISTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8401,\n            \"brandName\": \"MAC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8657,\n            \"brandName\": \"ARMAF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8402,\n            \"brandName\": \"MACLEANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8658,\n            \"brandName\": \"AXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8403,\n            \"brandName\": \"MAGIC WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8659,\n            \"brandName\": \"B 12\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8404,\n            \"brandName\": \"MARY KAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8660,\n            \"brandName\": \"B26\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8405,\n            \"brandName\": \"MAYBELLINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8661,\n            \"brandName\": \"SEBA MED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8406,\n            \"brandName\": \"MEINIYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8662,\n            \"brandName\": \"BEACH PARTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8407,\n            \"brandName\": \"REXONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8663,\n            \"brandName\": \"BENTLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8408,\n            \"brandName\": \"MERIKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8664,\n            \"brandName\": \"BERGAMOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8409,\n            \"brandName\": \"CLEAR ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8665,\n            \"brandName\": \"BINGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8410,\n            \"brandName\": \"MILANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8666,\n            \"brandName\": \"BIO OIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8411,\n            \"brandName\": \"A BONNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8667,\n            \"brandName\": \"BLACK LEATHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8412,\n            \"brandName\": \"MISS BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8668,\n            \"brandName\": \"BLACKBERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8413,\n            \"brandName\": \"JANET PAPAYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8669,\n            \"brandName\": \"BLACK MAGIC HAIR CONDITIONER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8414,\n            \"brandName\": \"MOLFIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8670,\n            \"brandName\": \"RASASI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8415,\n            \"brandName\": \"MORGANS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8671,\n            \"brandName\": \"BOD MAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8416,\n            \"brandName\": \"NACISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8672,\n            \"brandName\": \"BODY TREAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8417,\n            \"brandName\": \"URBAN DECAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8673,\n            \"brandName\": \"BRETT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8418,\n            \"brandName\": \"NANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8674,\n            \"brandName\": \"BRUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8419,\n            \"brandName\": \"NATUR VITAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8675,\n            \"brandName\": \"BVLGARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8420,\n            \"brandName\": \"NATURAL BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8676,\n            \"brandName\": \"CAMELLIA DREAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8421,\n            \"brandName\": \"NATURE SECRETE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8677,\n            \"brandName\": \"CANDY BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8422,\n            \"brandName\": \"NATURE WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8678,\n            \"brandName\": \"CARAMBOLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8423,\n            \"brandName\": \"NATURES GENTLE TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8679,\n            \"brandName\": \"CAROLINA HERRERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8424,\n            \"brandName\": \"NATURESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8680,\n            \"brandName\": \"CEE LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8425,\n            \"brandName\": \"NEOSKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8681,\n            \"brandName\": \"CHICCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8426,\n            \"brandName\": \"NEROBACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8682,\n            \"brandName\": \"CLEAR QUICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8427,\n            \"brandName\": \"NEUTROTONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8683,\n            \"brandName\": \"STAN ELVIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8428,\n            \"brandName\": \"PEARS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8684,\n            \"brandName\": \"CLEAR DARK SPOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8429,\n            \"brandName\": \"PURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8685,\n            \"brandName\": \"CLOBETADERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8430,\n            \"brandName\": \"NOVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8686,\n            \"brandName\": \"COLGATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8431,\n            \"brandName\": \"OBEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8687,\n            \"brandName\": \"COLOUR ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8432,\n            \"brandName\": \"OLAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8688,\n            \"brandName\": \"CONET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8433,\n            \"brandName\": \"ORS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8689,\n            \"brandName\": \"ENGLISH BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8434,\n            \"brandName\": \"ORGANIC ROOT STIMULATOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8690,\n            \"brandName\": \"COOL WATER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8435,\n            \"brandName\": \"OPTIMAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8691,\n            \"brandName\": \"CORSODYL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8436,\n            \"brandName\": \"ORAL-B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8692,\n            \"brandName\": \"CUBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8437,\n            \"brandName\": \"FEM TIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8693,\n            \"brandName\": \"DANCER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8438,\n            \"brandName\": \"OSLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8694,\n            \"brandName\": \"DAR AL SHABAAB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8439,\n            \"brandName\": \"PAI MEI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8695,\n            \"brandName\": \"DAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8440,\n            \"brandName\": \"PALMOLIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8696,\n            \"brandName\": \"DELTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8441,\n            \"brandName\": \"PAMPERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8697,\n            \"brandName\": \"DERMALISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8442,\n            \"brandName\": \"PARADIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8698,\n            \"brandName\": \"DEUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8443,\n            \"brandName\": \"PERFECT SCENTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8699,\n            \"brandName\": \"DEXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8444,\n            \"brandName\": \"PERRY ELLIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8700,\n            \"brandName\": \"DIVA WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8445,\n            \"brandName\": \"PETALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8701,\n            \"brandName\": \"DODO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8446,\n            \"brandName\": \"PHARMADERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8702,\n            \"brandName\": \"DORALL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8447,\n            \"brandName\": \"PLUS Q WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8703,\n            \"brandName\": \"DOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:28\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:28\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8960,\n            \"brandName\": \"RUBY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9216,\n            \"brandName\": \"DEYONG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8961,\n            \"brandName\": \"SAVLON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9217,\n            \"brandName\": \"SALOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8962,\n            \"brandName\": \"SECRETS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9218,\n            \"brandName\": \"PHILIPS SONICARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8963,\n            \"brandName\": \"SIMPLY BASIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9219,\n            \"brandName\": \"SHIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8964,\n            \"brandName\": \"SKIN DOCTOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9220,\n            \"brandName\": \"SILVER LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8965,\n            \"brandName\": \"PUREDERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9221,\n            \"brandName\": \"S.O.S\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8966,\n            \"brandName\": \"SOFT & PRECIOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9222,\n            \"brandName\": \"DONALD TRUMP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8967,\n            \"brandName\": \"ST IVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9223,\n            \"brandName\": \"LA TULIPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8968,\n            \"brandName\": \"SUPREME WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9224,\n            \"brandName\": \"WAHL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8969,\n            \"brandName\": \"TOMMY HILFIGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9225,\n            \"brandName\": \"KYLIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8970,\n            \"brandName\": \"TONY MONTANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9226,\n            \"brandName\": \"3 DAYS 2 NIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8971,\n            \"brandName\": \"TRUE LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9227,\n            \"brandName\": \"BLUE HEAVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8972,\n            \"brandName\": \"UNIVERSAL BASIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9228,\n            \"brandName\": \"FACE & BODY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8973,\n            \"brandName\": \"VANILLA ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9229,\n            \"brandName\": \"CLEAR & SMOOTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8974,\n            \"brandName\": \"VAYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9230,\n            \"brandName\": \"CARELINE NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8975,\n            \"brandName\": \"VENEZIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9231,\n            \"brandName\": \"KEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8976,\n            \"brandName\": \"VICTORY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9232,\n            \"brandName\": \"FRESHDAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8977,\n            \"brandName\": \"WELLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9233,\n            \"brandName\": \"OUD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8978,\n            \"brandName\": \"VICTORIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9234,\n            \"brandName\": \"MOLI CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8979,\n            \"brandName\": \"X-WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9235,\n            \"brandName\": \"ARABLYAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8980,\n            \"brandName\": \"YTACAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9236,\n            \"brandName\": \"SPEED STICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8981,\n            \"brandName\": \"BOUDCHOU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9237,\n            \"brandName\": \"LYKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8982,\n            \"brandName\": \"SOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8983,\n            \"brandName\": \"BLUE UP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8984,\n            \"brandName\": \"HIMALAYA HERBALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8985,\n            \"brandName\": \"GSK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8986,\n            \"brandName\": \"FRUIT OF THE EARTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8987,\n            \"brandName\": \"FUNBEAUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8988,\n            \"brandName\": \"GERM X HAND SANITIZER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8989,\n            \"brandName\": \"GLADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8990,\n            \"brandName\": \"LES ENCHANTES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8991,\n            \"brandName\": \"GLUTATHIONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8992,\n            \"brandName\": \"H20\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8993,\n            \"brandName\": \"FIRST CLASS LADY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8994,\n            \"brandName\": \"NATUTAL HONEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8995,\n            \"brandName\": \"HEALTHPOINT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8996,\n            \"brandName\": \"JAMAICAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8997,\n            \"brandName\": \"KINSLEY HOUSE SKINCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8998,\n            \"brandName\": \"LEIVY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8999,\n            \"brandName\": \"LIGHTENUP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9000,\n            \"brandName\": \"LOVILLEA GELLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9001,\n            \"brandName\": \"MALUNGGAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9002,\n            \"brandName\": \"FIKKERTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9003,\n            \"brandName\": \"MAXI PEEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9004,\n            \"brandName\": \"MAXIKLEAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9005,\n            \"brandName\": \"MENONLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9006,\n            \"brandName\": \"VIOLET WISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9007,\n            \"brandName\": \"FREESIA FANTASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9008,\n            \"brandName\": \"MISTY MOUNTAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9009,\n            \"brandName\": \"MONSAVON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9010,\n            \"brandName\": \"MOTIONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9011,\n            \"brandName\": \"NAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9012,\n            \"brandName\": \"NATURVITAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9013,\n            \"brandName\": \"NATURES ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9014,\n            \"brandName\": \"NIGHTINGALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9015,\n            \"brandName\": \"NO WET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9016,\n            \"brandName\": \"OLIVERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9017,\n            \"brandName\": \"ON LEEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9018,\n            \"brandName\": \"POLSILVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9019,\n            \"brandName\": \"AFRICAS BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9020,\n            \"brandName\": \"P2G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9021,\n            \"brandName\": \"PALMERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9022,\n            \"brandName\": \"PANTENE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9023,\n            \"brandName\": \"SEMONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9024,\n            \"brandName\": \"PATRICIA REYNIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9025,\n            \"brandName\": \"PEARL DROPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9026,\n            \"brandName\": \"PEPSODENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9027,\n            \"brandName\": \"PERSIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9028,\n            \"brandName\": \"PLASTIC BRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9029,\n            \"brandName\": \"POISON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9030,\n            \"brandName\": \"PR F. BEDON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9031,\n            \"brandName\": \"PRECIOUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9032,\n            \"brandName\": \"PROLINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9033,\n            \"brandName\": \"PURE SKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9034,\n            \"brandName\": \"RADOX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9035,\n            \"brandName\": \"ROMANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9036,\n            \"brandName\": \"SAFEMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9037,\n            \"brandName\": \"SALON SELECTIVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9038,\n            \"brandName\": \"SAMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8783,\n            \"brandName\": \"GLUTAHIONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9039,\n            \"brandName\": \"SEA BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8784,\n            \"brandName\": \"BROWN ORCHID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9040,\n            \"brandName\": \"SHEAMOISTURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8785,\n            \"brandName\": \"HAIR FRUITS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9041,\n            \"brandName\": \"SHEARER CANDLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8786,\n            \"brandName\": \"TIANDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9042,\n            \"brandName\": \"SO CARROT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8787,\n            \"brandName\": \"HAVEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9043,\n            \"brandName\": \"SOFT & BEAUTIFUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8788,\n            \"brandName\": \"HAVOC SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9044,\n            \"brandName\": \"SUAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8789,\n            \"brandName\": \"HUG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9045,\n            \"brandName\": \"TALIAH WAAJID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8790,\n            \"brandName\": \"HUGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9046,\n            \"brandName\": \"MAXI WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8791,\n            \"brandName\": \"IMPERIAL LEATHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9047,\n            \"brandName\": \"MAZURI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8792,\n            \"brandName\": \"INNOCENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9048,\n            \"brandName\": \"MEMPHIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8793,\n            \"brandName\": \"ISSEY MIYAKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9049,\n            \"brandName\": \"MERONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8794,\n            \"brandName\": \"JERGENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9050,\n            \"brandName\": \"STANLEY HOME PRODUCT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8795,\n            \"brandName\": \"NIXODERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9051,\n            \"brandName\": \"CHERRY CRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8796,\n            \"brandName\": \"JOHNSONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9052,\n            \"brandName\": \"MISS WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8797,\n            \"brandName\": \"K KOPACABANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9053,\n            \"brandName\": \"NATURAL HONEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8798,\n            \"brandName\": \"KOUROS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9054,\n            \"brandName\": \"NCP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8799,\n            \"brandName\": \"KUZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9055,\n            \"brandName\": \"NEW MUSK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8800,\n            \"brandName\": \"LEVINIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9056,\n            \"brandName\": \"NEW & TRENDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8801,\n            \"brandName\": \"LIFEON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9057,\n            \"brandName\": \"ECO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8802,\n            \"brandName\": \"LOOKING GOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9058,\n            \"brandName\": \"ATHENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8803,\n            \"brandName\": \"LUSTER SILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9059,\n            \"brandName\": \"NUTREND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8804,\n            \"brandName\": \"LYRIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9060,\n            \"brandName\": \"OUD BOMB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8805,\n            \"brandName\": \"TBN VENTURES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9061,\n            \"brandName\": \"PEARL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8806,\n            \"brandName\": \"AFFECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9062,\n            \"brandName\": \"SNAKE BRAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8807,\n            \"brandName\": \"MAXI TONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9063,\n            \"brandName\": \"PROCLAIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8808,\n            \"brandName\": \"MENTADENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9064,\n            \"brandName\": \"MEGA GROWTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8809,\n            \"brandName\": \"MILLIONAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9065,\n            \"brandName\": \"PROTECTIV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8810,\n            \"brandName\": \"MOKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9066,\n            \"brandName\": \"PUNCH & JUDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8811,\n            \"brandName\": \"NIGHT FISSION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9067,\n            \"brandName\": \"QC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8812,\n            \"brandName\": \"NIMITZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9068,\n            \"brandName\": \"DO RE MI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8813,\n            \"brandName\": \"NU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9069,\n            \"brandName\": \"ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8814,\n            \"brandName\": \"OLD SPICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9070,\n            \"brandName\": \"SELLION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8815,\n            \"brandName\": \"AFRICA BEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9071,\n            \"brandName\": \"SENIOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8816,\n            \"brandName\": \"JACQUES BOGART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9072,\n            \"brandName\": \"SENSODYNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8817,\n            \"brandName\": \"MEN ONLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9073,\n            \"brandName\": \"SERIAL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8818,\n            \"brandName\": \"ORIENTAL ROSE REFAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9074,\n            \"brandName\": \"HAVOC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8819,\n            \"brandName\": \"P&N\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9075,\n            \"brandName\": \"GLADIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8820,\n            \"brandName\": \"PACO RABANNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9076,\n            \"brandName\": \"BUDDSBUDDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8821,\n            \"brandName\": \"PALMERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9077,\n            \"brandName\": \"ELLEN TRACY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8822,\n            \"brandName\": \"PINK WILD AT HEART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9078,\n            \"brandName\": \"TRESEMME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8823,\n            \"brandName\": \"PINK DRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9079,\n            \"brandName\": \"TRIDENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8824,\n            \"brandName\": \"POLO BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9080,\n            \"brandName\": \"SUNPLAY ULTRA SHIELD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8825,\n            \"brandName\": \"POWER STICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9081,\n            \"brandName\": \"AMLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8826,\n            \"brandName\": \"PR FRANCOISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9082,\n            \"brandName\": \"VIRGIN HAIR FERTILIZER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8827,\n            \"brandName\": \"PRECIOUS BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9083,\n            \"brandName\": \"VIVA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8828,\n            \"brandName\": \"PUCELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9084,\n            \"brandName\": \"GINSENG MIRACLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8829,\n            \"brandName\": \"PURE LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9085,\n            \"brandName\": \"WRIGHTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8830,\n            \"brandName\": \"QUESTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9086,\n            \"brandName\": \"3D CREST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8831,\n            \"brandName\": \"RADIANCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9087,\n            \"brandName\": \"AMERICAN BEAUTY CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8832,\n            \"brandName\": \"CREATION LAMIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9088,\n            \"brandName\": \"ADVANCED CLINICALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8833,\n            \"brandName\": \"RED DIAMOND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9089,\n            \"brandName\": \"ANEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8834,\n            \"brandName\": \"DE AL REHAB PERFUMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9090,\n            \"brandName\": \"LOVE MOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8835,\n            \"brandName\": \"KRYRIAZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9091,\n            \"brandName\": \"AVENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8836,\n            \"brandName\": \"RIGHT GUARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9092,\n            \"brandName\": \"BABY MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8837,\n            \"brandName\": \"SCHWARZKOPF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9093,\n            \"brandName\": \"BIODERMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8838,\n            \"brandName\": \"SEDUCTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9094,\n            \"brandName\": \"BIO GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8839,\n            \"brandName\": \"SENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9095,\n            \"brandName\": \"BIO LUXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8840,\n            \"brandName\": \"SHANDARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9096,\n            \"brandName\": \"BLOSSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8841,\n            \"brandName\": \"SHIRLEY MAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9097,\n            \"brandName\": \"NEUTOGENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8842,\n            \"brandName\": \"SHIRLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9098,\n            \"brandName\": \"BOOTS BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8843,\n            \"brandName\": \"SILKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9099,\n            \"brandName\": \"BUBBLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8844,\n            \"brandName\": \"SIVODERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9100,\n            \"brandName\": \"CALAMINE LOTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8845,\n            \"brandName\": \"SKINLAB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9101,\n            \"brandName\": \"CARESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8846,\n            \"brandName\": \"SKINREAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9102,\n            \"brandName\": \"CAREX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8847,\n            \"brandName\": \"SMART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9103,\n            \"brandName\": \"CIDAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8848,\n            \"brandName\": \"SPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9104,\n            \"brandName\": \"COCODERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8849,\n            \"brandName\": \"MUOI TAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9105,\n            \"brandName\": \"CREST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8850,\n            \"brandName\": \"SPARKLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9106,\n            \"brandName\": \"DALAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8851,\n            \"brandName\": \"SPORTING WAVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9107,\n            \"brandName\": \"DELON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8852,\n            \"brandName\": \"ST MICHAEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9108,\n            \"brandName\": \"DIAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8853,\n            \"brandName\": \"SURE WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9109,\n            \"brandName\": \"DISGUISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8854,\n            \"brandName\": \"SWISS COLLAGEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9110,\n            \"brandName\": \"DR MIRACLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8855,\n            \"brandName\": \"TOM FORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9111,\n            \"brandName\": \"DR RASHEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8856,\n            \"brandName\": \"TOPKLASS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9112,\n            \"brandName\": \"DR WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8857,\n            \"brandName\": \"TOTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9113,\n            \"brandName\": \"DYNAMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8858,\n            \"brandName\": \"UMBRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9114,\n            \"brandName\": \"TOMMY TIPPEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8859,\n            \"brandName\": \"USHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9115,\n            \"brandName\": \"EBEANO OYATO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8860,\n            \"brandName\": \"VALDERMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9116,\n            \"brandName\": \"ENLIVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8861,\n            \"brandName\": \"VERSACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9117,\n            \"brandName\": \"ESKINOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8862,\n            \"brandName\": \"VOVI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9118,\n            \"brandName\": \"EXTRACT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8863,\n            \"brandName\": \"JEAN MISS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9119,\n            \"brandName\": \"EUCERIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8864,\n            \"brandName\": \"WINONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9120,\n            \"brandName\": \"EVERY DAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8865,\n            \"brandName\": \"WONDER GRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9121,\n            \"brandName\": \"EXECUTIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8866,\n            \"brandName\": \"XBC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9122,\n            \"brandName\": \"FA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8867,\n            \"brandName\": \"BABY CHERIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9123,\n            \"brandName\": \"FADE OUT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8868,\n            \"brandName\": \"CHENG FENG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9124,\n            \"brandName\": \"717 MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8869,\n            \"brandName\": \"DORCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9125,\n            \"brandName\": \"APRICOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8870,\n            \"brandName\": \"DORIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9126,\n            \"brandName\": \"BELCAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8871,\n            \"brandName\": \"EMPER FASIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9127,\n            \"brandName\": \"BEYONCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8872,\n            \"brandName\": \"INTERLUDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9128,\n            \"brandName\": \"BLACK AND SEXY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8873,\n            \"brandName\": \"MY SOUL MATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9129,\n            \"brandName\": \"BON BONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8874,\n            \"brandName\": \"FLUORODINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9130,\n            \"brandName\": \"BOTANICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8875,\n            \"brandName\": \"FORMULA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9131,\n            \"brandName\": \"BUMP STOPPER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8876,\n            \"brandName\": \"WET NAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9132,\n            \"brandName\": \"CAMELEON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8877,\n            \"brandName\": \"G & G\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9133,\n            \"brandName\": \"CAREFREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8878,\n            \"brandName\": \"GARNIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9134,\n            \"brandName\": \"CARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8879,\n            \"brandName\": \"GLUPA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9135,\n            \"brandName\": \"CHRISTIAN DIOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8880,\n            \"brandName\": \"GLUTA-C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9136,\n            \"brandName\": \"CORONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8881,\n            \"brandName\": \"GOLDEN ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9137,\n            \"brandName\": \"DOO GRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8882,\n            \"brandName\": \"GRACE COLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9138,\n            \"brandName\": \"SYLVANIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8883,\n            \"brandName\": \"XPEL MEDIPURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9139,\n            \"brandName\": \"FAMICARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8884,\n            \"brandName\": \"MEDIPURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9140,\n            \"brandName\": \"JAGGER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8885,\n            \"brandName\": \"HANDWASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9141,\n            \"brandName\": \"SAPONERIE MARIO FISSI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8886,\n            \"brandName\": \"HAND FRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9142,\n            \"brandName\": \"MR, BRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8887,\n            \"brandName\": \"BELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9143,\n            \"brandName\": \"NICKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8888,\n            \"brandName\": \"MAGIC TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9144,\n            \"brandName\": \"NO MARKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8889,\n            \"brandName\": \"HEAD AND SHOULDERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9145,\n            \"brandName\": \"BAJAJ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8890,\n            \"brandName\": \"FIRST CHOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9146,\n            \"brandName\": \"PRIVATE MAN PERFUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8891,\n            \"brandName\": \"HUGGIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9147,\n            \"brandName\": \"PUTZI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8892,\n            \"brandName\": \"INECTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9148,\n            \"brandName\": \"REPUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8893,\n            \"brandName\": \"KLEANMATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9149,\n            \"brandName\": \"SALLY HANSEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8894,\n            \"brandName\": \"KLEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9150,\n            \"brandName\": \"OEM ORDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8895,\n            \"brandName\": \"KOJIE SAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9151,\n            \"brandName\": \"3M\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8896,\n            \"brandName\": \"KOTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9152,\n            \"brandName\": \"SILVER LIGHT PERFUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8897,\n            \"brandName\": \"LANDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9153,\n            \"brandName\": \"SOFT TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8898,\n            \"brandName\": \"LEMON GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9154,\n            \"brandName\": \"XENIUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8899,\n            \"brandName\": \"LUBRIDERM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9155,\n            \"brandName\": \"TEN-O-SIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8900,\n            \"brandName\": \"LUCKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9156,\n            \"brandName\": \"TRACIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8901,\n            \"brandName\": \"LYSOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9157,\n            \"brandName\": \"U & ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8902,\n            \"brandName\": \"HAND CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9158,\n            \"brandName\": \"ULTRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8903,\n            \"brandName\": \"FRAGRANCE WORLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9159,\n            \"brandName\": \"ULTREX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8904,\n            \"brandName\": \"ESKODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9160,\n            \"brandName\": \"USA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8905,\n            \"brandName\": \"EUTHYMOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9161,\n            \"brandName\": \"XS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8906,\n            \"brandName\": \"EXTRA CLAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9162,\n            \"brandName\": \"YAMEIOU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8907,\n            \"brandName\": \"CHANTELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9163,\n            \"brandName\": \"YARDLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8908,\n            \"brandName\": \"FANTASY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9164,\n            \"brandName\": \"TEA TREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8909,\n            \"brandName\": \"FEEL GOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9165,\n            \"brandName\": \"TESORI DORIENTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8910,\n            \"brandName\": \"JOOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9166,\n            \"brandName\": \"THE BODY SHOP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8911,\n            \"brandName\": \"MILTON LLOYD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9167,\n            \"brandName\": \"TIPPYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8912,\n            \"brandName\": \"FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9168,\n            \"brandName\": \"TOUCH ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8913,\n            \"brandName\": \"SO WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9169,\n            \"brandName\": \"TURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8914,\n            \"brandName\": \"GERVENNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9170,\n            \"brandName\": \"JOHAN B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8915,\n            \"brandName\": \"GIRL FRIEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9171,\n            \"brandName\": \"ZAIBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8916,\n            \"brandName\": \"GLIDE MULTIPURPOSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9172,\n            \"brandName\": \"ZERO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8917,\n            \"brandName\": \"GOVERNOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9173,\n            \"brandName\": \"PLANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8918,\n            \"brandName\": \"DERMATOLOGY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9174,\n            \"brandName\": \"BEAUTY ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8919,\n            \"brandName\": \"HEATOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9175,\n            \"brandName\": \"BEAUTY EXPRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8920,\n            \"brandName\": \"HIP LIFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9176,\n            \"brandName\": \"BEYOND BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8921,\n            \"brandName\": \"IZZI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9177,\n            \"brandName\": \"BIGEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8922,\n            \"brandName\": \"JADORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9178,\n            \"brandName\": \"BIKINIZONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8923,\n            \"brandName\": \"JAGUAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9179,\n            \"brandName\": \"BINACA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8924,\n            \"brandName\": \"LEXUS GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9180,\n            \"brandName\": \"BIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8925,\n            \"brandName\": \"LOMANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9181,\n            \"brandName\": \"BISMID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8926,\n            \"brandName\": \"TIMEWISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9182,\n            \"brandName\": \"BLACK IS BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8927,\n            \"brandName\": \"MAXI WHITE S1\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9183,\n            \"brandName\": \"BOMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8928,\n            \"brandName\": \"MAXI LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9184,\n            \"brandName\": \"GERVENNE BOUQUET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8929,\n            \"brandName\": \"OTENTIKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9185,\n            \"brandName\": \"BRAVIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8930,\n            \"brandName\": \"MAZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9186,\n            \"brandName\": \"QUBANCREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8931,\n            \"brandName\": \"MEDICARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9187,\n            \"brandName\": \"CARROT GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8932,\n            \"brandName\": \"MEKAKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9188,\n            \"brandName\": \"CELINE DION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8933,\n            \"brandName\": \"MELAO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9189,\n            \"brandName\": \"CELINE YOUNG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8934,\n            \"brandName\": \"MIRACLE MAXITONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9190,\n            \"brandName\": \"CREME OF NATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8935,\n            \"brandName\": \"NEO-MEDRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9191,\n            \"brandName\": \"DR ORGANIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8936,\n            \"brandName\": \"NESO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9192,\n            \"brandName\": \"DYNASTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8937,\n            \"brandName\": \"SHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9193,\n            \"brandName\": \"EMILY MILLIONAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8938,\n            \"brandName\": \"NOXZEMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9194,\n            \"brandName\": \"EMPIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8939,\n            \"brandName\": \"OMEGA-A\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9195,\n            \"brandName\": \"APPLE BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8940,\n            \"brandName\": \"ONLY BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9196,\n            \"brandName\": \"BELLE NEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8941,\n            \"brandName\": \"ORGANIC HAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9197,\n            \"brandName\": \"BLOCK & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8942,\n            \"brandName\": \"OXY 10\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9198,\n            \"brandName\": \"PLASTIC BATH SPONGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8943,\n            \"brandName\": \"POP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9199,\n            \"brandName\": \"BUBBLE BATH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8944,\n            \"brandName\": \"PALMA ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9200,\n            \"brandName\": \"REMY LATOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8945,\n            \"brandName\": \"DIAMOND GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9201,\n            \"brandName\": \"CAOAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8946,\n            \"brandName\": \"PERSONAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9202,\n            \"brandName\": \"CONSTI RELAX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8947,\n            \"brandName\": \"NEO MEDROL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9203,\n            \"brandName\": \"COUNTRY CLUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8948,\n            \"brandName\": \"POLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9204,\n            \"brandName\": \"FEMTEX TAMPONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8949,\n            \"brandName\": \"PREMIER COOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9205,\n            \"brandName\": \"GEOFFREY FLANNEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8950,\n            \"brandName\": \"SKIN SUPPLIES NG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9206,\n            \"brandName\": \"MAJOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8951,\n            \"brandName\": \"Q5\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9207,\n            \"brandName\": \"THIERRY MUGLER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8952,\n            \"brandName\": \"ANTONIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9208,\n            \"brandName\": \"SANMEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8953,\n            \"brandName\": \"ROBERTO CAVALLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9209,\n            \"brandName\": \"NOMARKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8954,\n            \"brandName\": \"RALPH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9210,\n            \"brandName\": \"JACK BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8955,\n            \"brandName\": \"RENEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9211,\n            \"brandName\": \"PAPAYA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8956,\n            \"brandName\": \"ROBERTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9212,\n            \"brandName\": \"PAROZONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8957,\n            \"brandName\": \"ROUSHUN NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9213,\n            \"brandName\": \"PIRTTY CIEAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8958,\n            \"brandName\": \"TAYONGPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9214,\n            \"brandName\": \"PIXY LOTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 8959,\n            \"brandName\": \"MPF DARING EAU DE PARFUM FOR WOMEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9215,\n            \"brandName\": \"PONDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:29\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:29\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9472,\n            \"brandName\": \"SO FINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9473,\n            \"brandName\": \"SOLO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9474,\n            \"brandName\": \"STEP BY STEP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9475,\n            \"brandName\": \"GEK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9476,\n            \"brandName\": \"TRIBUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9477,\n            \"brandName\": \"WAW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9478,\n            \"brandName\": \"DENTA PLUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9479,\n            \"brandName\": \"LA DAKAROISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9480,\n            \"brandName\": \"NITTOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9481,\n            \"brandName\": \"SOFT 7\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9482,\n            \"brandName\": \"GIVENCHY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9483,\n            \"brandName\": \"AQUA MOISTURIZING CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9484,\n            \"brandName\": \"DR NICE BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9485,\n            \"brandName\": \"EMZOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9486,\n            \"brandName\": \"ESCONIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9487,\n            \"brandName\": \"MAJIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9488,\n            \"brandName\": \"WEITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9489,\n            \"brandName\": \"MYCOTEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9490,\n            \"brandName\": \"NEO PRESOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9491,\n            \"brandName\": \"COTONET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9492,\n            \"brandName\": \"ONE LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9493,\n            \"brandName\": \"PINK BLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9238,\n            \"brandName\": \"MILLIONAIRE CLUB PERFUMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9494,\n            \"brandName\": \"SELSUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9239,\n            \"brandName\": \"PRINCESS PAA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9495,\n            \"brandName\": \"SMARTCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9240,\n            \"brandName\": \"RISING RAVING BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9496,\n            \"brandName\": \"SOFTCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9241,\n            \"brandName\": \"SHOWER TO SHOWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9497,\n            \"brandName\": \"DISNEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9242,\n            \"brandName\": \"BONNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9498,\n            \"brandName\": \"BLACK MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9243,\n            \"brandName\": \"AZZARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9499,\n            \"brandName\": \"SPRING FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9244,\n            \"brandName\": \"BURBERRY TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9500,\n            \"brandName\": \"MIRADA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9245,\n            \"brandName\": \"DUNHILL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9501,\n            \"brandName\": \"SUSPENSO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9246,\n            \"brandName\": \"ELYSEE COSMETICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9502,\n            \"brandName\": \"TEMPEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9247,\n            \"brandName\": \"REMY MARQUIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9503,\n            \"brandName\": \"FULLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9248,\n            \"brandName\": \"TOP TIPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9504,\n            \"brandName\": \"PURELY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9249,\n            \"brandName\": \"ALBERTO BALSAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9505,\n            \"brandName\": \"ZARINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9250,\n            \"brandName\": \"AMBRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9506,\n            \"brandName\": \"BB CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9251,\n            \"brandName\": \"AUSSIE MIRACLE MOIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9507,\n            \"brandName\": \"ECI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9252,\n            \"brandName\": \"BATISTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9508,\n            \"brandName\": \"HEEL BALM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9253,\n            \"brandName\": \"BENYLIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9509,\n            \"brandName\": \"PHYTO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9254,\n            \"brandName\": \"BRYLCREEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9510,\n            \"brandName\": \"CLASSIC & SMART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9255,\n            \"brandName\": \"CHAPSTICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9511,\n            \"brandName\": \"MONT BLANC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9256,\n            \"brandName\": \"CLEARBLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9512,\n            \"brandName\": \"ANDREWS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9257,\n            \"brandName\": \"CORAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9513,\n            \"brandName\": \"QUATE BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9258,\n            \"brandName\": \"DENTIPLUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9514,\n            \"brandName\": \"FIESTA CONDOMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9259,\n            \"brandName\": \"DIMPLES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9515,\n            \"brandName\": \"FRANK OLIVIER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9260,\n            \"brandName\": \"ELASTOPLAST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9516,\n            \"brandName\": \"TED LAPIDUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9261,\n            \"brandName\": \"ACQUA DI PARMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9517,\n            \"brandName\": \"SHADE OF GRACE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9262,\n            \"brandName\": \"ALL 4 U\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9518,\n            \"brandName\": \"GREY DE KOURON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9263,\n            \"brandName\": \"ANTI PIMPLES SOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9519,\n            \"brandName\": \"WRIGLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9264,\n            \"brandName\": \"AVENTOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9520,\n            \"brandName\": \"PURELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9265,\n            \"brandName\": \"BIOTIN & COLLAGEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9521,\n            \"brandName\": \"FAIR &  WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9266,\n            \"brandName\": \"BLACK CODE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9522,\n            \"brandName\": \"FOXS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9267,\n            \"brandName\": \"VINTAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9523,\n            \"brandName\": \"ASTROGLIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9268,\n            \"brandName\": \"BLACK ORCHID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9524,\n            \"brandName\": \"AMERICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9269,\n            \"brandName\": \"BLEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9525,\n            \"brandName\": \"SHIBARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9270,\n            \"brandName\": \"BROWN LEATHER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9526,\n            \"brandName\": \"DOCTOR CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9271,\n            \"brandName\": \"CARROT SOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9527,\n            \"brandName\": \"AL REHAB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9272,\n            \"brandName\": \"CHAOBA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9528,\n            \"brandName\": \"LIL-LET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9273,\n            \"brandName\": \"CITIZEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9529,\n            \"brandName\": \"GLAMORIZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9274,\n            \"brandName\": \"COCOPULP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9530,\n            \"brandName\": \"VIRGIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9275,\n            \"brandName\": \"COLLAGEN CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9531,\n            \"brandName\": \"PURPOSE COSMETIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9276,\n            \"brandName\": \"CONFIDENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9532,\n            \"brandName\": \"SALOON HAND WASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9277,\n            \"brandName\": \"AALI MUSTAWA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9533,\n            \"brandName\": \"GOOD LIFE PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9278,\n            \"brandName\": \"AFRODITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9534,\n            \"brandName\": \"SWEET HONESTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9279,\n            \"brandName\": \"ANION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9535,\n            \"brandName\": \"NAPKINS BABY HYGIENE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9280,\n            \"brandName\": \"AHLAM AL ARAB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9536,\n            \"brandName\": \"JORDAN TOOTHBRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9281,\n            \"brandName\": \"VERA WANG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9537,\n            \"brandName\": \"FORAMEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9282,\n            \"brandName\": \"AL HARAMIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9538,\n            \"brandName\": \"RED FOX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9283,\n            \"brandName\": \"FASIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9539,\n            \"brandName\": \"WOOLITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9284,\n            \"brandName\": \"OLA PURPLE DEODORANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9540,\n            \"brandName\": \"GENTLE RELAXER TWIN PARK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9285,\n            \"brandName\": \"IMPERIO PLATINUM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9541,\n            \"brandName\": \"CR&Atilde;&circ;ME OF NATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9286,\n            \"brandName\": \"KUU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9542,\n            \"brandName\": \"FANTASTIX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9287,\n            \"brandName\": \"MEMORIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9543,\n            \"brandName\": \"PEFLOMED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9288,\n            \"brandName\": \"DORALL COLLECTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9544,\n            \"brandName\": \"WITCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9289,\n            \"brandName\": \"OUD MODEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9545,\n            \"brandName\": \"SCHOLL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9290,\n            \"brandName\": \"ROYAL AQUA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9546,\n            \"brandName\": \"SIMPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9291,\n            \"brandName\": \"ROYAL FLUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9547,\n            \"brandName\": \"BLADE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9292,\n            \"brandName\": \"55H+ PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9548,\n            \"brandName\": \"AMBI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9293,\n            \"brandName\": \"BOUCHARD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9549,\n            \"brandName\": \"EPIELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9294,\n            \"brandName\": \"CLEAN AND CLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9550,\n            \"brandName\": \"CHARMING SCENTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9295,\n            \"brandName\": \"MATEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9551,\n            \"brandName\": \"SAFE CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9296,\n            \"brandName\": \"NANTUCKET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9552,\n            \"brandName\": \"PENGUEN POLISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9297,\n            \"brandName\": \"WHITE RAIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9553,\n            \"brandName\": \"SAZZY BOTANICALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9298,\n            \"brandName\": \"ZEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9554,\n            \"brandName\": \"ST, MORIZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9299,\n            \"brandName\": \"ATRIXO CREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9555,\n            \"brandName\": \"PRETTY SMOOTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9300,\n            \"brandName\": \"AUSSIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9556,\n            \"brandName\": \"FRESH BREATH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9301,\n            \"brandName\": \"BODYFORM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9557,\n            \"brandName\": \"AREON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9302,\n            \"brandName\": \"DEEP FREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9558,\n            \"brandName\": \"ADVANCE TOOTHBRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9303,\n            \"brandName\": \"DEEP HEAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9559,\n            \"brandName\": \"DIESEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9304,\n            \"brandName\": \"DENIVIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9560,\n            \"brandName\": \"HIT THE SPOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9305,\n            \"brandName\": \"DEPEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9561,\n            \"brandName\": \"PLEASURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9306,\n            \"brandName\": \"TIDDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9562,\n            \"brandName\": \"PEAUCLAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9307,\n            \"brandName\": \"2 FRIEND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9563,\n            \"brandName\": \"PRIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9308,\n            \"brandName\": \"ICON ABSOLUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9564,\n            \"brandName\": \"MONTAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9309,\n            \"brandName\": \"ANDREA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9565,\n            \"brandName\": \"RAD BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9310,\n            \"brandName\": \"AVENTUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9566,\n            \"brandName\": \"PINE WEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9311,\n            \"brandName\": \"BELLE VIOLETTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9567,\n            \"brandName\": \"DAGGETT & RAMSDELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9312,\n            \"brandName\": \"BLACK &  WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9568,\n            \"brandName\": \"CUREL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9313,\n            \"brandName\": \"BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9569,\n            \"brandName\": \"PERSONNA COMFORT COATED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9314,\n            \"brandName\": \"CYBELE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9570,\n            \"brandName\": \"MYSTIQUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9315,\n            \"brandName\": \"CASABLANCA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9571,\n            \"brandName\": \"SEXIEST FANTASIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9316,\n            \"brandName\": \"CHANEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9572,\n            \"brandName\": \"PRINCE MATCHABELLI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9317,\n            \"brandName\": \"CITRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9573,\n            \"brandName\": \"PARFUMS DE COEUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9318,\n            \"brandName\": \"COTTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9574,\n            \"brandName\": \"DESIGNER IMPOSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9319,\n            \"brandName\": \"CUZZI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9575,\n            \"brandName\": \"BODY HEAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9320,\n            \"brandName\": \"DAGMAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9576,\n            \"brandName\": \"INCENSE MOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9321,\n            \"brandName\": \"ZUOFUN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9577,\n            \"brandName\": \"2HOT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9322,\n            \"brandName\": \"DECLARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9578,\n            \"brandName\": \"TEMPT ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9323,\n            \"brandName\": \"SHINING WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9579,\n            \"brandName\": \"FLEX BALSAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9324,\n            \"brandName\": \"DOREMI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9580,\n            \"brandName\": \"PRIMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9325,\n            \"brandName\": \"EXCEPTIONAL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9326,\n            \"brandName\": \"TREE CITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9327,\n            \"brandName\": \"LA FIRMAMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9328,\n            \"brandName\": \"LADY GAGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9329,\n            \"brandName\": \"LAPIDUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9330,\n            \"brandName\": \"PRICENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9331,\n            \"brandName\": \"MISS ROSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9332,\n            \"brandName\": \"MORINGINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9333,\n            \"brandName\": \"GENTLE TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9334,\n            \"brandName\": \"ORIENTICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9335,\n            \"brandName\": \"OIL 4LIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9336,\n            \"brandName\": \"PRESIDENTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9337,\n            \"brandName\": \"QUEEN ELIZABETH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9338,\n            \"brandName\": \"VIXA SKINEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9339,\n            \"brandName\": \"RENEWAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9340,\n            \"brandName\": \"CONTEMPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9341,\n            \"brandName\": \"SAGA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9342,\n            \"brandName\": \"SENSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9343,\n            \"brandName\": \"HOME SELECT POCKET SILK TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9344,\n            \"brandName\": \"SKIN BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9345,\n            \"brandName\": \"SPLENDIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9346,\n            \"brandName\": \"SUCCEED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9347,\n            \"brandName\": \"TIMELESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9348,\n            \"brandName\": \"TOPICREM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9349,\n            \"brandName\": \"TOPSYNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9350,\n            \"brandName\": \"TOUCH MUSK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9351,\n            \"brandName\": \"VO5\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9352,\n            \"brandName\": \"THE VOICE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9353,\n            \"brandName\": \"PRESTIGE PARIS A.P\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9354,\n            \"brandName\": \"ZANDARIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9355,\n            \"brandName\": \"WILKINSON SWORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9356,\n            \"brandName\": \"SANEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9357,\n            \"brandName\": \"SEPTONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9358,\n            \"brandName\": \"SIMPLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9359,\n            \"brandName\": \"ST. MORIZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9360,\n            \"brandName\": \"SYSTEME PRO VITAMIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9361,\n            \"brandName\": \"TOUCH OF SILVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9362,\n            \"brandName\": \"VOSENE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9363,\n            \"brandName\": \"WASH & GO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9364,\n            \"brandName\": \"SHOCKWAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9365,\n            \"brandName\": \"WELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9366,\n            \"brandName\": \"NUAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9367,\n            \"brandName\": \"OPTREX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9368,\n            \"brandName\": \"VEGAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9369,\n            \"brandName\": \"HERBAL ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9370,\n            \"brandName\": \"HYGIENIC HANDWASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9371,\n            \"brandName\": \"IMPULSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9372,\n            \"brandName\": \"717 SEXY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9373,\n            \"brandName\": \"AMMIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9374,\n            \"brandName\": \"AQUALIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9375,\n            \"brandName\": \"ASANTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9376,\n            \"brandName\": \"ASANTEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9377,\n            \"brandName\": \"ASTRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9378,\n            \"brandName\": \"BEBEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9379,\n            \"brandName\": \"BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9380,\n            \"brandName\": \"BODY MIST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9381,\n            \"brandName\": \"HOUSE LIVING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9382,\n            \"brandName\": \"CARLOTTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9383,\n            \"brandName\": \"CHANSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9384,\n            \"brandName\": \"CHARCOAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9385,\n            \"brandName\": \"COOL BLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9386,\n            \"brandName\": \"FACEBOOK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9387,\n            \"brandName\": \"FEBREZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9388,\n            \"brandName\": \"FLOWER FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9389,\n            \"brandName\": \"MONITOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9390,\n            \"brandName\": \"HAPPY GIRL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9391,\n            \"brandName\": \"HOLIDAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9392,\n            \"brandName\": \"CAMARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9393,\n            \"brandName\": \"JIMPO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9394,\n            \"brandName\": \"LIFEBOUY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9395,\n            \"brandName\": \"LIGHT & NATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9396,\n            \"brandName\": \"LIKAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9397,\n            \"brandName\": \"EDP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9398,\n            \"brandName\": \"MARK BODYLINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9399,\n            \"brandName\": \"MEDI SOFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9400,\n            \"brandName\": \"MK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9401,\n            \"brandName\": \"NEETEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9402,\n            \"brandName\": \"SERUM EXCULSIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9403,\n            \"brandName\": \"DEAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9404,\n            \"brandName\": \"DIVERSION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9405,\n            \"brandName\": \"DREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9406,\n            \"brandName\": \"E-6\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9407,\n            \"brandName\": \"EARL GREY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9408,\n            \"brandName\": \"YUMURTA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9409,\n            \"brandName\": \"PURE EGYPTIAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9410,\n            \"brandName\": \"CALVIN KLIEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9411,\n            \"brandName\": \"SLIME EXTREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9412,\n            \"brandName\": \"FALL IN LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9413,\n            \"brandName\": \"OUD FAZZA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9414,\n            \"brandName\": \"RALPH INFINITY GOLD WHITENING MILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9415,\n            \"brandName\": \"CASTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9416,\n            \"brandName\": \"LADY PRESIDENTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9417,\n            \"brandName\": \"BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9418,\n            \"brandName\": \"MACEDOINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9419,\n            \"brandName\": \"GROWTH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9420,\n            \"brandName\": \"MOCO DE GORILA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9421,\n            \"brandName\": \"NETWORK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9422,\n            \"brandName\": \"OBLIVION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9423,\n            \"brandName\": \"OUD AMIRI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9424,\n            \"brandName\": \"MONT ANNE PARFUMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9425,\n            \"brandName\": \"HEMANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9426,\n            \"brandName\": \"REAL LOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9427,\n            \"brandName\": \"RALPH LAUREEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9428,\n            \"brandName\": \"SHUGAR SOAPWORK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9429,\n            \"brandName\": \"SILKY WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9430,\n            \"brandName\": \"ST. IVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9431,\n            \"brandName\": \"TISCOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9432,\n            \"brandName\": \"TRIBOTAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9433,\n            \"brandName\": \"WHITE SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9434,\n            \"brandName\": \"DAUSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9435,\n            \"brandName\": \"ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9436,\n            \"brandName\": \"HEAD FUNK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9437,\n            \"brandName\": \"FULL MARK SOLUTION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9438,\n            \"brandName\": \"2 BARS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9439,\n            \"brandName\": \"GLUTA C\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9440,\n            \"brandName\": \"ADORE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9441,\n            \"brandName\": \"AMOURAGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9442,\n            \"brandName\": \"ARCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9443,\n            \"brandName\": \"ASTONISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9444,\n            \"brandName\": \"BIOSKIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9445,\n            \"brandName\": \"XOC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9446,\n            \"brandName\": \"JUICY COUTURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9447,\n            \"brandName\": \"DALLAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9448,\n            \"brandName\": \"DOLCE & GABBANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9449,\n            \"brandName\": \"ECLIPSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9450,\n            \"brandName\": \"RED DOOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9451,\n            \"brandName\": \"GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9452,\n            \"brandName\": \"PERFECT PURITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9453,\n            \"brandName\": \"COOL & CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9454,\n            \"brandName\": \"GLOBPLUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9455,\n            \"brandName\": \"GLORY BLOSSOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9456,\n            \"brandName\": \"GUCCI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9457,\n            \"brandName\": \"HIGH-STREET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9458,\n            \"brandName\": \"ICON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9459,\n            \"brandName\": \"PRETTY GIRL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9460,\n            \"brandName\": \"FOGG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9461,\n            \"brandName\": \"MICELLAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9462,\n            \"brandName\": \"MILLION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9463,\n            \"brandName\": \"MISS BIMBO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9464,\n            \"brandName\": \"ANFAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9465,\n            \"brandName\": \"CR&Atilde;&circ;ME RELAXER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9466,\n            \"brandName\": \"ODAYLS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9467,\n            \"brandName\": \"MONET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9468,\n            \"brandName\": \"PINK ROMANCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9469,\n            \"brandName\": \"PLAY BOY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9470,\n            \"brandName\": \"RENEW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9471,\n            \"brandName\": \"SHUGAR SOAPWORKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:30\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:30\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9728,\n            \"brandName\": \"LA VIE EST BELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9729,\n            \"brandName\": \"LONAMI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9730,\n            \"brandName\": \"LANCOME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9731,\n            \"brandName\": \"LELIDO SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9732,\n            \"brandName\": \"LADY IN COLOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9733,\n            \"brandName\": \"OTENTIKA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9734,\n            \"brandName\": \"PR FRANCOIS BEDON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9735,\n            \"brandName\": \"CLEOPATRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9736,\n            \"brandName\": \"DULGON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9737,\n            \"brandName\": \"SEX AND THE CITY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9738,\n            \"brandName\": \"ISANA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9739,\n            \"brandName\": \"LIREN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9740,\n            \"brandName\": \"WHITE NATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9741,\n            \"brandName\": \"BLOCK&WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9742,\n            \"brandName\": \"PUREFORM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9743,\n            \"brandName\": \"PUCELLE PERFUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9744,\n            \"brandName\": \"ROSE POWDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9745,\n            \"brandName\": \"SMH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9746,\n            \"brandName\": \"SPRITZ COLOGNE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9747,\n            \"brandName\": \"MORNING FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9748,\n            \"brandName\": \"BABYLOVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9749,\n            \"brandName\": \"IGORA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9750,\n            \"brandName\": \"FAIRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9751,\n            \"brandName\": \"FLORENA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9752,\n            \"brandName\": \"NINA RICCI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9753,\n            \"brandName\": \"TERRE D HERMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9754,\n            \"brandName\": \"HERMES TERRE MENS SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9755,\n            \"brandName\": \"LA PETITE ROBE TOLIETTE SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9756,\n            \"brandName\": \"CHRISTIAN DIOR POISON SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9757,\n            \"brandName\": \"B LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9758,\n            \"brandName\": \"WHITE EXTRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9759,\n            \"brandName\": \"HQ EXTREME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9760,\n            \"brandName\": \"BETTINA BARTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9761,\n            \"brandName\": \"GALANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9762,\n            \"brandName\": \"KY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9763,\n            \"brandName\": \"GREEN LOOFA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9764,\n            \"brandName\": \"COUNTRYSIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9765,\n            \"brandName\": \"SOFT & WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9766,\n            \"brandName\": \"NOBEL WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9767,\n            \"brandName\": \"SALTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9768,\n            \"brandName\": \"CAMERA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9769,\n            \"brandName\": \"MORINGA-O2\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9770,\n            \"brandName\": \"SCHICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9771,\n            \"brandName\": \"BRAVE HOT PERFUME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9772,\n            \"brandName\": \"NATURELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9773,\n            \"brandName\": \"GIVENCHY SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9774,\n            \"brandName\": \"CHRISTIAN DIOR JADORE PARFUM SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9775,\n            \"brandName\": \"LOREAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9776,\n            \"brandName\": \"SIGNAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9777,\n            \"brandName\": \"ULTRA ROMEO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9778,\n            \"brandName\": \"RETRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9779,\n            \"brandName\": \"HALLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9780,\n            \"brandName\": \"PINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9781,\n            \"brandName\": \"RAMANO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9782,\n            \"brandName\": \"911 CONDITIONER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9783,\n            \"brandName\": \"GSC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9784,\n            \"brandName\": \"VAPONA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9785,\n            \"brandName\": \"ULTRA PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9786,\n            \"brandName\": \"ARIEL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9787,\n            \"brandName\": \"ZEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9788,\n            \"brandName\": \"ARGUSSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9789,\n            \"brandName\": \"CEFLOX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9790,\n            \"brandName\": \"PERFECT CLINIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9791,\n            \"brandName\": \"CHROME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9792,\n            \"brandName\": \"COLORBABY ARMCHAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9793,\n            \"brandName\": \"NO WETS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9794,\n            \"brandName\": \"SKIN MONITOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9795,\n            \"brandName\": \"TROPICAL DEGIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9796,\n            \"brandName\": \"JUST FOR MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9797,\n            \"brandName\": \"SUDOCREM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9798,\n            \"brandName\": \"EUCRYL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9799,\n            \"brandName\": \"SALON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9800,\n            \"brandName\": \"BEUATY FORMULAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9801,\n            \"brandName\": \"T-ZONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9802,\n            \"brandName\": \"STA-SOF-FRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9803,\n            \"brandName\": \"SOF N FREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9804,\n            \"brandName\": \"COMFIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9805,\n            \"brandName\": \"BETNOVATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9806,\n            \"brandName\": \"YANKEE CANDLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9807,\n            \"brandName\": \"ROLLS RAZOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9808,\n            \"brandName\": \"CLARADENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9809,\n            \"brandName\": \"DEEP CLEANSING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9810,\n            \"brandName\": \"COTTON TREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9811,\n            \"brandName\": \"CLINOMYN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9812,\n            \"brandName\": \"WINDOLENE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9813,\n            \"brandName\": \"SILVER BIRD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9814,\n            \"brandName\": \"SO SINFUL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9815,\n            \"brandName\": \"TENDER CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9816,\n            \"brandName\": \"ESCENTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9817,\n            \"brandName\": \"WESTWOOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9818,\n            \"brandName\": \"HANDFRUIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9819,\n            \"brandName\": \"CONSTANCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9820,\n            \"brandName\": \"RICH LADY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9821,\n            \"brandName\": \"SPONTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9822,\n            \"brandName\": \"ASDA BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9823,\n            \"brandName\": \"BIOCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9824,\n            \"brandName\": \"DENTIMINT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9825,\n            \"brandName\": \"CUMFIES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9826,\n            \"brandName\": \"MR SHEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9827,\n            \"brandName\": \"MIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9828,\n            \"brandName\": \"SWIRL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9829,\n            \"brandName\": \"FMCG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9830,\n            \"brandName\": \"WESTLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9831,\n            \"brandName\": \"VETIVER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9832,\n            \"brandName\": \"MANCHESTER UNITED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9833,\n            \"brandName\": \"SIMPLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9834,\n            \"brandName\": \"INTU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9835,\n            \"brandName\": \"MORRISONS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9836,\n            \"brandName\": \"TEXET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9581,\n            \"brandName\": \"BRING IT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9837,\n            \"brandName\": \"ACTIVE ORAL CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9582,\n            \"brandName\": \"PARAZOEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9838,\n            \"brandName\": \"VERONICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9583,\n            \"brandName\": \"PEARL DROP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9839,\n            \"brandName\": \"THERAMED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9584,\n            \"brandName\": \"CAR PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9840,\n            \"brandName\": \"DAVID BECKHAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9585,\n            \"brandName\": \"PAN AROMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9841,\n            \"brandName\": \"ROYAL MARKET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9586,\n            \"brandName\": \"CHOCOLAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9842,\n            \"brandName\": \"TRAVEL ESSENTIALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9587,\n            \"brandName\": \"PANADOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9843,\n            \"brandName\": \"CERTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9588,\n            \"brandName\": \"GOLDEN NIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9844,\n            \"brandName\": \"PMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9589,\n            \"brandName\": \"RAVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9845,\n            \"brandName\": \"LIL LETS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9590,\n            \"brandName\": \"CORALITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9846,\n            \"brandName\": \"ROLSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9591,\n            \"brandName\": \"SEPTOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9847,\n            \"brandName\": \"DEODORANT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9592,\n            \"brandName\": \"GENERAL FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9848,\n            \"brandName\": \"TREAT&EASE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9593,\n            \"brandName\": \"GHANDOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9849,\n            \"brandName\": \"SIGNATURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9594,\n            \"brandName\": \"ENFRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9850,\n            \"brandName\": \"LA RIVE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9595,\n            \"brandName\": \"DENTAL FLOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9851,\n            \"brandName\": \"LADY SPEED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9596,\n            \"brandName\": \"PRETTY NAILS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9852,\n            \"brandName\": \"RADIANT GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9597,\n            \"brandName\": \"M&B\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9853,\n            \"brandName\": \"SIMPLY PURE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9598,\n            \"brandName\": \"BAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9854,\n            \"brandName\": \"DENTICLEAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9599,\n            \"brandName\": \"MAC HELLO KITTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9855,\n            \"brandName\": \"F & F\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9600,\n            \"brandName\": \"ZOZO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9856,\n            \"brandName\": \"KEEP IT HANDY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9601,\n            \"brandName\": \"MILTON LLYOD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9857,\n            \"brandName\": \"ACCENTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9602,\n            \"brandName\": \"SPIRIT OF HEAVEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9858,\n            \"brandName\": \"TASOTTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9603,\n            \"brandName\": \"ME TOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9859,\n            \"brandName\": \"SCENTSY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9604,\n            \"brandName\": \"ROCK IT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9860,\n            \"brandName\": \"PCC BRANDS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9605,\n            \"brandName\": \"SKIN NOUVEAU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9861,\n            \"brandName\": \"DIRTY WORKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9606,\n            \"brandName\": \"CARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9862,\n            \"brandName\": \"TWISS DRINKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9607,\n            \"brandName\": \"WILKO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9863,\n            \"brandName\": \"SWEAT PEA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9608,\n            \"brandName\": \"BRISTOL-MYERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9864,\n            \"brandName\": \"Q7 PARIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9609,\n            \"brandName\": \"KERI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9865,\n            \"brandName\": \"ZEEBRATA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9610,\n            \"brandName\": \"AFRICAN ROYALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9866,\n            \"brandName\": \"DARK FOREST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9611,\n            \"brandName\": \"CALIFORNIA SCENTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9867,\n            \"brandName\": \"NEUTRO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9612,\n            \"brandName\": \"AIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9868,\n            \"brandName\": \"CLEAR TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9613,\n            \"brandName\": \"HIGH BEAMS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9869,\n            \"brandName\": \"EVERYONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9614,\n            \"brandName\": \"AUNT JACKIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9870,\n            \"brandName\": \"REQUEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9615,\n            \"brandName\": \"COTTONELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9871,\n            \"brandName\": \"FENIKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9616,\n            \"brandName\": \"CASHMERE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9872,\n            \"brandName\": \"DIABLE BLEU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9617,\n            \"brandName\": \"SCOPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9873,\n            \"brandName\": \"DIABLUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9618,\n            \"brandName\": \"ALL WAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9874,\n            \"brandName\": \"AFRO AMRICAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9619,\n            \"brandName\": \"AT ONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9875,\n            \"brandName\": \"ESTIARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9620,\n            \"brandName\": \"FITTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9876,\n            \"brandName\": \"DISCREET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9621,\n            \"brandName\": \"HOLLYWOOD BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9877,\n            \"brandName\": \"ALTA MODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9622,\n            \"brandName\": \"MOTHERCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9878,\n            \"brandName\": \"CARESSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9623,\n            \"brandName\": \"PERSONAL CARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9879,\n            \"brandName\": \"CA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9624,\n            \"brandName\": \"Q-TIPS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9880,\n            \"brandName\": \"ASSURED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9625,\n            \"brandName\": \"CUTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9881,\n            \"brandName\": \"INVITATION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9626,\n            \"brandName\": \"SOFTSOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9882,\n            \"brandName\": \"AFTER 9 GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9627,\n            \"brandName\": \"ORIGINAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9883,\n            \"brandName\": \"EUROPA DAMES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9628,\n            \"brandName\": \"KIDS KLENZ\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9884,\n            \"brandName\": \"MARINO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9629,\n            \"brandName\": \"LUSTERS PINK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9885,\n            \"brandName\": \"OCTOBER 10 LAGOON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9630,\n            \"brandName\": \"LUSTERS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9886,\n            \"brandName\": \"MORELA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9631,\n            \"brandName\": \"FRAGRANCE WORKS BATH THERAPY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9887,\n            \"brandName\": \"SEA ISLAND\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9632,\n            \"brandName\": \"ANDIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9888,\n            \"brandName\": \"BATH & BODYWORKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9633,\n            \"brandName\": \"ELASTUS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9889,\n            \"brandName\": \"LOTUS VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9634,\n            \"brandName\": \"H.E.B.\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9890,\n            \"brandName\": \"ANGELICA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9635,\n            \"brandName\": \"FABU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9891,\n            \"brandName\": \"SAPIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9636,\n            \"brandName\": \"HOMBRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9892,\n            \"brandName\": \"DR JONES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9637,\n            \"brandName\": \"COLLECTION 2000\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9893,\n            \"brandName\": \"BLACKHEAD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9638,\n            \"brandName\": \"HIGH TIME PRODUCTS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9894,\n            \"brandName\": \"BREYLEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9639,\n            \"brandName\": \"WELLA TOUCH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9895,\n            \"brandName\": \"SUNBLOCK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9640,\n            \"brandName\": \"GENTLE TREATMENT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9896,\n            \"brandName\": \"EUROCOSM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9641,\n            \"brandName\": \"TRIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9897,\n            \"brandName\": \"VIM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9642,\n            \"brandName\": \"FREEMAN SCRUB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9898,\n            \"brandName\": \"FEIDA SANHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9643,\n            \"brandName\": \"SOFT SHEEN CARSON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9899,\n            \"brandName\": \"HACHAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9644,\n            \"brandName\": \"PRO-LINE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9900,\n            \"brandName\": \"HOPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9645,\n            \"brandName\": \"5 WAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9901,\n            \"brandName\": \"ORALMINT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9646,\n            \"brandName\": \"SAZZY WAVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9902,\n            \"brandName\": \"HEART TO HEART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9647,\n            \"brandName\": \"SHEENIQUE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9903,\n            \"brandName\": \"JEAN-PIERRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9648,\n            \"brandName\": \"GENES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9904,\n            \"brandName\": \"HIGH CLASS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9649,\n            \"brandName\": \"BLUE MAGIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9905,\n            \"brandName\": \"JINXING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9650,\n            \"brandName\": \"SULFUR 8\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9906,\n            \"brandName\": \"SUNNY HOPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9651,\n            \"brandName\": \"COLOMER BEAUTY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9907,\n            \"brandName\": \"DR BRUSH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9652,\n            \"brandName\": \"BLUE DUCHESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9908,\n            \"brandName\": \"WASH Q\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9653,\n            \"brandName\": \"ULTIMATE ORGANIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9909,\n            \"brandName\": \"ELITIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9654,\n            \"brandName\": \"HEAD & SHOULDER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9910,\n            \"brandName\": \"ZLKE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9655,\n            \"brandName\": \"CREAM CLEANSER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9911,\n            \"brandName\": \"SAN-A\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9656,\n            \"brandName\": \"CODE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9912,\n            \"brandName\": \"AMIRA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9657,\n            \"brandName\": \"HERBAL ESSENCES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9913,\n            \"brandName\": \"DESIRE BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9658,\n            \"brandName\": \"XCESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9914,\n            \"brandName\": \"BIRD NEST\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9659,\n            \"brandName\": \"CLAIROL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9915,\n            \"brandName\": \"TOV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9660,\n            \"brandName\": \"YOUTHAIR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9916,\n            \"brandName\": \"KUSTIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9661,\n            \"brandName\": \"ULTRA GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9917,\n            \"brandName\": \"DR MIRACLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9662,\n            \"brandName\": \"ULTRA SHEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9918,\n            \"brandName\": \"A WASH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9663,\n            \"brandName\": \"PURE N GENTLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9919,\n            \"brandName\": \"NEUTRO SOFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9664,\n            \"brandName\": \"COMFORTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9920,\n            \"brandName\": \"PIAOXIU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9665,\n            \"brandName\": \"VETCARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9921,\n            \"brandName\": \"COBOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9666,\n            \"brandName\": \"JUST FOR ME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9922,\n            \"brandName\": \"VIA NATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9667,\n            \"brandName\": \"TCB NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9923,\n            \"brandName\": \"LUSTI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9668,\n            \"brandName\": \"AFRICAN PRIDE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9924,\n            \"brandName\": \"BRITNEY SPEARS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9669,\n            \"brandName\": \"MURRAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9925,\n            \"brandName\": \"JORDACHE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9670,\n            \"brandName\": \"DR. FRED SUMMIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9926,\n            \"brandName\": \"ELENTEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9671,\n            \"brandName\": \"ARDELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9927,\n            \"brandName\": \"VITALE OLIVE OIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9672,\n            \"brandName\": \"HERBA RICH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9928,\n            \"brandName\": \"HAWAIIAN SILKY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9673,\n            \"brandName\": \"LA BELLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9929,\n            \"brandName\": \"HOGO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9674,\n            \"brandName\": \"ESSENCE DE BEAUTE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9930,\n            \"brandName\": \"LORIS AZZARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9675,\n            \"brandName\": \"ULTRA LOUNGE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9931,\n            \"brandName\": \"TOKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9676,\n            \"brandName\": \"VIGORAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9932,\n            \"brandName\": \"WHITE ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9677,\n            \"brandName\": \"TARGET SHAMPOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9933,\n            \"brandName\": \"REGINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9678,\n            \"brandName\": \"THERMASILK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9934,\n            \"brandName\": \"21 DAYS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9679,\n            \"brandName\": \"DEGREE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9935,\n            \"brandName\": \"OYSTER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9680,\n            \"brandName\": \"MIRACLE MAXITIONE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9936,\n            \"brandName\": \"BREEZE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9681,\n            \"brandName\": \"NIKITA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9937,\n            \"brandName\": \"FIGARO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9682,\n            \"brandName\": \"RO IAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9938,\n            \"brandName\": \"MANTOVANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9683,\n            \"brandName\": \"KIONA CREMESEIFE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9939,\n            \"brandName\": \"MULTICLEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9684,\n            \"brandName\": \"CIEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9940,\n            \"brandName\": \"AMMENS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9685,\n            \"brandName\": \"IMMEDIAT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9941,\n            \"brandName\": \"PERCARA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9686,\n            \"brandName\": \"SOFTEE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9942,\n            \"brandName\": \"ANTONIO LORENZO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9687,\n            \"brandName\": \"MAKARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9943,\n            \"brandName\": \"BIO BALANCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9688,\n            \"brandName\": \"COCOA GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9944,\n            \"brandName\": \"SILKIENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9689,\n            \"brandName\": \"DRM4\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9945,\n            \"brandName\": \"ECCO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9690,\n            \"brandName\": \"PEAR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9946,\n            \"brandName\": \"AMBI PUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9691,\n            \"brandName\": \"FLEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9947,\n            \"brandName\": \"SURF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9692,\n            \"brandName\": \"CORINE DE  FARME\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9948,\n            \"brandName\": \"AIR WICK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9693,\n            \"brandName\": \"MONSAVON AU LAIT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9949,\n            \"brandName\": \"PAPILION\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9694,\n            \"brandName\": \"JUS DE AMOUR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9950,\n            \"brandName\": \"REXSOS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9695,\n            \"brandName\": \"LEXUS SPORT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9951,\n            \"brandName\": \"REXOL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9696,\n            \"brandName\": \"ULRIC DE VARENS FOR MEN SPRAY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9952,\n            \"brandName\": \"NATUREWELL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9697,\n            \"brandName\": \"BURBERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9953,\n            \"brandName\": \"LOVE BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9698,\n            \"brandName\": \"ESCADA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9954,\n            \"brandName\": \"CANDID\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9699,\n            \"brandName\": \"CREED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9955,\n            \"brandName\": \"LEVELS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9700,\n            \"brandName\": \"HOT GOLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9956,\n            \"brandName\": \"XTRACARE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9701,\n            \"brandName\": \"LAURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9957,\n            \"brandName\": \"DAV\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9702,\n            \"brandName\": \"GROWORKS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9703,\n            \"brandName\": \"MONKEY BRAINS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9704,\n            \"brandName\": \"TAKE IT OFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9705,\n            \"brandName\": \"ERASER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9706,\n            \"brandName\": \"SIMPLY RIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9707,\n            \"brandName\": \"ELSA SHAMPOO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9708,\n            \"brandName\": \"BMB\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9709,\n            \"brandName\": \"ALDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9710,\n            \"brandName\": \"ALDI LACURA PADS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9711,\n            \"brandName\": \"FOLK ART\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9712,\n            \"brandName\": \"MADINA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9713,\n            \"brandName\": \"CLAIR EXPRESS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9714,\n            \"brandName\": \"MONTCLAIRE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9715,\n            \"brandName\": \"BABY KING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9716,\n            \"brandName\": \"DERMO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9717,\n            \"brandName\": \"VIOLET GLOW\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9718,\n            \"brandName\": \"METAPHARMA MED. SOAP\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9719,\n            \"brandName\": \"RIVALE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9720,\n            \"brandName\": \"CHRISTINE DARVIN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9721,\n            \"brandName\": \"PERFUM RIVERA FOR MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9722,\n            \"brandName\": \"MILTON\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9723,\n            \"brandName\": \"ROSE VALLEY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9724,\n            \"brandName\": \"BLUE DREAM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9725,\n            \"brandName\": \"SILVER CAPE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9726,\n            \"brandName\": \"BEBE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9727,\n            \"brandName\": \"NAPOLEON BOSS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:31\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:31\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9984,\n            \"brandName\": \"ARMANI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9985,\n            \"brandName\": \"SMART ORAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9986,\n            \"brandName\": \"CHERRY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9987,\n            \"brandName\": \"VICTORIAS SECRET\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9988,\n            \"brandName\": \"CH MEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9989,\n            \"brandName\": \"MAZA RAZOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9990,\n            \"brandName\": \"MODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9991,\n            \"brandName\": \"DOLLARITEM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9992,\n            \"brandName\": \"JEANNE DOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9993,\n            \"brandName\": \"DOUBLE SHEEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9994,\n            \"brandName\": \"OSSAT NATURALS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9995,\n            \"brandName\": \"KOEE LIGHTENING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9996,\n            \"brandName\": \"LETS DRED\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9997,\n            \"brandName\": \"TROPICAL ESSENCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9998,\n            \"brandName\": \"SUNGLOWER\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9999,\n            \"brandName\": \"BULGARI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10000,\n            \"brandName\": \"CODA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10001,\n            \"brandName\": \"SOFT N WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10002,\n            \"brandName\": \"NATURA HOUSE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10003,\n            \"brandName\": \"FENDI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10004,\n            \"brandName\": \"CETAPHIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10005,\n            \"brandName\": \"NIUMA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10006,\n            \"brandName\": \"LOEWE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10007,\n            \"brandName\": \"BABARIA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10008,\n            \"brandName\": \"ABIDIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10009,\n            \"brandName\": \"MY FAIR BABY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10010,\n            \"brandName\": \"NELLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10011,\n            \"brandName\": \"LADY BELLA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10012,\n            \"brandName\": \"FREEDOM\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10013,\n            \"brandName\": \"DIFAS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10014,\n            \"brandName\": \"BODYCOLOGY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10015,\n            \"brandName\": \"ARGANATURAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10016,\n            \"brandName\": \"FRESH N SOFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10017,\n            \"brandName\": \"KOMILI\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10018,\n            \"brandName\": \"SUNNY ISLE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10019,\n            \"brandName\": \"ILIO\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10020,\n            \"brandName\": \"GREEN WORLD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10021,\n            \"brandName\": \"WORK@HOLICS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10022,\n            \"brandName\": \"LINN YOUNG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10023,\n            \"brandName\": \"XTREME BRITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10024,\n            \"brandName\": \"PANASONIC\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10025,\n            \"brandName\": \"AIKEN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10026,\n            \"brandName\": \"TEMPOVATE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10027,\n            \"brandName\": \"DASHING\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10028,\n            \"brandName\": \"EVERSOFT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10029,\n            \"brandName\": \"PEEL OFF\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10030,\n            \"brandName\": \"TRICLOSAN\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10031,\n            \"brandName\": \"D WHITE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9958,\n            \"brandName\": \"HOT IS BLACK\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9959,\n            \"brandName\": \"CHERIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9960,\n            \"brandName\": \"PROTEX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9961,\n            \"brandName\": \"VANISH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9962,\n            \"brandName\": \"LISTERFLUOR\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9963,\n            \"brandName\": \"BIO-OIL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9964,\n            \"brandName\": \"EASY WAVES\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9965,\n            \"brandName\": \"DARK AND LOVELY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9966,\n            \"brandName\": \"LA FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9967,\n            \"brandName\": \"NATURA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9968,\n            \"brandName\": \"CONNECT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9969,\n            \"brandName\": \"TENT MIEUX\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9970,\n            \"brandName\": \"JEAN PAUL DUPONT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9971,\n            \"brandName\": \"LAMIS DELUXE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9972,\n            \"brandName\": \"FRUCTIS\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9973,\n            \"brandName\": \"AI-TAG\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9974,\n            \"brandName\": \"AMANDA\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9975,\n            \"brandName\": \"CARO LIGHT\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9976,\n            \"brandName\": \"MISS CHERIE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9977,\n            \"brandName\": \"LABIDJANAISE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9978,\n            \"brandName\": \"CONCORD\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9979,\n            \"brandName\": \"DR FRESH\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9980,\n            \"brandName\": \"FIREFLY\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9981,\n            \"brandName\": \"PASABAHCE\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9982,\n            \"brandName\": \"PROFESSIONAL\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 9983,\n            \"brandName\": \"LULU\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-02-24 13:10:32\",\n            \"creationTimeUTC\": \"2023-02-24 07:40:32\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10032,\n            \"brandName\": \"jidfh\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 1,\n            \"creationTimeLocal\": \"2023-04-17 11:17:24\",\n            \"creationTimeUTC\": \"2023-04-17 05:47:24\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10034,\n            \"brandName\": \"Armani 1\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 0,\n            \"creationTimeLocal\": \"2023-05-03 18:52:21\",\n            \"creationTimeUTC\": \"2023-05-03 13:22:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"brandID\": 10036,\n            \"brandName\": \"vishal\",\n            \"description\": \"\",\n            \"imageLocation\": \"\",\n            \"sortOrder\": 1,\n            \"creationTimeLocal\": \"2023-05-18 16:04:21\",\n            \"creationTimeUTC\": \"2023-05-18 10:34:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        }\n    ],\n    \"apiTrackerID\": \"API-17-032023\"\n}"}],"_postman_id":"fed38257-b5fa-436d-9213-d9a76a66757c"},{"name":"Add Brands Bulk","id":"d6cf2fb1-5db2-417a-a286-0d641f67f4a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"brandList\": [\r\n        {\r\n            \"brandName\": \"Wow Brand1\",\r\n            \"description\": \"Wow Fortune\"\r\n        },\r\n        {\r\n            \"brandName\": \"Hvesit1\",\r\n            \"description\": \"Superb\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/3239/addBrandsBulk","urlObject":{"path":["public","v1","thirdparty","3239","addBrandsBulk"],"host":["{{baseURI}}"],"query":[],"variable":[]}},"response":[{"id":"1553bdff-84d7-4611-94fe-508002a5bf7f","name":"Pass (code 201) Add Brands Bulk","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Length","value":"217","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"brandList\": [\r\n        {\r\n            \"brandName\": \"Real\",\r\n            \"description\": \"real fruit juice\"\r\n        },\r\n        {\r\n            \"brandName\": \"Tropicana\",\r\n            \"description\": \"Superb\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/1639/addBrandsBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 13:01:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Brands upload successfully!\"\n}"},{"id":"82e1b709-3886-43c0-8f27-47d5e02cbd72","name":"Pass (code 201) Added product without description","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Length","value":"217","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"brandList\": [\r\n        {\r\n            \"brandName\": \"Paper Boat\",\r\n            \"description\": \"No preservative\"\r\n        },\r\n        {\r\n            \"brandName\": \"Amul\",\r\n            \"description\": \"\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/1639/addBrandsBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 13:04:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Brands upload successfully!\"\n}"}],"_postman_id":"d6cf2fb1-5db2-417a-a286-0d641f67f4a4"},{"name":"Update Brands Bulk","id":"fcb0c323-fd37-4a1c-96c3-b7bf65dfbacc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"brandList\": [\r\n        {    \"brandID\":2,\r\n            \"brandName\": \"WowwBrand\",\r\n            \"description\": \"Wow Fortune\"\r\n        },\r\n        {\r\n            \"brandID\":2,\r\n            \"brandName\": \"Hvesit\",\r\n            \"description\": \"Superb\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://queuebuster.co/API/public/v1/thirdparty/3239/editBrandsBulk","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","3239","editBrandsBulk"],"host":["queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"03751a57-6a6a-4cb7-9b99-5d06ee8b9892","name":"Pass (code 201) Edit Brands Bulk [added 's' in name]","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Content-Length","value":"259","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\r\n    \"brandList\": [\r\n        {    \"brandID\":1,\r\n            \"brandName\": \"Reals\",\r\n            \"description\": \"Wow Fortune\"\r\n        },\r\n        {\r\n            \"brandID\":2,\r\n            \"brandName\": \"Tropicanas\",\r\n            \"description\": \"Superb\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/1639/editBrandsBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 13:15:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Brands Updated successfully!\"\n}"}],"_postman_id":"fcb0c323-fd37-4a1c-96c3-b7bf65dfbacc"}],"id":"37c6d6d4-e3cb-4c26-a3cd-4049cdb5b294","_postman_id":"37c6d6d4-e3cb-4c26-a3cd-4049cdb5b294","description":""},{"name":"Tax","item":[{"name":"Fetch Chain Taxes","id":"b6f82737-0d10-4282-8014-b0e72a85f9d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d4af7273eeff6549693387fb147f9af469920a780cb84ddf1042b59200c75eb9","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"\"\r\n}"},"url":"https://staging.queuebuster.co/API/public/v1/thirdparty/3239/fetchChainTaxes","description":"<p>To Fetch Taxes: It will fetch all the taxes of chain.</p>\n<p>-&gt;Chain should be authorized to share data with third party clients.</p>\n<p>-&gt; Access Token is required.</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","3239","fetchChainTaxes"],"host":["staging","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"31a43f4b-4210-4159-bd21-49daa2b8ced6","name":"success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/fetchChainTaxes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 12:08:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"taxID\": 2,\n            \"taxName\": \"SGST\",\n            \"taxPercentage\": 2.5,\n            \"accountID\": 20,\n            \"accountName\": \"sgst2.5%\"\n        },\n        {\n            \"taxID\": 3,\n            \"taxName\": \"CGST\",\n            \"taxPercentage\": 6,\n            \"accountID\": 21,\n            \"accountName\": \"cgst6%\"\n        },\n        {\n            \"taxID\": 4,\n            \"taxName\": \"SGST\",\n            \"taxPercentage\": 6,\n            \"accountID\": 22,\n            \"accountName\": \"sgst6%\"\n        },\n        {\n            \"taxID\": 5,\n            \"taxName\": \"CGST\",\n            \"taxPercentage\": 9,\n            \"accountID\": 23,\n            \"accountName\": \"cgst9%\"\n        },\n        {\n            \"taxID\": 6,\n            \"taxName\": \"SGST\",\n            \"taxPercentage\": 9,\n            \"accountID\": 24,\n            \"accountName\": \"sgst9%\"\n        },\n        {\n            \"taxID\": 7,\n            \"taxName\": \"CGST\",\n            \"taxPercentage\": 14,\n            \"accountID\": 25,\n            \"accountName\": \"cgst14%\"\n        },\n        {\n            \"taxID\": 9,\n            \"taxName\": \"IGST\",\n            \"taxPercentage\": 2.5,\n            \"accountID\": 48,\n            \"accountName\": \"igst\"\n        }\n    ]\n}"},{"id":"ee3240cc-6995-4e98-9489-5bdb8fb449ab","name":"Invalid/Missing Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/fetchChainTaxes"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 16 Aug 2022 12:12:00 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'getThirdPartyChainTaxes') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'getThirdPartyChainTaxes') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"838607f8-4924-48a4-aa01-8bf5ac68030d","name":"Chain Not Mapped / Not allow share data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1600/fetchChainTaxes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 12:13:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This chain is not authorized to share data with third party clients\"\n}"}],"_postman_id":"b6f82737-0d10-4282-8014-b0e72a85f9d5"}],"id":"638b5274-ec22-4bec-925c-fb66f893a4b9","_postman_id":"638b5274-ec22-4bec-925c-fb66f893a4b9","description":""},{"name":"Charge","item":[{"name":"Fetch Chain Charges","id":"45d0a9bb-618d-4717-af77-5cc5bed33728","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d4af7273eeff6549693387fb147f9af469920a780cb84ddf1042b59200c75eb9","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"https://staging.queuebuster.co/API/public/v1/thirdparty/3239/fetchChainCharges","description":"<p>To Fetch Charges: It will fetch all the Charges of chain.</p>\n<p>-&gt;Chain should be authorized to share data with third party clients.</p>\n<p>-&gt; Access Token is required.</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","3239","fetchChainCharges"],"host":["staging","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"1db27465-3bab-43ab-ab04-773719d990bf","name":"success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/fetchChainCharges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 12:14:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"additionalChargeID\": 3,\n            \"name\": \"Delivery Charges\",\n            \"chargeType\": \"PERCENTAGE\",\n            \"appliedOnLevel\": \"ORDER\",\n            \"value\": 50,\n            \"accountID\": 91,\n            \"accountName\": \"deliverycharges\",\n            \"taxIDs\": \"\"\n        }\n    ]\n}"},{"id":"f22f0e30-9eb0-4ebc-91bf-a8b596ef98e6","name":"Token Missing/Invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/fetchChainCharges"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 16 Aug 2022 12:14:46 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'getThirdPartyChainCharges') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'getThirdPartyChainCharges') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"bcea023e-5e4c-46e4-a21f-f120a86edf18","name":"ChainID not mapped/Not allow to share Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1600/fetchChainCharges"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 12:16:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This chain is not authorized to share data with third party clients\"\n}"}],"_postman_id":"45d0a9bb-618d-4717-af77-5cc5bed33728"}],"id":"c4f193df-bf03-4998-965b-ca7520c4300e","_postman_id":"c4f193df-bf03-4998-965b-ca7520c4300e","description":""},{"name":"Attributes","item":[{"name":"Fetch Batch Variants","id":"870030ea-b27b-49c4-a7ea-d5bc75bf82a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchBatchVariants","urlObject":{"path":["v1","thirdparty","fetchBatchVariants"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1167ca8c-5477-45d4-95c0-3b54b41b1fac","name":"Fetch Batch Variants","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchBatchVariants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Nov 2023 07:59:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"batchVariantID\": 8,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 26,\n            \"inventoryCost\": -3030,\n            \"creationTimeLocal\": \"2022-12-16 11:01:14\",\n            \"creationDate\": \"2022-12-16\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2022,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 9,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"2023-01-08\",\n            \"inventory\": 5,\n            \"inventoryCost\": 9292,\n            \"creationTimeLocal\": \"2022-12-20 19:26:01\",\n            \"creationDate\": \"2022-12-20\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2022,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 10,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-01-20 13:26:30\",\n            \"creationDate\": \"2023-01-20\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 11,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-01-20 13:31:08\",\n            \"creationDate\": \"2023-01-20\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 12,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": 12121,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-01-23 11:43:48\",\n            \"creationDate\": \"2023-01-23\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 13,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": 6783624823,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-01\",\n            \"expiryDate\": \"2023-02-28\",\n            \"inventory\": 112,\n            \"inventoryCost\": 21280,\n            \"creationTimeLocal\": \"2023-02-01 13:38:29\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 14,\n            \"batchVariantName\": \"\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 180,\n            \"creationTimeLocal\": \"2023-02-01 19:07:33\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 15,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 880,\n            \"creationTimeLocal\": \"2023-02-01 19:09:27\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 16,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -3,\n            \"inventoryCost\": -528,\n            \"creationTimeLocal\": \"2023-02-01 19:13:21\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 17,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 2200,\n            \"creationTimeLocal\": \"2023-02-02 11:11:01\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 18,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-02 18:43:14\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 19,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-02 18:45:56\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 20,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-02 21:06:25\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 21,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-02 21:10:07\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"2023-02-01\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 22,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-04 14:56:53\",\n            \"creationDate\": \"2023-02-04\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 23,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-04 15:01:55\",\n            \"creationDate\": \"2023-02-04\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 24,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": 7897949,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 200,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-06 16:11:58\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 25,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 200,\n            \"inventoryCost\": 36000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 26,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 100,\n            \"inventoryCost\": 18000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 27,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 200,\n            \"inventoryCost\": 36000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 28,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 100,\n            \"inventoryCost\": 18000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 29,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": 6768214,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 17:07:10\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 30,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": 637282,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 17:09:39\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 31,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4600,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 32,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 2200,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 33,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4200,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 34,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 2000,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 35,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 7,\n            \"inventoryCost\": 1393,\n            \"creationTimeLocal\": \"2023-02-08 17:27:39\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 36,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4600,\n            \"creationTimeLocal\": \"2023-02-08 17:52:35\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 37,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": 87892734,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:11:29\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 38,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": 3252351,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:13:55\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-23\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 39,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": 3568325,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:15:45\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-09\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 40,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4400,\n            \"creationTimeLocal\": \"2023-02-08 18:18:47\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 41,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:27:05\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 42,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:29:31\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 43,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:30:41\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"2023-02-09\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 44,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:38:29\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 45,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:40:30\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 46,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:10:00\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 47,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": 12121212,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:17:08\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"2023-02-08\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-20\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 48,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": 12121212,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-02\",\n            \"expiryDate\": \"2023-02-25\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:19:42\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"2023-02-08\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-20\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 49,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": 12121212,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-09\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:31:48\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"2023-02-08\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 50,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": 36789921,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 6000,\n            \"creationTimeLocal\": \"2023-02-08 22:21:21\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-09\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 51,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": 32634632,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-09 10:55:23\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 52,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-09\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-09 11:05:37\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 53,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2000,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 54,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2020,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 55,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2040,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 56,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2060,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 57,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": 325325,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-08\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4200,\n            \"creationTimeLocal\": \"2023-02-09 11:16:03\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 58,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": 678632,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-09\",\n            \"expiryDate\": \"2023-02-12\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-09 19:33:30\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-11\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 59,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": 6786876,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-10\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 300,\n            \"inventoryCost\": 90000,\n            \"creationTimeLocal\": \"2023-02-10 09:21:22\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-09\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 60,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"-\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-10 13:50:46\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 61,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"-\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-10 13:52:40\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 62,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-10 18:13:49\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 63,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-13 13:05:45\",\n            \"creationDate\": \"2023-02-13\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 64,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 174,\n            \"inventoryCost\": 5040,\n            \"creationTimeLocal\": \"2023-02-15 18:51:30\",\n            \"creationDate\": \"2023-02-15\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 65,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": 12345678,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-01\",\n            \"expiryDate\": \"2023-02-15\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-27 11:42:21\",\n            \"creationDate\": \"2023-02-27\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 66,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"SN34270\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-03-10 13:04:49\",\n            \"creationDate\": \"2023-03-10\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 67,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-03-17 18:11:26\",\n            \"creationDate\": \"2023-03-17\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 68,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-02\",\n            \"expiryDate\": \"2023-04-11\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-03 15:18:34\",\n            \"creationDate\": \"2023-04-03\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 69,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-03\",\n            \"expiryDate\": \"2023-04-13\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-03 15:19:35\",\n            \"creationDate\": \"2023-04-03\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 70,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-02\",\n            \"expiryDate\": \"2023-04-06\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-03 16:00:50\",\n            \"creationDate\": \"2023-04-03\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 72,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": 12121,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-01\",\n            \"expiryDate\": \"2023-04-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-24 16:05:40\",\n            \"creationDate\": \"2023-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"2023-04-24\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-04-24\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 73,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": 12121,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-01\",\n            \"expiryDate\": \"2023-05-31\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-24 16:10:35\",\n            \"creationDate\": \"2023-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"2023-04-24\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-04-30\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 86,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-17 17:25:33\",\n            \"creationDate\": \"2023-05-17\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 88,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-24 15:35:08\",\n            \"creationDate\": \"2023-05-24\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 89,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-01-01\",\n            \"expiryDate\": \"2023-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-24 15:58:42\",\n            \"creationDate\": \"2023-05-24\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 90,\n            \"batchVariantName\": \"\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-30 13:25:02\",\n            \"creationDate\": \"2023-05-30\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 91,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-30 15:42:45\",\n            \"creationDate\": \"2023-05-30\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 92,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"Xe456789\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-06-09\",\n            \"expiryDate\": \"2023-06-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-14 14:57:13\",\n            \"creationDate\": \"2023-06-14\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-06-17\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 93,\n            \"batchVariantName\": \"MOHITH TEST3 - Default\",\n            \"productID\": 999,\n            \"variantID\": 999,\n            \"productName\": \"sujeet new\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 19:08:36\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 94,\n            \"batchVariantName\": \"MOHITH TEST4 - Default\",\n            \"productID\": 999,\n            \"variantID\": 999,\n            \"productName\": \"sujeet new\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 19:10:55\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 95,\n            \"batchVariantName\": \"Paneer Bhurji Ajwain Paratha Meal - Default\",\n            \"productID\": 963,\n            \"variantID\": 953,\n            \"productName\": \"Paneer Bhurji Ajwain Paratha Meal\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-30 17:39:31\",\n            \"creationDate\": \"2023-06-30\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 96,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:35\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 485776,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:35:22\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVaeb8430aa295bf\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 97,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:35\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 485776,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:35:22\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV73f866e6a43ad6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 98,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:48\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883723202837,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:48:39\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVaeb8430aa292bf\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 99,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:48\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883723207846,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:48:39\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV73f866e1a43ad6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 100,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 15:10\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883772302789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 15:10:30\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV33bdf03d060e58\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 101,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 15:10\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883772306649,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 15:10:30\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe17ec405794e8c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 102,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771314,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe401ca486c9348\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 103,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771768,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3aa898b6b5f67a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 104,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771464,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV68fe067a09a614\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 105,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771528,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVedf5544e7f18f5\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 106,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771553,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV84f32d1a40ca38\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 107,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957769,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8b06d22b15ea2c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 108,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957277,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVec03bba012416b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 109,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957139,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3ff1cfa40cb14f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 110,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV93ad35d48f9413\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 111,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957939,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe351fc71a39116\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 112,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971696,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVde769c4b95e2ed\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 113,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971654,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV97825de1993e46\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 114,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971171,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVcd3ebe8d7f0c40\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 115,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971868,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb1b3af50a4556d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 116,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971408,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0bde856cd03719\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 117,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983294,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8413d051ebf9f0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 118,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdca21a8b9531cf\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 119,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983229,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV14369ce69b43d8\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 120,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983110,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVee1e7728842541\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 121,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983963,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV471a62499b50aa\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 122,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 123,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 124,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 125,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 126,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 127,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 128,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 129,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 130,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 131,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 132,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 133,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 134,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"01/02/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 135,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 136,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 137,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 138,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 139,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 140,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 141,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 142,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 143,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 144,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 145,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 146,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 147,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 148,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 149,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 150,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 151,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 152,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 153,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 154,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 155,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 156,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"09/02/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 157,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 158,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 159,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 160,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 161,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 162,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 163,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 164,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 165,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 166,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 167,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 168,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 169,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 170,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 171,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 172,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 173,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 174,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 175,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 176,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 177,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 178,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 179,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 180,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 181,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 182,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 183,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 184,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 185,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 186,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 187,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 188,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 189,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 190,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 191,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 192,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 193,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 194,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 195,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 196,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 197,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 198,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 199,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 200,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 201,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 202,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 203,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"01/02/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 204,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 205,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 206,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 207,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 208,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 209,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 210,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 211,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 212,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 213,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 214,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 215,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 216,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 217,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 218,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 219,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 220,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 221,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 222,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 223,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 224,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 225,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"09/02/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 226,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 227,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 228,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 229,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 230,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 231,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 232,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 233,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 234,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 235,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 236,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 237,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 238,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 239,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 240,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 241,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 242,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 243,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 244,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 245,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 246,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 247,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 248,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 249,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 250,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 251,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 252,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 253,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 254,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 255,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 256,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 257,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 258,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 259,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 260,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968272,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV2ab2dac98351fe\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 261,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968284,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc84594f53c36c0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 262,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968807,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb3f856558e6f57\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 263,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968364,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd3e37a753ca5bb\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 264,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968363,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV38f4e774413d65\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 265,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968925,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVcca2ff6ec8008c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 266,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968187,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe2c6d381ea8c22\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 267,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968391,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVbd6f788c2c1d6c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 268,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968635,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6350a83580af5f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 269,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968358,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV42f2a0f10752c1\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 270,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983520,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd0efe607c7f4f1\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 271,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983421,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVf7d25abac74a84\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 272,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983592,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8d7597a9458bd6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 273,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983879,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe9dcaf75d81a82\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 274,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983352,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV9442c449c90b8a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 275,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd597afb33e648f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 276,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV1d42eff4001b8d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 277,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983910,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVccaa1b2e3f76ad\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 278,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983912,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV2c5f7c0eba38a4\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 279,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983966,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 500,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV614be742977874\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 280,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 281,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 282,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 283,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 284,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 285,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 286,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 287,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 288,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 289,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 290,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 291,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 292,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"01/02/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 293,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 294,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 295,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 296,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 297,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 298,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 299,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 300,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 301,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 302,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 303,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 304,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 305,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 306,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 307,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 308,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 309,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 310,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 311,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 312,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 313,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 314,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"09/02/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 315,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 316,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 317,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 318,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 319,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 320,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 321,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 322,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 323,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 324,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 325,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 326,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 327,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 328,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 329,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 330,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 331,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 332,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 333,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 334,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 335,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 336,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 337,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 338,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 339,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 340,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 341,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 342,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 343,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 344,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 345,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 346,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 347,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 348,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 349,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 350,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 351,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 352,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 353,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 354,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 355,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 356,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 357,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 358,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 359,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 360,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 361,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"02/01/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 362,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 363,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 364,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 365,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 366,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 367,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 368,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 369,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 370,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 371,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 372,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 373,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 374,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 375,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 376,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 377,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 378,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 379,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 380,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 381,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 382,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 383,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"02/09/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 384,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 385,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 386,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 387,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 388,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 389,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 390,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 391,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 392,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 393,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 394,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 395,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 396,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 397,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 398,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 399,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 400,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 401,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 402,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 403,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 404,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 405,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 406,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 407,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 408,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 409,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 410,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 411,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 412,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 413,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 414,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 415,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 416,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 417,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 418,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 419,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 420,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 421,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 422,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 423,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 424,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 425,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 426,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 427,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 428,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 429,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 430,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"02/01/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 431,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 432,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 433,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 434,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 435,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 436,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 437,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 438,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 439,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 440,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 441,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 442,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 443,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 444,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 445,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 446,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 447,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 448,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 449,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 450,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 451,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 452,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"02/09/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 453,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 454,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 455,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 456,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 457,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 458,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 459,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 460,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 461,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 462,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 463,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 464,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 465,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 466,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 467,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 468,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 469,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 470,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 471,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 472,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 473,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 474,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 475,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 476,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 477,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 478,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 479,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 480,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 481,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 482,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 483,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 484,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 485,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 486,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 487,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304420,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa1d71b6aa05a56\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 488,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304448,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb8f38b6ffe573d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 489,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304344,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVf5481360cb64e0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 490,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304109,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV9f35eec5fa4f99\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 491,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7e4b357a44eab0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 492,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304940,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdf4f84099df4fc\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 493,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304132,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdd784339afbf5b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 494,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV77a0c06d8f48e6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 495,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304160,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV62b73593a72930\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 496,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304184,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0e353ca4b2eb2f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 497,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564220,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV1e3072aae78d0c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 498,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564727,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb560c80676176f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 499,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564158,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc026d22e616588\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 500,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564970,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8811d95e8c39d0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 501,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564160,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7d84ec30d5ff73\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 502,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564570,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7b6b101fe7c491\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 503,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564848,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV91b8582303484b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 504,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb7e62a2619e39c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 505,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdfdafc17094679\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 506,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564893,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb8f3742100337b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 507,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVee3abcffe9eeb6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 508,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093568,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV24cd5a6afa6eae\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 509,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093210,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa423dc57fcd00e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 510,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd5a91c1821bc85\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 511,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093578,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc992873ad8a25c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 512,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237721,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVae9dc50abc6b22\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 513,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237387,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0b955817d3729b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 514,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237306,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb73d6b8bd5bbce\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 515,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237935,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV82cc431ddc667c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 516,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237659,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV38b108c4438174\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 517,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838041182,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV642fd8db2645a2\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 518,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079240,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVcdd61b477bd3ca\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 519,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079440,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV726f299e837cbd\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 520,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079224,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV9aa18e09f0c5dd\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 521,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079970,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV282050533263b0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 522,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079829,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV692dbae6032567\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 523,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314862,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc9368ee325210e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 524,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314406,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV2e8fb1aca95c1a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 525,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb498c8a2839c2a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 526,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314366,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6c5017e59eb4a3\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 527,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314461,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV4ee504f8fc74d3\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 528,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361739,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd4e87f114ee33e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 529,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3dbc2df6ccd908\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 530,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361619,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV5c6c881f45ea38\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 531,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361408,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVfd8e38aed3f01c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 532,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361687,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV42cf14ee9c483f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 533,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848558442,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:38\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa5e658f0233df3\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 534,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568712,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3038834e224f1e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 535,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568412,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0df84bb4f44234\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 536,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568358,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa52b9fc8bafe6c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 537,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6d6bf080a8c25d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 538,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568745,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3f99ee4123f636\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 539,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV63719c2a14804c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 540,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627466,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV4ba04f1aa40648\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 541,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6d9ea91e0cd484\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 542,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627672,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV34b36b752d4cd0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 543,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7c069236bde8a8\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 544,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 16:14\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689849843434,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:14:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV71fee97fb3d7e1\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 545,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 16:14\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689849843192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:14:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa7540c5112d8a9\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 546,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 07-Aug-2023 12:10\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 12:10:04\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 22393,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 547,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 07-Aug-2023 12:30\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 12:30:07\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 24994.8,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 548,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 07-Aug-2023 12:30\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 12:30:09\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 24994.8,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 549,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 13:04\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9876247,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:04:55\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 280,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 6000,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 550,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 13:06\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 250,\n            \"sellingPrice\": 100,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 150,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 551,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 07:36\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 552,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 07:36\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 553,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 07:36\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 201,\n            \"sellingPrice\": 111,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 554,\n            \"batchVariantName\": \"Imei Number\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 897657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 14:52:36\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 100,\n            \"sellingPrice\": 80,\n            \"attribute3\": \"Seriel Number\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 555,\n            \"batchVariantName\": \"Product For Electronic - batch: 07-Aug-2023 15:18\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 93478394,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 15:18:42\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 556,\n            \"batchVariantName\": \"Test Product  - Default\",\n            \"productID\": 1000,\n            \"variantID\": 990,\n            \"productName\": \"Test Product\",\n            \"variantName\": \"\",\n            \"barcode\": 1692873302316,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 16:05:02\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 6000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute14\",\n                \"expiryDate\",\n                \"manufacturingDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 557,\n            \"batchVariantName\": \"Test Product  - batch: 24-Aug-2023 16:07\",\n            \"productID\": 1000,\n            \"variantID\": 990,\n            \"productName\": \"Test Product\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 16:07:43\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 6000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": 61777278,\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute14\",\n                \"expiryDate\",\n                \"manufacturingDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 558,\n            \"batchVariantName\": \"batch produxt  - Default\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1694603195908,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-13 16:36:35\",\n            \"creationDate\": \"2023-09-13\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 559,\n            \"batchVariantName\": \"BTCH FRIAST \",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1694603303413,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-13\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-13 16:38:23\",\n            \"creationDate\": \"2023-09-13\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 3500,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 618472,\n            \"attribute14\": 78643126,\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-22\",\n            \"costPerUnit\": 1612.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 560,\n            \"batchVariantName\": \"batch one\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695123542893,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 17:09:02\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 6789039,\n            \"attribute14\": \"bhuv7890\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-28\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 561,\n            \"batchVariantName\": \"batch two\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695123956691,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 17:15:56\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 7879,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 456789,\n            \"attribute14\": \"ghbn3456789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-26\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 562,\n            \"batchVariantName\": \"bqtch three\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695125575759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 17:42:55\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 888,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 456789,\n            \"attribute14\": \"asd34567\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-26\",\n            \"costPerUnit\": 815.85,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 563,\n            \"batchVariantName\": \"batch four\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695128409497,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 18:30:09\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 888,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 1234567,\n            \"attribute14\": \"qwe34567\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-26\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 564,\n            \"batchVariantName\": \"baxch one\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695279800881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 12:33:20\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 800,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"hgjk890\",\n            \"attribute14\": \"vb789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 512.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 565,\n            \"batchVariantName\": \"baxch two\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695279800339,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 12:33:20\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 900,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"gbnm890\",\n            \"attribute14\": \"vbnjdxk789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 410,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 566,\n            \"batchVariantName\": \"baxch three\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695282264978,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 13:14:24\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 600,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"fgh56789\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 102.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 567,\n            \"batchVariantName\": \"baxch four\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695282716117,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 13:21:56\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 800,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"gbhjk7890\",\n            \"attribute14\": \"gvhj789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 410,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 568,\n            \"batchVariantName\": \"baxch five\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695282716609,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 13:21:56\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 800,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"ghjjr89\",\n            \"attribute14\": \"jigf789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 307.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 569,\n            \"batchVariantName\": \"baxch five\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695288284928,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 14:54:44\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 700,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"bhj789\",\n            \"attribute14\": \"ghxjs678\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 570,\n            \"batchVariantName\": \"baxch\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695289320996,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 15:12:00\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 900,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 45346643346,\n            \"attribute14\": \"kcdhd567890\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 571,\n            \"batchVariantName\": \"batch accept\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695289528152,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 15:15:28\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 8989898989,\n            \"attribute14\": \"123imei\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 580,\n            \"batchVariantName\": \"Test Mcd - Default\",\n            \"productID\": 1034,\n            \"variantID\": 1024,\n            \"productName\": \"Test Mcd\",\n            \"variantName\": \"\",\n            \"barcode\": 1697095445248,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 12:54:05\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Organic Brands\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 235,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute7\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 581,\n            \"batchVariantName\": \"Test Mcd - batch: 12-Oct-2023 13:29\",\n            \"productID\": 1034,\n            \"variantID\": 1024,\n            \"productName\": \"Test Mcd\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 13:29:56\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Organic Brands\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 235,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"Kris\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"orange\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute7\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 582,\n            \"batchVariantName\": \"Test Mcd - batch: 12-Oct-2023 13:35\",\n            \"productID\": 1034,\n            \"variantID\": 1024,\n            \"productName\": \"Test Mcd\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 13:35:06\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Organic Brands\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 235,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"gg\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"gg\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute7\",\n                \"attribute12\"\n            ]\n        }\n    ]\n}"},{"id":"34369d1e-1b41-4a20-950c-45c49a74f8f4","name":"Fetch Batch Variants","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchBatchVariants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Nov 2023 07:35:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid thirdPartyChainID!\"\n}"}],"_postman_id":"870030ea-b27b-49c4-a7ea-d5bc75bf82a4"},{"name":"Fetch System Attributes","id":"db8589e7-76d2-48fa-8604-dbabb7e10b6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchSystemAttributes","urlObject":{"path":["v1","thirdparty","fetchSystemAttributes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"98b53f30-84d3-4d05-a690-49357599602d","name":"Fetch System Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchSystemAttributes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Nov 2023 08:05:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"id\": 1,\n            \"name\": \"Cost Price\",\n            \"category\": \"STOCK\",\n            \"type\": \"NUMERIC\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"costPerUnit\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 1,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-29 14:20:33\",\n            \"creationTimeUTC\": \"2022-08-29 14:20:33\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 2,\n            \"name\": \"M.R.P.\",\n            \"category\": \"STOCK\",\n            \"type\": \"NUMERIC\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"MRP\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-29 14:23:42\",\n            \"creationTimeUTC\": \"2022-08-29 14:23:42\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 3,\n            \"name\": \"Amount\",\n            \"category\": \"STOCK\",\n            \"type\": \"NUMERIC\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"sellingPrice\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-29 14:23:42\",\n            \"creationTimeUTC\": \"2022-08-29 14:23:42\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 4,\n            \"name\": \"Name\",\n            \"category\": \"CUSTOMER\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"customerName\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-29 14:23:43\",\n            \"creationTimeUTC\": \"2022-08-29 14:23:43\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 5,\n            \"name\": \"Phone\",\n            \"category\": \"CUSTOMER\",\n            \"type\": \"NUMERIC\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"customerPhone\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-29 14:23:43\",\n            \"creationTimeUTC\": \"2022-08-29 14:23:43\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 6,\n            \"name\": \"Email\",\n            \"category\": \"CUSTOMER\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"customerEmail\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-29 14:23:43\",\n            \"creationTimeUTC\": \"2022-08-29 14:23:43\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 7,\n            \"name\": \"Address\",\n            \"category\": \"CUSTOMER\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"customerAddress\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-29 14:23:43\",\n            \"creationTimeUTC\": \"2022-08-29 14:23:43\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 8,\n            \"name\": \"PAN\",\n            \"category\": \"CUSTOMER\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"customerPan\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-29 14:23:43\",\n            \"creationTimeUTC\": \"2022-08-29 14:23:43\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 9,\n            \"name\": \"Manufacturing Date\",\n            \"category\": \"STOCK\",\n            \"type\": \"DATETIME\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"manufacturingDate\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-31 05:19:47\",\n            \"creationTimeUTC\": \"2022-08-31 05:19:47\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 10,\n            \"name\": \"Sell By Date\",\n            \"category\": \"STOCK\",\n            \"type\": \"DATETIME\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"sellByDate\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-31 05:19:47\",\n            \"creationTimeUTC\": \"2022-08-31 05:19:47\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 11,\n            \"name\": \"Expiry Date\",\n            \"category\": \"STOCK\",\n            \"type\": \"DATETIME\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"expiryDate\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-31 05:19:47\",\n            \"creationTimeUTC\": \"2022-08-31 05:19:47\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 12,\n            \"name\": \"Remarks\",\n            \"category\": \"\",\n            \"type\": \"LIST\",\n            \"options\": \"Sample 1,Sample 2\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"remarks\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-29 14:23:43\",\n            \"creationTimeUTC\": \"2022-08-29 14:23:43\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"id\": 13,\n            \"name\": \"Product Remarks\",\n            \"category\": \"\",\n            \"type\": \"LIST\",\n            \"options\": \"Sample 1,Sample 2\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"productRemarks\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-08-29 14:23:43\",\n            \"creationTimeUTC\": \"2022-08-29 14:23:43\",\n            \"sorting\": 0,\n            \"isSystem\": 1,\n            \"showBarcodeScanOption\": 0\n        }\n    ]\n}"}],"_postman_id":"db8589e7-76d2-48fa-8604-dbabb7e10b6f"},{"name":"Edit System Attributes","id":"8570e586-1998-49e7-b0d8-62fafa0278b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"isMandatory\": 1,\n    \"isUnique\": 1,\n    \"printOnBill\": 1,\n    \"isActive\": 1,\n    \"name\": \"SP\",\n    \"ID\": 15\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/editSystemAttributes","urlObject":{"path":["v1","thirdparty","editSystemAttributes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f74f390a-e7a7-461e-ac1b-7b9d51e15445","name":"Edit System Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"isMandatory\": 1,\n    \"isUnique\": 1,\n    \"printOnBill\": 1,\n    \"isActive\": 1,\n    \"name\": \"Cost Price\",\n    \"ID\": 1\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/editSystemAttributes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Nov 2023 08:00:08 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Attribute updated successfully!\",\n    \"updateArray\": {\n        \"name\": \"Cost Price\",\n        \"isMandatory\": 1,\n        \"isUnique\": 1,\n        \"printOnBill\": 1,\n        \"isActive\": 1\n    }\n}"}],"_postman_id":"8570e586-1998-49e7-b0d8-62fafa0278b4"},{"name":"Edit Inventory Attributes","id":"07842494-8783-4066-b88b-f8f6e97fef46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"isMandatory\": 1,\n    \"isUnique\": 1,\n    \"printOnBill\": 1,\n    \"type\": \"NUMERIC\",\n    \"name\": \"TON\",\n    \"description\": \"HEavy\",\n    \"options\": \"\",\n    \"unit\": \"Kilogram\",\n    \"attributeID\":30\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/v1/thirdparty/editInventoryAttributes","urlObject":{"path":["v1","thirdparty","editInventoryAttributes"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[{"id":"ddc7af88-f4b3-4154-a8b9-5c83b49525cf","name":"Edit Inventory Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"isMandatory\": 1,\n    \"isUnique\": 1,\n    \"printOnBill\": 1,\n    \"type\": \"NUMERIC\",\n    \"name\": \"TON\",\n    \"description\": \"HEavy\",\n    \"options\": \"\",\n    \"unit\": \"Kilogram\",\n    \"attributeID\":28\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/editInventoryAttributes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Nov 2023 08:01:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Attribute updated successfully\",\n    \"attributes\": [\n        {\n            \"attributeID\": 13,\n            \"name\": \"Time1\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"askkdnjnkjdf\",\n            \"linkedTo\": \"attribute3\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:54:44\",\n            \"creationTimeUTC\": \"2022-11-05 16:24:44\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 14,\n            \"name\": \"DAte Time\",\n            \"category\": \"STOCK\",\n            \"type\": \"DATE\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute4\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:54:57\",\n            \"creationTimeUTC\": \"2022-11-05 16:24:57\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 15,\n            \"name\": \"Address\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute5\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:55:08\",\n            \"creationTimeUTC\": \"2022-11-05 16:25:08\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 17,\n            \"name\": \"Customer Name\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute7\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:55:43\",\n            \"creationTimeUTC\": \"2022-11-05 16:25:43\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 18,\n            \"name\": \"Aadhar Number\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute8\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:56:21\",\n            \"creationTimeUTC\": \"2022-11-05 16:26:21\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 19,\n            \"name\": \"Type tt\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute9\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:57:15\",\n            \"creationTimeUTC\": \"2022-11-05 16:27:15\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 21,\n            \"name\": \"Voucher Code\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"voucherCode\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 1,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-05-12 21:57:22\",\n            \"creationTimeUTC\": \"2023-05-12 21:57:22\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 22,\n            \"name\": \"Flavour\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"Piece\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute12\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-05-30 12:40:59\",\n            \"creationTimeUTC\": \"2023-05-30 07:10:59\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 25,\n            \"name\": \"Serial Number\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"Serial Number\",\n            \"linkedTo\": \"attribute13\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-08-07 14:58:35\",\n            \"creationTimeUTC\": \"2023-08-07 09:28:35\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 26,\n            \"name\": \"I\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"IMEI Number\",\n            \"linkedTo\": \"attribute14\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-08-07 14:59:04\",\n            \"creationTimeUTC\": \"2023-08-07 09:29:04\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 28,\n            \"name\": \"TON\",\n            \"category\": \"STOCK\",\n            \"type\": \"NUMERIC\",\n            \"options\": \"\",\n            \"unit\": \"Kilogram\",\n            \"description\": \"HEavy\",\n            \"linkedTo\": \"attribute15\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 1,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-10-26 11:11:27\",\n            \"creationTimeUTC\": \"2023-10-26 05:41:27\",\n            \"showBarcodeScanOption\": 0\n        }\n    ]\n}"},{"id":"dcc410ef-f68a-429d-9eed-b7a73856c429","name":"Edit Inventory Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"isMandatory\": 1,\n    \"isUnique\": 1,\n    \"printOnBill\": 1,\n    \"type\": \"NUMERIC\",\n    \"name\": \"TON\",\n    \"description\": \"HEavy\",\n    \"options\": \"\",\n    \"unit\": \"Kilogram\",\n    \"attributeID\":29\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/editInventoryAttributes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Nov 2023 08:02:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Incorrect attribute provided\"\n}"},{"id":"69e945a0-0d1b-465d-b550-0061a4e1693a","name":"Edit Inventory Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"isMandatory\": 1,\n    \"isUnique\": 1,\n    \"printOnBill\": 1,\n    \"type\": \"NUMERIC\",\n    \"name\": \"TON\",\n    \"description\": \"HEavy\",\n    \"options\": \"\",\n    \"unit\": \"Kilogram\",\n    \"attributeID\":30\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/v1/thirdparty/editInventoryAttributes"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 02 Nov 2023 07:41:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Incorrect attribute provided\"\n}"}],"_postman_id":"07842494-8783-4066-b88b-f8f6e97fef46"},{"name":"Create Inventory Attributes","id":"78ac106b-fea0-436a-a41f-d41a6f9c53cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"isMandatory\": \"1\",\n    \"isUnique\": 1,\n    \"printOnBill\": 1,\n    \"type\": \"TEXT\",\n    \"name\": \"SUNITA\",\n    \"description\": \"Heavy\",\n    \"options\": \"\",\n    \"unit\": \"PIECE\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/createInventoryAttributes","urlObject":{"path":["v1","thirdparty","createInventoryAttributes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0326b807-8da9-4196-8048-dbe31b98644a","name":"Create Inventory Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"isMandatory\": 1,\n    \"isUnique\": 0,\n    \"printOnBill\": 1,\n    \"type\": \"NUMERIC\",\n    \"name\": \"TON\",\n    \"description\": \"HEavy\",\n    \"options\": \"\",\n    \"unit\": \"Kilogram\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/createInventoryAttributes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Nov 2023 08:03:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Attribute created successfully\",\n    \"attributes\": [\n        {\n            \"attributeID\": 13,\n            \"name\": \"Time1\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"askkdnjnkjdf\",\n            \"linkedTo\": \"attribute3\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:54:44\",\n            \"creationTimeUTC\": \"2022-11-05 16:24:44\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 14,\n            \"name\": \"DAte Time\",\n            \"category\": \"STOCK\",\n            \"type\": \"DATE\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute4\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:54:57\",\n            \"creationTimeUTC\": \"2022-11-05 16:24:57\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 15,\n            \"name\": \"Address\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute5\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:55:08\",\n            \"creationTimeUTC\": \"2022-11-05 16:25:08\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 17,\n            \"name\": \"Customer Name\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute7\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:55:43\",\n            \"creationTimeUTC\": \"2022-11-05 16:25:43\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 18,\n            \"name\": \"Aadhar Number\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute8\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:56:21\",\n            \"creationTimeUTC\": \"2022-11-05 16:26:21\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 19,\n            \"name\": \"Type tt\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute9\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:57:15\",\n            \"creationTimeUTC\": \"2022-11-05 16:27:15\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 21,\n            \"name\": \"Voucher Code\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"voucherCode\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 1,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-05-12 21:57:22\",\n            \"creationTimeUTC\": \"2023-05-12 21:57:22\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 22,\n            \"name\": \"Flavour\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"Piece\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute12\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-05-30 12:40:59\",\n            \"creationTimeUTC\": \"2023-05-30 07:10:59\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 25,\n            \"name\": \"Serial Number\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"Serial Number\",\n            \"linkedTo\": \"attribute13\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-08-07 14:58:35\",\n            \"creationTimeUTC\": \"2023-08-07 09:28:35\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 26,\n            \"name\": \"I\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"IMEI Number\",\n            \"linkedTo\": \"attribute14\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-08-07 14:59:04\",\n            \"creationTimeUTC\": \"2023-08-07 09:29:04\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 28,\n            \"name\": \"TON\",\n            \"category\": \"STOCK\",\n            \"type\": \"NUMERIC\",\n            \"options\": \"\",\n            \"unit\": \"Kilogram\",\n            \"description\": \"HEavy\",\n            \"linkedTo\": \"attribute15\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 1,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-10-26 11:11:27\",\n            \"creationTimeUTC\": \"2023-10-26 05:41:27\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 30,\n            \"name\": \"TON\",\n            \"category\": \"STOCK\",\n            \"type\": \"NUMERIC\",\n            \"options\": \"\",\n            \"unit\": \"Kilogram\",\n            \"description\": \"HEavy\",\n            \"linkedTo\": \"attribute17\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 0,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-11-01 13:33:03\",\n            \"creationTimeUTC\": \"2023-11-01 08:03:03\",\n            \"showBarcodeScanOption\": 0\n        }\n    ]\n}"},{"id":"91fb9a30-a442-4b87-aeed-90c693798922","name":"limit Exceeds","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"isMandatory\": \"1\",\n    \"isUnique\": 1,\n    \"printOnBill\": 1,\n    \"type\": \"TEXT\",\n    \"name\": \"SUNITA\",\n    \"description\": \"HEavy\",\n    \"options\": \"\",\n    \"unit\": \"PIECE\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/createInventoryAttributes"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 09 Nov 2023 10:42:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Sorry! Cannot create more stock attributes, limit reached.\"\n}"}],"_postman_id":"78ac106b-fea0-436a-a41f-d41a6f9c53cf"},{"name":"Fetch Inventory Attributes","id":"b776966f-c5c2-4c46-a10a-0d265f4cfa98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchInventoryAttributes","urlObject":{"path":["v1","thirdparty","fetchInventoryAttributes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f1a569b5-58bf-43c1-acf5-ef00c59b1ce5","name":"Fetch Inventory Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchInventoryAttributes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Nov 2023 08:03:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"inventoryAttributesCount\": 12,\n    \"inventoryAttributesList\": [\n        {\n            \"attributeID\": 13,\n            \"name\": \"Time1\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"askkdnjnkjdf\",\n            \"linkedTo\": \"attribute3\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:54:44\",\n            \"creationTimeUTC\": \"2022-11-05 16:24:44\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 14,\n            \"name\": \"DAte Time\",\n            \"category\": \"STOCK\",\n            \"type\": \"DATE\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute4\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:54:57\",\n            \"creationTimeUTC\": \"2022-11-05 16:24:57\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 15,\n            \"name\": \"Address\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute5\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:55:08\",\n            \"creationTimeUTC\": \"2022-11-05 16:25:08\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 17,\n            \"name\": \"Customer Name\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute7\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:55:43\",\n            \"creationTimeUTC\": \"2022-11-05 16:25:43\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 18,\n            \"name\": \"Aadhar Number\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute8\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:56:21\",\n            \"creationTimeUTC\": \"2022-11-05 16:26:21\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 19,\n            \"name\": \"Type tt\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute9\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:57:15\",\n            \"creationTimeUTC\": \"2022-11-05 16:27:15\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 21,\n            \"name\": \"Voucher Code\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"voucherCode\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 1,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-05-12 21:57:22\",\n            \"creationTimeUTC\": \"2023-05-12 21:57:22\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 22,\n            \"name\": \"Flavour\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"Piece\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute12\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-05-30 12:40:59\",\n            \"creationTimeUTC\": \"2023-05-30 07:10:59\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 25,\n            \"name\": \"Serial Number\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"Serial Number\",\n            \"linkedTo\": \"attribute13\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-08-07 14:58:35\",\n            \"creationTimeUTC\": \"2023-08-07 09:28:35\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 26,\n            \"name\": \"I\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"IMEI Number\",\n            \"linkedTo\": \"attribute14\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-08-07 14:59:04\",\n            \"creationTimeUTC\": \"2023-08-07 09:29:04\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 28,\n            \"name\": \"TON\",\n            \"category\": \"STOCK\",\n            \"type\": \"NUMERIC\",\n            \"options\": \"\",\n            \"unit\": \"Kilogram\",\n            \"description\": \"HEavy\",\n            \"linkedTo\": \"attribute15\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 1,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-10-26 11:11:27\",\n            \"creationTimeUTC\": \"2023-10-26 05:41:27\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 30,\n            \"name\": \"TON\",\n            \"category\": \"STOCK\",\n            \"type\": \"NUMERIC\",\n            \"options\": \"\",\n            \"unit\": \"Kilogram\",\n            \"description\": \"HEavy\",\n            \"linkedTo\": \"attribute17\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 0,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-11-01 13:33:03\",\n            \"creationTimeUTC\": \"2023-11-01 08:03:03\",\n            \"showBarcodeScanOption\": 0\n        }\n    ]\n}"}],"_postman_id":"b776966f-c5c2-4c46-a10a-0d265f4cfa98"},{"name":"Delete Inventory Attributes","id":"21a6b788-9eb5-40dd-ba9b-2ace884515e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"attributeID\":14\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/deleteInventoryAttributes","urlObject":{"path":["v1","thirdparty","deleteInventoryAttributes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"f4769a62-092d-4416-8e60-ff1e859bff97","name":"Delete Inventory Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"attributeID\":29\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/deleteInventoryAttributes"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Nov 2023 07:58:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Attribute deleted successfully\",\n    \"attributes\": [\n        {\n            \"attributeID\": 13,\n            \"name\": \"Time1\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"askkdnjnkjdf\",\n            \"linkedTo\": \"attribute3\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:54:44\",\n            \"creationTimeUTC\": \"2022-11-05 16:24:44\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 14,\n            \"name\": \"DAte Time\",\n            \"category\": \"STOCK\",\n            \"type\": \"DATE\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute4\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:54:57\",\n            \"creationTimeUTC\": \"2022-11-05 16:24:57\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 15,\n            \"name\": \"Address\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute5\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:55:08\",\n            \"creationTimeUTC\": \"2022-11-05 16:25:08\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 17,\n            \"name\": \"Customer Name\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute7\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:55:43\",\n            \"creationTimeUTC\": \"2022-11-05 16:25:43\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 18,\n            \"name\": \"Aadhar Number\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute8\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:56:21\",\n            \"creationTimeUTC\": \"2022-11-05 16:26:21\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 19,\n            \"name\": \"Type tt\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute9\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2022-11-05 21:57:15\",\n            \"creationTimeUTC\": \"2022-11-05 16:27:15\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 21,\n            \"name\": \"Voucher Code\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"voucherCode\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 1,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-05-12 21:57:22\",\n            \"creationTimeUTC\": \"2023-05-12 21:57:22\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 22,\n            \"name\": \"Flavour\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"Piece\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute12\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 1,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-05-30 12:40:59\",\n            \"creationTimeUTC\": \"2023-05-30 07:10:59\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 25,\n            \"name\": \"Serial Number\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"Serial Number\",\n            \"linkedTo\": \"attribute13\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-08-07 14:58:35\",\n            \"creationTimeUTC\": \"2023-08-07 09:28:35\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 26,\n            \"name\": \"I\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"IMEI Number\",\n            \"linkedTo\": \"attribute14\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 0,\n            \"isUnique\": 0,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-08-07 14:59:04\",\n            \"creationTimeUTC\": \"2023-08-07 09:29:04\",\n            \"showBarcodeScanOption\": 0\n        },\n        {\n            \"attributeID\": 28,\n            \"name\": \"testM\",\n            \"category\": \"STOCK\",\n            \"type\": \"TEXT\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute15\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 1,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2023-10-26 11:11:27\",\n            \"creationTimeUTC\": \"2023-10-26 05:41:27\",\n            \"showBarcodeScanOption\": 0\n        }\n    ]\n}"},{"id":"445fa87e-e329-40c9-a15c-a2ecab23a79b","name":"Delete Inventory Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"attributeID\":30\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/v1/thirdparty/deleteInventoryAttributes"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 02 Nov 2023 07:45:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid attributeID provided\"\n}"}],"_postman_id":"21a6b788-9eb5-40dd-ba9b-2ace884515e5"}],"id":"23ecfee1-aa84-4460-9974-1a585aa3ce14","_postman_id":"23ecfee1-aa84-4460-9974-1a585aa3ce14","description":""},{"name":"Product","item":[{"name":"Fetch Products","id":"1a51c8f7-66cc-4727-b707-6ab19131c144","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"f2d5623f6b22787bb9b64d2e3aedd5feeef8fb8f43e3a7b6168f62acf78cb18d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/3239/fetchProducts","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","3239","fetchProducts"],"host":["beta","queuebuster","co"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"9955cb6c-0a76-4fb7-b0bc-62779f3a9940","name":"sucess_blankPage","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURI}}/public/v1/thirdparty/1534/fetchProducts","host":["{{baseURI}}"],"path":["public","v1","thirdparty","1534","fetchProducts"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:30:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"count\": 44,\n    \"data\": [\n        {\n            \"productID\": 1,\n            \"productName\": \"Fried Rice Half Plate\",\n            \"categoryName\": \"Lunch Menu\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 1,\n            \"variantNames\": \"\",\n            \"prices\": 99,\n            \"dealerPrice\": 150,\n            \"barcodes\": 985623874512,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 1,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"hasModifiers\": 1,\n            \"stockItemsType\": \"BATCHED\"\n        },\n        {\n            \"productID\": 2,\n            \"productName\": \"Poha\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"Bikano\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 2,\n            \"variantNames\": \"\",\n            \"prices\": 40,\n            \"dealerPrice\": 40,\n            \"barcodes\": 7854218963,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 3,\n            \"productName\": \"egg\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 3,\n            \"variantNames\": \"\",\n            \"prices\": 5,\n            \"dealerPrice\": 18900,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 1,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"BATCHED\"\n        },\n        {\n            \"productID\": 4,\n            \"productName\": \"Bread Sandwich\",\n            \"categoryName\": \"BreakFast\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 4,\n            \"variantNames\": \"\",\n            \"prices\": 96,\n            \"dealerPrice\": 89,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"hasModifiers\": 1,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 5,\n            \"productName\": \"Corn Soup\",\n            \"categoryName\": \"Indian Soups\",\n            \"subCategoryName\": \"Indian Veg Soup\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 3,\n            \"soldIn\": \"Litre\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 5,\n            \"variantNames\": \"\",\n            \"prices\": 59,\n            \"dealerPrice\": 1440,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 6,\n            \"productName\": \"Rajma rice\",\n            \"categoryName\": \"Lunch Menu\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"SG6532\",\n            \"variantIDs\": 6,\n            \"variantNames\": \"\",\n            \"prices\": 120,\n            \"dealerPrice\": 150,\n            \"barcodes\": 986523451,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"\",\n            \"hasModifiers\": 1,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 7,\n            \"productName\": \"Suji Halwa\",\n            \"categoryName\": \"Deserts\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"HaldiRam\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 7,\n            \"variantNames\": \"\",\n            \"prices\": 200,\n            \"dealerPrice\": 200,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 8,\n            \"productName\": \"Jalebi\",\n            \"categoryName\": \"Deserts\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 8,\n            \"variantNames\": \"\",\n            \"prices\": 450,\n            \"dealerPrice\": 250,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 9,\n            \"productName\": \"Carrot Halwa\",\n            \"categoryName\": \"Deserts\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"HaldiRam\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 9,\n            \"variantNames\": \"\",\n            \"prices\": 250,\n            \"dealerPrice\": 250,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 10,\n            \"productName\": \"Gulab Jamun\",\n            \"categoryName\": \"Deserts\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"HaldiRam\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"HS87\",\n            \"variantIDs\": 10,\n            \"variantNames\": \"\",\n            \"prices\": 250,\n            \"dealerPrice\": 250,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"hasModifiers\": 1,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 11,\n            \"productName\": \"TEA\",\n            \"categoryName\": \"BreakFast\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 3,\n            \"soldIn\": \"Litre\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 11,\n            \"variantNames\": \"\",\n            \"prices\": 12,\n            \"dealerPrice\": 9,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 14,\n            \"productName\": \"Paneer Tikka\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 14,\n            \"variantNames\": \"\",\n            \"prices\": 250,\n            \"dealerPrice\": 250,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 15,\n            \"productName\": \"Grilled Nachos\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 15,\n            \"variantNames\": \"\",\n            \"prices\": 120,\n            \"dealerPrice\": 120,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 16,\n            \"productName\": \"soya chap\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 16,\n            \"variantNames\": \"\",\n            \"prices\": 99,\n            \"dealerPrice\": 99,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 17,\n            \"productName\": \"Corn\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 17,\n            \"variantNames\": \"\",\n            \"prices\": 56,\n            \"dealerPrice\": 59,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 18,\n            \"productName\": \"Oats\",\n            \"categoryName\": \"BreakFast\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 18,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 30,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19,\n            \"productName\": \"choco pastry\",\n            \"categoryName\": \"Deserts\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19,\n            \"variantNames\": \"\",\n            \"prices\": 50,\n            \"dealerPrice\": 200,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 20,\n            \"productName\": \"Chole Bhature\",\n            \"categoryName\": \"Lunch Menu\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 20,\n            \"variantNames\": \"\",\n            \"prices\": 200,\n            \"dealerPrice\": 100,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 22,\n            \"productName\": \"Fried cripsy baby corn\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 22,\n            \"variantNames\": \"\",\n            \"prices\": 99,\n            \"dealerPrice\": 99,\n            \"barcodes\": 895632,\n            \"skus\": \"KHU54637\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 23,\n            \"productName\": \"Badam Halwa\",\n            \"categoryName\": \"Deserts\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"HSNSAC456789\",\n            \"variantIDs\": 23,\n            \"variantNames\": \"\",\n            \"prices\": 299,\n            \"dealerPrice\": 299,\n            \"barcodes\": 9865322154,\n            \"skus\": \"7845KJU\",\n            \"sortOrder\": 7,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 24,\n            \"productName\": \"Chicken Soup\",\n            \"categoryName\": \"Indian Soups\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 3,\n            \"soldIn\": \"Litre\",\n            \"HSNOrSACCode\": \"CD345678\",\n            \"variantIDs\": 24,\n            \"variantNames\": \"\",\n            \"prices\": 300,\n            \"dealerPrice\": 300,\n            \"barcodes\": 9384593859,\n            \"skus\": \"SKU34785\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 25,\n            \"productName\": \"Haraa Bharaa Kabab\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 25,\n            \"variantNames\": \"\",\n            \"prices\": 50,\n            \"dealerPrice\": 50,\n            \"barcodes\": 89653298,\n            \"skus\": \"UKS8878\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 26,\n            \"productName\": \"Milk shakes\",\n            \"categoryName\": \"BreakFast\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 3,\n            \"soldIn\": \"Litre\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 26,\n            \"variantNames\": \"\",\n            \"prices\": 100,\n            \"dealerPrice\": 105,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 29,\n            \"productName\": \"Duggal Sahab\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 29,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 30,\n            \"productName\": \"Paneer Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 30,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"https://s3.ap-south-1.amazonaws.com/qbstore/chain1534/product_68312317_1655794279.png\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 31,\n            \"productName\": \"Raw Paneer\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 31,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 32,\n            \"productName\": \"chips 1\",\n            \"categoryName\": \"BreakFast\",\n            \"subCategoryName\": \"Indian Veg Soup\",\n            \"brandName\": \"Bikano\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"variantIDs\": 32,\n            \"variantNames\": \"Mitha chips1\",\n            \"prices\": 70,\n            \"dealerPrice\": 200,\n            \"barcodes\": \"AUF14TZYIO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 33,\n            \"productName\": \"Papad1\",\n            \"categoryName\": \"Indian Soups\",\n            \"subCategoryName\": \"Indian Veg Soup\",\n            \"brandName\": \"HaldiRam\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"variantIDs\": 33,\n            \"variantNames\": \"Mitha papad1\",\n            \"prices\": 45,\n            \"dealerPrice\": 300,\n            \"barcodes\": \"AUF14TZYO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 34,\n            \"productName\": \"chicken Roll\",\n            \"categoryName\": \"Lunch Menu\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"Bikano\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"variantIDs\": 34,\n            \"variantNames\": \"chicken\",\n            \"prices\": 70,\n            \"dealerPrice\": 200,\n            \"barcodes\": \"A87UF14TZYIO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 35,\n            \"productName\": \"Egg Roll\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"Indian Veg Soup\",\n            \"brandName\": \"HaldiRam\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"S9AC564739\",\n            \"variantIDs\": 35,\n            \"variantNames\": \"Mitha papad1\",\n            \"prices\": 45,\n            \"dealerPrice\": 500,\n            \"barcodes\": \"K96UF14TZYO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 36,\n            \"productName\": \"Double chicken Roll\",\n            \"categoryName\": \"Lunch Menu\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"Bikano\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"variantIDs\": 36,\n            \"variantNames\": \"chicken\",\n            \"prices\": 70,\n            \"dealerPrice\": 400,\n            \"barcodes\": \"A87UF14TZYIO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 270,\n            \"foodTypeTitle\": \"Non-vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 37,\n            \"productName\": \"Vegetable\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"Bikano\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"variantIDs\": 37,\n            \"variantNames\": \"rolls\",\n            \"prices\": 90,\n            \"dealerPrice\": 400,\n            \"barcodes\": \"A87UF14TZYIO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 38,\n            \"productName\": \"Dal Roll\",\n            \"categoryName\": \"Beverages\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"Bikano\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"variantIDs\": 38,\n            \"variantNames\": \"Dal rolls\",\n            \"prices\": 30,\n            \"dealerPrice\": 50,\n            \"barcodes\": \"A67UF14TZYIO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 271,\n            \"foodTypeTitle\": \"Eggetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 39,\n            \"productName\": \"Double Egg Roll\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"Indian Veg Soup\",\n            \"brandName\": \"HaldiRam\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"S9AC564739\",\n            \"variantIDs\": 39,\n            \"variantNames\": \"egg\",\n            \"prices\": 45,\n            \"dealerPrice\": 500,\n            \"barcodes\": \"9K96UF14TZYO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 40,\n            \"productName\": \"Double Roti\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"variantIDs\": 40,\n            \"variantNames\": \"chicken\",\n            \"prices\": 70,\n            \"dealerPrice\": 400,\n            \"barcodes\": \"A87UF14TZYIO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 270,\n            \"foodTypeTitle\": \"Non-vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 41,\n            \"productName\": \"Single\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"Bikano\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"variantIDs\": 41,\n            \"variantNames\": \"rolls\",\n            \"prices\": 90,\n            \"dealerPrice\": 400,\n            \"barcodes\": \"A87UF14TZYIO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 42,\n            \"productName\": \"Soya Roll\",\n            \"categoryName\": \"Beverages\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"Bikano\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"variantIDs\": 42,\n            \"variantNames\": \"Dal rolls\",\n            \"prices\": 30,\n            \"dealerPrice\": 50,\n            \"barcodes\": \"A67UF14TZYIO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 271,\n            \"foodTypeTitle\": \"Eggetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 43,\n            \"productName\": \"Aloo Masala Roll\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"Indian Veg Soup\",\n            \"brandName\": \"HaldiRam\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"S9AC564739\",\n            \"variantIDs\": 43,\n            \"variantNames\": \"egg\",\n            \"prices\": 45,\n            \"dealerPrice\": 500,\n            \"barcodes\": \"9K96UF14TZYO\",\n            \"skus\": \"NA\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 44,\n            \"productName\": 111,\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 44,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 46,\n            \"productName\": \"Rasgulla\",\n            \"categoryName\": \"Deserts\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 46,\n            \"variantNames\": \"\",\n            \"prices\": 50,\n            \"dealerPrice\": 45,\n            \"barcodes\": 9632587412,\n            \"skus\": \"SKU4567\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 1,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"BATCHED\"\n        },\n        {\n            \"productID\": 47,\n            \"productName\": \"Chilli Potatoes\",\n            \"categoryName\": \"STARTERS\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 47,\n            \"variantNames\": \"\",\n            \"prices\": 55,\n            \"dealerPrice\": 66,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 48,\n            \"productName\": \"Test\",\n            \"categoryName\": \"Lunch Menu\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": 3444,\n            \"variantIDs\": 48,\n            \"variantNames\": \"\",\n            \"prices\": 100,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"QRS45H\",\n            \"skus\": \"SKU004\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 49,\n            \"productName\": \"Test\",\n            \"categoryName\": \"Lunch Menu\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 49,\n            \"variantNames\": \"\",\n            \"prices\": 100,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 1,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"BATCHED\"\n        },\n        {\n            \"productID\": 50,\n            \"productName\": \"URR\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 50,\n            \"variantNames\": \"\",\n            \"prices\": 40,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 1,\n            \"foodType\": 272,\n            \"foodTypeTitle\": \" Not specified.\",\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"BATCHED\"\n        }\n    ]\n}"},{"id":"11388f31-d4bb-4b83-a7de-9ec9d1f483ee","name":"success_200results limit Per Page","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURI}}/public/v1/thirdparty/1805/fetchProducts","host":["{{baseURI}}"],"path":["public","v1","thirdparty","1805","fetchProducts"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:31:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"count\": 200,\n    \"data\": [\n        {\n            \"productID\": 2,\n            \"productName\": \"0.5Wat Led Every Day\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 2,\n            \"variantNames\": \"\",\n            \"prices\": 70,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901691019925,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 3,\n            \"productName\": \"03613 Kleenex Bathroom Tissues 6 Rolls\",\n            \"categoryName\": \"Home Care\",\n            \"subCategoryName\": \"General Merchandise\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 3,\n            \"variantNames\": \"\",\n            \"prices\": 299,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8888336018867,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 4,\n            \"productName\": \"1 Lt Milkymis Ghee\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 4,\n            \"variantNames\": \"\",\n            \"prices\": 550,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904083300908,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 5,\n            \"productName\": \"1 To 3 Noodles Masala 50G\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Pasta, Noodles, Vermicelli\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 5,\n            \"variantNames\": \"\",\n            \"prices\": 16,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906019630127,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 6,\n            \"productName\": \"10 Gillette Winner Razor Blade Double Edge Safety Razor\",\n            \"categoryName\": \"Personal Care\",\n            \"subCategoryName\": \"Grooming\",\n            \"brandName\": \"Gilette\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 6,\n            \"variantNames\": \"\",\n            \"prices\": 127,\n            \"dealerPrice\": 0,\n            \"barcodes\": 4902430877329,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 7,\n            \"productName\": \"100 Gm Plain Poha Papad\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 7,\n            \"variantNames\": \"\",\n            \"prices\": 50,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904145618,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 8,\n            \"productName\": \"100 Gm Plan Sabudani Papad\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 8,\n            \"variantNames\": \"\",\n            \"prices\": 20,\n            \"dealerPrice\": 0,\n            \"barcodes\": 7910069072630,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 9,\n            \"productName\": \"123 Noodles Masala 25G\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Masala\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 9,\n            \"variantNames\": \"\",\n            \"prices\": 7,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906019630103,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 10,\n            \"productName\": \"149 Streax Color No. 4 Mrp ? 149/-\",\n            \"categoryName\": \"Personal Care\",\n            \"subCategoryName\": \"Skin Care\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 10,\n            \"variantNames\": \"\",\n            \"prices\": 149,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901247571556,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 11,\n            \"productName\": \"149 Streax Color No. 5 Mrp ? 149/-\",\n            \"categoryName\": \"Personal Care\",\n            \"subCategoryName\": \"Skin Care\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 11,\n            \"variantNames\": \"\",\n            \"prices\": 149,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901247571549,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 12,\n            \"productName\": \"15 Kg Star\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 12,\n            \"variantNames\": \"\",\n            \"prices\": 2000,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8908000418233,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 13,\n            \"productName\": \"20 20\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 13,\n            \"variantNames\": \"\",\n            \"prices\": 25,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901719113728,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 14,\n            \"productName\": \"20 20\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 14,\n            \"variantNames\": \"\",\n            \"prices\": 20,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901719113728,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 15,\n            \"productName\": \"200 Gm D&D Macroni Pasta Rs 60\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 15,\n            \"variantNames\": \"\",\n            \"prices\": 60,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901560660234,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 16,\n            \"productName\": \"200 Gm D&D Penne Pasta Rs 60\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 16,\n            \"variantNames\": \"\",\n            \"prices\": 60,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901560660227,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 17,\n            \"productName\": \"200Gm D&D Penne Pasta Rs 60\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 17,\n            \"variantNames\": \"\",\n            \"prices\": 60,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901560660210,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 18,\n            \"productName\": \"200Gm Tomato Kechup\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 18,\n            \"variantNames\": \"\",\n            \"prices\": 60,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901560040203,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19,\n            \"productName\": \"20-20\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19,\n            \"variantNames\": \"\",\n            \"prices\": 5,\n            \"dealerPrice\": 0,\n            \"barcodes\": 890179109874,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 20,\n            \"productName\": \"20-20\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 20,\n            \"variantNames\": \"\",\n            \"prices\": 25,\n            \"dealerPrice\": 0,\n            \"barcodes\": 890179109874,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 21,\n            \"productName\": \"20-20 Butter Cookies\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 21,\n            \"variantNames\": \"\",\n            \"prices\": 25,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901719109744,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 22,\n            \"productName\": \"20-20 Butter Jeera\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 22,\n            \"variantNames\": \"\",\n            \"prices\": 25,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901719109775,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 23,\n            \"productName\": \"20-20 Cashew\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 23,\n            \"variantNames\": \"\",\n            \"prices\": 6,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901719109782,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 24,\n            \"productName\": \"20-20 Cashew\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 24,\n            \"variantNames\": \"\",\n            \"prices\": 20,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901719109782,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 25,\n            \"productName\": \"20-20 Cashew Cookies\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 25,\n            \"variantNames\": \"\",\n            \"prices\": 12,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901719109799,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 26,\n            \"productName\": \"20-20 Cashew Cookies 70G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 26,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 890171910988,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 27,\n            \"productName\": \"20-20- Dry Fruits Dried Apricot 250Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 27,\n            \"variantNames\": \"\",\n            \"prices\": 450,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906079510360,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 28,\n            \"productName\": \"20-20 Gold Cashew 600G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 28,\n            \"variantNames\": \"\",\n            \"prices\": 110,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901719115219,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 29,\n            \"productName\": \"20-20 Gold Choco 56.25G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 29,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901719115530,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 30,\n            \"productName\": \"20-20 Nice\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 30,\n            \"variantNames\": \"\",\n            \"prices\": 25,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901719109461,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 31,\n            \"productName\": \"20-20 Nourish The Life Dried Apricot\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 31,\n            \"variantNames\": \"\",\n            \"prices\": 360,\n            \"dealerPrice\": 0,\n            \"barcodes\": 890607951360,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 32,\n            \"productName\": \"21 Club Ice Water 200Ml\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 32,\n            \"variantNames\": \"\",\n            \"prices\": 225,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904173040530,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 33,\n            \"productName\": \"24 Carets Kasturi Methi 25G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 33,\n            \"variantNames\": \"\",\n            \"prices\": 21,\n            \"dealerPrice\": 0,\n            \"barcodes\": 890800713307,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 34,\n            \"productName\": \"24 Mantra Cloves 50Gm\",\n            \"categoryName\": \"Food Items\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 34,\n            \"variantNames\": \"\",\n            \"prices\": 220,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904083500568,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 35,\n            \"productName\": \"24 Mantra Organic Cassia Powder 100Gms\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"24 Mantra\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 35,\n            \"variantNames\": \"\",\n            \"prices\": 120,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904083504054,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 36,\n            \"productName\": \"24 Mantra Organic Wheat Grass Powder 100Gms\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Salt\",\n            \"brandName\": \"24 Mantra\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 36,\n            \"variantNames\": \"\",\n            \"prices\": 290,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904083502128,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 37,\n            \"productName\": \"2Kg Hook\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 37,\n            \"variantNames\": \"\",\n            \"prices\": 65,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6933078890126,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 38,\n            \"productName\": \"2Pc Amazon Snack Bowl Large\",\n            \"categoryName\": \"Home Care\",\n            \"subCategoryName\": \"General Merchandise\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 38,\n            \"variantNames\": \"\",\n            \"prices\": 270,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904279807112,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 39,\n            \"productName\": \"3 Roses Tea Powder 100G\",\n            \"categoryName\": \"Beverages\",\n            \"subCategoryName\": \"Tea & Coffee\",\n            \"brandName\": \"Brooke Bond\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 39,\n            \"variantNames\": \"\",\n            \"prices\": 50,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901030763183,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 40,\n            \"productName\": \"3M Scotch-Brite Flat Mop\",\n            \"categoryName\": \"Home Care\",\n            \"subCategoryName\": \"Household Cleaning\",\n            \"brandName\": \"3M\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 40,\n            \"variantNames\": \"\",\n            \"prices\": 1299,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901361302944,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 41,\n            \"productName\": \"4Health Noodles Masala\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 41,\n            \"variantNames\": \"\",\n            \"prices\": 12,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6298044022995,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 42,\n            \"productName\": \"4Health Noodles Veg\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 42,\n            \"variantNames\": \"\",\n            \"prices\": 12,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6298044022766,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 43,\n            \"productName\": \"5 Star Nutty 19Gm\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Confectionery\",\n            \"brandName\": \"5 Star\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 43,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 7622201106911,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 44,\n            \"productName\": \"5* Nutty\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 44,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 7622201804022,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 45,\n            \"productName\": \"50 50 Jeera\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"50-50\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 45,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 901063017375,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 46,\n            \"productName\": \"50 50 Sweet And Salt\",\n            \"categoryName\": \"Food Items\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"50-50\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 46,\n            \"variantNames\": \"\",\n            \"prices\": 12,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901063016712,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 47,\n            \"productName\": \"50 Streax Color No 7.3 Mrp ? 50/-\",\n            \"categoryName\": \"Personal Care\",\n            \"subCategoryName\": \"Skin Care\",\n            \"brandName\": \"Streax\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 47,\n            \"variantNames\": \"\",\n            \"prices\": 60,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901247571495,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 48,\n            \"productName\": \"50-50 31.5G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"50-50\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 48,\n            \"variantNames\": \"\",\n            \"prices\": 5,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901063016729,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 49,\n            \"productName\": \"50-50 Jeera 50Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"50-50\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 49,\n            \"variantNames\": \"\",\n            \"prices\": 5,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901063017368,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 50,\n            \"productName\": \"555 Monkey 555+ Broom\",\n            \"categoryName\": \"Home Care\",\n            \"subCategoryName\": \"Household Cleaning\",\n            \"brandName\": 555,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 50,\n            \"variantNames\": \"\",\n            \"prices\": 95,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8764391750143,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 51,\n            \"productName\": \"555 Scrb Pad\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 555,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 51,\n            \"variantNames\": \"\",\n            \"prices\": 15,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906019413027,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 52,\n            \"productName\": \"555 Stainless Steel Scrubber\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 555,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 52,\n            \"variantNames\": \"\",\n            \"prices\": 15,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906019419036,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 53,\n            \"productName\": \"5Lt Gemani Sf Oil\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 53,\n            \"variantNames\": \"\",\n            \"prices\": 700,\n            \"dealerPrice\": 0,\n            \"barcodes\": 890600633005,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 54,\n            \"productName\": \"5Lt Sunny\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 54,\n            \"variantNames\": \"\",\n            \"prices\": 792,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901709007708,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 55,\n            \"productName\": \"60 Streax Color Mini No. 4 Mrp ? 60/-\",\n            \"categoryName\": \"Personal Care\",\n            \"subCategoryName\": \"Skin Care\",\n            \"brandName\": \"Streax\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 55,\n            \"variantNames\": \"\",\n            \"prices\": 60,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901247571525,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 56,\n            \"productName\": \"60 Streax Color No. 5 Mrp ? 60/-\",\n            \"categoryName\": \"Personal Care\",\n            \"subCategoryName\": \"Skin Care\",\n            \"brandName\": \"Streax\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 56,\n            \"variantNames\": \"\",\n            \"prices\": 60,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901247571464,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 57,\n            \"productName\": \"7 Hearbs Shampoo\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"7 Hearbs\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 57,\n            \"variantNames\": \"\",\n            \"prices\": 138,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8908009435149,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 58,\n            \"productName\": \"7 O Clock Cartridge P Ii\",\n            \"categoryName\": \"Personal Care\",\n            \"subCategoryName\": \"Grooming\",\n            \"brandName\": \"Gilette\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 58,\n            \"variantNames\": \"\",\n            \"prices\": 175,\n            \"dealerPrice\": 0,\n            \"barcodes\": 4902430723152,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"https://qbstoreprod.s3.ap-south-1.amazonaws.com/masterGrocery/product_1994072637_1631083524.webp\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 59,\n            \"productName\": \"7 O Clock Cot 5S\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Gilette\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 59,\n            \"variantNames\": \"\",\n            \"prices\": 175,\n            \"dealerPrice\": 0,\n            \"barcodes\": 4902430918333,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 60,\n            \"productName\": \"7 O Clock Sp 100S\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Gilette\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 60,\n            \"variantNames\": \"\",\n            \"prices\": 65,\n            \"dealerPrice\": 0,\n            \"barcodes\": 4902430484954,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 61,\n            \"productName\": \"7 Up Soft Drink Pet 1.25L\",\n            \"categoryName\": \"Beverages\",\n            \"subCategoryName\": \"Cold Drinks\",\n            \"brandName\": \"7 Up\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 61,\n            \"variantNames\": \"\",\n            \"prices\": 50,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8902080304561,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 62,\n            \"productName\": \"7 Up Soft Drink Pet 500Ml/600Ml\",\n            \"categoryName\": \"Beverages\",\n            \"subCategoryName\": \"Cold Drinks\",\n            \"brandName\": \"7 Up\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 62,\n            \"variantNames\": \"\",\n            \"prices\": 35,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8902080304097,\n            \"skus\": \"GN3721003\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 63,\n            \"productName\": \"75Parle 20-20 Gpld Butter Cookies 75G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Parle\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 63,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901717114601,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 64,\n            \"productName\": \"777 Asafietida\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 64,\n            \"variantNames\": \"\",\n            \"prices\": 45,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231002305,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 65,\n            \"productName\": \"777 Brand Appalam 300Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 65,\n            \"variantNames\": \"\",\n            \"prices\": 132,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231001155,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 66,\n            \"productName\": \"777 Broom\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 66,\n            \"variantNames\": \"\",\n            \"prices\": 90,\n            \"dealerPrice\": 0,\n            \"barcodes\": 4567809044445,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 67,\n            \"productName\": \"777 Chilli Powder 100 Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 67,\n            \"variantNames\": \"\",\n            \"prices\": 32,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231001803,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 68,\n            \"productName\": \"777 Chilli Powder 500 Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 68,\n            \"variantNames\": \"\",\n            \"prices\": 180,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231001834,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 69,\n            \"productName\": \"777 Chilli Sauce\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 69,\n            \"variantNames\": \"\",\n            \"prices\": 75,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231003869,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 70,\n            \"productName\": \"777 Coriander Powd\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 70,\n            \"variantNames\": \"\",\n            \"prices\": 16,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231001650,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 71,\n            \"productName\": \"777 Coriander Powd\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 71,\n            \"variantNames\": \"\",\n            \"prices\": 32,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231001650,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 72,\n            \"productName\": \"777 Coriander Powder 500Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 72,\n            \"variantNames\": \"\",\n            \"prices\": 160,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231001841,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 73,\n            \"productName\": \"777 Samber Powder 100 Gm\",\n            \"categoryName\": \"Food Items\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 73,\n            \"variantNames\": \"\",\n            \"prices\": 68,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231000899,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 74,\n            \"productName\": \"777 Shortcut Vermicelli 900G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 74,\n            \"variantNames\": \"\",\n            \"prices\": 67,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231002039,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"https://qbstoreprod.s3.ap-south-1.amazonaws.com/masterGrocery/product_277985063_1630934389.webp\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 75,\n            \"productName\": \"777 Soya Sauce\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 75,\n            \"variantNames\": \"\",\n            \"prices\": 75,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231003876,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 76,\n            \"productName\": \"777 Tomato Suace\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 76,\n            \"variantNames\": \"\",\n            \"prices\": 86,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231003845,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 77,\n            \"productName\": \"777 Turmeric Powder 100 Gm\",\n            \"categoryName\": \"Food Items\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 77,\n            \"variantNames\": \"\",\n            \"prices\": 36,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231001827,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 78,\n            \"productName\": \"777 Turmeric Powder 500 Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 78,\n            \"variantNames\": \"\",\n            \"prices\": 180,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231001858,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 79,\n            \"productName\": \"777 Vermicelli 400 Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": 777,\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 79,\n            \"variantNames\": \"\",\n            \"prices\": 37,\n            \"dealerPrice\": 0,\n            \"barcodes\": 897231002022,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 80,\n            \"productName\": \"7Up\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"7 Up\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 80,\n            \"variantNames\": \"\",\n            \"prices\": 25,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8902080000111,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 81,\n            \"productName\": \"7Up Soft Drink 250Ml Can\",\n            \"categoryName\": \"Beverages\",\n            \"subCategoryName\": \"Cold Drinks\",\n            \"brandName\": \"7 Up\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 81,\n            \"variantNames\": \"\",\n            \"prices\": 30,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8902080305025,\n            \"skus\": \"GN3721002\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 82,\n            \"productName\": \"7Up Soft Drink 250Ml Pet\",\n            \"categoryName\": \"Beverages\",\n            \"subCategoryName\": \"Cold Drinks\",\n            \"brandName\": \"7 Up\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 82,\n            \"variantNames\": \"\",\n            \"prices\": 20,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8902080304028,\n            \"skus\": \"GN3721001\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 83,\n            \"productName\": \"7Up Soft Drink 2L Pet\",\n            \"categoryName\": \"Beverages\",\n            \"subCategoryName\": \"Cold Drinks\",\n            \"brandName\": \"7 Up\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 83,\n            \"variantNames\": \"\",\n            \"prices\": 90,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8902080304349,\n            \"skus\": \"GN3721004\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 84,\n            \"productName\": \"7Up Soft Drink 750Ml Pet\",\n            \"categoryName\": \"Beverages\",\n            \"subCategoryName\": \"Cold Drinks\",\n            \"brandName\": \"7 Up\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 84,\n            \"variantNames\": \"\",\n            \"prices\": 40,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8902080304059,\n            \"skus\": \"GN3721003\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 85,\n            \"productName\": \"9 Ulta Soft Sainaitry Pad\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 85,\n            \"variantNames\": \"\",\n            \"prices\": 75,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8908010780610,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 86,\n            \"productName\": \"9 Wat Led Emergency\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 86,\n            \"variantNames\": \"\",\n            \"prices\": 549,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901691020129,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 87,\n            \"productName\": \"A Bi Level Tb\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 87,\n            \"variantNames\": \"\",\n            \"prices\": 25,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904000926280,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 88,\n            \"productName\": \"A Hand Wash 180Ml\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 88,\n            \"variantNames\": \"\",\n            \"prices\": 40,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904000905148,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 89,\n            \"productName\": \"A India Cho\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Confectionery\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 89,\n            \"variantNames\": \"\",\n            \"prices\": 150,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901262071703,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 90,\n            \"productName\": \"A M Spray\",\n            \"categoryName\": \"Health Care\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 90,\n            \"variantNames\": \"\",\n            \"prices\": 100,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901803007734,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 91,\n            \"productName\": \"A One Heart Biscuit\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Snacks\",\n            \"brandName\": \"A-One\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 91,\n            \"variantNames\": \"\",\n            \"prices\": 50,\n            \"dealerPrice\": 0,\n            \"barcodes\": 9100022236,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 92,\n            \"productName\": \"A One Kharaboondi\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Snacks\",\n            \"brandName\": \"A-One\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 92,\n            \"variantNames\": \"\",\n            \"prices\": 60,\n            \"dealerPrice\": 0,\n            \"barcodes\": 9100022235,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 93,\n            \"productName\": \"A One Onion Murukku\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Snacks\",\n            \"brandName\": \"A-One\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 93,\n            \"variantNames\": \"\",\n            \"prices\": 50,\n            \"dealerPrice\": 0,\n            \"barcodes\": 91000222103,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 94,\n            \"productName\": \"A One Plain Boondi\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Snacks\",\n            \"brandName\": \"A-One\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 94,\n            \"variantNames\": \"\",\n            \"prices\": 50,\n            \"dealerPrice\": 0,\n            \"barcodes\": 9100022187,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 95,\n            \"productName\": \"A One Popcorn\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Snacks\",\n            \"brandName\": \"A-One\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 95,\n            \"variantNames\": \"\",\n            \"prices\": 30,\n            \"dealerPrice\": 0,\n            \"barcodes\": 91000222108,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 96,\n            \"productName\": \"A One Potato Finger\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Snacks\",\n            \"brandName\": \"A-One\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 96,\n            \"variantNames\": \"\",\n            \"prices\": 50,\n            \"dealerPrice\": 0,\n            \"barcodes\": 9100022218,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 97,\n            \"productName\": \"A One Roasted Peanut\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Snacks\",\n            \"brandName\": \"A-One\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 97,\n            \"variantNames\": \"\",\n            \"prices\": 60,\n            \"dealerPrice\": 0,\n            \"barcodes\": 9100022205,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 98,\n            \"productName\": \"A Run Chocobar\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 98,\n            \"variantNames\": \"\",\n            \"prices\": 25,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904057300040,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 99,\n            \"productName\": \"A S Tomaato Chilli H&S Sauce\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 99,\n            \"variantNames\": \"\",\n            \"prices\": 15,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906006783515,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 100,\n            \"productName\": \"A S Tomato Ketchup\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 100,\n            \"variantNames\": \"\",\n            \"prices\": 15,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906006783485,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 101,\n            \"productName\": \"A S Tomato Ketchup Pouch 1 Kg\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 101,\n            \"variantNames\": \"\",\n            \"prices\": 125,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906006783614,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 102,\n            \"productName\": \"A S Tomato Ktp 1Kg Pouch Class\",\n            \"categoryName\": \"Food Items\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 102,\n            \"variantNames\": \"\",\n            \"prices\": 125,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906006783331,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 103,\n            \"productName\": \"A/P Cooling Gel Pest 40 Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 103,\n            \"variantNames\": \"\",\n            \"prices\": 20,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904000911101,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 104,\n            \"productName\": \"A1 Chips Cassava Chips Chilly, 160 Gms\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Snacks\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 104,\n            \"variantNames\": \"\",\n            \"prices\": 65,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904123551185,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 105,\n            \"productName\": \"A1 Garam Masala 50Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 105,\n            \"variantNames\": \"\",\n            \"prices\": 75,\n            \"dealerPrice\": 0,\n            \"barcodes\": 822870087017,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 106,\n            \"productName\": \"A1 On The Go 200G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 106,\n            \"variantNames\": \"\",\n            \"prices\": 80,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904123533020,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 107,\n            \"productName\": \"A1 Papad 200Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 107,\n            \"variantNames\": \"\",\n            \"prices\": 62,\n            \"dealerPrice\": 0,\n            \"barcodes\": 822870416060,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 108,\n            \"productName\": \"Aaa Primium Wheat Chakki Aata 10Kg\",\n            \"categoryName\": \"Food Items\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 108,\n            \"variantNames\": \"\",\n            \"prices\": 300,\n            \"dealerPrice\": 0,\n            \"barcodes\": 797776520091,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 109,\n            \"productName\": \"Aaa Red\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 109,\n            \"variantNames\": \"\",\n            \"prices\": 12,\n            \"dealerPrice\": 0,\n            \"barcodes\": 890169101526,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 110,\n            \"productName\": \"Aachi Chettinadu Biryani Kit 375G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 110,\n            \"variantNames\": \"\",\n            \"prices\": 125,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209314178,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 111,\n            \"productName\": \"Aachi Chicken Masala 50Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 111,\n            \"variantNames\": \"\",\n            \"prices\": 37,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021120463,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 112,\n            \"productName\": \"Aachi Chiken Masal 20 G\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Masala\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 112,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021120456,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 113,\n            \"productName\": \"Aachi Chiken Masala Rs15\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 113,\n            \"variantNames\": \"\",\n            \"prices\": 15,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209303240,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 114,\n            \"productName\": \"Aachi Chilli Powder 500Gm Pouch\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 114,\n            \"variantNames\": \"\",\n            \"prices\": 140,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021120593,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 115,\n            \"productName\": \"Aachi Chilli Powder 50G\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 115,\n            \"variantNames\": \"\",\n            \"prices\": 15,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021120562,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 116,\n            \"productName\": \"Aachi Citron Pickle\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Pickle\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 116,\n            \"variantNames\": \"\",\n            \"prices\": 65,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209303882,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 117,\n            \"productName\": \"Aachi Clombu Chill Powder 20Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 117,\n            \"variantNames\": \"\",\n            \"prices\": 9,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209303264,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 118,\n            \"productName\": \"Aachi Coriander Powder 500G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 118,\n            \"variantNames\": \"\",\n            \"prices\": 142,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021120692,\n            \"skus\": 8906020000000,\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 119,\n            \"productName\": \"Aachi Cut Mango Pickle\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 119,\n            \"variantNames\": \"\",\n            \"prices\": 5,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209300652,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 120,\n            \"productName\": \"Aachi Cut Mango Pickle 50Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 120,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021128575,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 121,\n            \"productName\": \"Aachi Dindigul Biryani Kit 375G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 121,\n            \"variantNames\": \"\",\n            \"prices\": 125,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209314154,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 122,\n            \"productName\": \"Aachi Egg Curry Masala 20G\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Masala\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 122,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021120951,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 123,\n            \"productName\": \"Aachi Fried Rice Masala 20Gm\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Rice\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 123,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209302120,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 124,\n            \"productName\": \"Aachi Garam Masala 15Gm\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Masala\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 124,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021121156,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 125,\n            \"productName\": \"Aachi Garlic Pickle 200G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 125,\n            \"variantNames\": \"\",\n            \"prices\": 75,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209303806,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 126,\n            \"productName\": \"Aachi Garlic Pickle 50Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 126,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021128612,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 127,\n            \"productName\": \"Aachi Hing 10G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 127,\n            \"variantNames\": \"\",\n            \"prices\": 16,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021124416,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 128,\n            \"productName\": \"Aachi Hyderabadi Biryani Kit 375G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 128,\n            \"variantNames\": \"\",\n            \"prices\": 125,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209314161,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 129,\n            \"productName\": \"Aachi Hydrabadi Biriyani Kit\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 129,\n            \"variantNames\": \"\",\n            \"prices\": 125,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209314138,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 130,\n            \"productName\": \"Aachi Idly Chilli Powder\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 130,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021121699,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 131,\n            \"productName\": \"Aachi Lemon Mix 200Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 131,\n            \"variantNames\": \"\",\n            \"prices\": 85,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209303394,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 132,\n            \"productName\": \"Aachi Mango Thokku Pickle\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 132,\n            \"variantNames\": \"\",\n            \"prices\": 75,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209303790,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 133,\n            \"productName\": \"Aachi Mixed Fruit Jam 100G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 133,\n            \"variantNames\": \"\",\n            \"prices\": 25,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021123266,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 134,\n            \"productName\": \"Aachi Mixed Veg Pickle 60G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 134,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021128636,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 135,\n            \"productName\": \"Aachi Mutton Masala 10Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 135,\n            \"variantNames\": \"\",\n            \"prices\": 5,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021122269,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 136,\n            \"productName\": \"Aachi Mutton Masala 200G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 136,\n            \"variantNames\": \"\",\n            \"prices\": 115,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021129503,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 137,\n            \"productName\": \"Aachi Payasam Mix 100G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 137,\n            \"variantNames\": \"\",\n            \"prices\": 45,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021129107,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 138,\n            \"productName\": \"Aachi Semiya Payasam Mix 200Gm\",\n            \"categoryName\": \"Food Items\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 138,\n            \"variantNames\": \"\",\n            \"prices\": 75,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021122719,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 139,\n            \"productName\": \"Aachi Tomato Rice Paste 200Gm\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Rice\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 139,\n            \"variantNames\": \"\",\n            \"prices\": 85,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904209303417,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 140,\n            \"productName\": \"Aachi Turmeric\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aachi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 140,\n            \"variantNames\": \"\",\n            \"prices\": 120,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8906021123143,\n            \"skus\": 8906020000000,\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 141,\n            \"productName\": \"Aadhar Sun 15Li\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aadhar\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 141,\n            \"variantNames\": \"\",\n            \"prices\": 1945,\n            \"dealerPrice\": 0,\n            \"barcodes\": 906007287005,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 142,\n            \"productName\": \"Aaditva Black Pepper Powder 100Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aaditva\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 142,\n            \"variantNames\": \"\",\n            \"prices\": 40,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8903529366669,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 143,\n            \"productName\": \"Aaditva Turmeric Powder\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aaditva\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 143,\n            \"variantNames\": \"\",\n            \"prices\": 150,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8903529363699,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 144,\n            \"productName\": \"Aag Gram Flour 500Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 144,\n            \"variantNames\": \"\",\n            \"prices\": 67,\n            \"dealerPrice\": 0,\n            \"barcodes\": 890800192153,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 145,\n            \"productName\": \"Aamboli\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aamboli\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 145,\n            \"variantNames\": \"\",\n            \"prices\": 75,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904278000576,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 146,\n            \"productName\": \"Aamchi Mumbai 90 Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aamchi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 146,\n            \"variantNames\": \"\",\n            \"prices\": 69,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904234403496,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 147,\n            \"productName\": \"Aamchi Mumbai Agarbatti 24Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aamchi\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 147,\n            \"variantNames\": \"\",\n            \"prices\": 15,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904234400310,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 148,\n            \"productName\": \"Aamchur Powder Kwality 100Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 148,\n            \"variantNames\": \"\",\n            \"prices\": 75,\n            \"dealerPrice\": 0,\n            \"barcodes\": 890601490027,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 149,\n            \"productName\": \"Aanand Balm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aanand\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 149,\n            \"variantNames\": \"\",\n            \"prices\": 30,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901248701341,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 150,\n            \"productName\": \"Aarpanamm Deepam Oil 1L\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aarpanamm\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 150,\n            \"variantNames\": \"\",\n            \"prices\": 189,\n            \"dealerPrice\": 0,\n            \"barcodes\": 757170403628,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 151,\n            \"productName\": \"Aarpanamm Deepam Oil 500Ml\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aarpanamm\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 151,\n            \"variantNames\": \"\",\n            \"prices\": 99,\n            \"dealerPrice\": 0,\n            \"barcodes\": 757170403642,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 152,\n            \"productName\": \"Aashirvaad Atta\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 152,\n            \"variantNames\": \"\",\n            \"prices\": 44,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121747,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 153,\n            \"productName\": \"Aashirvaad Atta 5 Kgs\",\n            \"categoryName\": \"Food Items\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 153,\n            \"variantNames\": \"\",\n            \"prices\": 206,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121129,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 154,\n            \"productName\": \"Aashirvaad Chill Powder 100Gm\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 154,\n            \"variantNames\": \"\",\n            \"prices\": 36,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125141,\n            \"skus\": \"GN2511012\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 155,\n            \"productName\": \"Aashirvaad Chilli Powder 500G\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 155,\n            \"variantNames\": \"\",\n            \"prices\": 160,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125172,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 156,\n            \"productName\": \"Aashirvaad Chilli Pwd 50G\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 156,\n            \"variantNames\": \"\",\n            \"prices\": 18,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125134,\n            \"skus\": 8901730000000,\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 157,\n            \"productName\": \"Aashirvaad Coriander Powder 200Gm\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 157,\n            \"variantNames\": \"\",\n            \"prices\": 64,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125264,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 158,\n            \"productName\": \"Aashirvaad Coriander Powder 500G\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 158,\n            \"variantNames\": \"\",\n            \"prices\": 150,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125974,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 159,\n            \"productName\": \"Aashirvaad Crystal Salt 1Kg\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Salt\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 159,\n            \"variantNames\": \"\",\n            \"prices\": 18,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725123123,\n            \"skus\": \"GN2511010\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 160,\n            \"productName\": \"Aashirvaad Crystal Salt 1Kg\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Salt\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 160,\n            \"variantNames\": \"\",\n            \"prices\": 21,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725123123,\n            \"skus\": \"GN2511010\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 161,\n            \"productName\": \"Aashirvaad Ghee 200Ml\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Ghee\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 161,\n            \"variantNames\": \"\",\n            \"prices\": 129,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725100339,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 162,\n            \"productName\": \"Aashirvaad Ghee 500Ml\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Ghee\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 162,\n            \"variantNames\": \"\",\n            \"prices\": 337,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725100346,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 163,\n            \"productName\": \"Aashirvaad Gulab Jamun Mix 175Gm\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Ready To Cook\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 163,\n            \"variantNames\": \"\",\n            \"prices\": 130,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725158217,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 164,\n            \"productName\": \"Aashirvaad Instant Meals - Mini Idli Sambhar Cup\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 164,\n            \"variantNames\": \"\",\n            \"prices\": 75,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725114060,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 165,\n            \"productName\": \"Aashirvaad Instant Meals Khatta Meetha Poha\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 165,\n            \"variantNames\": \"\",\n            \"prices\": 55,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725114008,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 166,\n            \"productName\": \"Aashirvaad Instant Veggie Upma 80Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 166,\n            \"variantNames\": \"\",\n            \"prices\": 55,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725114022,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 167,\n            \"productName\": \"Aashirvaad Julab Jamun Mix B1 G1\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Ready To Cook\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 167,\n            \"variantNames\": \"\",\n            \"prices\": 130,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725112004,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 168,\n            \"productName\": \"Aashirvaad Mp Atta 10Kg\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Flour\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 168,\n            \"variantNames\": \"\",\n            \"prices\": 490,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121716,\n            \"skus\": \"GN2511009\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 169,\n            \"productName\": \"Aashirvaad Mp Atta 1Kg\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Flour\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 169,\n            \"variantNames\": \"\",\n            \"prices\": 57,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121747,\n            \"skus\": \"GN2511001\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 170,\n            \"productName\": \"Aashirvaad Mp Atta 2Kg\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Flour\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 170,\n            \"variantNames\": \"\",\n            \"prices\": 109,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121730,\n            \"skus\": \"GN2511005\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 171,\n            \"productName\": \"Aashirvaad Mp Atta 5Kg\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Flour\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 171,\n            \"variantNames\": \"\",\n            \"prices\": 270,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121723,\n            \"skus\": \"GN2511006\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 172,\n            \"productName\": \"Aashirvaad Multigrain Atta 1Kg\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Flour\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 172,\n            \"variantNames\": \"\",\n            \"prices\": 64,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121648,\n            \"skus\": \"GN2511003\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 173,\n            \"productName\": \"Aashirvaad Multigrain Atta 5Kg\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Flour\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 173,\n            \"variantNames\": \"\",\n            \"prices\": 310,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121624,\n            \"skus\": \"GN2511008\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 174,\n            \"productName\": \"Aashirvaad Pow Spice Chilli Pp 200G\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 174,\n            \"variantNames\": \"\",\n            \"prices\": 64,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125165,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 175,\n            \"productName\": \"Aashirvaad Rava Idli Instant Mix 500G\",\n            \"categoryName\": \"Packaged Food\",\n            \"subCategoryName\": \"Ready To Cook\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 175,\n            \"variantNames\": \"\",\n            \"prices\": 95,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725158538,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 176,\n            \"productName\": \"Aashirvaad Rice Idli 200Gm\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Rice\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 176,\n            \"variantNames\": \"\",\n            \"prices\": 65,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725158118,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 177,\n            \"productName\": \"Aashirvaad Select 5Kg\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Flour\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 177,\n            \"variantNames\": \"\",\n            \"prices\": 300,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121228,\n            \"skus\": \"GN2511007\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 178,\n            \"productName\": \"Aashirvaad Select Atta 1Kg\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Flour\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 178,\n            \"variantNames\": \"\",\n            \"prices\": 62,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121242,\n            \"skus\": \"GN2511002\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 179,\n            \"productName\": \"Aashirvaad Sugar Release Control Atta 1Kg\",\n            \"categoryName\": \"Staples\",\n            \"subCategoryName\": \"Flour\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 179,\n            \"variantNames\": \"\",\n            \"prices\": 67,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725101053,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 180,\n            \"productName\": \"Aashirvaad Svasti Cow Ghee 1Ltr\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 180,\n            \"variantNames\": \"\",\n            \"prices\": 575,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725102746,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 181,\n            \"productName\": \"Aashirvaad Svasti Pure Cow Ghee 100Ml\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Ghee\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 181,\n            \"variantNames\": \"\",\n            \"prices\": 71,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725100377,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 182,\n            \"productName\": \"Aashirvaad Triple Spice Pack 600Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 182,\n            \"variantNames\": \"\",\n            \"prices\": 190,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725110314,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 183,\n            \"productName\": \"Aashirvaad Turmeric Powder 200Gm\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 183,\n            \"variantNames\": \"\",\n            \"prices\": 64,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125363,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 184,\n            \"productName\": \"Aashirvad Coriander Pow 50Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 184,\n            \"variantNames\": \"\",\n            \"prices\": 16,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125233,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 185,\n            \"productName\": \"Aashirvad Salt 1Kg\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 185,\n            \"variantNames\": \"\",\n            \"prices\": 40,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725110604,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 186,\n            \"productName\": \"Aashirvad Savasti Cow Ghee 1Lt\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 186,\n            \"variantNames\": \"\",\n            \"prices\": 668,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725100353,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 187,\n            \"productName\": \"Aashirvad Savasti Cow Ghee 500Ml\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 187,\n            \"variantNames\": \"\",\n            \"prices\": 325,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725100506,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 188,\n            \"productName\": \"Aashirvad Savasti Cow Ghee 50Ml\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Ghee\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 188,\n            \"variantNames\": \"\",\n            \"prices\": 38,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725100360,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 189,\n            \"productName\": \"Aashirvad Superior Mp Atta 10Kg\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 189,\n            \"variantNames\": \"\",\n            \"prices\": 490,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901755121716,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 190,\n            \"productName\": \"Aashirvad Turmeric Pow 50Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 190,\n            \"variantNames\": \"\",\n            \"prices\": 14,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125332,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 191,\n            \"productName\": \"Aashirvad Turmeric Powder 100Gm\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 191,\n            \"variantNames\": \"\",\n            \"prices\": 32,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125349,\n            \"skus\": \"GN2511011\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 192,\n            \"productName\": \"Aashirvadam Deepam Oil 1Ltr\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvadam\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 192,\n            \"variantNames\": \"\",\n            \"prices\": 144,\n            \"dealerPrice\": 0,\n            \"barcodes\": 655160739156,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 193,\n            \"productName\": \"Aashirvadam Deepam Oil 500Ml\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvadam\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 193,\n            \"variantNames\": \"\",\n            \"prices\": 72,\n            \"dealerPrice\": 0,\n            \"barcodes\": 655160739163,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 194,\n            \"productName\": \"Aashirwaad Shudh Chakki Atta 10Kg\",\n            \"categoryName\": \"Food Items\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 194,\n            \"variantNames\": \"\",\n            \"prices\": 400,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121112,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 195,\n            \"productName\": \"Aashirwad Atta 500Gm\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 195,\n            \"variantNames\": \"\",\n            \"prices\": 31,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725121754,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 196,\n            \"productName\": \"Aashirwad Atta 5Kg\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 196,\n            \"variantNames\": \"\",\n            \"prices\": 270,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725109370,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 197,\n            \"productName\": \"Aashirwad Turmeric Powder 45G\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 197,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725112073,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 198,\n            \"productName\": \"Aashirwad Turmeric Powder 500G\",\n            \"categoryName\": \"Cooking\",\n            \"subCategoryName\": \"Spices\",\n            \"brandName\": \"Aashirvaad\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 198,\n            \"variantNames\": \"\",\n            \"prices\": 160,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8901725125370,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 199,\n            \"productName\": \"Aashta Bhskti\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aastha\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 199,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904109403484,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 200,\n            \"productName\": \"Aashta Jasmine\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aastha\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 200,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904109403460,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 201,\n            \"productName\": \"Aashta Kewda\",\n            \"categoryName\": \"Grocery\",\n            \"subCategoryName\": \"Others\",\n            \"brandName\": \"Aastha\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 201,\n            \"variantNames\": \"\",\n            \"prices\": 10,\n            \"dealerPrice\": 0,\n            \"barcodes\": 8904109403477,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"stockItemsType\": \"UNBATCHED\"\n        }\n    ]\n}"},{"id":"751c9324-5bf7-440e-a151-db7e68540e60","name":"TokenMissing/Invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseURI}}/public/v1/thirdparty/1805/fetchProducts","host":["{{baseURI}}"],"path":["public","v1","thirdparty","1805","fetchProducts"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:32:22 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'getThirdpartyProducts') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'getThirdpartyProducts') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"}],"_postman_id":"1a51c8f7-66cc-4727-b707-6ab19131c144"},{"name":"Add Products Bulk","id":"1a2425fd-696c-4dd7-877e-0bbb22cffcfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": 4744,\n    \"productList\": [\n        {\n            \"productName\": \"Double chicken1\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 1,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"barcode\": \"A87UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 70,\n            \"variantName\": \"chicken\"\n        },\n        {\n            \"productName\": \"Vegetable 11\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 5,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 1,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"barcode\": \"A87UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 90,\n            \"variantName\": \"rolls\"\n        },\n        {\n            \"productName\": \"Dal Roll11\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"rolls receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 7,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 50,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"barcode\": \"A67UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 30,\n            \"variantName\": \"Dal rolls\"\n        },\n        {\n            \"productName\": \"Double Egg Roll11\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"Short j\",\n            \"longDescription\": \"Long j\",\n            \"brandID\": \"2\",\n            \"categoryID\": 5,\n            \"subCategoryID\": 1,\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 500,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"S9AC564739\",\n            \"sortOrder\": 0,\n            \"barcode\": \"9K96UF14TZYO\",\n            \"sku\": \"LkSKU02\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": \"\",\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 45,\n            \"variantName\": \"egg\"\n        }\n    ]\n}"},"url":"{{baseURI}}/public/v1/thirdparty/3239/addProductsBulk","description":"<p>User will be able to add bulk products.</p>\n<p>*Food Type format:</p>\n<p>-&gt;EGGETARIAN</p>\n<p>-&gt;NON_VEGETARIAN</p>\n<p>-&gt;NOT_SPECIFIED</p>\n","urlObject":{"path":["public","v1","thirdparty","3239","addProductsBulk"],"host":["{{baseURI}}"],"query":[],"variable":[]}},"response":[{"id":"0776c1f5-27a0-4d05-9510-9b8b7578c8dc","name":"successfully Added","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": 2248,\n    \"productList\": [\n        {\n            \"productName\": \"Double chicken Roll\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 1,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"NON_VEGETARIAN\",\n            \"barcode\": \"A87UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 70,\n            \"variantName\": \"chicken\"\n        },\n        {\n            \"productName\": \"Vegetable\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 5,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 1,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"VEGETARIAN\",\n            \"barcode\": \"A87UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 90,\n            \"variantName\": \"rolls\"\n        },\n        {\n            \"productName\": \"Dal Roll\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"rolls receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 7,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 50,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"NOT_SPECIFIED\",\n            \"barcode\": \"A67UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 30,\n            \"variantName\": \"Dal rolls\"\n        },\n        {\n            \"productName\": \"Double Egg Roll\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"Short j\",\n            \"longDescription\": \"Long j\",\n            \"brandID\": \"2\",\n            \"categoryID\": 5,\n            \"subCategoryID\": 1,\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 500,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"S9AC564739\",\n            \"sortOrder\": 0,\n            \"foodType\": \"EGGETARIAN\",\n            \"barcode\": \"9K96UF14TZYO\",\n            \"sku\": \"LkSKU02\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": \"\",\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 45,\n            \"variantName\": \"egg\"\n        }\n    ]\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/addProductsBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 06:48:27 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products added successfully!\"\n}"},{"id":"10f9da7c-ffc1-4c2b-a6c1-32a2d559686f","name":"DuplicateProductsCheck","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": 2248,\n    \"productList\": [\n        {\n            \"productName\": \"Double chicken Roll\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 1,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"NON_VEGETARIAN\",\n            \"barcode\": \"A87UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 70,\n            \"variantName\": \"chicken\"\n        },\n        {\n            \"productName\": \"Vegetable\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 5,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 1,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"VEGETARIAN\",\n            \"barcode\": \"A87UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 90,\n            \"variantName\": \"rolls\"\n        },\n        {\n            \"productName\": \"Dal Roll\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"rolls receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 7,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 50,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"NOT_SPECIFIED\",\n            \"barcode\": \"A67UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 30,\n            \"variantName\": \"Dal rolls\"\n        },\n        {\n            \"productName\": \"Double Egg Roll\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"Short j\",\n            \"longDescription\": \"Long j\",\n            \"brandID\": \"2\",\n            \"categoryID\": 5,\n            \"subCategoryID\": 1,\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 500,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"S9AC564739\",\n            \"sortOrder\": 0,\n            \"foodType\": \"EGGETARIAN\",\n            \"barcode\": \"9K96UF14TZYO\",\n            \"sku\": \"LkSKU02\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": \"\",\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 45,\n            \"variantName\": \"egg\"\n        }\n    ]\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/addProductsBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 06:59:31 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Double chicken Roll product already exists,Vegetable product already exists,Dal Roll product already exists,Double Egg Roll product already exists\"\n}"},{"id":"cc947e56-579d-420c-856e-55b2acee649f","name":"Product name empty","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": 2248,\n    \"productList\": [\n        {\n            \"productName\": \"Double chicken Roll\",\n            \"productType\": \"\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 1,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"NON_VEGETARIAN\",\n            \"barcode\": \"A87UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 70,\n            \"variantName\": \"chicken\"\n        },\n        {\n            \"productName\": \"Vegetable\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 5,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 1,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"VEGETARIAN\",\n            \"barcode\": \"A87UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 90,\n            \"variantName\": \"rolls\"\n        },\n        {\n            \"productName\": \"Dal Roll\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"rolls receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 7,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 50,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"NOT_SPECIFIED\",\n            \"barcode\": \"A67UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 30,\n            \"variantName\": \"Dal rolls\"\n        },\n        {\n            \"productName\": \"Double Egg Roll\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"Short j\",\n            \"longDescription\": \"Long j\",\n            \"brandID\": \"2\",\n            \"categoryID\": 5,\n            \"subCategoryID\": 1,\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 500,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"S9AC564739\",\n            \"sortOrder\": 0,\n            \"foodType\": \"EGGETARIAN\",\n            \"barcode\": \"9K96UF14TZYO\",\n            \"sku\": \"LkSKU02\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": \"\",\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 45,\n            \"variantName\": \"egg\"\n        }\n    ]\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/addProductsBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 07:04:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Double chicken Roll product already exists,Vegetable product already exists,Dal Roll product already exists,Double Egg Roll product already exists\"\n}"},{"id":"5886ba62-9962-4f94-bba6-501a35b92230","name":"Sucess- CategoryID and brandID empty","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": 2248,\n    \"productList\": [\n        {\n            \"productName\": \"Double Roti\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"\",\n            \"categoryID\": \"\",\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"NON_VEGETARIAN\",\n            \"barcode\": \"A87UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 70,\n            \"variantName\": \"chicken\"\n        },\n        {\n            \"productName\": \"Single\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 5,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 1,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"VEGETARIAN\",\n            \"barcode\": \"A87UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 90,\n            \"variantName\": \"rolls\"\n        },\n        {\n            \"productName\": \"Soya Roll\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"rolls receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 7,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 50,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": \"NOT_SPECIFIED\",\n            \"barcode\": \"A67UF14TZYIO\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 30,\n            \"variantName\": \"Dal rolls\"\n        },\n        {\n            \"productName\": \"Aloo Masala Roll\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"Short j\",\n            \"longDescription\": \"Long j\",\n            \"brandID\": \"2\",\n            \"categoryID\": 5,\n            \"subCategoryID\": 1,\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 500,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"S9AC564739\",\n            \"sortOrder\": 0,\n            \"foodType\": \"EGGETARIAN\",\n            \"barcode\": \"9K96UF14TZYO\",\n            \"sku\": \"LkSKU02\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": \"\",\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 45,\n            \"variantName\": \"egg\"\n        }\n    ]\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/addProductsBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 07:20:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products added successfully!\"\n}"},{"id":"65bd550c-5a9e-4212-b367-96e042f1cbcc","name":"Add Products Bulk","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"b65a3521cefcd1df02abc032423ad3668ea6ca187143871be06fa482e9333783","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": 4744,\n    \"productList\": [\n        {\n            \"productName\": \"Double chicken2\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 1,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"barcode\": \"A87UF14TZYIO1\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 70,\n            \"variantName\": \"chicken\"\n        },\n        {\n            \"productName\": \"Vegetable 12\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"chicken receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 5,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 1,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 400,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"barcode\": \"A87UF14TZYIO1\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 90,\n            \"variantName\": \"rolls\"\n        },\n        {\n            \"productName\": \"Dal Roll12\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"rolls receipes\",\n            \"longDescription\": \"chicken\",\n            \"brandID\": \"1\",\n            \"categoryID\": 7,\n            \"subCategoryID\": \"\",\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 50,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"barcode\": \"A67UF14TZYIO1\",\n            \"sku\": \"S1KU002\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": 200,\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 30,\n            \"variantName\": \"Dal rolls\"\n        },\n        {\n            \"productName\": \"Double Egg Roll12\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"Short j\",\n            \"longDescription\": \"Long j\",\n            \"brandID\": \"2\",\n            \"categoryID\": 5,\n            \"subCategoryID\": 1,\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldInUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"costPrice\": 500,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"S9AC564739\",\n            \"sortOrder\": 0,\n            \"barcode\": \"9K96UF14TZYO1\",\n            \"sku\": \"LkSKU02\",\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"weight\": \"\",\n            \"weightUnit\": \"Kilogram\",\n            \"styleName\": \"\",\n            \"productPrice\": 45,\n            \"variantName\": \"egg\",\n            \"inventoryAttributes\":[\"attr11\",\"attr12\"]\n        }\n    ]\n}"},"url":"{{base_url}}/v1/thirdparty/1424/addProductsBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 23 Apr 2024 06:43:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products added successfully!\",\n    \"apiTrackerID\": \"API-63-062023\",\n    \"productList\": [\n        {\n            \"productID\": 19234,\n            \"variantID\": 19231,\n            \"sku\": \"S1KU002\",\n            \"inventoryAttributes\": null\n        },\n        {\n            \"productID\": 19235,\n            \"variantID\": 19232,\n            \"sku\": \"S1KU002\",\n            \"inventoryAttributes\": null\n        },\n        {\n            \"productID\": 19236,\n            \"variantID\": 19233,\n            \"sku\": \"S1KU002\",\n            \"inventoryAttributes\": null\n        },\n        {\n            \"productID\": 19237,\n            \"variantID\": 19234,\n            \"sku\": \"LkSKU02\",\n            \"inventoryAttributes\": \"attr11,attr12\"\n        }\n    ]\n}"}],"_postman_id":"1a2425fd-696c-4dd7-877e-0bbb22cffcfd"},{"name":"Update Products Bulk","id":"1c3a2b13-8ce5-4ce3-9f5d-28bdbb442e2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"Authorization","type":"text","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a"}],"body":{"mode":"raw","raw":"{\n    \"userID\": 2248,\n    \"productList\": [\n        {\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Gulab jamun\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"Short Laddu\",\n            \"longDescription\": \"Long Laddu\",\n            \"brandID\": \"1\",\n            \"categoryID\": 2,\n            \"subCategoryID\": 1,\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"dealerPrice\": 450,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": 269,\n            \"variants\": [\n                {\n                    \"barcode\": \"AUF14TZYTP\",\n                    \"sku\": \"SKU002\",\n                    \"sizeName\": \"\",\n                    \"colourName\": \"\",\n                    \"weight\": [\n                        200\n                    ],\n                    \"weightUnit\": \"\",\n                    \"styleName\": \"\",\n                    \"productPrice\": 60,\n                    \"variantName\": \"Mithi Laddu\"\n                }\n            ]\n        },\n        {\n            \"productID\": 2,\n            \"variantID\": 2,\n            \"productName\": \"SUji Halwa\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"Short j\",\n            \"longDescription\": \"Long j\",\n            \"brandID\": \"2\",\n            \"categoryID\": 3,\n            \"subCategoryID\": 1,\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"dealerPrice\": 450,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": 269,\n            \"variants\": [\n                {\n                    \"barcode\": \"AUF14TZYP\",\n                    \"sku\": \"SKU002\",\n                    \"sizeName\": \"\",\n                    \"colourName\": \"\",\n                    \"weight\": \"\",\n                    \"weightUnit\": \"\",\n                    \"styleName\": \"\",\n                    \"productPrice\": 60,\n                    \"variantName\": \"Mithi Laddu\"\n                }\n            ]\n        }\n    ]\n}"},"url":"{{baseURI}}/public/v1/thirdparty/3239/updateProductsBulk","urlObject":{"path":["public","v1","thirdparty","3239","updateProductsBulk"],"host":["{{baseURI}}"],"query":[],"variable":[]}},"response":[{"id":"5359c720-9b2f-469e-b9c4-237800d88405","name":"Update Products Bulk","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"28909e8cdb0d09b2db15927e032fbb2a5ad5ee3b9d961a152c44d421bddaf77a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userID\": 2248,\n    \"productList\": [\n        {\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Gulab jamun\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"Short Laddu\",\n            \"longDescription\": \"Long Laddu\",\n            \"brandID\": \"1\",\n            \"categoryID\": 2,\n            \"subCategoryID\": 1,\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"dealerPrice\": 450,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": 269,\n            \"variants\": [\n                {\n                    \"barcode\": \"AUF14TZYTP\",\n                    \"sku\": \"SKU002\",\n                    \"sizeName\": \"\",\n                    \"colourName\": \"\",\n                    \"weight\": [\n                        200\n                    ],\n                    \"weightUnit\": \"\",\n                    \"styleName\": \"\",\n                    \"productPrice\": 60,\n                    \"variantName\": \"Mithi Laddu\"\n                }\n            ]\n        },\n        {\n            \"productID\": 2,\n            \"variantID\": 2,\n            \"productName\": \"SUji Halwa\",\n            \"productType\": \"OTHER\",\n            \"shortDescription\": \"Short j\",\n            \"longDescription\": \"Long j\",\n            \"brandID\": \"2\",\n            \"categoryID\": 3,\n            \"subCategoryID\": 1,\n            \"priceIncludesTaxes\": 0,\n            \"isInventoryManaged\": 1,\n            \"enableProductGroup\": 0,\n            \"isSellableOnPOS\": 1,\n            \"soldUnit\": 2,\n            \"enableLowStockAlert\": 1,\n            \"dealerPrice\": 450,\n            \"chainTaxList\": \"1,3\",\n            \"additionalChargeIDs\": \"1\",\n            \"HSNOrSACCode\": \"SAC5647839\",\n            \"sortOrder\": 0,\n            \"foodType\": 269,\n            \"variants\": [\n                {\n                    \"barcode\": \"AUF14TZYP\",\n                    \"sku\": \"SKU002\",\n                    \"sizeName\": \"\",\n                    \"colourName\": \"\",\n                    \"weight\": \"\",\n                    \"weightUnit\": \"\",\n                    \"styleName\": \"\",\n                    \"productPrice\": 60,\n                    \"variantName\": \"Mithi Laddu\"\n                }\n            ]\n        }\n    ]\n}"},"url":"{{baseURI}}/public/v1/thirdparty/3239/updateProductsBulk"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1c3a2b13-8ce5-4ce3-9f5d-28bdbb442e2e"},{"name":"Fetch product by barcode","id":"093aeccc-e656-40a3-9dbd-613b6a7fb6f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"157d8ab76f19bc52441996338b61ff2d79737360a71787ab30859575e3bb4fb2","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"page\": \"\",\n    \"barcode\": [\n        \"09876655233\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/1114/fetchProductByBarCode","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","1114","fetchProductByBarCode"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"093aeccc-e656-40a3-9dbd-613b6a7fb6f3"},{"name":"Fetch product by sku","id":"d1c65dd3-137b-4ea1-adb6-f50141518710","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"ecd0deeec0286f957f729fa68222549c45afa1c88a98bccbe6f9f8779ac3a073","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 17,\n    \"page\": \"\",\n    \"sku\": [\n        \"SKU90232\",\n        \"SK9852\",\n        \"SK0612\",\n        \"SKU89789324\",\n        \"SK899888\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/1114/fetchProductBySku","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","1114","fetchProductBySku"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"aaed29ba-3260-4ad9-8f02-d3c731704dfc","name":"Fetch product by sku","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"ecd0deeec0286f957f729fa68222549c45afa1c88a98bccbe6f9f8779ac3a073","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 17,\n    \"page\": \"\",\n    \"sku\": [\n        \"SKU90232\",\n        \"SK9852\",\n        \"SK0612\",\n        \"SKU89789324\",\n        \"SK899888\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/1114/fetchProductBySku"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jul 2023 07:28:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products listed successfully!\",\n    \"count\": 2,\n    \"data\": [\n        {\n            \"productID\": 8,\n            \"productName\": \"Amritsari Chole Poori Meal\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 8,\n            \"variantNames\": \"\",\n            \"prices\": 999,\n            \"dealerPrice\": 2275240,\n            \"barcodes\": \"123ABCabc\",\n            \"skus\": \"SKU90232\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 269,\n            \"foodTypeTitle\": \"Vegetarian\",\n            \"colourNames\": \"#ff7439\",\n            \"hasModifiers\": 1,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 11,\n            \"productName\": \"Afghani Chaap\",\n            \"categoryName\": \"EASY\",\n            \"subCategoryName\": \"Ok\",\n            \"brandName\": \"Brand 0\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 11,\n            \"variantNames\": \"\",\n            \"prices\": 999,\n            \"dealerPrice\": 200,\n            \"barcodes\": 12345,\n            \"skus\": \"SK9852\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"foodType\": 270,\n            \"foodTypeTitle\": \"Non-vegetarian\",\n            \"colourNames\": \"\",\n            \"hasModifiers\": 1,\n            \"stockItemsType\": \"UNBATCHED\"\n        }\n    ],\n    \"apiTrackerID\": \"API-17-032023\"\n}"}],"_postman_id":"d1c65dd3-137b-4ea1-adb6-f50141518710"},{"name":"Fetch Batch Variants","id":"448e0cb2-2158-4dc2-9b91-66b4a1c60d3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"11258e7218e3f548deb96f0b766653e6900462ecb87312c40f9236e19d836fde","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchBatchVariants","urlObject":{"path":["v1","thirdparty","fetchBatchVariants"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"797e4bf6-9828-4042-a2b6-69d8878ae62d","name":"Fetch Batch Variants","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchBatchVariants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Nov 2023 07:59:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"batchVariantID\": 8,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 26,\n            \"inventoryCost\": -3030,\n            \"creationTimeLocal\": \"2022-12-16 11:01:14\",\n            \"creationDate\": \"2022-12-16\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2022,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 9,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"2023-01-08\",\n            \"inventory\": 5,\n            \"inventoryCost\": 9292,\n            \"creationTimeLocal\": \"2022-12-20 19:26:01\",\n            \"creationDate\": \"2022-12-20\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2022,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 10,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-01-20 13:26:30\",\n            \"creationDate\": \"2023-01-20\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 11,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-01-20 13:31:08\",\n            \"creationDate\": \"2023-01-20\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 12,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": 12121,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-01-23 11:43:48\",\n            \"creationDate\": \"2023-01-23\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 13,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": 6783624823,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-01\",\n            \"expiryDate\": \"2023-02-28\",\n            \"inventory\": 112,\n            \"inventoryCost\": 21280,\n            \"creationTimeLocal\": \"2023-02-01 13:38:29\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 14,\n            \"batchVariantName\": \"\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 180,\n            \"creationTimeLocal\": \"2023-02-01 19:07:33\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 15,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 880,\n            \"creationTimeLocal\": \"2023-02-01 19:09:27\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 16,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -3,\n            \"inventoryCost\": -528,\n            \"creationTimeLocal\": \"2023-02-01 19:13:21\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 17,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 2200,\n            \"creationTimeLocal\": \"2023-02-02 11:11:01\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 18,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-02 18:43:14\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 19,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-02 18:45:56\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 20,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-02 21:06:25\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 21,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-02 21:10:07\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"2023-02-01\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 22,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-04 14:56:53\",\n            \"creationDate\": \"2023-02-04\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 23,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-04 15:01:55\",\n            \"creationDate\": \"2023-02-04\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 24,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": 7897949,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 200,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-06 16:11:58\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 25,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 200,\n            \"inventoryCost\": 36000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 26,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 100,\n            \"inventoryCost\": 18000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 27,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 200,\n            \"inventoryCost\": 36000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 28,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 100,\n            \"inventoryCost\": 18000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 29,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": 6768214,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 17:07:10\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 30,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": 637282,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 17:09:39\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 31,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4600,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 32,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 2200,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 33,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4200,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 34,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 2000,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 35,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 7,\n            \"inventoryCost\": 1393,\n            \"creationTimeLocal\": \"2023-02-08 17:27:39\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 36,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4600,\n            \"creationTimeLocal\": \"2023-02-08 17:52:35\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 37,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": 87892734,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:11:29\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 38,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": 3252351,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:13:55\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-23\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 39,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": 3568325,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:15:45\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-09\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 40,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4400,\n            \"creationTimeLocal\": \"2023-02-08 18:18:47\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 41,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:27:05\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 42,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:29:31\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 43,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:30:41\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"2023-02-09\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 44,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:38:29\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 45,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:40:30\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 46,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:10:00\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 47,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": 12121212,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:17:08\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"2023-02-08\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-20\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 48,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": 12121212,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-02\",\n            \"expiryDate\": \"2023-02-25\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:19:42\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"2023-02-08\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-20\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 49,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": 12121212,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-09\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:31:48\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"2023-02-08\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 50,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": 36789921,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 6000,\n            \"creationTimeLocal\": \"2023-02-08 22:21:21\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-09\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 51,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": 32634632,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-09 10:55:23\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 52,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-09\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-09 11:05:37\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 53,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2000,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 54,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2020,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 55,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2040,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 56,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2060,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 57,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": 325325,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-08\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4200,\n            \"creationTimeLocal\": \"2023-02-09 11:16:03\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 58,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": 678632,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-09\",\n            \"expiryDate\": \"2023-02-12\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-09 19:33:30\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-11\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 59,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": 6786876,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-10\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 300,\n            \"inventoryCost\": 90000,\n            \"creationTimeLocal\": \"2023-02-10 09:21:22\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-09\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 60,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"-\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-10 13:50:46\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 61,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"-\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-10 13:52:40\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 62,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-10 18:13:49\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 63,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-13 13:05:45\",\n            \"creationDate\": \"2023-02-13\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 64,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 174,\n            \"inventoryCost\": 5040,\n            \"creationTimeLocal\": \"2023-02-15 18:51:30\",\n            \"creationDate\": \"2023-02-15\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 65,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": 12345678,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-01\",\n            \"expiryDate\": \"2023-02-15\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-27 11:42:21\",\n            \"creationDate\": \"2023-02-27\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 66,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"SN34270\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-03-10 13:04:49\",\n            \"creationDate\": \"2023-03-10\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 67,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-03-17 18:11:26\",\n            \"creationDate\": \"2023-03-17\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 68,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-02\",\n            \"expiryDate\": \"2023-04-11\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-03 15:18:34\",\n            \"creationDate\": \"2023-04-03\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 69,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-03\",\n            \"expiryDate\": \"2023-04-13\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-03 15:19:35\",\n            \"creationDate\": \"2023-04-03\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 70,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-02\",\n            \"expiryDate\": \"2023-04-06\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-03 16:00:50\",\n            \"creationDate\": \"2023-04-03\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 72,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": 12121,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-01\",\n            \"expiryDate\": \"2023-04-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-24 16:05:40\",\n            \"creationDate\": \"2023-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"2023-04-24\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-04-24\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 73,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": 12121,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-01\",\n            \"expiryDate\": \"2023-05-31\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-24 16:10:35\",\n            \"creationDate\": \"2023-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"2023-04-24\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-04-30\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 86,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-17 17:25:33\",\n            \"creationDate\": \"2023-05-17\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 88,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-24 15:35:08\",\n            \"creationDate\": \"2023-05-24\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 89,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-01-01\",\n            \"expiryDate\": \"2023-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-24 15:58:42\",\n            \"creationDate\": \"2023-05-24\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 90,\n            \"batchVariantName\": \"\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-30 13:25:02\",\n            \"creationDate\": \"2023-05-30\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 91,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-30 15:42:45\",\n            \"creationDate\": \"2023-05-30\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 92,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"Xe456789\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-06-09\",\n            \"expiryDate\": \"2023-06-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-14 14:57:13\",\n            \"creationDate\": \"2023-06-14\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-06-17\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 93,\n            \"batchVariantName\": \"MOHITH TEST3 - Default\",\n            \"productID\": 999,\n            \"variantID\": 999,\n            \"productName\": \"sujeet new\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 19:08:36\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 94,\n            \"batchVariantName\": \"MOHITH TEST4 - Default\",\n            \"productID\": 999,\n            \"variantID\": 999,\n            \"productName\": \"sujeet new\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 19:10:55\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 95,\n            \"batchVariantName\": \"Paneer Bhurji Ajwain Paratha Meal - Default\",\n            \"productID\": 963,\n            \"variantID\": 953,\n            \"productName\": \"Paneer Bhurji Ajwain Paratha Meal\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-30 17:39:31\",\n            \"creationDate\": \"2023-06-30\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 96,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:35\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 485776,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:35:22\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVaeb8430aa295bf\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 97,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:35\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 485776,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:35:22\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV73f866e6a43ad6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 98,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:48\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883723202837,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:48:39\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVaeb8430aa292bf\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 99,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:48\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883723207846,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:48:39\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV73f866e1a43ad6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 100,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 15:10\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883772302789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 15:10:30\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV33bdf03d060e58\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 101,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 15:10\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883772306649,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 15:10:30\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe17ec405794e8c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 102,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771314,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe401ca486c9348\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 103,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771768,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3aa898b6b5f67a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 104,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771464,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV68fe067a09a614\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 105,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771528,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVedf5544e7f18f5\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 106,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771553,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV84f32d1a40ca38\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 107,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957769,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8b06d22b15ea2c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 108,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957277,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVec03bba012416b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 109,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957139,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3ff1cfa40cb14f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 110,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV93ad35d48f9413\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 111,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957939,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe351fc71a39116\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 112,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971696,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVde769c4b95e2ed\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 113,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971654,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV97825de1993e46\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 114,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971171,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVcd3ebe8d7f0c40\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 115,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971868,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb1b3af50a4556d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 116,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971408,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0bde856cd03719\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 117,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983294,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8413d051ebf9f0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 118,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdca21a8b9531cf\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 119,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983229,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV14369ce69b43d8\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 120,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983110,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVee1e7728842541\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 121,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983963,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV471a62499b50aa\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 122,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 123,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 124,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 125,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 126,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 127,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 128,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 129,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 130,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 131,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 132,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 133,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 134,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"01/02/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 135,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 136,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 137,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 138,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 139,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 140,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 141,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 142,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 143,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 144,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 145,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 146,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 147,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 148,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 149,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 150,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 151,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 152,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 153,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 154,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 155,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 156,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"09/02/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 157,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 158,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 159,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 160,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 161,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 162,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 163,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 164,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 165,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 166,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 167,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 168,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 169,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 170,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 171,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 172,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 173,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 174,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 175,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 176,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 177,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 178,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 179,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 180,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 181,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 182,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 183,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 184,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 185,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 186,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 187,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 188,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 189,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 190,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 191,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 192,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 193,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 194,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 195,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 196,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 197,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 198,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 199,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 200,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 201,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 202,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 203,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"01/02/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 204,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 205,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 206,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 207,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 208,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 209,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 210,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 211,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 212,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 213,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 214,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 215,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 216,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 217,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 218,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 219,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 220,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 221,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 222,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 223,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 224,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 225,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"09/02/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 226,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 227,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 228,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 229,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 230,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 231,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 232,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 233,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 234,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 235,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 236,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 237,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 238,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 239,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 240,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 241,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 242,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 243,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 244,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 245,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 246,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 247,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 248,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 249,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 250,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 251,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 252,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 253,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 254,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 255,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 256,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 257,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 258,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 259,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 260,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968272,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV2ab2dac98351fe\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 261,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968284,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc84594f53c36c0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 262,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968807,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb3f856558e6f57\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 263,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968364,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd3e37a753ca5bb\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 264,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968363,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV38f4e774413d65\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 265,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968925,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVcca2ff6ec8008c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 266,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968187,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe2c6d381ea8c22\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 267,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968391,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVbd6f788c2c1d6c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 268,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968635,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6350a83580af5f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 269,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968358,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV42f2a0f10752c1\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 270,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983520,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd0efe607c7f4f1\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 271,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983421,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVf7d25abac74a84\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 272,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983592,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8d7597a9458bd6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 273,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983879,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe9dcaf75d81a82\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 274,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983352,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV9442c449c90b8a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 275,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd597afb33e648f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 276,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV1d42eff4001b8d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 277,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983910,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVccaa1b2e3f76ad\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 278,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983912,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV2c5f7c0eba38a4\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 279,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983966,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 500,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV614be742977874\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 280,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 281,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 282,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 283,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 284,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 285,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 286,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 287,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 288,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 289,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 290,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 291,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 292,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"01/02/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 293,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 294,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 295,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 296,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 297,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 298,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 299,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 300,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 301,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 302,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 303,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 304,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 305,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 306,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 307,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 308,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 309,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 310,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 311,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 312,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 313,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 314,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"09/02/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 315,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 316,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 317,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 318,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 319,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 320,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 321,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 322,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 323,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 324,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 325,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 326,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 327,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 328,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 329,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 330,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 331,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 332,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 333,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 334,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 335,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 336,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 337,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 338,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 339,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 340,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 341,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 342,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 343,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 344,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 345,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 346,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 347,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 348,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 349,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 350,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 351,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 352,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 353,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 354,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 355,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 356,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 357,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 358,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 359,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 360,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 361,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"02/01/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 362,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 363,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 364,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 365,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 366,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 367,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 368,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 369,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 370,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 371,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 372,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 373,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 374,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 375,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 376,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 377,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 378,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 379,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 380,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 381,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 382,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 383,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"02/09/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 384,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 385,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 386,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 387,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 388,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 389,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 390,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 391,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 392,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 393,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 394,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 395,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 396,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 397,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 398,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 399,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 400,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 401,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 402,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 403,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 404,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 405,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 406,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 407,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 408,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 409,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 410,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 411,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 412,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 413,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 414,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 415,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 416,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 417,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 418,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 419,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 420,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 421,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 422,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 423,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 424,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 425,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 426,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 427,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 428,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 429,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 430,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"02/01/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 431,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 432,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 433,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 434,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 435,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 436,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 437,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 438,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 439,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 440,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 441,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 442,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 443,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 444,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 445,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 446,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 447,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 448,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 449,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 450,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 451,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 452,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"02/09/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 453,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 454,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 455,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 456,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 457,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 458,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 459,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 460,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 461,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 462,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 463,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 464,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 465,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 466,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 467,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 468,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 469,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 470,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 471,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 472,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 473,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 474,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 475,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 476,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 477,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 478,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 479,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 480,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 481,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 482,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 483,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 484,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 485,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 486,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 487,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304420,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa1d71b6aa05a56\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 488,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304448,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb8f38b6ffe573d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 489,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304344,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVf5481360cb64e0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 490,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304109,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV9f35eec5fa4f99\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 491,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7e4b357a44eab0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 492,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304940,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdf4f84099df4fc\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 493,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304132,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdd784339afbf5b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 494,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV77a0c06d8f48e6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 495,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304160,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV62b73593a72930\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 496,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304184,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0e353ca4b2eb2f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 497,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564220,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV1e3072aae78d0c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 498,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564727,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb560c80676176f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 499,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564158,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc026d22e616588\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 500,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564970,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8811d95e8c39d0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 501,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564160,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7d84ec30d5ff73\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 502,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564570,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7b6b101fe7c491\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 503,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564848,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV91b8582303484b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 504,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb7e62a2619e39c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 505,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdfdafc17094679\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 506,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564893,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb8f3742100337b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 507,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVee3abcffe9eeb6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 508,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093568,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV24cd5a6afa6eae\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 509,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093210,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa423dc57fcd00e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 510,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd5a91c1821bc85\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 511,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093578,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc992873ad8a25c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 512,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237721,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVae9dc50abc6b22\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 513,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237387,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0b955817d3729b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 514,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237306,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb73d6b8bd5bbce\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 515,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237935,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV82cc431ddc667c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 516,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237659,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV38b108c4438174\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 517,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838041182,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV642fd8db2645a2\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 518,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079240,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVcdd61b477bd3ca\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 519,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079440,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV726f299e837cbd\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 520,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079224,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV9aa18e09f0c5dd\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 521,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079970,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV282050533263b0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 522,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079829,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV692dbae6032567\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 523,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314862,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc9368ee325210e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 524,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314406,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV2e8fb1aca95c1a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 525,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb498c8a2839c2a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 526,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314366,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6c5017e59eb4a3\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 527,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314461,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV4ee504f8fc74d3\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 528,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361739,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd4e87f114ee33e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 529,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3dbc2df6ccd908\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 530,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361619,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV5c6c881f45ea38\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 531,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361408,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVfd8e38aed3f01c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 532,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361687,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV42cf14ee9c483f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 533,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848558442,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:38\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa5e658f0233df3\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 534,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568712,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3038834e224f1e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 535,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568412,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0df84bb4f44234\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 536,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568358,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa52b9fc8bafe6c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 537,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6d6bf080a8c25d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 538,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568745,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3f99ee4123f636\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 539,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV63719c2a14804c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 540,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627466,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV4ba04f1aa40648\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 541,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6d9ea91e0cd484\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 542,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627672,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV34b36b752d4cd0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 543,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7c069236bde8a8\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 544,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 16:14\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689849843434,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:14:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV71fee97fb3d7e1\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 545,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 16:14\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689849843192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:14:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa7540c5112d8a9\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 546,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 07-Aug-2023 12:10\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 12:10:04\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 22393,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 547,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 07-Aug-2023 12:30\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 12:30:07\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 24994.8,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 548,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 07-Aug-2023 12:30\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 12:30:09\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 24994.8,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 549,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 13:04\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9876247,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:04:55\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 280,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 6000,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 550,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 13:06\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 250,\n            \"sellingPrice\": 100,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 150,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 551,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 07:36\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 552,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 07:36\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 553,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 07:36\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 201,\n            \"sellingPrice\": 111,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 554,\n            \"batchVariantName\": \"Imei Number\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 897657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 14:52:36\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 100,\n            \"sellingPrice\": 80,\n            \"attribute3\": \"Seriel Number\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 555,\n            \"batchVariantName\": \"Product For Electronic - batch: 07-Aug-2023 15:18\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 93478394,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 15:18:42\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 556,\n            \"batchVariantName\": \"Test Product  - Default\",\n            \"productID\": 1000,\n            \"variantID\": 990,\n            \"productName\": \"Test Product\",\n            \"variantName\": \"\",\n            \"barcode\": 1692873302316,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 16:05:02\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 6000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute14\",\n                \"expiryDate\",\n                \"manufacturingDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 557,\n            \"batchVariantName\": \"Test Product  - batch: 24-Aug-2023 16:07\",\n            \"productID\": 1000,\n            \"variantID\": 990,\n            \"productName\": \"Test Product\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 16:07:43\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 6000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": 61777278,\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute14\",\n                \"expiryDate\",\n                \"manufacturingDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 558,\n            \"batchVariantName\": \"batch produxt  - Default\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1694603195908,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-13 16:36:35\",\n            \"creationDate\": \"2023-09-13\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 559,\n            \"batchVariantName\": \"BTCH FRIAST \",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1694603303413,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-13\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-13 16:38:23\",\n            \"creationDate\": \"2023-09-13\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 3500,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 618472,\n            \"attribute14\": 78643126,\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-22\",\n            \"costPerUnit\": 1612.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 560,\n            \"batchVariantName\": \"batch one\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695123542893,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 17:09:02\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 6789039,\n            \"attribute14\": \"bhuv7890\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-28\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 561,\n            \"batchVariantName\": \"batch two\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695123956691,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 17:15:56\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 7879,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 456789,\n            \"attribute14\": \"ghbn3456789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-26\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 562,\n            \"batchVariantName\": \"bqtch three\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695125575759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 17:42:55\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 888,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 456789,\n            \"attribute14\": \"asd34567\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-26\",\n            \"costPerUnit\": 815.85,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 563,\n            \"batchVariantName\": \"batch four\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695128409497,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 18:30:09\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 888,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 1234567,\n            \"attribute14\": \"qwe34567\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-26\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 564,\n            \"batchVariantName\": \"baxch one\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695279800881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 12:33:20\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 800,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"hgjk890\",\n            \"attribute14\": \"vb789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 512.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 565,\n            \"batchVariantName\": \"baxch two\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695279800339,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 12:33:20\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 900,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"gbnm890\",\n            \"attribute14\": \"vbnjdxk789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 410,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 566,\n            \"batchVariantName\": \"baxch three\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695282264978,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 13:14:24\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 600,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"fgh56789\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 102.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 567,\n            \"batchVariantName\": \"baxch four\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695282716117,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 13:21:56\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 800,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"gbhjk7890\",\n            \"attribute14\": \"gvhj789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 410,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 568,\n            \"batchVariantName\": \"baxch five\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695282716609,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 13:21:56\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 800,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"ghjjr89\",\n            \"attribute14\": \"jigf789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 307.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 569,\n            \"batchVariantName\": \"baxch five\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695288284928,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 14:54:44\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 700,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"bhj789\",\n            \"attribute14\": \"ghxjs678\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 570,\n            \"batchVariantName\": \"baxch\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695289320996,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 15:12:00\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 900,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 45346643346,\n            \"attribute14\": \"kcdhd567890\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 571,\n            \"batchVariantName\": \"batch accept\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695289528152,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 15:15:28\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 8989898989,\n            \"attribute14\": \"123imei\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 580,\n            \"batchVariantName\": \"Test Mcd - Default\",\n            \"productID\": 1034,\n            \"variantID\": 1024,\n            \"productName\": \"Test Mcd\",\n            \"variantName\": \"\",\n            \"barcode\": 1697095445248,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 12:54:05\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Organic Brands\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 235,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute7\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 581,\n            \"batchVariantName\": \"Test Mcd - batch: 12-Oct-2023 13:29\",\n            \"productID\": 1034,\n            \"variantID\": 1024,\n            \"productName\": \"Test Mcd\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 13:29:56\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Organic Brands\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 235,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"Kris\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"orange\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute7\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 582,\n            \"batchVariantName\": \"Test Mcd - batch: 12-Oct-2023 13:35\",\n            \"productID\": 1034,\n            \"variantID\": 1024,\n            \"productName\": \"Test Mcd\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 13:35:06\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Organic Brands\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 235,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"gg\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"gg\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute7\",\n                \"attribute12\"\n            ]\n        }\n    ]\n}"},{"id":"b98708d5-1c15-4da5-b15c-5428897ba7f6","name":"Fetch Batch Variants","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchBatchVariants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 Nov 2023 07:35:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid thirdPartyChainID!\"\n}"}],"_postman_id":"448e0cb2-2158-4dc2-9b91-66b4a1c60d3d"},{"name":"Delete Products Bulk","id":"392d08fd-65b1-40e5-a0dd-f9548cd4927f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"5cfaa0256a3a45ed074e40d22ca08e233d9db255e3e5cf31be8baaed30a142c4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":63,\n    \"chainID\":1424,\n    \"userID\":\"\",\n    \"productList\": [\n        5\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/deleteProductsBulk","urlObject":{"path":["v1","thirdparty","deleteProductsBulk"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"3a576060-8329-450d-bc68-c0ed78bf0659","name":"Update Batch Variants updateBatchVariants","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b8805dd2b0d64ae65d332995d64404cd8fa259bf2740afdda858a7600228e88c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":63,\n    \"chainID\":1424,\n    \"batchVariantList\":[\n        {\n            \"batchVariantID\":1,\n            \"barcode\":\"1707209138196\",\n            \"serialNumber\":\"\",\n            \"MRP\":\"\",\n            \"sellingPrice\":\"\",\n            \"remarks\":\"\"\n        },\n        {\n            \"batchVariantID\":2,\n            \"barcode\":\"1707209138196\",\n            \"serialNumber\":\"\",\n            \"MRP\":\"\",\n            \"sellingPrice\":\"\",\n            \"remarks\":\"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/updateBatchVariants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Apr 2024 09:33:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"messsage\": \"Batch Variants updated successfully\"\n}"},{"id":"41a1741d-608d-4e90-ac1d-d4ca0a44e6af","name":"Delete ProductsBulk","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":63,\n    \"chainID\":1424,\n    \"userID\": 2020,\n    \"productList\": [\n        5\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/deleteProductsBulk"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 11:13:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"eventMessage\": \"Event Pushed Successfully\",\n    \"status\": true,\n    \"message\": \"Products deleted Successfully\"\n}"},{"id":"94eb4e5e-4ae4-4d18-ac04-f8ff5d0b60a8","name":"userID_mandatory","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"5cfaa0256a3a45ed074e40d22ca08e233d9db255e3e5cf31be8baaed30a142c4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":63,\n    \"chainID\":1424,\n    \"userID\":\"\",\n    \"productList\": [\n        5\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/deleteProductsBulk"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 02 May 2024 07:28:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"userID\": [\n            \"UserID is required\"\n        ]\n    }\n}"}],"_postman_id":"392d08fd-65b1-40e5-a0dd-f9548cd4927f"}],"id":"efefe265-9f51-4693-8bd5-a588e720d3f1","_postman_id":"efefe265-9f51-4693-8bd5-a588e720d3f1","description":""},{"name":"Product-Store Config","item":[{"name":"Fetch store catalogue","id":"f0dbf3bb-ebac-4ede-b67a-dbb7871a4592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 17,\n    \"chainID\": 1114,\n    \"storeID\": 1666\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchStoreCatalogue","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","fetchStoreCatalogue"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"de8b5e8a-0037-4d6b-a510-47b1ef979bf4","name":"500 internal server error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"1aaf3bd27b9081f3eaaba91ef036fb4de65b2bd1f8ca84fcd9f3eb93acc12287","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 17,\n    \"chainID\": 1114,\n    \"storeID\": 1666\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchStoreCatalogue"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 23 May 2023 12:10:24 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"}],"cookie":[],"responseTime":null,"body":"   \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\Debug\\Exception\\FatalThrowableError\">FatalThrowableError</abbr> in\n                    <a title=\"/var/www/API/app/Http/Controllers/CatalogueBulk.php line 578\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CatalogueBulk.php line 578</a>:\n                </span>\n                <span class=\"exception_message\">Call to undefined method BadMethodCallException::getMessge()</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/app/Http/Controllers/CatalogueBulk.php line 578\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CatalogueBulk.php line 578</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>->fetchThirdPartyStoreCatalogue(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>), 'fetchThirdPartyStoreCatalogue'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Controller.php line 256\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Controller.php line 256</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Controller\">Controller</abbr>->callAction('fetchThirdPartyStoreCatalogue',\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 164\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 164</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->call(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>), 'fetchThirdPartyStoreCatalogue') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 112\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 112</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 196\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 196</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'fetchThirdPartyStoreCatalogue') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'fetchThirdPartyStoreCatalogue') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 136\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 136</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"}],"_postman_id":"f0dbf3bb-ebac-4ede-b67a-dbb7871a4592"},{"name":"Fetch store Catalogue By Sku","id":"c8f179cf-1d2b-415f-b861-8aa59e9a3a19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 17,\n    \"chainID\": 1114,\n    \"storeID\": 1666,\n    \"sku\": [\n        \"SK9852\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchStoreCatalogueBySku","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","fetchStoreCatalogueBySku"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8f179cf-1d2b-415f-b861-8aa59e9a3a19"},{"name":"Fetch Store Catalogue By Barcode","id":"25b35393-97e1-4cf1-a270-c3aa311f022d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 17,\n    \"chainID\": 1114,\n    \"storeID\": 1666,\n    \"barcode\": [\n        \"64001003736\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchStoreCatalogueByBarcode","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","fetchStoreCatalogueByBarcode"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"25b35393-97e1-4cf1-a270-c3aa311f022d"},{"name":"Manage Store Catalogue","id":"d8ce5231-ce6b-4d6a-b542-d87cb6a0bf8b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"storeID\":\"3864\",\n   \"productList\":[\n       {\n           \"productID\": 1,\n            \"variantID\": 1,\n            \"price\": 1010\n       },{\n            \"productID\": 11,\n            \"variantID\": 11,\n            \"price\": 1100\n       },{\n            \"productID\": 12,\n            \"variantID\": 12,\n            \"price\": 1200\n       },{\n            \"productID\": 14,\n            \"variantID\": 14,\n            \"price\":1400\n       },{\n            \"productID\": 16,\n            \"variantID\": 16,\n            \"price\": 1600\n       },{\n            \"productID\": 13,\n            \"variantID\": 13,\n            \"price\": 1300\n       },{\n            \"productID\": 21,\n            \"variantID\": 21,\n            \"price\": 2100\n       }\n   ]\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/2376/manageStoreCatalogue","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","2376","manageStoreCatalogue"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8ce5231-ce6b-4d6a-b542-d87cb6a0bf8b"},{"name":"Bulk assign items to stores","id":"4e5dd5ce-a399-4d1c-aea1-97fd1074300b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"4edfd97738f97bbb96931c5c8950487fa02c1f32b7581d9d60181b1ba892c5ca"}],"body":{"mode":"raw","raw":"{\n  \"useChain\": 1,\n  \"chainID\": 65161,\n  \"thirdPartyChainID\": 68,\n  \"userID\": \"82839\",\n  \"storeList\": [\n    {\n      \"storeID\": 78027,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - MUMBAI WAREHOUSE\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 77759,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - BIAL\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 78028,\n      \"storeName\": \"TYNIMO LIFE STYLE-RAJAJINAGAR-WAREHOUSE-DAMAGE\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 78029,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - RAJAJINAGAR\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 77155,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - VGA\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 77156,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - SOW\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 77157,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - RBA\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 77158,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - NSCB\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 77159,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - MSQ\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 77160,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - JAY\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 77161,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - IMF\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 77163,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - BIA\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 77164,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - BCM\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 78291,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - GHIAL\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 78146,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - 3ROADS\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    },\n    {\n      \"storeID\": 78337,\n      \"storeName\": \"TYNIMO LIFE STYLE PRIVATE LIMITED - DLF CHD\",\n      \"products\": [\n        {\n          \"productID\": 10,\n          \"variantID\": 10,\n          \"price\": 20,\n          \"storeMRP\": 20,\n          \"lowStockAlertQuantity\": 0,\n          \"safeStockLevel\": 0\n        }\n      ]\n    }\n  ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/assignStoresCatalogue","urlObject":{"path":["v1","thirdparty","assignStoresCatalogue"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d562e7c6-6c5f-45c5-b622-bff1c7100604","name":"assign Stores Catalogue","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"useChain\": 1,\n    \"chainID\":2602,\n    \"thirdPartyChainID\":67,\n    \"userID\":3712,\n    \"storeList\": [\n        {\n            \"storeID\": 4540,\n            \"storeName\": \"test Location Qb_0211_2 test\",\n            \"products\": [\n                {\n                    \"productID\": 1,\n                    \"variantID\": 1,\n                    \"price\": 110,\n                    \"storeMRP\": 110,\n                    \"lowStockAlertQuantity\": 130,\n                    \"safeStockLevel\": 130\n                },\n                {\n                    \"productID\": 2,\n                    \"variantID\": 2,\n                    \"price\": 111,\n                    \"storeMRP\": 111,\n                    \"lowStockAlertQuantity\": 131,\n                    \"safeStockLevel\": 131\n                }\n            ],\n            \"unmapped\": []\n        },\n        {\n            \"storeID\": 4557,\n            \"storeName\": \"Test NStoQB 1811_02\",\n            \"products\": [\n                {\n                    \"productID\": 1,\n                    \"variantID\": 1,\n                    \"price\": 210,\n                    \"storeMRP\": 210,\n                    \"lowStockAlertQuantity\": 150,\n                    \"safeStockLevel\": 150\n                },\n                {\n                    \"productID\": 2,\n                    \"variantID\": 2,\n                    \"price\": 211,\n                    \"storeMRP\": 211,\n                    \"lowStockAlertQuantity\": 151,\n                    \"safeStockLevel\": 151\n                }\n            ],\n            \"unmapped\": []\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/assignStoresCatalogue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 14 Dec 2023 06:28:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"catalogue has been assigned to the stores successfully!\"\n}"}],"_postman_id":"4e5dd5ce-a399-4d1c-aea1-97fd1074300b"}],"id":"af89e995-9b41-4cd8-b83c-53ec2721b6d7","_postman_id":"af89e995-9b41-4cd8-b83c-53ec2721b6d7","description":""},{"name":"Unit","item":[{"name":"Fetch Measurement Units","id":"e512fa5a-7070-44e7-ab70-8d4258b4404a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"0bce909af7d717eaa8e8bdc46a8ffa18534fea2c6ad1260a8db7e11788d7d82a","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/3239/fetchMeasurementUnits","urlObject":{"path":["public","v1","thirdparty","3239","fetchMeasurementUnits"],"host":["{{baseURI}}"],"query":[],"variable":[]}},"response":[{"id":"7a5972b5-573f-4544-abf4-4f18a312717c","name":"Success_blankPage","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/fetchMeasurementUnits"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:57:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"unitID\": 1,\n            \"name\": \"Piece\"\n        },\n        {\n            \"unitID\": 2,\n            \"name\": \"Kilogram\"\n        },\n        {\n            \"unitID\": 3,\n            \"name\": \"Litre\"\n        },\n        {\n            \"unitID\": 6,\n            \"name\": \"Metre\"\n        }\n    ]\n}"},{"id":"0903b332-223d-41b2-8674-61343ef022cf","name":"sucess_pageNumber1","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/fetchMeasurementUnits"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:58:18 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"unitID\": 1,\n            \"name\": \"Piece\"\n        },\n        {\n            \"unitID\": 2,\n            \"name\": \"Kilogram\"\n        },\n        {\n            \"unitID\": 3,\n            \"name\": \"Litre\"\n        },\n        {\n            \"unitID\": 6,\n            \"name\": \"Metre\"\n        }\n    ]\n}"},{"id":"3ecc299f-a269-45f6-af8e-eb3d29df0ff5","name":"Token Missing/Invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1534/fetchMeasurementUnits"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Tue, 16 Aug 2022 11:59:23 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'getUnits') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'getUnits') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"73aed782-08fa-4d1a-a0df-566cd16cfdfe","name":"ChainID not Mapped/Not allowed to share Data","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"81404dc5bfe50f80720e168182b5e5c0adc47cdacb60c409b3570b171923556d","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"page\":\"1\"\r\n}"},"url":"{{baseURI}}/public/v1/thirdparty/1600/fetchMeasurementUnits"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 16 Aug 2022 12:00:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This chain is not authorized to share data with third party clients\"\n}"}],"_postman_id":"e512fa5a-7070-44e7-ab70-8d4258b4404a"}],"id":"d42f6c93-1bb6-4467-a0e2-c35da70b9ad5","_postman_id":"d42f6c93-1bb6-4467-a0e2-c35da70b9ad5","description":""},{"name":"Gift Voucher","item":[{"name":"Create Gift Voucher","id":"dd4da9bf-d7aa-49ab-a165-f9a4796c49bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"useChain\": 1,\n    \"storeList\": [\n        \"1666\"\n    ],\n    \"prodStoreList\": [\n        \"1666\"\n    ],\n    \"imageLocation\": \"\",\n    \"imageType\": \"\",\n    \"productName\": \"GIFT TEST PRODUCT\",\n    \"longDescription\": \"ERGEWRGH\",\n    \"brandID\": 3,\n    \"categoryID\": 3,\n    \"subCategoryID\": 15,\n    \"priceIncludesTaxes\": 1,\n    \"isInventoryManaged\": 1,\n    \"enableProductGroup\": 0,\n    \"isSellableOnPOS\": 1,\n    \"allowVariablePricing\": 0,\n    \"barcode\": [\n        \"BR8587\"\n    ],\n    \"sku\": [\n        \"SK11234654\"\n    ],\n    \"variantName\": [\n        \"10\"\n    ],\n    \"sizeName\": \"\",\n    \"sizeID\": \"\",\n    \"batchID\": [\n        -1\n    ],\n    \"colorID\": \"\",\n    \"soldIn\": 1,\n    \"weight\": [\n        110\n    ],\n    \"weightUnit\": [\n        1\n    ],\n    \"height\": [\n        null\n    ],\n    \"heightUnit\": [\n        6\n    ],\n    \"depth\": [\n        null\n    ],\n    \"depthUnit\": [\n        6\n    ],\n    \"width\": [\n        null\n    ],\n    \"widthUnit\": [\n        6\n    ],\n    \"productPrice\": [\n        \"200\"\n    ],\n    \"dealerPrice\": \"200\",\n    \"enableLowStockAlert\": 0,\n    \"chainTaxList\": [\n        1,\n        2\n    ],\n    \"chainChargeList\": [\n        1\n    ],\n    \"HSNOrSACCode\": \"238485-5432-766\",\n    \"storeDetails\": [\n        {\n            \"storeID\": 1666,\n            \"storeName\": \"Pawan Store\",\n            \"storeVariantPrice\": \"200\",\n            \"storeVariantStockAlert\": \"20\",\n            \"storeVariantStoreMRP\": \"200\"\n        }\n    ],\n    \"isGenerateBarcodeAutomatically\": 0,\n    \"physicalAttributes\": [],\n    \"defaultLowStockAlertValue\": \"20\",\n    \"foodType\": 269,\n    \"userID\": 113,\n    \"giftVoucherConfDetails\": {\n        \"validityDays\": 30,\n        \"valueType\": \"ABSOLUTE\",\n        \"amount\": 500,\n        \"maxVoucherValue\": 200,\n        \"description\": \"voucher product\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/createGiftVoucherProduct","urlObject":{"path":["v1","thirdparty","createGiftVoucherProduct"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dd4da9bf-d7aa-49ab-a165-f9a4796c49bd"},{"name":"Update Gift Voucher","id":"25395d55-a6bc-4f0c-b790-b26bec779180","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"useChain\": 1,\n    \"productID\": 123,\n    \"variantID\": 123,\n    \"storeList\": [\n        \"1666\"\n    ],\n    \"prodStoreList\": [\n        \"1666\"\n    ],\n    \"imageLocation\": \"\",\n    \"imageType\": \"\",\n    \"productName\": \"GIFT TEST PRODUCT\",\n    \"longDescription\": \"ERGEWRGH\",\n    \"brandID\": 3,\n    \"categoryID\": 3,\n    \"subCategoryID\": 15,\n    \"priceIncludesTaxes\": 1,\n    \"isInventoryManaged\": 1,\n    \"enableProductGroup\": 0,\n    \"isSellableOnPOS\": 1,\n    \"allowVariablePricing\": 0,\n    \"barcode\": [\n        \"BR8588\"\n    ],\n    \"sku\": [\n        \"SK11234654\"\n    ],\n    \"variantName\": [\n        \"10\"\n    ],\n    \"sizeName\": \"\",\n    \"sizeID\": \"\",\n    \"batchID\": [\n        -1\n    ],\n    \"colorID\": \"\",\n    \"soldIn\": 1,\n    \"weight\": [\n        110\n    ],\n    \"weightUnit\": [\n        1\n    ],\n    \"height\": [\n        null\n    ],\n    \"heightUnit\": [\n        6\n    ],\n    \"depth\": [\n        null\n    ],\n    \"depthUnit\": [\n        6\n    ],\n    \"width\": [\n        null\n    ],\n    \"widthUnit\": [\n        6\n    ],\n    \"productPrice\": [\n        \"200\"\n    ],\n    \"dealerPrice\": \"200\",\n    \"enableLowStockAlert\": 0,\n    \"chainTaxList\": [\n        1,\n        2\n    ],\n    \"chainChargeList\": [\n        1\n    ],\n    \"HSNOrSACCode\": \"238485-5432-766\",\n    \"storeDetails\": [\n        {\n            \"storeID\": 1666,\n            \"storeName\": \"Pawan Store\",\n            \"storeVariantPrice\": \"200\",\n            \"storeVariantStockAlert\": \"20\",\n            \"storeVariantStoreMRP\": \"200\"\n        }\n    ],\n    \"isGenerateBarcodeAutomatically\": 0,\n    \"physicalAttributes\": [],\n    \"defaultLowStockAlertValue\": \"20\",\n    \"foodType\": 269,\n    \"userID\": 113,\n    \"giftVoucherConfDetails\": {\n        \"giftVoucherID\": 1234,\n        \"validityDays\": 30,\n        \"valueType\": \"ABSOLUTE\",\n        \"amount\": 500,\n        \"maxVoucherValue\": 200,\n        \"description\": \"voucher product\",\n        \"variantID\": 1234\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/updateGiftVoucherProduct","urlObject":{"path":["v1","thirdparty","updateGiftVoucherProduct"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[],"_postman_id":"25395d55-a6bc-4f0c-b790-b26bec779180"},{"name":"Fetch Gift Voucher","id":"f6680246-d0b0-4f6a-bfa2-f828e9163d20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"storeID\":1666,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchGiftVoucher","urlObject":{"path":["v1","thirdparty","fetchGiftVoucher"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"07b6a1d9-9dcd-4fe5-9cfb-b667e6575a03","name":"Fetch Gift Voucher","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"storeID\":1666,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchGiftVoucher"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"f6680246-d0b0-4f6a-bfa2-f828e9163d20"}],"id":"b41f97f4-b4e1-4741-a40a-fc1228527851","_postman_id":"b41f97f4-b4e1-4741-a40a-fc1228527851","description":""},{"name":"Product-ware Config","item":[{"name":"Fetch Ware catalogue fetchWareCatalogueBySku","id":"62108918-d65f-43f7-b591-f0b50efce3d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"e47b2003e70ef267710d57fe8b7c1ae8da27246cdbabde6fd85c6115ad5d62fd","type":"text"}],"body":{"mode":"raw","raw":"{\n \"thirdPartyChainID\":63,\n\"chainID\": 1424,\n\"warehouseID\": 1480,\n    \"sku\":[\n        \"10008881\"\n        \n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchWareCatalogueBySku","description":"<p>Live request:</p>\n<p>{ \"thirdPartyChainID\":4,\"chainID\": 3239,\"warehouseID\": 3297,    \"sku\":[        \"123456789\",        \"SPN1\"    ]}</p>\n<p>Beta Request</p>\n","urlObject":{"path":["v1","thirdparty","fetchWareCatalogueBySku"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"c87c87a3-c9f7-4ae7-9e5a-b53476851f79","name":"success_List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 63,\n    \"chainID\": 1424,\n    \"warehouseID\": 1480,\n    \"sku\":[\n        \"12345678900\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchWareCatalogueBySku"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 07:56:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products listed successfully!\",\n    \"count\": 1,\n    \"data\": [\n        {\n            \"productID\": 19034,\n            \"productName\": \"Testing\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19034,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 12345678900,\n            \"skus\": 12345678900,\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        }\n    ],\n    \"apiTrackerID\": \"API-63-062023\"\n}"},{"id":"434a37f9-7664-4424-b55d-efbabbddf50a","name":"without SKU","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 63,\n    \"chainID\": 1424,\n    \"warehouseID\": 1480,\n    \"sku\":[\n        \"\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchWareCatalogueBySku"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 08:59:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products listed successfully!\",\n    \"count\": 47,\n    \"data\": [\n        {\n            \"productID\": 18813,\n            \"productName\": \"Sofa\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 18813,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 1,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19041,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19041,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19045,\n            \"productName\": \"TestEasy1\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19045,\n            \"variantNames\": \"\",\n            \"prices\": 300,\n            \"dealerPrice\": 100,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19046,\n            \"productName\": \"TestEasy2\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19046,\n            \"variantNames\": \"\",\n            \"prices\": 200,\n            \"dealerPrice\": 200,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19047,\n            \"productName\": \"TestEasy3\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19047,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 250,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19048,\n            \"productName\": \"TestEasy4\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19048,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 350,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19049,\n            \"productName\": \"TestEasy5\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19049,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 299,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19050,\n            \"productName\": \"TestEasy6\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19050,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 399,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19051,\n            \"productName\": \"TestEasy7\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19051,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 499,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19052,\n            \"productName\": \"TestEasy8\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19052,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 899,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19053,\n            \"productName\": \"TestEasy9\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19053,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 349,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19054,\n            \"productName\": \"TestEasy10\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19054,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 949,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19055,\n            \"productName\": \"TestEasy11\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19055,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 100,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19056,\n            \"productName\": \"TestEasy12\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19056,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 200,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19057,\n            \"productName\": \"TestEasy13\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19057,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 250,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19058,\n            \"productName\": \"TestEasy14\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19058,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 350,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19059,\n            \"productName\": \"TestEasy15\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19059,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 299,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19060,\n            \"productName\": \"TestEasy16\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19060,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 399,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19061,\n            \"productName\": \"TestEasy17\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19061,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 499,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19062,\n            \"productName\": \"TestEasy18\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19062,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 899,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19063,\n            \"productName\": \"TestEasy19\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19063,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 349,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19064,\n            \"productName\": \"TestEasy20\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19064,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 949,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19066,\n            \"productName\": \"TestOnline\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19066,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19067,\n            \"productName\": \"Test Without Tax\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": 2401,\n            \"variantIDs\": 19067,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19142,\n            \"productName\": \"testprod12\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19142,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19143,\n            \"productName\": \"testprod123\",\n            \"categoryName\": \"PURE HOME\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19143,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19201,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19198,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 5239875322602,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19202,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19199,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6152110063315,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19203,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19200,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6117046000056,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19204,\n            \"productName\": \"Test Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19201,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 3324654028010,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19205,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19202,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6154000006129,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19206,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19203,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6151100082220,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19207,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19204,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 61170460001177,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19208,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19205,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6001495062508,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19209,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19206,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 3262850038894,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19210,\n            \"productName\": \"Bb\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19207,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6154000141042,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19211,\n            \"productName\": \"Hh\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19208,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6154000008116,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19212,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19209,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6009675693016,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19213,\n            \"productName\": \"Gggg\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19210,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6009675699995,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19214,\n            \"productName\": \"Vv\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19211,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 6009675692989,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19215,\n            \"productName\": \"Test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19212,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"Its Barcode\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19216,\n            \"productName\": \"Vvb\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19213,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"Its Barcodevv\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19217,\n            \"productName\": \"Bbb\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19214,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": \"Its Barcodebbhh\",\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19218,\n            \"productName\": \"Test Kg \",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 2,\n            \"soldIn\": \"Kilogram\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19215,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 2419218192151,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19220,\n            \"productName\": \"test\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19217,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 2419220192170,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        },\n        {\n            \"productID\": 19221,\n            \"productName\": \"TestBatchProduct\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19218,\n            \"variantNames\": 10,\n            \"prices\": 100,\n            \"dealerPrice\": 0,\n            \"barcodes\": 2419221192186,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 1,\n            \"colourNames\": \"\",\n            \"inventory\": 2,\n            \"stockItemsType\": \"BATCHED\"\n        },\n        {\n            \"productID\": 19222,\n            \"productName\": \"TestBatchProduct-0\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19219,\n            \"variantNames\": 10,\n            \"prices\": 120,\n            \"dealerPrice\": 0,\n            \"barcodes\": 2419222192192,\n            \"skus\": \"\",\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 1,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"BATCHED\"\n        }\n    ],\n    \"apiTrackerID\": \"API-63-062023\"\n}"},{"id":"311a9651-19e4-46fa-82d6-0515809da429","name":"mandatory Fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": \"\",\n    \"chainID\": \"\",\n    \"warehouseID\": \"\",\n    \"sku\":[\n        \"12345678900\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchWareCatalogueBySku"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 09:05:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ],\n        \"chainID\": [\n            \"ChainID is required\"\n        ],\n        \"warehouseID\": [\n            \"WarehouseID is required\"\n        ]\n    }\n}"},{"id":"b67193ee-4b2f-4611-a0a1-8d6ec578cd30","name":"wrongSKU","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 63,\n    \"chainID\": 1424,\n    \"warehouseID\": 1480,\n    \"sku\":[\n        \"700\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchWareCatalogueBySku"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 09:06:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products listed successfully!\",\n    \"count\": 0,\n    \"data\": [],\n    \"apiTrackerID\": \"API-63-062023\"\n}"}],"_postman_id":"62108918-d65f-43f7-b591-f0b50efce3d7"},{"name":"Fetch Warehouse Catalogue fetchWareCatalogueByBarcode","id":"8cc8f267-2e1a-468c-b066-bf86df615392","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"e47b2003e70ef267710d57fe8b7c1ae8da27246cdbabde6fd85c6115ad5d62fd","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 63,\n    \"chainID\": 1424,\n    \"warehouseID\":1480,\n    \"barcode\":[\n        \"10005552\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchWareCatalogueByBarcode","description":"<p>beta info:</p>\n<p>{base_url}}/v1/thirdparty/fetchWareCatalogueByBarcode</p>\n","urlObject":{"path":["v1","thirdparty","fetchWareCatalogueByBarcode"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"11efb146-6783-4dfa-8066-781b274d5251","name":"mandatoryFields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":\"\",\n    \"warehouseID\":\"\",\n    \"barcode\":[\n        \"\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchWareCatalogueByBarcode"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 10:11:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ],\n        \"chainID\": [\n            \"ChainID is required\"\n        ],\n        \"warehouseID\": [\n            \"WarehouseID is required\"\n        ]\n    }\n}"},{"id":"02dc52d1-2ecd-4f74-afd6-32ba596c2f3d","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 63,\n    \"chainID\": 1424,\n    \"warehouseID\": 1480,\n    \"barcode\":[\n        \"12345678900\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchWareCatalogueByBarcode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 10:14:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products listed successfully!\",\n    \"count\": 1,\n    \"data\": [\n        {\n            \"productID\": 19034,\n            \"productName\": \"Testing\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"soldInUnit\": 1,\n            \"soldIn\": \"Piece\",\n            \"HSNOrSACCode\": \"\",\n            \"variantIDs\": 19034,\n            \"variantNames\": \"\",\n            \"prices\": 0,\n            \"dealerPrice\": 0,\n            \"barcodes\": 12345678900,\n            \"skus\": 12345678900,\n            \"sortOrder\": 0,\n            \"imageLocation\": \"\",\n            \"enableProductGroup\": 0,\n            \"colourNames\": \"\",\n            \"inventory\": 0,\n            \"stockItemsType\": \"UNBATCHED\"\n        }\n    ],\n    \"apiTrackerID\": \"API-63-062023\"\n}"},{"id":"76acacf4-3bbc-43f9-820d-24d98591d38c","name":"wrong barcode","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 63,\n    \"chainID\": 1424,\n    \"warehouseID\": 1480,\n    \"barcode\":[\n        \"AS8249\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchWareCatalogueByBarcode"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 10:15:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Products listed successfully!\",\n    \"count\": 0,\n    \"data\": [],\n    \"apiTrackerID\": \"API-63-062023\"\n}"}],"_postman_id":"8cc8f267-2e1a-468c-b066-bf86df615392"}],"id":"cde4d62f-0efe-4edd-9574-48cf693a7de1","_postman_id":"cde4d62f-0efe-4edd-9574-48cf693a7de1","description":""},{"name":"Product Group-Store Config","item":[{"name":"Fetch Store Batch Variants","id":"5d32f02a-adf1-4b65-b339-e9f34004b570","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1424,\n    \"thirdPartyChainID\":63,\n    \"storeID\":2283\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchStoreBatchVariants","urlObject":{"path":["v1","thirdparty","fetchStoreBatchVariants"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d64e6a8c-85bd-4bb8-9ddc-649121671c44","name":"Fetch Batch Variants","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchBatchVariants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 01 Nov 2023 07:59:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"batchVariantID\": 8,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 26,\n            \"inventoryCost\": -3030,\n            \"creationTimeLocal\": \"2022-12-16 11:01:14\",\n            \"creationDate\": \"2022-12-16\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2022,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 9,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"2023-01-08\",\n            \"inventory\": 5,\n            \"inventoryCost\": 9292,\n            \"creationTimeLocal\": \"2022-12-20 19:26:01\",\n            \"creationDate\": \"2022-12-20\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2022,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 10,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-01-20 13:26:30\",\n            \"creationDate\": \"2023-01-20\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 11,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-01-20 13:31:08\",\n            \"creationDate\": \"2023-01-20\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 12,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": 12121,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-01-23 11:43:48\",\n            \"creationDate\": \"2023-01-23\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 13,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": 6783624823,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-01\",\n            \"expiryDate\": \"2023-02-28\",\n            \"inventory\": 112,\n            \"inventoryCost\": 21280,\n            \"creationTimeLocal\": \"2023-02-01 13:38:29\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 14,\n            \"batchVariantName\": \"\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 180,\n            \"creationTimeLocal\": \"2023-02-01 19:07:33\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 15,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 880,\n            \"creationTimeLocal\": \"2023-02-01 19:09:27\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 16,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -3,\n            \"inventoryCost\": -528,\n            \"creationTimeLocal\": \"2023-02-01 19:13:21\",\n            \"creationDate\": \"2023-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 17,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 2200,\n            \"creationTimeLocal\": \"2023-02-02 11:11:01\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 18,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-02 18:43:14\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 19,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-02 18:45:56\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 20,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-02 21:06:25\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 21,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-02 21:10:07\",\n            \"creationDate\": \"2023-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"2023-02-01\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 22,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-04 14:56:53\",\n            \"creationDate\": \"2023-02-04\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 23,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-04 15:01:55\",\n            \"creationDate\": \"2023-02-04\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 24,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": 7897949,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 200,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-06 16:11:58\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 25,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 200,\n            \"inventoryCost\": 36000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 26,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 100,\n            \"inventoryCost\": 18000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 27,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 200,\n            \"inventoryCost\": 36000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 28,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 100,\n            \"inventoryCost\": 18000,\n            \"creationTimeLocal\": \"2023-02-06 16:27:16\",\n            \"creationDate\": \"2023-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 29,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": 6768214,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 17:07:10\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 30,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": 637282,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 17:09:39\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 31,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4600,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 32,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 2200,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 33,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4200,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 34,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 2000,\n            \"creationTimeLocal\": \"2023-02-08 17:15:23\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 35,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 7,\n            \"inventoryCost\": 1393,\n            \"creationTimeLocal\": \"2023-02-08 17:27:39\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 36,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4600,\n            \"creationTimeLocal\": \"2023-02-08 17:52:35\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 37,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": 87892734,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:11:29\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 38,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": 3252351,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:13:55\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-23\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 39,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": 3568325,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:15:45\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-09\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 40,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4400,\n            \"creationTimeLocal\": \"2023-02-08 18:18:47\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 41,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:27:05\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 42,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:29:31\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 43,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:30:41\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"2023-02-09\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 44,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:38:29\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 45,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 18:40:30\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 46,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:10:00\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 47,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": 12121212,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:17:08\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"2023-02-08\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-20\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 48,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": 12121212,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-02\",\n            \"expiryDate\": \"2023-02-25\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:19:42\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"2023-02-08\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-20\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 49,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": 12121212,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-09\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-08 19:31:48\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"2023-02-08\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 50,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": 36789921,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 6000,\n            \"creationTimeLocal\": \"2023-02-08 22:21:21\",\n            \"creationDate\": \"2023-02-08\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-09\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 51,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": 32634632,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-09 10:55:23\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 52,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-09\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-09 11:05:37\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 53,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2000,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 54,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2020,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 55,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2040,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 56,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 20,\n            \"inventoryCost\": 2060,\n            \"creationTimeLocal\": \"2023-02-09 11:14:42\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 57,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": 325325,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-08\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 20,\n            \"inventoryCost\": 4200,\n            \"creationTimeLocal\": \"2023-02-09 11:16:03\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-10\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 58,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": 678632,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-09\",\n            \"expiryDate\": \"2023-02-12\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-09 19:33:30\",\n            \"creationDate\": \"2023-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-11\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 59,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": 6786876,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-10\",\n            \"expiryDate\": \"2023-02-11\",\n            \"inventory\": 300,\n            \"inventoryCost\": 90000,\n            \"creationTimeLocal\": \"2023-02-10 09:21:22\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-02-09\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 60,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"-\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-10 13:50:46\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 61,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"-\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 10,\n            \"inventoryCost\": 1800,\n            \"creationTimeLocal\": \"2023-02-10 13:52:40\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 62,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-10 18:13:49\",\n            \"creationDate\": \"2023-02-10\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 63,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-13 13:05:45\",\n            \"creationDate\": \"2023-02-13\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 64,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 174,\n            \"inventoryCost\": 5040,\n            \"creationTimeLocal\": \"2023-02-15 18:51:30\",\n            \"creationDate\": \"2023-02-15\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 65,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": 12345678,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-02-01\",\n            \"expiryDate\": \"2023-02-15\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-02-27 11:42:21\",\n            \"creationDate\": \"2023-02-27\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 66,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"SN34270\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-03-10 13:04:49\",\n            \"creationDate\": \"2023-03-10\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 67,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-03-17 18:11:26\",\n            \"creationDate\": \"2023-03-17\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 68,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-02\",\n            \"expiryDate\": \"2023-04-11\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-03 15:18:34\",\n            \"creationDate\": \"2023-04-03\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 69,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-03\",\n            \"expiryDate\": \"2023-04-13\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-03 15:19:35\",\n            \"creationDate\": \"2023-04-03\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 70,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-02\",\n            \"expiryDate\": \"2023-04-06\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-03 16:00:50\",\n            \"creationDate\": \"2023-04-03\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 72,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": 12121,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-01\",\n            \"expiryDate\": \"2023-04-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-24 16:05:40\",\n            \"creationDate\": \"2023-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"2023-04-24\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-04-24\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 73,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": 12121,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-04-01\",\n            \"expiryDate\": \"2023-05-31\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-04-24 16:10:35\",\n            \"creationDate\": \"2023-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"2023-04-24\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-04-30\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 86,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-17 17:25:33\",\n            \"creationDate\": \"2023-05-17\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 88,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-24 15:35:08\",\n            \"creationDate\": \"2023-05-24\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 89,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-01-01\",\n            \"expiryDate\": \"2023-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-24 15:58:42\",\n            \"creationDate\": \"2023-05-24\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 90,\n            \"batchVariantName\": \"\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-30 13:25:02\",\n            \"creationDate\": \"2023-05-30\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 91,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-05-30 15:42:45\",\n            \"creationDate\": \"2023-05-30\",\n            \"creationMonth\": 5,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 92,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"Xe456789\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-06-09\",\n            \"expiryDate\": \"2023-06-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-14 14:57:13\",\n            \"creationDate\": \"2023-06-14\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-06-17\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 93,\n            \"batchVariantName\": \"MOHITH TEST3 - Default\",\n            \"productID\": 999,\n            \"variantID\": 999,\n            \"productName\": \"sujeet new\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 19:08:36\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 94,\n            \"batchVariantName\": \"MOHITH TEST4 - Default\",\n            \"productID\": 999,\n            \"variantID\": 999,\n            \"productName\": \"sujeet new\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 19:10:55\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 95,\n            \"batchVariantName\": \"Paneer Bhurji Ajwain Paratha Meal - Default\",\n            \"productID\": 963,\n            \"variantID\": 953,\n            \"productName\": \"Paneer Bhurji Ajwain Paratha Meal\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-30 17:39:31\",\n            \"creationDate\": \"2023-06-30\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 96,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:35\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 485776,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:35:22\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVaeb8430aa295bf\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 97,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:35\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 485776,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:35:22\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV73f866e6a43ad6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 98,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:48\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883723202837,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:48:39\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVaeb8430aa292bf\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 99,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 13:48\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883723207846,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 13:48:39\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV73f866e1a43ad6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 100,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 15:10\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883772302789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 15:10:30\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV33bdf03d060e58\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 101,\n            \"batchVariantName\": \"VISHAL100 - batch: 03-Jul-2023 15:10\",\n            \"productID\": 941,\n            \"variantID\": 936,\n            \"productName\": \"VISHAL100\",\n            \"variantName\": \"\",\n            \"barcode\": 16883772306649,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-03 15:10:30\",\n            \"creationDate\": \"2023-07-03\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe17ec405794e8c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 102,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771314,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe401ca486c9348\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 103,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771768,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3aa898b6b5f67a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 104,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771464,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV68fe067a09a614\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 105,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771528,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVedf5544e7f18f5\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 106,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:12\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831771553,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:12:51\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV84f32d1a40ca38\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 107,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957769,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8b06d22b15ea2c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 108,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957277,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVec03bba012416b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 109,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957139,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3ff1cfa40cb14f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 110,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV93ad35d48f9413\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 111,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:15\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831957939,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:15:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe351fc71a39116\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 112,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971696,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVde769c4b95e2ed\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 113,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971654,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV97825de1993e46\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 114,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971171,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVcd3ebe8d7f0c40\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 115,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971868,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb1b3af50a4556d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 116,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831971408,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:11\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0bde856cd03719\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 117,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983294,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8413d051ebf9f0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 118,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdca21a8b9531cf\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 119,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983229,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV14369ce69b43d8\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 120,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983110,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVee1e7728842541\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 121,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 11:16\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689831983963,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:16:23\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV471a62499b50aa\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 122,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 123,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 124,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 125,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 126,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 127,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 128,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 129,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 130,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 131,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 132,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 133,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 134,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"01/02/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 135,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 136,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 137,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 138,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 139,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 140,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 141,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 142,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 143,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 144,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 145,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 146,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 147,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 148,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 149,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 150,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 151,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 152,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 153,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 154,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 155,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 156,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"09/02/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 157,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 158,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 159,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 160,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 161,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 162,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 163,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 164,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 165,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 166,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 167,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 168,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 169,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 170,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 171,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 172,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 173,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 174,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 175,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 176,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 177,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 178,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 179,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 180,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 181,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 182,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 183,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 184,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 185,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 186,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 187,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 188,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 189,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 190,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:25:45\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 191,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 192,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 193,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 194,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 195,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 196,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 197,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 198,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 199,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 200,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 201,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 202,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 203,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"01/02/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 204,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 205,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 206,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 207,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 208,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 209,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 210,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 211,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 212,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 213,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 214,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 215,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 216,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 217,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 218,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 219,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 220,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 221,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 222,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 223,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 224,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 225,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"09/02/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 226,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 227,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 228,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 229,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 230,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 231,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 232,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 233,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 234,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 235,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 236,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 237,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 238,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 239,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 240,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 241,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 242,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:54\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 243,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 244,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 245,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 246,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 247,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 248,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 249,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 250,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 251,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 252,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 253,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 254,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 255,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 256,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 257,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 258,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 259,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:26:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 260,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968272,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV2ab2dac98351fe\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 261,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968284,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc84594f53c36c0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 262,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968807,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb3f856558e6f57\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 263,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968364,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd3e37a753ca5bb\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 264,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968363,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV38f4e774413d65\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 265,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968925,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVcca2ff6ec8008c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 266,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968187,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe2c6d381ea8c22\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 267,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968391,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVbd6f788c2c1d6c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 268,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968635,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6350a83580af5f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 269,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:32\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832968358,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:32:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV42f2a0f10752c1\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 270,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983520,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd0efe607c7f4f1\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 271,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983421,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVf7d25abac74a84\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 272,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983592,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8d7597a9458bd6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 273,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983879,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVe9dcaf75d81a82\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 274,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983352,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV9442c449c90b8a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 275,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd597afb33e648f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 276,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV1d42eff4001b8d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 277,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983910,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVccaa1b2e3f76ad\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 278,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983912,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV2c5f7c0eba38a4\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 279,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:33\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689832983966,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:33:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 500,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV614be742977874\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 280,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 281,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 282,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 283,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 284,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 285,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 286,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 287,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 288,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 289,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 290,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 291,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 292,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"01/02/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 293,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 294,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 295,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 296,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 297,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 298,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 299,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 300,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 301,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 302,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 303,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 304,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 305,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 306,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 307,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 308,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 309,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 310,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 311,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 312,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 313,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 314,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"09/02/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 315,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 316,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 317,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 318,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 319,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 320,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"08/02/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 321,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 322,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 323,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:16\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 324,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 325,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 326,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 327,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 328,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 329,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 330,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 331,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 332,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 333,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 334,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 335,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 336,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 337,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 338,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 339,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 340,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 341,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 342,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 343,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"24/04/2023\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 344,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 345,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 346,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 347,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2001-01-01\",\n            \"expiryDate\": \"2001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 348,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 349,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 350,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 351,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 352,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 353,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 354,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 355,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 356,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 357,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 358,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 359,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 360,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 361,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"02/01/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 362,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 363,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 364,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 365,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 366,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 367,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 368,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 369,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 370,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 371,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 372,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 373,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 374,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 375,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 376,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 377,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 378,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 379,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 380,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 381,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 382,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 383,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"02/09/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 384,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 385,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 386,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 387,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 388,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 389,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 390,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 391,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 392,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 393,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 394,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 395,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 396,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 397,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 398,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 399,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:17\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 400,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 401,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 402,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 403,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 404,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 405,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 406,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 407,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 408,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 409,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 410,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 411,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 412,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 413,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 414,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 415,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 416,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 417,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 418,\n            \"batchVariantName\": \"ss\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 419,\n            \"batchVariantName\": \"Wow Shampoo - batch: 20-Dec-2022 19:26\",\n            \"productID\": 586,\n            \"variantID\": 586,\n            \"productName\": \"Wow Shampoo\",\n            \"variantName\": \"\",\n            \"barcode\": 9988776655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 420,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:26\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 421,\n            \"batchVariantName\": \"po1 - batch: 20-Jan-2023 13:31\",\n            \"productID\": 628,\n            \"variantID\": 628,\n            \"productName\": \"po1\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 422,\n            \"batchVariantName\": \"qwert\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 423,\n            \"batchVariantName\": \"Test Product Group Name\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 67374786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 224,\n            \"sellingPrice\": 220,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 424,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:09\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 170,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 425,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 01-Feb-2023 19:13\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 260,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 176,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 426,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 02-Feb-2023 11:11\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 427,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:43\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 0,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 428,\n            \"batchVariantName\": \"Surf Excel - PG - batch: 02-Feb-2023 18:45\",\n            \"productID\": 737,\n            \"variantID\": 737,\n            \"productName\": \"Surf Excel - PG\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 429,\n            \"batchVariantName\": \"sads\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 430,\n            \"batchVariantName\": \"aaaa\",\n            \"productID\": 739,\n            \"variantID\": 739,\n            \"productName\": \"tert\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"02/01/2023\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"attribute2\",\n                \"attribute5\",\n                \"attribute6\"\n            ]\n        },\n        {\n            \"batchVariantID\": 431,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 14:56\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 432,\n            \"batchVariantName\": \"Product Beta - batch: 04-Feb-2023 15:01\",\n            \"productID\": 748,\n            \"variantID\": 748,\n            \"productName\": \"Product Beta\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 433,\n            \"batchVariantName\": \"Group Test For Elect\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 8282488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 434,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 3245324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 123,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 435,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 689987324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 290,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 436,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 437,\n            \"batchVariantName\": \"Product For Electronic - batch: 06-Feb-2023 16:27\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 324324324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 438,\n            \"batchVariantName\": \"Product Attribute Group\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 976232,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 439,\n            \"batchVariantName\": \"Product Group 2 Attribute\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98765372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 440,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 1234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 260,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 441,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 2345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 265,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 442,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 443,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:15\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 45678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 230,\n            \"sellingPrice\": 204,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 444,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:27\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 230,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 445,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 17:52\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 240,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 446,\n            \"batchVariantName\": \"Group 1 Test\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 824214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 447,\n            \"batchVariantName\": \"test Product Group 214\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 88214214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 230,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 448,\n            \"batchVariantName\": \"Product Group32\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 8932532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 449,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 08-Feb-2023 18:18\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 325325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 220,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 450,\n            \"batchVariantName\": \"gggggggggooooooooooo\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"barcode\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 451,\n            \"batchVariantName\": \"nitin bug\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 452,\n            \"batchVariantName\": \"nitin bug 1\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": 1232,\n            \"attribute4\": \"02/09/2023\",\n            \"attribute5\": \"Sector 68\",\n            \"attribute7\": \"Priyanka Gupta\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 453,\n            \"batchVariantName\": \"dddd\",\n            \"productID\": 579,\n            \"variantID\": 579,\n            \"productName\": \"demo pg test\",\n            \"variantName\": \"\",\n            \"barcode\": 1233454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute1\"\n            ]\n        },\n        {\n            \"batchVariantID\": 454,\n            \"batchVariantName\": 1111,\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 1778888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 455,\n            \"batchVariantName\": \"asd\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 5678,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 456,\n            \"batchVariantName\": \"nitin --11\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 35,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 25,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 457,\n            \"batchVariantName\": \"qwerty\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 116767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 30,\n            \"sellingPrice\": 38,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 23,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 458,\n            \"batchVariantName\": \"nitin bug fixed\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 555555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"time\",\n            \"attribute4\": \"02/08/2023\",\n            \"attribute5\": \"address\",\n            \"attribute7\": \"custName\",\n            \"attribute8\": \"adhar1111\",\n            \"attribute9\": \"typett\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 210,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 459,\n            \"batchVariantName\": \"Product Group MRP, COST Price 01\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9736881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 460,\n            \"batchVariantName\": \"Test Product Group 1\",\n            \"productID\": 779,\n            \"variantID\": 779,\n            \"productName\": \"Test Product Group without mapping 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 461,\n            \"batchVariantName\": \"demoooo ns\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 210,\n            \"sellingPrice\": 200,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 190,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 462,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 101,\n            \"sellingPrice\": 102,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 463,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 8765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 102,\n            \"sellingPrice\": 103,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 101,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 464,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 56742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 103,\n            \"sellingPrice\": 104,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 102,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 465,\n            \"batchVariantName\": \"Test Product Group with All mapped 0902 - batch: 09-Feb-2023 11:14\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 104,\n            \"sellingPrice\": 105,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 103,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 466,\n            \"batchVariantName\": \"Test Product Group with form\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 325325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 210,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 220,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 467,\n            \"batchVariantName\": \"Product Group Form 01\",\n            \"productID\": 780,\n            \"variantID\": 780,\n            \"productName\": \"Test Product Group with All mapped 0902\",\n            \"variantName\": \"\",\n            \"barcode\": 2784324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 280,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 290,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 468,\n            \"batchVariantName\": \"Product Group 1002\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 5675765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:18\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 320,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 300,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 469,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:50\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 470,\n            \"batchVariantName\": \"Test Product Group 1002 - batch: 10-Feb-2023 13:52\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 9732453,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 350,\n            \"sellingPrice\": 300,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 471,\n            \"batchVariantName\": \"ewe\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 123456789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 472,\n            \"batchVariantName\": \"64001003730 group\",\n            \"productID\": 784,\n            \"variantID\": 784,\n            \"productName\": \"Test Product Group 1002\",\n            \"variantName\": \"\",\n            \"barcode\": 64001003730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 180,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 473,\n            \"batchVariantName\": \"test Product with transaction detail - batch: 15-Feb-2023 18:51\",\n            \"productID\": 789,\n            \"variantID\": 789,\n            \"productName\": \"test Product with transaction detail\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 240,\n            \"sellingPrice\": 120,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 474,\n            \"batchVariantName\": \"test new\",\n            \"productID\": 619,\n            \"variantID\": 619,\n            \"productName\": \"test product\",\n            \"variantName\": \"\",\n            \"barcode\": 1234567891234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 150,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 475,\n            \"batchVariantName\": \"qwerty1\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": 112121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 476,\n            \"batchVariantName\": \"Holi Group\",\n            \"productID\": 629,\n            \"variantID\": 629,\n            \"productName\": \"po2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 477,\n            \"batchVariantName\": \"Test Product Group One\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 478,\n            \"batchVariantName\": \"Test Product Group Two\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 479,\n            \"batchVariantName\": \"TGP 1\",\n            \"productID\": 827,\n            \"variantID\": 827,\n            \"productName\": \"Test Product Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 50,\n            \"sellingPrice\": 50,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": []\n        },\n        {\n            \"batchVariantID\": 480,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br456\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 120,\n            \"sellingPrice\": 142,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK\",\n            \"attribute8\": 12365478912,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 120,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 481,\n            \"batchVariantName\": \"HAPPY\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"BR123\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 562,\n            \"sellingPrice\": 654,\n            \"attribute3\": \"11:00\",\n            \"attribute4\": \"Invalid date\",\n            \"attribute5\": \"DELHI\",\n            \"attribute7\": \"VIVEK b\",\n            \"attribute8\": 4555165165165,\n            \"attribute9\": \"KK\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 482,\n            \"batchVariantName\": \"TExt\",\n            \"productID\": 532,\n            \"variantID\": 532,\n            \"productName\": \"Group 1 q\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute3\",\n                \"attribute4\",\n                \"attribute5\",\n                \"attribute7\",\n                \"attribute8\",\n                \"attribute9\",\n                \"voucherCode\",\n                \"attribute12\",\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 483,\n            \"batchVariantName\": \"amanGroup\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"weqe3e\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 484,\n            \"batchVariantName\": \"amanProduct - batch: 24-May-2023 15:58\",\n            \"productID\": 915,\n            \"variantID\": 913,\n            \"productName\": \"amanProduct\",\n            \"variantName\": \"\",\n            \"barcode\": \"-\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"INDIAN BREADS\",\n            \"productPrice\": 12121212,\n            \"MRP\": 12121212,\n            \"sellingPrice\": 12121212,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\"\n            ]\n        },\n        {\n            \"batchVariantID\": 485,\n            \"batchVariantName\": \"yoghurt mo - batch: 30-May-2023 15:42\",\n            \"productID\": 916,\n            \"variantID\": 914,\n            \"productName\": \"yoghurt mo\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"MAIN COURSE\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"test\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 486,\n            \"batchVariantName\": \"yoghurt\",\n            \"productID\": 943,\n            \"variantID\": 938,\n            \"productName\": \"yoghurt mo2\",\n            \"variantName\": \"\",\n            \"barcode\": 3456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:37:19\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 77,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"mango\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 67,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"remarks\",\n                \"productRemarks\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 487,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304420,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa1d71b6aa05a56\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 488,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304448,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb8f38b6ffe573d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 489,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304344,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVf5481360cb64e0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 490,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304109,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV9f35eec5fa4f99\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 491,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7e4b357a44eab0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 492,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304940,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdf4f84099df4fc\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 493,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304132,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdd784339afbf5b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 494,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV77a0c06d8f48e6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 495,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304160,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV62b73593a72930\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 496,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:38\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833304184,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:38:24\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0e353ca4b2eb2f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 497,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564220,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV1e3072aae78d0c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 498,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564727,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb560c80676176f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 499,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564158,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc026d22e616588\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 500,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564970,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV8811d95e8c39d0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 501,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564160,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7d84ec30d5ff73\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 502,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564570,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7b6b101fe7c491\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 503,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564848,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV91b8582303484b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 504,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb7e62a2619e39c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 505,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVdfdafc17094679\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 506,\n            \"batchVariantName\": \"Diwalioffer - batch: 20-Jul-2023 11:42\",\n            \"productID\": 983,\n            \"variantID\": 973,\n            \"productName\": \"Diwalioffer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689833564893,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 11:42:44\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb8f3742100337b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 507,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVee3abcffe9eeb6\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 508,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093568,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV24cd5a6afa6eae\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 509,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093210,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa423dc57fcd00e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 510,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd5a91c1821bc85\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 511,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:08\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689835093578,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:08:13\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc992873ad8a25c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 512,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237721,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVae9dc50abc6b22\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 513,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237387,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0b955817d3729b\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 514,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237306,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb73d6b8bd5bbce\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 515,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237935,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV82cc431ddc667c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 516,\n            \"batchVariantName\": \"shaim - batch: 20-Jul-2023 12:43\",\n            \"productID\": 986,\n            \"variantID\": 976,\n            \"productName\": \"shaim\",\n            \"variantName\": \"\",\n            \"barcode\": 1689837237659,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:43:57\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV38b108c4438174\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 517,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838041182,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV642fd8db2645a2\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 518,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079240,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVcdd61b477bd3ca\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 519,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079440,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV726f299e837cbd\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 520,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079224,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV9aa18e09f0c5dd\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 521,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079970,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV282050533263b0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 522,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 12:57\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689838079829,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 12:57:59\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV692dbae6032567\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 523,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314862,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVc9368ee325210e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 524,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314406,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV2e8fb1aca95c1a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 525,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVb498c8a2839c2a\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 526,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314366,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6c5017e59eb4a3\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 527,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 13:18\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689839314461,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 13:18:34\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV4ee504f8fc74d3\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 528,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361739,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVd4e87f114ee33e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 529,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3dbc2df6ccd908\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 530,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361619,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV5c6c881f45ea38\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 531,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361408,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVfd8e38aed3f01c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 532,\n            \"batchVariantName\": \"abc - batch: 20-Jul-2023 15:49\",\n            \"productID\": 988,\n            \"variantID\": 978,\n            \"productName\": \"abc\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848361687,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:49:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV42cf14ee9c483f\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 533,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848558442,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:38\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa5e658f0233df3\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 534,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568712,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3038834e224f1e\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 535,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568412,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV0df84bb4f44234\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 536,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568358,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa52b9fc8bafe6c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 537,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6d6bf080a8c25d\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 538,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:52\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848568745,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:52:48\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV3f99ee4123f636\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 539,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV63719c2a14804c\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 540,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627466,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV4ba04f1aa40648\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 541,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV6d9ea91e0cd484\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 542,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627672,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV34b36b752d4cd0\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 543,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 15:53\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689848627670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 15:53:47\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV7c069236bde8a8\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 544,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 16:14\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689849843434,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:14:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GV71fee97fb3d7e1\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 545,\n            \"batchVariantName\": \"Pure home offer - batch: 20-Jul-2023 16:14\",\n            \"productID\": 987,\n            \"variantID\": 977,\n            \"productName\": \"Pure home offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1689849843192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:14:03\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"GVa7540c5112d8a9\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 546,\n            \"batchVariantName\": \"Test Product Group Attribute - batch: 07-Aug-2023 12:10\",\n            \"productID\": 775,\n            \"variantID\": 775,\n            \"productName\": \"Test Product Group Attribute\",\n            \"variantName\": \"\",\n            \"barcode\": 98734783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 12:10:04\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 22393,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 547,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 07-Aug-2023 12:30\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 12:30:07\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 24994.8,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 548,\n            \"batchVariantName\": \"Test Product Group 1 - batch: 07-Aug-2023 12:30\",\n            \"productID\": 735,\n            \"variantID\": 735,\n            \"productName\": \"Test Product Group 1\",\n            \"variantName\": \"\",\n            \"barcode\": 987632432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 12:30:09\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 24994.8,\n            \"inventoryAttributes\": [\n                \"inventoryCost\",\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 549,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 13:04\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": 9876247,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:04:55\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 280,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 6000,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 550,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 13:06\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 250,\n            \"sellingPrice\": 100,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0000-00-00\",\n            \"costPerUnit\": 150,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 551,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 07:36\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 552,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 07:36\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 553,\n            \"batchVariantName\": \"Product Group MRP AND Selling Price - batch: 07-Aug-2023 07:36\",\n            \"productID\": 777,\n            \"variantID\": 777,\n            \"productName\": \"Product Group MRP AND Selling Price\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 13:06:13\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 300,\n            \"MRP\": 201,\n            \"sellingPrice\": 111,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 554,\n            \"batchVariantName\": \"Imei Number\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 897657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 14:52:36\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 100,\n            \"sellingPrice\": 80,\n            \"attribute3\": \"Seriel Number\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 555,\n            \"batchVariantName\": \"Product For Electronic - batch: 07-Aug-2023 15:18\",\n            \"productID\": 760,\n            \"variantID\": 760,\n            \"productName\": \"Product For Electronic\",\n            \"variantName\": \"\",\n            \"barcode\": 93478394,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-07 15:18:42\",\n            \"creationDate\": \"2023-08-07\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 180,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\"\n            ]\n        },\n        {\n            \"batchVariantID\": 556,\n            \"batchVariantName\": \"Test Product  - Default\",\n            \"productID\": 1000,\n            \"variantID\": 990,\n            \"productName\": \"Test Product\",\n            \"variantName\": \"\",\n            \"barcode\": 1692873302316,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 16:05:02\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 6000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute14\",\n                \"expiryDate\",\n                \"manufacturingDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 557,\n            \"batchVariantName\": \"Test Product  - batch: 24-Aug-2023 16:07\",\n            \"productID\": 1000,\n            \"variantID\": 990,\n            \"productName\": \"Test Product\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0000-00-00\",\n            \"expiryDate\": \"0000-00-00\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 16:07:43\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 6000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": 61777278,\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute14\",\n                \"expiryDate\",\n                \"manufacturingDate\"\n            ]\n        },\n        {\n            \"batchVariantID\": 558,\n            \"batchVariantName\": \"batch produxt  - Default\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1694603195908,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-13 16:36:35\",\n            \"creationDate\": \"2023-09-13\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 559,\n            \"batchVariantName\": \"BTCH FRIAST \",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1694603303413,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-13\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-13 16:38:23\",\n            \"creationDate\": \"2023-09-13\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 3500,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 618472,\n            \"attribute14\": 78643126,\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-22\",\n            \"costPerUnit\": 1612.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 560,\n            \"batchVariantName\": \"batch one\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695123542893,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 17:09:02\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 6789039,\n            \"attribute14\": \"bhuv7890\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-28\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 561,\n            \"batchVariantName\": \"batch two\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695123956691,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 17:15:56\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 7879,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 456789,\n            \"attribute14\": \"ghbn3456789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-26\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 562,\n            \"batchVariantName\": \"bqtch three\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695125575759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 17:42:55\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 888,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 456789,\n            \"attribute14\": \"asd34567\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-26\",\n            \"costPerUnit\": 815.85,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 563,\n            \"batchVariantName\": \"batch four\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695128409497,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"2023-09-19\",\n            \"expiryDate\": \"2023-09-30\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-19 18:30:09\",\n            \"creationDate\": \"2023-09-19\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 888,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 1234567,\n            \"attribute14\": \"qwe34567\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"2023-09-26\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 564,\n            \"batchVariantName\": \"baxch one\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695279800881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 12:33:20\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 800,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"hgjk890\",\n            \"attribute14\": \"vb789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 512.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 565,\n            \"batchVariantName\": \"baxch two\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695279800339,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 12:33:20\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 900,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"gbnm890\",\n            \"attribute14\": \"vbnjdxk789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 410,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 566,\n            \"batchVariantName\": \"baxch three\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695282264978,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 13:14:24\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 600,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"fgh56789\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 102.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 567,\n            \"batchVariantName\": \"baxch four\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695282716117,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 13:21:56\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 800,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"gbhjk7890\",\n            \"attribute14\": \"gvhj789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 410,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 568,\n            \"batchVariantName\": \"baxch five\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695282716609,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 13:21:56\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 800,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"ghjjr89\",\n            \"attribute14\": \"jigf789\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 307.5,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 569,\n            \"batchVariantName\": \"baxch five\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695288284928,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 14:54:44\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 700,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"bhj789\",\n            \"attribute14\": \"ghxjs678\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 570,\n            \"batchVariantName\": \"baxch\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695289320996,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 15:12:00\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 900,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 45346643346,\n            \"attribute14\": \"kcdhd567890\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 571,\n            \"batchVariantName\": \"batch accept\",\n            \"productID\": 1005,\n            \"variantID\": 995,\n            \"productName\": \"batch produxt\",\n            \"variantName\": \"\",\n            \"barcode\": 1695289528152,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-09-21 15:15:28\",\n            \"creationDate\": \"2023-09-21\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": 8989898989,\n            \"attribute14\": \"123imei\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute13\",\n                \"attribute14\",\n                \"manufacturingDate\",\n                \"sellByDate\",\n                \"expiryDate\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"costPerUnit\"\n            ]\n        },\n        {\n            \"batchVariantID\": 580,\n            \"batchVariantName\": \"Test Mcd - Default\",\n            \"productID\": 1034,\n            \"variantID\": 1024,\n            \"productName\": \"Test Mcd\",\n            \"variantName\": \"\",\n            \"barcode\": 1697095445248,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 12:54:05\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Organic Brands\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 235,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute7\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 581,\n            \"batchVariantName\": \"Test Mcd - batch: 12-Oct-2023 13:29\",\n            \"productID\": 1034,\n            \"variantID\": 1024,\n            \"productName\": \"Test Mcd\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 13:29:56\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Organic Brands\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 235,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"Kris\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"orange\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute7\",\n                \"attribute12\"\n            ]\n        },\n        {\n            \"batchVariantID\": 582,\n            \"batchVariantName\": \"Test Mcd - batch: 12-Oct-2023 13:35\",\n            \"productID\": 1034,\n            \"variantID\": 1024,\n            \"productName\": \"Test Mcd\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 13:35:06\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Organic Brands\",\n            \"categoryName\": \"ALL DAY BREAKFASTw\",\n            \"productPrice\": 235,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute3\": \"\",\n            \"attribute4\": \"\",\n            \"attribute5\": \"\",\n            \"attribute7\": \"gg\",\n            \"attribute8\": \"\",\n            \"attribute9\": \"\",\n            \"voucherCode\": \"\",\n            \"attribute12\": \"gg\",\n            \"attribute13\": \"\",\n            \"attribute14\": \"\",\n            \"attribute15\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute7\",\n                \"attribute12\"\n            ]\n        }\n    ]\n}"},{"id":"10f8a992-ffa9-4145-aedf-4f7b63e31410","name":"Fetch Batch Variants","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1424,\n    \"thirdPartyChainID\":63,\n    \"storeID\":2283\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchStoreBatchVariants"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null},{"id":"a272af19-cd93-4797-9f92-1aaff1df8ec0","name":"Fetch Store Batch Variants","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b8805dd2b0d64ae65d332995d64404cd8fa259bf2740afdda858a7600228e88c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1424,\n    \"thirdPartyChainID\":63,\n    \"storeID\":2283\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchStoreBatchVariants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Apr 2024 09:32:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"batchVariantID\": 1,\n            \"batchVariantName\": \"Glazed Pot Lime S_61001067001_MRP_300\",\n            \"productID\": 2,\n            \"variantID\": 2,\n            \"productName\": \"Glazed Pot Lime S\",\n            \"variantName\": \"S\",\n            \"barcode\": 1707209138196,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -74,\n            \"inventoryCost\": -2527950.5262,\n            \"creationTimeLocal\": \"2023-06-01 10:21:39\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2,\n            \"batchVariantName\": \"Glazed Pot Lime M_61001067002_MRP_550\",\n            \"productID\": 3,\n            \"variantID\": 3,\n            \"productName\": \"Glazed Pot Lime M\",\n            \"variantName\": \"M\",\n            \"barcode\": 1707209138196,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8853,\n            \"inventoryCost\": 409455.5185,\n            \"creationTimeLocal\": \"2023-06-01 10:21:40\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 3,\n            \"batchVariantName\": \"Glazed Pot Lime L_61001067003_MRP_750\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005521,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2023-06-01 10:21:40\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 4,\n            \"batchVariantName\": \"Glazed Pot Lime XL_61001067004_MRP_1100\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 10005538,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2023-06-01 10:21:40\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 5,\n            \"batchVariantName\": \"Glazed Pot Turquoise S_61001067005_MRP_300\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2023-06-01 10:21:40\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 6,\n            \"batchVariantName\": \"Glazed Pot Turquoise M_61001067006_MRP_550\",\n            \"productID\": 7,\n            \"variantID\": 7,\n            \"productName\": \"Glazed Pot Turquoise M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8354,\n            \"inventoryCost\": -2671.278,\n            \"creationTimeLocal\": \"2023-06-01 10:21:40\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 7,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_61001067007_MRP_750\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2023-06-01 10:21:40\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 8,\n            \"batchVariantName\": \"Glazed Pot Lime S_61001067001_MRP_250\",\n            \"productID\": 2,\n            \"variantID\": 2,\n            \"productName\": \"Glazed Pot Lime S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -74,\n            \"inventoryCost\": -2527950.5262,\n            \"creationTimeLocal\": \"2023-06-01 10:22:17\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 9,\n            \"batchVariantName\": \"Glazed Pot Lime M_61001067002_MRP_650\",\n            \"productID\": 3,\n            \"variantID\": 3,\n            \"productName\": \"Glazed Pot Lime M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8853,\n            \"inventoryCost\": 409455.5185,\n            \"creationTimeLocal\": \"2023-06-01 10:22:17\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 10,\n            \"batchVariantName\": \"Glazed Pot Lime L_61001067003_MRP_549\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005521,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2023-06-01 10:22:17\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 11,\n            \"batchVariantName\": \"Glazed Pot Lime XL_61001067004_MRP_1135\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 10005538,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2023-06-01 10:22:17\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 1135,\n            \"sellingPrice\": 1135,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 12,\n            \"batchVariantName\": \"Glazed Pot Turquoise S_61001067005_MRP_565\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2023-06-01 10:22:17\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 565,\n            \"sellingPrice\": 565,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 13,\n            \"batchVariantName\": \"Glazed Pot Turquoise M_61001067006_MRP_890\",\n            \"productID\": 7,\n            \"variantID\": 7,\n            \"productName\": \"Glazed Pot Turquoise M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8354,\n            \"inventoryCost\": -2671.278,\n            \"creationTimeLocal\": \"2023-06-01 10:22:18\",\n            \"creationDate\": \"2023-06-01\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 22,\n            \"batchVariantName\": \"Glazed Pot Lime XL_61001067004_MRP_1200\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 10005538,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2023-06-02 15:22:28\",\n            \"creationDate\": \"2023-06-02\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 23,\n            \"batchVariantName\": \"Glazed NJ Test S_51000000001_MRP_300.0000\",\n            \"productID\": 18612,\n            \"variantID\": 18612,\n            \"productName\": \"Glazed NJ Test S\",\n            \"variantName\": \"\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2809,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-02 15:42:22\",\n            \"creationDate\": \"2023-06-02\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 400,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 24,\n            \"batchVariantName\": \"Glazed NJ Test S_51000000001_MRP_400\",\n            \"productID\": 18612,\n            \"variantID\": 18612,\n            \"productName\": \"Glazed NJ Test S\",\n            \"variantName\": \"\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2809,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-02 15:42:22\",\n            \"creationDate\": \"2023-06-02\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 400,\n            \"MRP\": 400,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 25,\n            \"batchVariantName\": \"Glazed Pot Lime S_61001067001_MRP_250\",\n            \"productID\": 2,\n            \"variantID\": 2,\n            \"productName\": \"Glazed Pot Lime S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -74,\n            \"inventoryCost\": -2527950.5262,\n            \"creationTimeLocal\": \"2023-06-02 20:00:05\",\n            \"creationDate\": \"2023-06-02\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 26,\n            \"batchVariantName\": \"Glazed Pot Lime M_61001067002_MRP_650\",\n            \"productID\": 3,\n            \"variantID\": 3,\n            \"productName\": \"Glazed Pot Lime M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8853,\n            \"inventoryCost\": 409455.5185,\n            \"creationTimeLocal\": \"2023-06-02 20:00:05\",\n            \"creationDate\": \"2023-06-02\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 27,\n            \"batchVariantName\": \"Glazed Pot Lime L_61001067003_MRP_549\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005521,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2023-06-02 20:00:05\",\n            \"creationDate\": \"2023-06-02\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 28,\n            \"batchVariantName\": \"Glazed Pot Lime XL_61001067004_MRP_1135\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 10005538,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2023-06-02 20:00:05\",\n            \"creationDate\": \"2023-06-02\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 1135,\n            \"sellingPrice\": 1135,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 29,\n            \"batchVariantName\": \"Glazed Pot Turquoise S_61001067005_MRP_565\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2023-06-02 20:00:05\",\n            \"creationDate\": \"2023-06-02\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 565,\n            \"sellingPrice\": 565,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 30,\n            \"batchVariantName\": \"Glazed Pot Turquoise M_61001067006_MRP_890\",\n            \"productID\": 7,\n            \"variantID\": 7,\n            \"productName\": \"Glazed Pot Turquoise M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8354,\n            \"inventoryCost\": -2671.278,\n            \"creationTimeLocal\": \"2023-06-02 20:00:05\",\n            \"creationDate\": \"2023-06-02\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 31,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_61001067007_MRP_750\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2023-06-02 20:00:05\",\n            \"creationDate\": \"2023-06-02\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 32,\n            \"batchVariantName\": \"Glazed Pot Lime S_61001067001_MRP_250\",\n            \"productID\": 2,\n            \"variantID\": 2,\n            \"productName\": \"Glazed Pot Lime S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -74,\n            \"inventoryCost\": -2527950.5262,\n            \"creationTimeLocal\": \"2023-06-03 20:00:05\",\n            \"creationDate\": \"2023-06-03\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 33,\n            \"batchVariantName\": \"Glazed Pot Lime M_61001067002_MRP_650\",\n            \"productID\": 3,\n            \"variantID\": 3,\n            \"productName\": \"Glazed Pot Lime M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8853,\n            \"inventoryCost\": 409455.5185,\n            \"creationTimeLocal\": \"2023-06-03 20:00:05\",\n            \"creationDate\": \"2023-06-03\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 34,\n            \"batchVariantName\": \"Glazed Pot Lime L_61001067003_MRP_549\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005521,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2023-06-03 20:00:05\",\n            \"creationDate\": \"2023-06-03\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 35,\n            \"batchVariantName\": \"Glazed Pot Lime XL_61001067004_MRP_1135\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 10005538,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2023-06-03 20:00:05\",\n            \"creationDate\": \"2023-06-03\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 1135,\n            \"sellingPrice\": 1135,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 36,\n            \"batchVariantName\": \"Glazed Pot Turquoise S_61001067005_MRP_565\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2023-06-03 20:00:05\",\n            \"creationDate\": \"2023-06-03\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 565,\n            \"sellingPrice\": 565,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 37,\n            \"batchVariantName\": \"Glazed Pot Turquoise M_61001067006_MRP_890\",\n            \"productID\": 7,\n            \"variantID\": 7,\n            \"productName\": \"Glazed Pot Turquoise M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8354,\n            \"inventoryCost\": -2671.278,\n            \"creationTimeLocal\": \"2023-06-03 20:00:05\",\n            \"creationDate\": \"2023-06-03\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 38,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_61001067007_MRP_750\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2023-06-03 20:00:05\",\n            \"creationDate\": \"2023-06-03\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 39,\n            \"batchVariantName\": \"Glazed Pot Lime S_61001067001_MRP_250\",\n            \"productID\": 2,\n            \"variantID\": 2,\n            \"productName\": \"Glazed Pot Lime S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -74,\n            \"inventoryCost\": -2527950.5262,\n            \"creationTimeLocal\": \"2023-06-04 20:00:05\",\n            \"creationDate\": \"2023-06-04\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 40,\n            \"batchVariantName\": \"Glazed Pot Lime M_61001067002_MRP_650\",\n            \"productID\": 3,\n            \"variantID\": 3,\n            \"productName\": \"Glazed Pot Lime M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8853,\n            \"inventoryCost\": 409455.5185,\n            \"creationTimeLocal\": \"2023-06-04 20:00:05\",\n            \"creationDate\": \"2023-06-04\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 41,\n            \"batchVariantName\": \"Glazed Pot Lime L_61001067003_MRP_549\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005521,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2023-06-04 20:00:05\",\n            \"creationDate\": \"2023-06-04\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 42,\n            \"batchVariantName\": \"Glazed Pot Lime XL_61001067004_MRP_1135\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 10005538,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2023-06-04 20:00:05\",\n            \"creationDate\": \"2023-06-04\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 1135,\n            \"sellingPrice\": 1135,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 43,\n            \"batchVariantName\": \"Glazed Pot Turquoise S_61001067005_MRP_565\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2023-06-04 20:00:05\",\n            \"creationDate\": \"2023-06-04\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 565,\n            \"sellingPrice\": 565,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 44,\n            \"batchVariantName\": \"Glazed Pot Turquoise M_61001067006_MRP_890\",\n            \"productID\": 7,\n            \"variantID\": 7,\n            \"productName\": \"Glazed Pot Turquoise M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8354,\n            \"inventoryCost\": -2671.278,\n            \"creationTimeLocal\": \"2023-06-04 20:00:05\",\n            \"creationDate\": \"2023-06-04\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 45,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_61001067007_MRP_750\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2023-06-04 20:00:05\",\n            \"creationDate\": \"2023-06-04\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 46,\n            \"batchVariantName\": \"Glazed Pot Lime S_61001067001_MRP_300.0000\",\n            \"productID\": 2,\n            \"variantID\": 2,\n            \"productName\": \"Glazed Pot Lime S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -74,\n            \"inventoryCost\": -2527950.5262,\n            \"creationTimeLocal\": \"2023-06-06 14:06:27\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 47,\n            \"batchVariantName\": \"Glazed Pot Lime M_61001067002_MRP_550.0000\",\n            \"productID\": 3,\n            \"variantID\": 3,\n            \"productName\": \"Glazed Pot Lime M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8853,\n            \"inventoryCost\": 409455.5185,\n            \"creationTimeLocal\": \"2023-06-06 14:06:27\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 48,\n            \"batchVariantName\": \"Glazed Pot Lime L_61001067003_MRP_750.0000\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005521,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2023-06-06 14:06:27\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 49,\n            \"batchVariantName\": \"Glazed Pot Lime XL_61001067004_MRP_1100.0000\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 10005538,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2023-06-06 14:06:27\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 50,\n            \"batchVariantName\": \"Glazed Pot Turquoise S_61001067005_MRP_300.0000\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2023-06-06 14:06:27\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 51,\n            \"batchVariantName\": \"Glazed Pot Turquoise M_61001067006_MRP_550.0000\",\n            \"productID\": 7,\n            \"variantID\": 7,\n            \"productName\": \"Glazed Pot Turquoise M\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8354,\n            \"inventoryCost\": -2671.278,\n            \"creationTimeLocal\": \"2023-06-06 14:06:27\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 52,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_61001067010_MRP_550.0000\",\n            \"productID\": 11,\n            \"variantID\": 11,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005590,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2765,\n            \"inventoryCost\": -5250,\n            \"creationTimeLocal\": \"2023-06-06 14:06:27\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 53,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_61001067010_MRP_750\",\n            \"productID\": 11,\n            \"variantID\": 11,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2765,\n            \"inventoryCost\": -5250,\n            \"creationTimeLocal\": \"2023-06-06 14:06:27\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 54,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_61001067011_MRP_750.0000\",\n            \"productID\": 12,\n            \"variantID\": 12,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005606,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2775,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-06 14:06:27\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 55,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_61001067011_MRP_750\",\n            \"productID\": 12,\n            \"variantID\": 12,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2775,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-06 14:06:28\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 56,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_61001067012_MRP_1100.0000\",\n            \"productID\": 13,\n            \"variantID\": 13,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"XL\",\n            \"barcode\": 10005613,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2869.9,\n            \"inventoryCost\": 59175,\n            \"creationTimeLocal\": \"2023-06-06 14:06:28\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 57,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_61001067012_MRP_750\",\n            \"productID\": 13,\n            \"variantID\": 13,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"XL\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2869.9,\n            \"inventoryCost\": 59175,\n            \"creationTimeLocal\": \"2023-06-06 14:06:28\",\n            \"creationDate\": \"2023-06-06\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 58,\n            \"batchVariantName\": \"Glazed Pot Turqu\\\\ise L_71001067006_MRP_750\",\n            \"productID\": 18660,\n            \"variantID\": 18660,\n            \"productName\": \"Glazed Pot Turqu\\\\ise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 09:06:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 59,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067007_MRP_750\",\n            \"productID\": 18661,\n            \"variantID\": 18661,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 1475250,\n            \"creationTimeLocal\": \"2023-06-07 09:06:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 60,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670008_MRP_750\",\n            \"productID\": 18662,\n            \"variantID\": 18662,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 09:06:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1200,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 61,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_750\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 09:06:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 62,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1000\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1000,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 63,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1001\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1001,\n            \"sellingPrice\": 951,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 64,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1001\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1001,\n            \"sellingPrice\": 951,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 65,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1002\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1002,\n            \"sellingPrice\": 952,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 66,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1003\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1003,\n            \"sellingPrice\": 953,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 67,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1004\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1004,\n            \"sellingPrice\": 954,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 68,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1005\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1005,\n            \"sellingPrice\": 955,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 69,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1006\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1006,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 70,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1007\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1007,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 71,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1008\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1008,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 72,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1009\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1009,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 73,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1010\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1010,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 74,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1011\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1011,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 75,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1012\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1012,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 76,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1013\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1013,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 77,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1014\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1014,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 78,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1015\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1015,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 79,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1016\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1016,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 80,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1017\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1017,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 81,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1018\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1018,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 82,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1019\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1019,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 83,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1020\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1020,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 84,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1021\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1021,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 85,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1022\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1022,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 86,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1023\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1023,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 87,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1024\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1024,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 88,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1025\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1025,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 89,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1026\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1026,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 90,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1027\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1027,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 91,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1028\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1028,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 92,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1029\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1029,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 93,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1030\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1030,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 94,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1031\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1031,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 95,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1032\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1032,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 96,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1033\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1033,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 97,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1034\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1034,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 98,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670009_MRP_1035\",\n            \"productID\": 18663,\n            \"variantID\": 18663,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 51985,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 11:56:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1035,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 99,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067007_MRP_1250\",\n            \"productID\": 18661,\n            \"variantID\": 18661,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 1475250,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 100,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670008_MRP_1200\",\n            \"productID\": 18662,\n            \"variantID\": 18662,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1200,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 101,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670010_MRP_1000\",\n            \"productID\": 18700,\n            \"variantID\": 18700,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1000,\n            \"MRP\": 1000,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 102,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1201\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1201,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 103,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670012_MRP_1202\",\n            \"productID\": 18702,\n            \"variantID\": 18702,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1202,\n            \"MRP\": 1202,\n            \"sellingPrice\": 1102,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 104,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670013_MRP_1001\",\n            \"productID\": 18703,\n            \"variantID\": 18703,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1001,\n            \"sellingPrice\": 951,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 105,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067014_MRP_1252\",\n            \"productID\": 18704,\n            \"variantID\": 18704,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 1478060,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1252,\n            \"sellingPrice\": 1152,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1052,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 106,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670015_MRP_1202\",\n            \"productID\": 18705,\n            \"variantID\": 18705,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1202,\n            \"MRP\": 1202,\n            \"sellingPrice\": 1102,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 107,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670016_MRP_1002\",\n            \"productID\": 18706,\n            \"variantID\": 18706,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1002,\n            \"MRP\": 1002,\n            \"sellingPrice\": 952,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 108,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670017_MRP_1003\",\n            \"productID\": 18707,\n            \"variantID\": 18707,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1003,\n            \"MRP\": 1003,\n            \"sellingPrice\": 953,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 109,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670018_MRP_1004\",\n            \"productID\": 18708,\n            \"variantID\": 18708,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1004,\n            \"MRP\": 1004,\n            \"sellingPrice\": 954,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 110,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670019_MRP_1005\",\n            \"productID\": 18709,\n            \"variantID\": 18709,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1005,\n            \"MRP\": 1005,\n            \"sellingPrice\": 955,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 111,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670020_MRP_1006\",\n            \"productID\": 18710,\n            \"variantID\": 18710,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1006,\n            \"MRP\": 1006,\n            \"sellingPrice\": 956,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 112,\n            \"batchVariantName\": \"Glazed Pot Turuoise L_710010670024_MRP_1007\",\n            \"productID\": 18714,\n            \"variantID\": 18714,\n            \"productName\": \"Glazed Pot Turuoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 1007,\n            \"MRP\": 1007,\n            \"sellingPrice\": 957,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 113,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670025_MRP_1007\",\n            \"productID\": 18715,\n            \"variantID\": 18715,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 1007,\n            \"MRP\": 1007,\n            \"sellingPrice\": 957,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 114,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670026_MRP_1007\",\n            \"productID\": 18716,\n            \"variantID\": 18716,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 1007,\n            \"MRP\": 1007,\n            \"sellingPrice\": 957,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 115,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670029_MRP_1008\",\n            \"productID\": 18719,\n            \"variantID\": 18719,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 1008,\n            \"MRP\": 1008,\n            \"sellingPrice\": 957,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 116,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670030_MRP_1018\",\n            \"productID\": 18720,\n            \"variantID\": 18720,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 1018,\n            \"MRP\": 1018,\n            \"sellingPrice\": 957,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 117,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670031_MRP_1015\",\n            \"productID\": 18721,\n            \"variantID\": 18721,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 1015,\n            \"MRP\": 1015,\n            \"sellingPrice\": 957,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 118,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_710010670033_MRP_1010\",\n            \"productID\": 18723,\n            \"variantID\": 18723,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 12:45:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 1010,\n            \"MRP\": 1010,\n            \"sellingPrice\": 957,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 119,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1202\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1202,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 120,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1203\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1203,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 121,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1204\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1204,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 122,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1205\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1205,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 123,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1206\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1206,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 124,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1207\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1207,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 125,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1208\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1208,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 126,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1209\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1209,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 127,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1210\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1210,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 128,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1211\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1211,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 129,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1212\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1212,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 130,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1213\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1213,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 131,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1214\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1214,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 132,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1215\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1215,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 133,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1216\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1216,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 134,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1217\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1217,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 135,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1218\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1218,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 136,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1219\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1219,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 137,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1220\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1220,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 138,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1221\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1221,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 139,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1222\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1222,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 140,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1223\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1223,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 141,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1224\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1224,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 142,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1225\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1225,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 143,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1226\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1226,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 144,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1227\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1227,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 145,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1228\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1228,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 146,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1229\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1229,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 147,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1230\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1230,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 148,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1231\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1231,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 149,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1232\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1232,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 150,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1233\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1233,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 151,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1234\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1234,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 152,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1235\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1235,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 153,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1236\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1236,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 154,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1237\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1237,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 155,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1238\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1238,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 156,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1239\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1239,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 157,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1240\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1240,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 158,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1241\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:37:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1241,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 159,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067011_MRP_1350\",\n            \"productID\": 18701,\n            \"variantID\": 18701,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 59010,\n            \"inventoryCost\": 61960500,\n            \"creationTimeLocal\": \"2023-06-07 13:45:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1201,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1151,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 160,\n            \"batchVariantName\": \"NEPTUNA VASE CHOCOLATE ._61000078001_MRP_1910.0000\",\n            \"productID\": 7483,\n            \"variantID\": 7483,\n            \"productName\": \"NEPTUNA VASE CHOCOLATE .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002900310,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1910,\n            \"sellingPrice\": 1910,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 161,\n            \"batchVariantName\": \"NEPTUNA VASE CHOCOLATE ._61000078001_MRP_1600\",\n            \"productID\": 7483,\n            \"variantID\": 7483,\n            \"productName\": \"NEPTUNA VASE CHOCOLATE .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002900310,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 162,\n            \"batchVariantName\": \"NEPTUNA VASE EUROPEAN GREEN ._61000078002_MRP_1910.0000\",\n            \"productID\": 7482,\n            \"variantID\": 7482,\n            \"productName\": \"NEPTUNA VASE EUROPEAN GREEN .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002900303,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2808,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1910,\n            \"sellingPrice\": 1910,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 163,\n            \"batchVariantName\": \"NEPTUNA VASE EUROPEAN GREEN ._61000078002_MRP_1600\",\n            \"productID\": 7482,\n            \"variantID\": 7482,\n            \"productName\": \"NEPTUNA VASE EUROPEAN GREEN .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002900303,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2808,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 164,\n            \"batchVariantName\": \"MILO VASE EUROPEAN GREEN ._61000108001_MRP_480.0000\",\n            \"productID\": 7464,\n            \"variantID\": 7464,\n            \"productName\": \"MILO VASE EUROPEAN GREEN .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002200434,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 390,\n            \"MRP\": 480,\n            \"sellingPrice\": 480,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 165,\n            \"batchVariantName\": \"MILO VASE EUROPEAN GREEN ._61000108001_MRP_390\",\n            \"productID\": 7464,\n            \"variantID\": 7464,\n            \"productName\": \"MILO VASE EUROPEAN GREEN .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002200434,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 390,\n            \"MRP\": 390,\n            \"sellingPrice\": 390,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 166,\n            \"batchVariantName\": \"Round Vase in Opalene EUROPEAN GREEN ._61000147001_MRP_1200.0000\",\n            \"productID\": 7479,\n            \"variantID\": 7479,\n            \"productName\": \"Round Vase in Opalene EUROPEAN GREEN .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002900198,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1110,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 167,\n            \"batchVariantName\": \"Round Vase in Opalene EUROPEAN GREEN ._61000147001_MRP_1110\",\n            \"productID\": 7479,\n            \"variantID\": 7479,\n            \"productName\": \"Round Vase in Opalene EUROPEAN GREEN .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002900198,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1110,\n            \"MRP\": 1110,\n            \"sellingPrice\": 1110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 168,\n            \"batchVariantName\": \"Vase in Opalene (H 22 x W 17. PURPLE ._61000148002_MRP_1280.0000\",\n            \"productID\": 7473,\n            \"variantID\": 7473,\n            \"productName\": \"Vase in Opalene (H 22 x W 17. PURPLE .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002301759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1150,\n            \"MRP\": 1280,\n            \"sellingPrice\": 1280,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 169,\n            \"batchVariantName\": \"Vase in Opalene (H 22 x W 17. PURPLE ._61000148002_MRP_1150\",\n            \"productID\": 7473,\n            \"variantID\": 7473,\n            \"productName\": \"Vase in Opalene (H 22 x W 17. PURPLE .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002301759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1150,\n            \"MRP\": 1150,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 170,\n            \"batchVariantName\": \"CDLH 8.75cm-Smoke Strip Mosaic SMOKE ._61000192001_MRP_720.0000\",\n            \"productID\": 7283,\n            \"variantID\": 7283,\n            \"productName\": \"CDLH 8.75cm-Smoke Strip Mosaic SMOKE .\",\n            \"variantName\": \".\",\n            \"barcode\": 640010000524,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 720,\n            \"sellingPrice\": 720,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 171,\n            \"batchVariantName\": \"CDLH 8.75cm-Smoke Strip Mosaic SMOKE ._61000192001_MRP_650\",\n            \"productID\": 7283,\n            \"variantID\": 7283,\n            \"productName\": \"CDLH 8.75cm-Smoke Strip Mosaic SMOKE .\",\n            \"variantName\": \".\",\n            \"barcode\": 640010000524,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 172,\n            \"batchVariantName\": \"BIG BOTTLE VASE JAPANESE GREEN ._61000217002_MRP_2040.0000\",\n            \"productID\": 7465,\n            \"variantID\": 7465,\n            \"productName\": \"BIG BOTTLE VASE JAPANESE GREEN .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002200847,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1900,\n            \"MRP\": 2040,\n            \"sellingPrice\": 2040,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 173,\n            \"batchVariantName\": \"BIG BOTTLE VASE JAPANESE GREEN ._61000217002_MRP_1900\",\n            \"productID\": 7465,\n            \"variantID\": 7465,\n            \"productName\": \"BIG BOTTLE VASE JAPANESE GREEN .\",\n            \"variantName\": \".\",\n            \"barcode\": 2100002200847,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1900,\n            \"MRP\": 1900,\n            \"sellingPrice\": 1900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 174,\n            \"batchVariantName\": \"CDLH 8.75cm-Square Wh Mosaic C WHITE ._61000219001_MRP_850.0000\",\n            \"productID\": 7284,\n            \"variantID\": 7284,\n            \"productName\": \"CDLH 8.75cm-Square Wh Mosaic C WHITE .\",\n            \"variantName\": \".\",\n            \"barcode\": 640010000531,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 175,\n            \"batchVariantName\": \"CDLH 8.75cm-Square Wh Mosaic C WHITE ._61000219001_MRP_650\",\n            \"productID\": 7284,\n            \"variantID\": 7284,\n            \"productName\": \"CDLH 8.75cm-Square Wh Mosaic C WHITE .\",\n            \"variantName\": \".\",\n            \"barcode\": 640010000531,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 176,\n            \"batchVariantName\": \"Curved mug Ivory ._61000229001_MRP_190.0000\",\n            \"productID\": 7744,\n            \"variantID\": 7744,\n            \"productName\": \"Curved mug Ivory .\",\n            \"variantName\": \".\",\n            \"barcode\": 8858805800361,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 150,\n            \"MRP\": 190,\n            \"sellingPrice\": 190,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 177,\n            \"batchVariantName\": \"Curved mug Ivory ._61000229001_MRP_150\",\n            \"productID\": 7744,\n            \"variantID\": 7744,\n            \"productName\": \"Curved mug Ivory .\",\n            \"variantName\": \".\",\n            \"barcode\": 8858805800361,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 150,\n            \"MRP\": 150,\n            \"sellingPrice\": 150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 178,\n            \"batchVariantName\": \"Essential placemat Gold Dark Grey ._61000277001_MRP_110.0000\",\n            \"productID\": 5631,\n            \"variantID\": 5631,\n            \"productName\": \"Essential placemat Gold Dark Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 179,\n            \"batchVariantName\": \"Essential placemat Gold Dark Grey ._61000277001_MRP_105\",\n            \"productID\": 5631,\n            \"variantID\": 5631,\n            \"productName\": \"Essential placemat Gold Dark Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 105,\n            \"sellingPrice\": 105,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 180,\n            \"batchVariantName\": \"Essential placemat Gold Dark Grey ._61000277001_MRP_110.0000\",\n            \"productID\": 5631,\n            \"variantID\": 5631,\n            \"productName\": \"Essential placemat Gold Dark Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 181,\n            \"batchVariantName\": \"Essential placemat Gold Dark Grey ._61000277001_MRP_90\",\n            \"productID\": 5631,\n            \"variantID\": 5631,\n            \"productName\": \"Essential placemat Gold Dark Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 182,\n            \"batchVariantName\": \"Essential placemat Gold Gold ._61000277002_MRP_110.0000\",\n            \"productID\": 5632,\n            \"variantID\": 5632,\n            \"productName\": \"Essential placemat Gold Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000484,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 183,\n            \"batchVariantName\": \"Essential placemat Gold Gold ._61000277002_MRP_105\",\n            \"productID\": 5632,\n            \"variantID\": 5632,\n            \"productName\": \"Essential placemat Gold Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000484,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 105,\n            \"sellingPrice\": 105,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 184,\n            \"batchVariantName\": \"Essential placemat Gold Gold ._61000277002_MRP_110.0000\",\n            \"productID\": 5632,\n            \"variantID\": 5632,\n            \"productName\": \"Essential placemat Gold Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000484,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 185,\n            \"batchVariantName\": \"Essential placemat Gold Gold ._61000277002_MRP_90\",\n            \"productID\": 5632,\n            \"variantID\": 5632,\n            \"productName\": \"Essential placemat Gold Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000484,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 186,\n            \"batchVariantName\": \"Lagoon placemat Grey Brown ._61000278001_MRP_95.0000\",\n            \"productID\": 5633,\n            \"variantID\": 5633,\n            \"productName\": \"Lagoon placemat Grey Brown .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000485,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 95,\n            \"sellingPrice\": 95,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 187,\n            \"batchVariantName\": \"Lagoon placemat Grey Brown ._61000278001_MRP_75\",\n            \"productID\": 5633,\n            \"variantID\": 5633,\n            \"productName\": \"Lagoon placemat Grey Brown .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000485,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 75,\n            \"sellingPrice\": 75,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 188,\n            \"batchVariantName\": \"Lagoon placemat Grey Brown ._61000278001_MRP_95.0000\",\n            \"productID\": 5633,\n            \"variantID\": 5633,\n            \"productName\": \"Lagoon placemat Grey Brown .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000485,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 95,\n            \"sellingPrice\": 95,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 189,\n            \"batchVariantName\": \"Lagoon placemat Grey Brown ._61000278001_MRP_90\",\n            \"productID\": 5633,\n            \"variantID\": 5633,\n            \"productName\": \"Lagoon placemat Grey Brown .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000485,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 190,\n            \"batchVariantName\": \"Lagoon placemat Grey Tan ._61000278002_MRP_95.0000\",\n            \"productID\": 5634,\n            \"variantID\": 5634,\n            \"productName\": \"Lagoon placemat Grey Tan .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000486,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 95,\n            \"sellingPrice\": 95,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 191,\n            \"batchVariantName\": \"Lagoon placemat Grey Tan ._61000278002_MRP_75\",\n            \"productID\": 5634,\n            \"variantID\": 5634,\n            \"productName\": \"Lagoon placemat Grey Tan .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000486,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 75,\n            \"sellingPrice\": 75,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 192,\n            \"batchVariantName\": \"Lagoon placemat Grey Tan ._61000278002_MRP_95.0000\",\n            \"productID\": 5634,\n            \"variantID\": 5634,\n            \"productName\": \"Lagoon placemat Grey Tan .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000486,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 95,\n            \"sellingPrice\": 95,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 193,\n            \"batchVariantName\": \"Lagoon placemat Grey Tan ._61000278002_MRP_90\",\n            \"productID\": 5634,\n            \"variantID\": 5634,\n            \"productName\": \"Lagoon placemat Grey Tan .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000486,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 194,\n            \"batchVariantName\": \"Lagoon placemat Grey Grey ._61000278003_MRP_95.0000\",\n            \"productID\": 5635,\n            \"variantID\": 5635,\n            \"productName\": \"Lagoon placemat Grey Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000487,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 95,\n            \"sellingPrice\": 95,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 195,\n            \"batchVariantName\": \"Lagoon placemat Grey Grey ._61000278003_MRP_75\",\n            \"productID\": 5635,\n            \"variantID\": 5635,\n            \"productName\": \"Lagoon placemat Grey Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000487,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 75,\n            \"sellingPrice\": 75,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 196,\n            \"batchVariantName\": \"Lagoon placemat Grey Grey ._61000278003_MRP_95.0000\",\n            \"productID\": 5635,\n            \"variantID\": 5635,\n            \"productName\": \"Lagoon placemat Grey Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000487,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 95,\n            \"sellingPrice\": 95,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 197,\n            \"batchVariantName\": \"Lagoon placemat Grey Grey ._61000278003_MRP_90\",\n            \"productID\": 5635,\n            \"variantID\": 5635,\n            \"productName\": \"Lagoon placemat Grey Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000487,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 198,\n            \"batchVariantName\": \"Eleganza placemat Brown Brown ._61000279001_MRP_110.0000\",\n            \"productID\": 5636,\n            \"variantID\": 5636,\n            \"productName\": \"Eleganza placemat Brown Brown .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 199,\n            \"batchVariantName\": \"Eleganza placemat Brown Brown ._61000279001_MRP_105\",\n            \"productID\": 5636,\n            \"variantID\": 5636,\n            \"productName\": \"Eleganza placemat Brown Brown .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 105,\n            \"sellingPrice\": 105,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 200,\n            \"batchVariantName\": \"Eleganza placemat Brown Brown ._61000279001_MRP_110.0000\",\n            \"productID\": 5636,\n            \"variantID\": 5636,\n            \"productName\": \"Eleganza placemat Brown Brown .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 201,\n            \"batchVariantName\": \"Eleganza placemat Brown Brown ._61000279001_MRP_90\",\n            \"productID\": 5636,\n            \"variantID\": 5636,\n            \"productName\": \"Eleganza placemat Brown Brown .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 202,\n            \"batchVariantName\": \"Festivity Placemat D andGrey Gold ._61000280001_MRP_110.0000\",\n            \"productID\": 5637,\n            \"variantID\": 5637,\n            \"productName\": \"Festivity Placemat D andGrey Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000489,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 203,\n            \"batchVariantName\": \"Festivity Placemat D andGrey Gold ._61000280001_MRP_105\",\n            \"productID\": 5637,\n            \"variantID\": 5637,\n            \"productName\": \"Festivity Placemat D andGrey Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000489,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 105,\n            \"sellingPrice\": 105,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 204,\n            \"batchVariantName\": \"Festivity Placemat D andGrey Gold ._61000280001_MRP_110.0000\",\n            \"productID\": 5637,\n            \"variantID\": 5637,\n            \"productName\": \"Festivity Placemat D andGrey Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000489,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 205,\n            \"batchVariantName\": \"Festivity Placemat D andGrey Gold ._61000280001_MRP_90\",\n            \"productID\": 5637,\n            \"variantID\": 5637,\n            \"productName\": \"Festivity Placemat D andGrey Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000489,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 206,\n            \"batchVariantName\": \"Festivity Placemat D andGrey Silver ._61000280002_MRP_110.0000\",\n            \"productID\": 5638,\n            \"variantID\": 5638,\n            \"productName\": \"Festivity Placemat D andGrey Silver .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000490,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 207,\n            \"batchVariantName\": \"Festivity Placemat D andGrey Silver ._61000280002_MRP_105\",\n            \"productID\": 5638,\n            \"variantID\": 5638,\n            \"productName\": \"Festivity Placemat D andGrey Silver .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000490,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 105,\n            \"sellingPrice\": 105,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 208,\n            \"batchVariantName\": \"Festivity Placemat D andGrey Silver ._61000280002_MRP_110.0000\",\n            \"productID\": 5638,\n            \"variantID\": 5638,\n            \"productName\": \"Festivity Placemat D andGrey Silver .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000490,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 209,\n            \"batchVariantName\": \"Festivity Placemat D andGrey Silver ._61000280002_MRP_90\",\n            \"productID\": 5638,\n            \"variantID\": 5638,\n            \"productName\": \"Festivity Placemat D andGrey Silver .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000490,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 210,\n            \"batchVariantName\": \"Festivity Placemat D andGr Dark Grey ._61000280003_MRP_110.0000\",\n            \"productID\": 5639,\n            \"variantID\": 5639,\n            \"productName\": \"Festivity Placemat D andGr Dark Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000491,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 211,\n            \"batchVariantName\": \"Festivity Placemat D andGr Dark Grey ._61000280003_MRP_105\",\n            \"productID\": 5639,\n            \"variantID\": 5639,\n            \"productName\": \"Festivity Placemat D andGr Dark Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000491,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 105,\n            \"sellingPrice\": 105,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 212,\n            \"batchVariantName\": \"Festivity Placemat D andGr Dark Grey ._61000280003_MRP_110.0000\",\n            \"productID\": 5639,\n            \"variantID\": 5639,\n            \"productName\": \"Festivity Placemat D andGr Dark Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000491,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 213,\n            \"batchVariantName\": \"Festivity Placemat D andGr Dark Grey ._61000280003_MRP_90\",\n            \"productID\": 5639,\n            \"variantID\": 5639,\n            \"productName\": \"Festivity Placemat D andGr Dark Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000491,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 214,\n            \"batchVariantName\": \"fir grass ball dia 33cm . ._61000406001_MRP_1430.0000\",\n            \"productID\": 5745,\n            \"variantID\": 5745,\n            \"productName\": \"fir grass ball dia 33cm . .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 940,\n            \"MRP\": 1430,\n            \"sellingPrice\": 1430,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 215,\n            \"batchVariantName\": \"fir grass ball dia 33cm . ._61000406001_MRP_940\",\n            \"productID\": 5745,\n            \"variantID\": 5745,\n            \"productName\": \"fir grass ball dia 33cm . .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 940,\n            \"MRP\": 940,\n            \"sellingPrice\": 940,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 216,\n            \"batchVariantName\": \"MINI MIXED BALL POWDER E5 ._61000408001_MRP_150.0000\",\n            \"productID\": 5747,\n            \"variantID\": 5747,\n            \"productName\": \"MINI MIXED BALL POWDER E5 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000744,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 120,\n            \"MRP\": 150,\n            \"sellingPrice\": 150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 217,\n            \"batchVariantName\": \"MINI MIXED BALL POWDER E5 ._61000408001_MRP_120\",\n            \"productID\": 5747,\n            \"variantID\": 5747,\n            \"productName\": \"MINI MIXED BALL POWDER E5 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000744,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 218,\n            \"batchVariantName\": \"GRASS WITH POT E7 ._61000410001_MRP_440.0000\",\n            \"productID\": 5749,\n            \"variantID\": 5749,\n            \"productName\": \"GRASS WITH POT E7 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000746,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 340,\n            \"MRP\": 440,\n            \"sellingPrice\": 440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 219,\n            \"batchVariantName\": \"GRASS WITH POT E7 ._61000410001_MRP_280\",\n            \"productID\": 5749,\n            \"variantID\": 5749,\n            \"productName\": \"GRASS WITH POT E7 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000746,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 340,\n            \"MRP\": 280,\n            \"sellingPrice\": 280,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 220,\n            \"batchVariantName\": \"GRASS WITH POT E7 ._61000410001_MRP_440.0000\",\n            \"productID\": 5749,\n            \"variantID\": 5749,\n            \"productName\": \"GRASS WITH POT E7 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000746,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 340,\n            \"MRP\": 440,\n            \"sellingPrice\": 440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 221,\n            \"batchVariantName\": \"GRASS WITH POT E7 ._61000410001_MRP_340\",\n            \"productID\": 5749,\n            \"variantID\": 5749,\n            \"productName\": \"GRASS WITH POT E7 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000746,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 340,\n            \"MRP\": 340,\n            \"sellingPrice\": 340,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 222,\n            \"batchVariantName\": \"GRASS WITH POT E14 ._61000411001_MRP_360.0000\",\n            \"productID\": 5750,\n            \"variantID\": 5750,\n            \"productName\": \"GRASS WITH POT E14 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000747,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 280,\n            \"MRP\": 360,\n            \"sellingPrice\": 360,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 223,\n            \"batchVariantName\": \"GRASS WITH POT E14 ._61000411001_MRP_230\",\n            \"productID\": 5750,\n            \"variantID\": 5750,\n            \"productName\": \"GRASS WITH POT E14 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000747,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 280,\n            \"MRP\": 230,\n            \"sellingPrice\": 230,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 224,\n            \"batchVariantName\": \"GRASS WITH POT E14 ._61000411001_MRP_360.0000\",\n            \"productID\": 5750,\n            \"variantID\": 5750,\n            \"productName\": \"GRASS WITH POT E14 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000747,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 280,\n            \"MRP\": 360,\n            \"sellingPrice\": 360,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 225,\n            \"batchVariantName\": \"GRASS WITH POT E14 ._61000411001_MRP_280\",\n            \"productID\": 5750,\n            \"variantID\": 5750,\n            \"productName\": \"GRASS WITH POT E14 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000747,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 280,\n            \"MRP\": 280,\n            \"sellingPrice\": 280,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 226,\n            \"batchVariantName\": \"BAMBOO WITH POT 1 ._61000412001_MRP_510.0000\",\n            \"productID\": 5751,\n            \"variantID\": 5751,\n            \"productName\": \"BAMBOO WITH POT 1 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000748,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 390,\n            \"MRP\": 510,\n            \"sellingPrice\": 510,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 227,\n            \"batchVariantName\": \"BAMBOO WITH POT 1 ._61000412001_MRP_330\",\n            \"productID\": 5751,\n            \"variantID\": 5751,\n            \"productName\": \"BAMBOO WITH POT 1 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000748,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 390,\n            \"MRP\": 330,\n            \"sellingPrice\": 330,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 228,\n            \"batchVariantName\": \"BAMBOO WITH POT 1 ._61000412001_MRP_510.0000\",\n            \"productID\": 5751,\n            \"variantID\": 5751,\n            \"productName\": \"BAMBOO WITH POT 1 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000748,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 390,\n            \"MRP\": 510,\n            \"sellingPrice\": 510,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 229,\n            \"batchVariantName\": \"BAMBOO WITH POT 1 ._61000412001_MRP_390\",\n            \"productID\": 5751,\n            \"variantID\": 5751,\n            \"productName\": \"BAMBOO WITH POT 1 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000748,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 390,\n            \"MRP\": 390,\n            \"sellingPrice\": 390,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 230,\n            \"batchVariantName\": \"BALL dia 28cm E20 ._61000413001_MRP_1290.0000\",\n            \"productID\": 5752,\n            \"variantID\": 5752,\n            \"productName\": \"BALL dia 28cm E20 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000749,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 920,\n            \"MRP\": 1290,\n            \"sellingPrice\": 1290,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 231,\n            \"batchVariantName\": \"BALL dia 28cm E20 ._61000413001_MRP_920\",\n            \"productID\": 5752,\n            \"variantID\": 5752,\n            \"productName\": \"BALL dia 28cm E20 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000749,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 920,\n            \"MRP\": 920,\n            \"sellingPrice\": 920,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 232,\n            \"batchVariantName\": \"flock boxwood ball dia 33cm E5 ._61000414001_MRP_1400.0000\",\n            \"productID\": 5753,\n            \"variantID\": 5753,\n            \"productName\": \"flock boxwood ball dia 33cm E5 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000750,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1000,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 233,\n            \"batchVariantName\": \"flock boxwood ball dia 33cm E5 ._61000414001_MRP_1000\",\n            \"productID\": 5753,\n            \"variantID\": 5753,\n            \"productName\": \"flock boxwood ball dia 33cm E5 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000750,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1000,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 234,\n            \"batchVariantName\": \"flock fir grass ball dia 28cm E5 ._61000415001_MRP_1180.0000\",\n            \"productID\": 5754,\n            \"variantID\": 5754,\n            \"productName\": \"flock fir grass ball dia 28cm E5 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000751,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 870,\n            \"MRP\": 1180,\n            \"sellingPrice\": 1180,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 235,\n            \"batchVariantName\": \"flock fir grass ball dia 28cm E5 ._61000415001_MRP_870\",\n            \"productID\": 5754,\n            \"variantID\": 5754,\n            \"productName\": \"flock fir grass ball dia 28cm E5 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000751,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 870,\n            \"MRP\": 870,\n            \"sellingPrice\": 870,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 236,\n            \"batchVariantName\": \"PINEAPPLE GRASS BALL DIA 26CM N2 ._61000416001_MRP_1210.0000\",\n            \"productID\": 5755,\n            \"variantID\": 5755,\n            \"productName\": \"PINEAPPLE GRASS BALL DIA 26CM N2 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000752,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1010,\n            \"MRP\": 1210,\n            \"sellingPrice\": 1210,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 237,\n            \"batchVariantName\": \"PINEAPPLE GRASS BALL DIA 26CM N2 ._61000416001_MRP_1010\",\n            \"productID\": 5755,\n            \"variantID\": 5755,\n            \"productName\": \"PINEAPPLE GRASS BALL DIA 26CM N2 .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001000752,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1010,\n            \"MRP\": 1010,\n            \"sellingPrice\": 1010,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 238,\n            \"batchVariantName\": \"Acrylic Tealights Set of 6 Green ._61000493001_MRP_200.0000\",\n            \"productID\": 5832,\n            \"variantID\": 5832,\n            \"productName\": \"Acrylic Tealights Set of 6 Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001276,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 190,\n            \"MRP\": 200,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 239,\n            \"batchVariantName\": \"Acrylic Tealights Set of 6 Green ._61000493001_MRP_120\",\n            \"productID\": 5832,\n            \"variantID\": 5832,\n            \"productName\": \"Acrylic Tealights Set of 6 Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001276,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 190,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 240,\n            \"batchVariantName\": \"Acrylic Tealights Set of 6 Green ._61000493001_MRP_200.0000\",\n            \"productID\": 5832,\n            \"variantID\": 5832,\n            \"productName\": \"Acrylic Tealights Set of 6 Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001276,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 190,\n            \"MRP\": 200,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 241,\n            \"batchVariantName\": \"Acrylic Tealights Set of 6 Green ._61000493001_MRP_190\",\n            \"productID\": 5832,\n            \"variantID\": 5832,\n            \"productName\": \"Acrylic Tealights Set of 6 Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001276,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 190,\n            \"MRP\": 190,\n            \"sellingPrice\": 190,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 242,\n            \"batchVariantName\": \"Acrylic Tealights Set of 6 Ivory ._61000494001_MRP_200.0000\",\n            \"productID\": 5833,\n            \"variantID\": 5833,\n            \"productName\": \"Acrylic Tealights Set of 6 Ivory .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001277,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 190,\n            \"MRP\": 200,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 243,\n            \"batchVariantName\": \"Acrylic Tealights Set of 6 Ivory ._61000494001_MRP_120\",\n            \"productID\": 5833,\n            \"variantID\": 5833,\n            \"productName\": \"Acrylic Tealights Set of 6 Ivory .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001277,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 190,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 244,\n            \"batchVariantName\": \"Acrylic Tealights Set of 6 Ivory ._61000494001_MRP_200.0000\",\n            \"productID\": 5833,\n            \"variantID\": 5833,\n            \"productName\": \"Acrylic Tealights Set of 6 Ivory .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001277,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 190,\n            \"MRP\": 200,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 245,\n            \"batchVariantName\": \"Acrylic Tealights Set of 6 Ivory ._61000494001_MRP_190\",\n            \"productID\": 5833,\n            \"variantID\": 5833,\n            \"productName\": \"Acrylic Tealights Set of 6 Ivory .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001277,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 190,\n            \"MRP\": 190,\n            \"sellingPrice\": 190,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 246,\n            \"batchVariantName\": \"Shidow Box Mirror Black 24x36 inch_61001451001_MRP_4880.0000\",\n            \"productID\": 5763,\n            \"variantID\": 5763,\n            \"productName\": \"Shidow Box Mirror Black 24x36 inch\",\n            \"variantName\": \"24x36 inch\",\n            \"barcode\": 64001000899,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24x36 inch\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4880,\n            \"sellingPrice\": 4880,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 247,\n            \"batchVariantName\": \"Shidow Box Mirror Black 24x36 inch_61001451001_MRP_4900\",\n            \"productID\": 5763,\n            \"variantID\": 5763,\n            \"productName\": \"Shidow Box Mirror Black 24x36 inch\",\n            \"variantName\": \"24x36 inch\",\n            \"barcode\": 64001000899,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24x36 inch\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4900,\n            \"sellingPrice\": 4900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 248,\n            \"batchVariantName\": \"Shidow Box Mirror Brown 24x36 inch_61001454001_MRP_4880.0000\",\n            \"productID\": 5766,\n            \"variantID\": 5766,\n            \"productName\": \"Shidow Box Mirror Brown 24x36 inch\",\n            \"variantName\": \"24x36 inch\",\n            \"barcode\": 64001000902,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24x36 inch\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4880,\n            \"sellingPrice\": 4880,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 249,\n            \"batchVariantName\": \"Shidow Box Mirror Brown 24x36 inch_61001454001_MRP_4900\",\n            \"productID\": 5766,\n            \"variantID\": 5766,\n            \"productName\": \"Shidow Box Mirror Brown 24x36 inch\",\n            \"variantName\": \"24x36 inch\",\n            \"barcode\": 64001000902,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24x36 inch\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4900,\n            \"sellingPrice\": 4900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 250,\n            \"batchVariantName\": \"Shidow Box Mirror Clear 24x36 inch_61001457001_MRP_4880.0000\",\n            \"productID\": 5768,\n            \"variantID\": 5768,\n            \"productName\": \"Shidow Box Mirror Clear 24x36 inch\",\n            \"variantName\": \"24x36 inch\",\n            \"barcode\": 64001000905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24x36 inch\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4880,\n            \"sellingPrice\": 4880,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 251,\n            \"batchVariantName\": \"Shidow Box Mirror Clear 24x36 inch_61001457001_MRP_4900\",\n            \"productID\": 5768,\n            \"variantID\": 5768,\n            \"productName\": \"Shidow Box Mirror Clear 24x36 inch\",\n            \"variantName\": \"24x36 inch\",\n            \"barcode\": 64001000905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24x36 inch\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4900,\n            \"sellingPrice\": 4900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 252,\n            \"batchVariantName\": \"Orthomedical Plus White 81X60X5_61003103002_MRP_16699.0000\",\n            \"productID\": 30,\n            \"variantID\": 30,\n            \"productName\": \"Orthomedical Plus White 81X60X5\",\n            \"variantName\": \"81X60X5\",\n            \"barcode\": 10011942,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2756,\n            \"inventoryCost\": -31798,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"81X60X5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 15899,\n            \"MRP\": 16699,\n            \"sellingPrice\": 16699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 253,\n            \"batchVariantName\": \"Orthomedical Plus White 81X60X5_61003103002_MRP_15899\",\n            \"productID\": 30,\n            \"variantID\": 30,\n            \"productName\": \"Orthomedical Plus White 81X60X5\",\n            \"variantName\": \"81X60X5\",\n            \"barcode\": 10011942,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2756,\n            \"inventoryCost\": -31798,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"81X60X5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 15899,\n            \"MRP\": 15899,\n            \"sellingPrice\": 15899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 254,\n            \"batchVariantName\": \"Posture Power Tt White 78x72x8_61003109001_MRP_34399.0000\",\n            \"productID\": 31,\n            \"variantID\": 31,\n            \"productName\": \"Posture Power Tt White 78x72x8\",\n            \"variantName\": \"78x72x8\",\n            \"barcode\": 10012130,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2807,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"78x72x8\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 32799,\n            \"MRP\": 34399,\n            \"sellingPrice\": 34399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 255,\n            \"batchVariantName\": \"Posture Power Tt White 78x72x8_61003109001_MRP_32799\",\n            \"productID\": 31,\n            \"variantID\": 31,\n            \"productName\": \"Posture Power Tt White 78x72x8\",\n            \"variantName\": \"78x72x8\",\n            \"barcode\": 10012130,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2807,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"78x72x8\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 32799,\n            \"MRP\": 32799,\n            \"sellingPrice\": 32799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 256,\n            \"batchVariantName\": \"Milano Cube St Wenge 2'x1'-6.5\\\"x 6'.7\\\"_61003217001_MRP_46000.0000\",\n            \"productID\": 33,\n            \"variantID\": 33,\n            \"productName\": \"Milano Cube St Wenge 2'x1'-6.5\\\"x 6'.7\\\"\",\n            \"variantName\": \"2'x1'-6.5\\\"x 6'.7\\\"\",\n            \"barcode\": 10013342,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2786,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"2'x1'-6.5\\\"x 6'.7\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 32670,\n            \"MRP\": 46000,\n            \"sellingPrice\": 46000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 257,\n            \"batchVariantName\": \"Milano Cube St Wenge 2'x1'-6.5\\\"x 6'.7\\\"_61003217001_MRP_32670\",\n            \"productID\": 33,\n            \"variantID\": 33,\n            \"productName\": \"Milano Cube St Wenge 2'x1'-6.5\\\"x 6'.7\\\"\",\n            \"variantName\": \"2'x1'-6.5\\\"x 6'.7\\\"\",\n            \"barcode\": 10013342,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2786,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"2'x1'-6.5\\\"x 6'.7\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 32670,\n            \"MRP\": 32670,\n            \"sellingPrice\": 32670,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 258,\n            \"batchVariantName\": \"Grandeur Pocketed Sprin White 81X72X12_61003425001_MRP_62899.0000\",\n            \"productID\": 34,\n            \"variantID\": 34,\n            \"productName\": \"Grandeur Pocketed Sprin White 81X72X12\",\n            \"variantName\": \"81X72X12\",\n            \"barcode\": 10014912,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2811,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"81X72X12\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 59899,\n            \"MRP\": 62899,\n            \"sellingPrice\": 62899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 259,\n            \"batchVariantName\": \"Grandeur Pocketed Sprin White 81X72X12_61003425001_MRP_59899\",\n            \"productID\": 34,\n            \"variantID\": 34,\n            \"productName\": \"Grandeur Pocketed Sprin White 81X72X12\",\n            \"variantName\": \"81X72X12\",\n            \"barcode\": 10014912,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2811,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"81X72X12\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 59899,\n            \"MRP\": 59899,\n            \"sellingPrice\": 59899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 260,\n            \"batchVariantName\": \"Essential placemat Silver ._61003491001_MRP_110.0000\",\n            \"productID\": 6080,\n            \"variantID\": 6080,\n            \"productName\": \"Essential placemat Silver .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001976,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 261,\n            \"batchVariantName\": \"Essential placemat Silver ._61003491001_MRP_90\",\n            \"productID\": 6080,\n            \"variantID\": 6080,\n            \"productName\": \"Essential placemat Silver .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001976,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 262,\n            \"batchVariantName\": \"cube mirror 24\\\"x36\\\" brow Brown 24\\\"x36\\\"_61003526001_MRP_8600.0000\",\n            \"productID\": 35,\n            \"variantID\": 35,\n            \"productName\": \"cube mirror 24\\\"x36\\\" brow Brown 24\\\"x36\\\"\",\n            \"variantName\": \"24\\\"x36\\\"\",\n            \"barcode\": 10015216,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24\\\"x36\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7060,\n            \"MRP\": 8600,\n            \"sellingPrice\": 8600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 263,\n            \"batchVariantName\": \"cube mirror 24\\\"x36\\\" brow Brown 24\\\"x36\\\"_61003526001_MRP_7060\",\n            \"productID\": 35,\n            \"variantID\": 35,\n            \"productName\": \"cube mirror 24\\\"x36\\\" brow Brown 24\\\"x36\\\"\",\n            \"variantName\": \"24\\\"x36\\\"\",\n            \"barcode\": 10015216,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24\\\"x36\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7060,\n            \"MRP\": 7060,\n            \"sellingPrice\": 7060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 264,\n            \"batchVariantName\": \"cube mirror 24\\\"x36\\\" clea Clear 24\\\"x36\\\"_61003527001_MRP_8600.0000\",\n            \"productID\": 36,\n            \"variantID\": 36,\n            \"productName\": \"cube mirror 24\\\"x36\\\" clea Clear 24\\\"x36\\\"\",\n            \"variantName\": \"24\\\"x36\\\"\",\n            \"barcode\": 10015223,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24\\\"x36\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7060,\n            \"MRP\": 8600,\n            \"sellingPrice\": 8600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 265,\n            \"batchVariantName\": \"cube mirror 24\\\"x36\\\" clea Clear 24\\\"x36\\\"_61003527001_MRP_7060\",\n            \"productID\": 36,\n            \"variantID\": 36,\n            \"productName\": \"cube mirror 24\\\"x36\\\" clea Clear 24\\\"x36\\\"\",\n            \"variantName\": \"24\\\"x36\\\"\",\n            \"barcode\": 10015223,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24\\\"x36\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7060,\n            \"MRP\": 7060,\n            \"sellingPrice\": 7060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 266,\n            \"batchVariantName\": \"cube mirror 30\\\"x42\\\" clea Clear 30\\\"x42\\\"_61003529001_MRP_12060.0000\",\n            \"productID\": 37,\n            \"variantID\": 37,\n            \"productName\": \"cube mirror 30\\\"x42\\\" clea Clear 30\\\"x42\\\"\",\n            \"variantName\": \"30\\\"x42\\\"\",\n            \"barcode\": 10015247,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2802,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30\\\"x42\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9960,\n            \"MRP\": 12060,\n            \"sellingPrice\": 12060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 267,\n            \"batchVariantName\": \"cube mirror 30\\\"x42\\\" clea Clear 30\\\"x42\\\"_61003529001_MRP_9960\",\n            \"productID\": 37,\n            \"variantID\": 37,\n            \"productName\": \"cube mirror 30\\\"x42\\\" clea Clear 30\\\"x42\\\"\",\n            \"variantName\": \"30\\\"x42\\\"\",\n            \"barcode\": 10015247,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2802,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30\\\"x42\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9960,\n            \"MRP\": 9960,\n            \"sellingPrice\": 9960,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 268,\n            \"batchVariantName\": \"Vanity placemat Silver ._61003538001_MRP_110.0000\",\n            \"productID\": 6081,\n            \"variantID\": 6081,\n            \"productName\": \"Vanity placemat Silver .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001977,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 269,\n            \"batchVariantName\": \"Vanity placemat Silver ._61003538001_MRP_90\",\n            \"productID\": 6081,\n            \"variantID\": 6081,\n            \"productName\": \"Vanity placemat Silver .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001977,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 270,\n            \"batchVariantName\": \"Vanity placemat Lt. Gold ._61003538002_MRP_110.0000\",\n            \"productID\": 6082,\n            \"variantID\": 6082,\n            \"productName\": \"Vanity placemat Lt. Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001978,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 271,\n            \"batchVariantName\": \"Vanity placemat Lt. Gold ._61003538002_MRP_90\",\n            \"productID\": 6082,\n            \"variantID\": 6082,\n            \"productName\": \"Vanity placemat Lt. Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001978,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 272,\n            \"batchVariantName\": \"Vanity placemat Gold ._61003538003_MRP_110.0000\",\n            \"productID\": 6083,\n            \"variantID\": 6083,\n            \"productName\": \"Vanity placemat Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001979,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 273,\n            \"batchVariantName\": \"Vanity placemat Gold ._61003538003_MRP_90\",\n            \"productID\": 6083,\n            \"variantID\": 6083,\n            \"productName\": \"Vanity placemat Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001979,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 274,\n            \"batchVariantName\": \"Vanity placemat Dk. Grey ._61003538004_MRP_110.0000\",\n            \"productID\": 6084,\n            \"variantID\": 6084,\n            \"productName\": \"Vanity placemat Dk. Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001980,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 275,\n            \"batchVariantName\": \"Vanity placemat Dk. Grey ._61003538004_MRP_90\",\n            \"productID\": 6084,\n            \"variantID\": 6084,\n            \"productName\": \"Vanity placemat Dk. Grey .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001980,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 276,\n            \"batchVariantName\": \"Lattice placemat Lattice ._61003540001_MRP_110.0000\",\n            \"productID\": 6085,\n            \"variantID\": 6085,\n            \"productName\": \"Lattice placemat Lattice .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001981,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 110,\n            \"sellingPrice\": 110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 277,\n            \"batchVariantName\": \"Lattice placemat Lattice ._61003540001_MRP_90\",\n            \"productID\": 6085,\n            \"variantID\": 6085,\n            \"productName\": \"Lattice placemat Lattice .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001981,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 90,\n            \"MRP\": 90,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 278,\n            \"batchVariantName\": \"Alvin square ottoman   ORG 18\\\"X18\\\"X19'_61003843001_MRP_6050.0000\",\n            \"productID\": 43,\n            \"variantID\": 43,\n            \"productName\": \"Alvin square ottoman   ORG 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10016015,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 6050,\n            \"sellingPrice\": 6050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 279,\n            \"batchVariantName\": \"Alvin square ottoman   ORG 18\\\"X18\\\"X19'_61003843001_MRP_4900\",\n            \"productID\": 43,\n            \"variantID\": 43,\n            \"productName\": \"Alvin square ottoman   ORG 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10016015,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4900,\n            \"sellingPrice\": 4900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 280,\n            \"batchVariantName\": \"Alvin square ottoman  Red 18\\\"X18\\\"X19'_61003844001_MRP_6050.0000\",\n            \"productID\": 44,\n            \"variantID\": 44,\n            \"productName\": \"Alvin square ottoman  Red 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10016022,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 6050,\n            \"sellingPrice\": 6050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 281,\n            \"batchVariantName\": \"Alvin square ottoman  Red 18\\\"X18\\\"X19'_61003844001_MRP_4900\",\n            \"productID\": 44,\n            \"variantID\": 44,\n            \"productName\": \"Alvin square ottoman  Red 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10016022,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4900,\n            \"sellingPrice\": 4900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 282,\n            \"batchVariantName\": \"Alvin square ottoman  MSBR 18\\\"X18\\\"X19'_61003845001_MRP_6050.0000\",\n            \"productID\": 45,\n            \"variantID\": 45,\n            \"productName\": \"Alvin square ottoman  MSBR 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10016039,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2799,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 6050,\n            \"sellingPrice\": 6050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 283,\n            \"batchVariantName\": \"Alvin square ottoman  MSBR 18\\\"X18\\\"X19'_61003845001_MRP_4900\",\n            \"productID\": 45,\n            \"variantID\": 45,\n            \"productName\": \"Alvin square ottoman  MSBR 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10016039,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2799,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4900,\n            \"sellingPrice\": 4900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 284,\n            \"batchVariantName\": \"Alvin square ottomanbr BR 18\\\"X18\\\"X19'_61003846001_MRP_6050.0000\",\n            \"productID\": 46,\n            \"variantID\": 46,\n            \"productName\": \"Alvin square ottomanbr BR 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10016046,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2808,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 6050,\n            \"sellingPrice\": 6050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 285,\n            \"batchVariantName\": \"Alvin square ottomanbr BR 18\\\"X18\\\"X19'_61003846001_MRP_4900\",\n            \"productID\": 46,\n            \"variantID\": 46,\n            \"productName\": \"Alvin square ottomanbr BR 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10016046,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2808,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4900,\n            \"sellingPrice\": 4900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 286,\n            \"batchVariantName\": \"Alvin square ottoma DRKBGE 18\\\"X18\\\"X19'_61003847001_MRP_6050.0000\",\n            \"productID\": 47,\n            \"variantID\": 47,\n            \"productName\": \"Alvin square ottoma DRKBGE 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10016053,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2802,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 6050,\n            \"sellingPrice\": 6050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 287,\n            \"batchVariantName\": \"Alvin square ottoma DRKBGE 18\\\"X18\\\"X19'_61003847001_MRP_4900\",\n            \"productID\": 47,\n            \"variantID\": 47,\n            \"productName\": \"Alvin square ottoma DRKBGE 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10016053,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2802,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4900,\n            \"sellingPrice\": 4900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 288,\n            \"batchVariantName\": \"Phoibe Square ottomanb BR 21\\\"X21\\\"X21\\\"_61003848001_MRP_6060.0000\",\n            \"productID\": 48,\n            \"variantID\": 48,\n            \"productName\": \"Phoibe Square ottomanb BR 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10016060,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2798,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 6060,\n            \"sellingPrice\": 6060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 289,\n            \"batchVariantName\": \"Phoibe Square ottomanb BR 21\\\"X21\\\"X21\\\"_61003848001_MRP_5800\",\n            \"productID\": 48,\n            \"variantID\": 48,\n            \"productName\": \"Phoibe Square ottomanb BR 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10016060,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2798,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 5800,\n            \"sellingPrice\": 5800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 290,\n            \"batchVariantName\": \"Phoibe Square ottoman MSBR 21\\\"X21\\\"X21\\\"_61003849001_MRP_6060.0000\",\n            \"productID\": 49,\n            \"variantID\": 49,\n            \"productName\": \"Phoibe Square ottoman MSBR 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10016077,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 6060,\n            \"sellingPrice\": 6060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 291,\n            \"batchVariantName\": \"Phoibe Square ottoman MSBR 21\\\"X21\\\"X21\\\"_61003849001_MRP_5800\",\n            \"productID\": 49,\n            \"variantID\": 49,\n            \"productName\": \"Phoibe Square ottoman MSBR 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10016077,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 5800,\n            \"sellingPrice\": 5800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 292,\n            \"batchVariantName\": \"Phoibe Square ottoman  ORG 21\\\"X21\\\"X21\\\"_61003850001_MRP_6060.0000\",\n            \"productID\": 50,\n            \"variantID\": 50,\n            \"productName\": \"Phoibe Square ottoman  ORG 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10016084,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 6060,\n            \"sellingPrice\": 6060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 293,\n            \"batchVariantName\": \"Phoibe Square ottoman  ORG 21\\\"X21\\\"X21\\\"_61003850001_MRP_5800\",\n            \"productID\": 50,\n            \"variantID\": 50,\n            \"productName\": \"Phoibe Square ottoman  ORG 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10016084,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 5800,\n            \"sellingPrice\": 5800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 294,\n            \"batchVariantName\": \"Tapered vase hammered - brown . ._61004269001_MRP_750.0000\",\n            \"productID\": 6342,\n            \"variantID\": 6342,\n            \"productName\": \"Tapered vase hammered - brown . .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002603,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 295,\n            \"batchVariantName\": \"Tapered vase hammered - brown . ._61004269001_MRP_850\",\n            \"productID\": 6342,\n            \"variantID\": 6342,\n            \"productName\": \"Tapered vase hammered - brown . .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002603,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 296,\n            \"batchVariantName\": \"Casablanca Tumbler Smoke D9xH10_61004493001_MRP_310.0000\",\n            \"productID\": 6033,\n            \"variantID\": 6033,\n            \"productName\": \"Casablanca Tumbler Smoke D9xH10\",\n            \"variantName\": \"D9xH10\",\n            \"barcode\": 64001001906,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D9xH10\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 290,\n            \"MRP\": 310,\n            \"sellingPrice\": 310,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 297,\n            \"batchVariantName\": \"Casablanca Tumbler Smoke D9xH10_61004493001_MRP_290\",\n            \"productID\": 6033,\n            \"variantID\": 6033,\n            \"productName\": \"Casablanca Tumbler Smoke D9xH10\",\n            \"variantName\": \"D9xH10\",\n            \"barcode\": 64001001906,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D9xH10\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 290,\n            \"MRP\": 290,\n            \"sellingPrice\": 290,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 298,\n            \"batchVariantName\": \"Casablanca Tumbler COPPER D9xH10_61004493002_MRP_310.0000\",\n            \"productID\": 6034,\n            \"variantID\": 6034,\n            \"productName\": \"Casablanca Tumbler COPPER D9xH10\",\n            \"variantName\": \"D9xH10\",\n            \"barcode\": 64001001907,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D9xH10\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 290,\n            \"MRP\": 310,\n            \"sellingPrice\": 310,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 299,\n            \"batchVariantName\": \"Casablanca Tumbler COPPER D9xH10_61004493002_MRP_290\",\n            \"productID\": 6034,\n            \"variantID\": 6034,\n            \"productName\": \"Casablanca Tumbler COPPER D9xH10\",\n            \"variantName\": \"D9xH10\",\n            \"barcode\": 64001001907,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D9xH10\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 290,\n            \"MRP\": 290,\n            \"sellingPrice\": 290,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 300,\n            \"batchVariantName\": \"Fleur Tumbler Gold D9xH10_61004494001_MRP_310.0000\",\n            \"productID\": 6035,\n            \"variantID\": 6035,\n            \"productName\": \"Fleur Tumbler Gold D9xH10\",\n            \"variantName\": \"D9xH10\",\n            \"barcode\": 64001001908,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D9xH10\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 290,\n            \"MRP\": 310,\n            \"sellingPrice\": 310,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 301,\n            \"batchVariantName\": \"Fleur Tumbler Gold D9xH10_61004494001_MRP_290\",\n            \"productID\": 6035,\n            \"variantID\": 6035,\n            \"productName\": \"Fleur Tumbler Gold D9xH10\",\n            \"variantName\": \"D9xH10\",\n            \"barcode\": 64001001908,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D9xH10\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 290,\n            \"MRP\": 290,\n            \"sellingPrice\": 290,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 302,\n            \"batchVariantName\": \"Casablanca Votive hold Smoke D5.6xH6.7_61004497001_MRP_160.0000\",\n            \"productID\": 6038,\n            \"variantID\": 6038,\n            \"productName\": \"Casablanca Votive hold Smoke D5.6xH6.7\",\n            \"variantName\": \"D5.6xH6.7\",\n            \"barcode\": 64001001911,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D5.6xH6.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 95,\n            \"MRP\": 160,\n            \"sellingPrice\": 160,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 303,\n            \"batchVariantName\": \"Casablanca Votive hold Smoke D5.6xH6.7_61004497001_MRP_95\",\n            \"productID\": 6038,\n            \"variantID\": 6038,\n            \"productName\": \"Casablanca Votive hold Smoke D5.6xH6.7\",\n            \"variantName\": \"D5.6xH6.7\",\n            \"barcode\": 64001001911,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D5.6xH6.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 95,\n            \"MRP\": 95,\n            \"sellingPrice\": 95,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 304,\n            \"batchVariantName\": \"Casablanca Votive hol COPPER D5.6xH6.7_61004497002_MRP_160.0000\",\n            \"productID\": 6039,\n            \"variantID\": 6039,\n            \"productName\": \"Casablanca Votive hol COPPER D5.6xH6.7\",\n            \"variantName\": \"D5.6xH6.7\",\n            \"barcode\": 64001001912,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D5.6xH6.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 95,\n            \"MRP\": 160,\n            \"sellingPrice\": 160,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 305,\n            \"batchVariantName\": \"Casablanca Votive hol COPPER D5.6xH6.7_61004497002_MRP_95\",\n            \"productID\": 6039,\n            \"variantID\": 6039,\n            \"productName\": \"Casablanca Votive hol COPPER D5.6xH6.7\",\n            \"variantName\": \"D5.6xH6.7\",\n            \"barcode\": 64001001912,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D5.6xH6.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 95,\n            \"MRP\": 95,\n            \"sellingPrice\": 95,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 306,\n            \"batchVariantName\": \"Casablanca candle holder COPPER D7xH20_61004500001_MRP_440.0000\",\n            \"productID\": 6042,\n            \"variantID\": 6042,\n            \"productName\": \"Casablanca candle holder COPPER D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001001915,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 440,\n            \"sellingPrice\": 440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 307,\n            \"batchVariantName\": \"Casablanca candle holder COPPER D7xH20_61004500001_MRP_395\",\n            \"productID\": 6042,\n            \"variantID\": 6042,\n            \"productName\": \"Casablanca candle holder COPPER D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001001915,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 395,\n            \"sellingPrice\": 395,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 308,\n            \"batchVariantName\": \"Tazi candle holder Purple D7xH20_61004501001_MRP_400.0000\",\n            \"productID\": 6043,\n            \"variantID\": 6043,\n            \"productName\": \"Tazi candle holder Purple D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001001916,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 400,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 309,\n            \"batchVariantName\": \"Tazi candle holder Purple D7xH20_61004501001_MRP_395\",\n            \"productID\": 6043,\n            \"variantID\": 6043,\n            \"productName\": \"Tazi candle holder Purple D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001001916,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 395,\n            \"sellingPrice\": 395,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 310,\n            \"batchVariantName\": \"Grace candle holder Smoke D7xH20_61004502001_MRP_440.0000\",\n            \"productID\": 6044,\n            \"variantID\": 6044,\n            \"productName\": \"Grace candle holder Smoke D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001001917,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 440,\n            \"sellingPrice\": 440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 311,\n            \"batchVariantName\": \"Grace candle holder Smoke D7xH20_61004502001_MRP_395\",\n            \"productID\": 6044,\n            \"variantID\": 6044,\n            \"productName\": \"Grace candle holder Smoke D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001001917,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 395,\n            \"sellingPrice\": 395,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 312,\n            \"batchVariantName\": \"Budhha Head Statue Silver H17.5_61004668001_MRP_540.0000\",\n            \"productID\": 6072,\n            \"variantID\": 6072,\n            \"productName\": \"Budhha Head Statue Silver H17.5\",\n            \"variantName\": \"H17.5\",\n            \"barcode\": 64001001948,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H17.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 480,\n            \"MRP\": 540,\n            \"sellingPrice\": 540,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 313,\n            \"batchVariantName\": \"Budhha Head Statue Silver H17.5_61004668001_MRP_480\",\n            \"productID\": 6072,\n            \"variantID\": 6072,\n            \"productName\": \"Budhha Head Statue Silver H17.5\",\n            \"variantName\": \"H17.5\",\n            \"barcode\": 64001001948,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H17.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 480,\n            \"MRP\": 480,\n            \"sellingPrice\": 480,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 314,\n            \"batchVariantName\": \"NEPTUNA VASE Purple H. 35 W. 17.5_61004679001_MRP_1910.0000\",\n            \"productID\": 7484,\n            \"variantID\": 7484,\n            \"productName\": \"NEPTUNA VASE Purple H. 35 W. 17.5\",\n            \"variantName\": \"H. 35W. 17.5\",\n            \"barcode\": 2100002900327,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H. 35W. 17.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1910,\n            \"sellingPrice\": 1910,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 315,\n            \"batchVariantName\": \"NEPTUNA VASE Purple H. 35 W. 17.5_61004679001_MRP_1600\",\n            \"productID\": 7484,\n            \"variantID\": 7484,\n            \"productName\": \"NEPTUNA VASE Purple H. 35 W. 17.5\",\n            \"variantName\": \"H. 35W. 17.5\",\n            \"barcode\": 2100002900327,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H. 35W. 17.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 316,\n            \"batchVariantName\": \"NEPTUNA VAS OLIVE GREEN H. 35 W. 17.5_61004679002_MRP_1910.0000\",\n            \"productID\": 7485,\n            \"variantID\": 7485,\n            \"productName\": \"NEPTUNA VAS OLIVE GREEN H. 35 W. 17.5\",\n            \"variantName\": \"H. 35W. 17.5\",\n            \"barcode\": 2100002900334,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H. 35W. 17.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1910,\n            \"sellingPrice\": 1910,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 317,\n            \"batchVariantName\": \"NEPTUNA VAS OLIVE GREEN H. 35 W. 17.5_61004679002_MRP_1600\",\n            \"productID\": 7485,\n            \"variantID\": 7485,\n            \"productName\": \"NEPTUNA VAS OLIVE GREEN H. 35 W. 17.5\",\n            \"variantName\": \"H. 35W. 17.5\",\n            \"barcode\": 2100002900334,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H. 35W. 17.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 318,\n            \"batchVariantName\": \"NEPTUNA VASE AMBER H. 35 W. 17.5_61004679003_MRP_1910.0000\",\n            \"productID\": 7486,\n            \"variantID\": 7486,\n            \"productName\": \"NEPTUNA VASE AMBER H. 35 W. 17.5\",\n            \"variantName\": \"H. 35W. 17.5\",\n            \"barcode\": 2100002900341,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H. 35W. 17.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1910,\n            \"sellingPrice\": 1910,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 319,\n            \"batchVariantName\": \"NEPTUNA VASE AMBER H. 35 W. 17.5_61004679003_MRP_1600\",\n            \"productID\": 7486,\n            \"variantID\": 7486,\n            \"productName\": \"NEPTUNA VASE AMBER H. 35 W. 17.5\",\n            \"variantName\": \"H. 35W. 17.5\",\n            \"barcode\": 2100002900341,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H. 35W. 17.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 320,\n            \"batchVariantName\": \"Pot BUNGXE Black D-22H-20_61004680001_MRP_1350.0000\",\n            \"productID\": 7346,\n            \"variantID\": 7346,\n            \"productName\": \"Pot BUNGXE Black D-22H-20\",\n            \"variantName\": \"D-22H-20\",\n            \"barcode\": 640010021383,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-22H-20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 321,\n            \"batchVariantName\": \"Pot BUNGXE Black D-22H-20_61004680001_MRP_800\",\n            \"productID\": 7346,\n            \"variantID\": 7346,\n            \"productName\": \"Pot BUNGXE Black D-22H-20\",\n            \"variantName\": \"D-22H-20\",\n            \"barcode\": 640010021383,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-22H-20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 322,\n            \"batchVariantName\": \"Pot BUNGXE Black D-22H-20_61004680001_MRP_1350.0000\",\n            \"productID\": 7346,\n            \"variantID\": 7346,\n            \"productName\": \"Pot BUNGXE Black D-22H-20\",\n            \"variantName\": \"D-22H-20\",\n            \"barcode\": 640010021383,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-22H-20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 323,\n            \"batchVariantName\": \"Pot BUNGXE Black D-22H-20_61004680001_MRP_990\",\n            \"productID\": 7346,\n            \"variantID\": 7346,\n            \"productName\": \"Pot BUNGXE Black D-22H-20\",\n            \"variantName\": \"D-22H-20\",\n            \"barcode\": 640010021383,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-22H-20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 324,\n            \"batchVariantName\": \"Pot BUNGXE Granite D-22H-20_61004680002_MRP_1350.0000\",\n            \"productID\": 7347,\n            \"variantID\": 7347,\n            \"productName\": \"Pot BUNGXE Granite D-22H-20\",\n            \"variantName\": \"D-22H-20\",\n            \"barcode\": 640010021390,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-22H-20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 325,\n            \"batchVariantName\": \"Pot BUNGXE Granite D-22H-20_61004680002_MRP_800\",\n            \"productID\": 7347,\n            \"variantID\": 7347,\n            \"productName\": \"Pot BUNGXE Granite D-22H-20\",\n            \"variantName\": \"D-22H-20\",\n            \"barcode\": 640010021390,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-22H-20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 326,\n            \"batchVariantName\": \"Pot BUNGXE Granite D-22H-20_61004680002_MRP_1350.0000\",\n            \"productID\": 7347,\n            \"variantID\": 7347,\n            \"productName\": \"Pot BUNGXE Granite D-22H-20\",\n            \"variantName\": \"D-22H-20\",\n            \"barcode\": 640010021390,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-22H-20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 327,\n            \"batchVariantName\": \"Pot BUNGXE Granite D-22H-20_61004680002_MRP_990\",\n            \"productID\": 7347,\n            \"variantID\": 7347,\n            \"productName\": \"Pot BUNGXE Granite D-22H-20\",\n            \"variantName\": \"D-22H-20\",\n            \"barcode\": 640010021390,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-22H-20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 328,\n            \"batchVariantName\": \"Pot BUNGXE Black D-17H-15_61004680003_MRP_800.0000\",\n            \"productID\": 7348,\n            \"variantID\": 7348,\n            \"productName\": \"Pot BUNGXE Black D-17H-15\",\n            \"variantName\": \"D-17H-15\",\n            \"barcode\": 640010021406,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-17H-15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 660,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 329,\n            \"batchVariantName\": \"Pot BUNGXE Black D-17H-15_61004680003_MRP_590\",\n            \"productID\": 7348,\n            \"variantID\": 7348,\n            \"productName\": \"Pot BUNGXE Black D-17H-15\",\n            \"variantName\": \"D-17H-15\",\n            \"barcode\": 640010021406,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-17H-15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 660,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 330,\n            \"batchVariantName\": \"Pot BUNGXE Black D-17H-15_61004680003_MRP_800.0000\",\n            \"productID\": 7348,\n            \"variantID\": 7348,\n            \"productName\": \"Pot BUNGXE Black D-17H-15\",\n            \"variantName\": \"D-17H-15\",\n            \"barcode\": 640010021406,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-17H-15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 660,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 331,\n            \"batchVariantName\": \"Pot BUNGXE Black D-17H-15_61004680003_MRP_660\",\n            \"productID\": 7348,\n            \"variantID\": 7348,\n            \"productName\": \"Pot BUNGXE Black D-17H-15\",\n            \"variantName\": \"D-17H-15\",\n            \"barcode\": 640010021406,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-17H-15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 660,\n            \"MRP\": 660,\n            \"sellingPrice\": 660,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 332,\n            \"batchVariantName\": \"Pot BUNGXE Granite D-17H-15_61004680004_MRP_800.0000\",\n            \"productID\": 7349,\n            \"variantID\": 7349,\n            \"productName\": \"Pot BUNGXE Granite D-17H-15\",\n            \"variantName\": \"D-17H-15\",\n            \"barcode\": 640010021413,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-17H-15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 660,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 333,\n            \"batchVariantName\": \"Pot BUNGXE Granite D-17H-15_61004680004_MRP_590\",\n            \"productID\": 7349,\n            \"variantID\": 7349,\n            \"productName\": \"Pot BUNGXE Granite D-17H-15\",\n            \"variantName\": \"D-17H-15\",\n            \"barcode\": 640010021413,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-17H-15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 660,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 334,\n            \"batchVariantName\": \"Pot BUNGXE Granite D-17H-15_61004680004_MRP_800.0000\",\n            \"productID\": 7349,\n            \"variantID\": 7349,\n            \"productName\": \"Pot BUNGXE Granite D-17H-15\",\n            \"variantName\": \"D-17H-15\",\n            \"barcode\": 640010021413,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-17H-15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 660,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 335,\n            \"batchVariantName\": \"Pot BUNGXE Granite D-17H-15_61004680004_MRP_660\",\n            \"productID\": 7349,\n            \"variantID\": 7349,\n            \"productName\": \"Pot BUNGXE Granite D-17H-15\",\n            \"variantName\": \"D-17H-15\",\n            \"barcode\": 640010021413,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-17H-15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 660,\n            \"MRP\": 660,\n            \"sellingPrice\": 660,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 336,\n            \"batchVariantName\": \"Pot Bau Black D-52H-62_61004681001_MRP_10500.0000\",\n            \"productID\": 7350,\n            \"variantID\": 7350,\n            \"productName\": \"Pot Bau Black D-52H-62\",\n            \"variantName\": \"D-52H-62\",\n            \"barcode\": 640010021420,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-52H-62\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7740,\n            \"MRP\": 10500,\n            \"sellingPrice\": 10500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 337,\n            \"batchVariantName\": \"Pot Bau Black D-52H-62_61004681001_MRP_6100\",\n            \"productID\": 7350,\n            \"variantID\": 7350,\n            \"productName\": \"Pot Bau Black D-52H-62\",\n            \"variantName\": \"D-52H-62\",\n            \"barcode\": 640010021420,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-52H-62\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7740,\n            \"MRP\": 6100,\n            \"sellingPrice\": 6100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 338,\n            \"batchVariantName\": \"Pot Bau Black D-52H-62_61004681001_MRP_10500.0000\",\n            \"productID\": 7350,\n            \"variantID\": 7350,\n            \"productName\": \"Pot Bau Black D-52H-62\",\n            \"variantName\": \"D-52H-62\",\n            \"barcode\": 640010021420,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-52H-62\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7740,\n            \"MRP\": 10500,\n            \"sellingPrice\": 10500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 339,\n            \"batchVariantName\": \"Pot Bau Black D-52H-62_61004681001_MRP_7740\",\n            \"productID\": 7350,\n            \"variantID\": 7350,\n            \"productName\": \"Pot Bau Black D-52H-62\",\n            \"variantName\": \"D-52H-62\",\n            \"barcode\": 640010021420,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-52H-62\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7740,\n            \"MRP\": 7740,\n            \"sellingPrice\": 7740,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 340,\n            \"batchVariantName\": \"Pot Bau Black D-42H-50_61004681002_MRP_6500.0000\",\n            \"productID\": 7351,\n            \"variantID\": 7351,\n            \"productName\": \"Pot Bau Black D-42H-50\",\n            \"variantName\": \"D-42H-50\",\n            \"barcode\": 640010021437,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-42H-50\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5040,\n            \"MRP\": 6500,\n            \"sellingPrice\": 6500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 341,\n            \"batchVariantName\": \"Pot Bau Black D-42H-50_61004681002_MRP_4100\",\n            \"productID\": 7351,\n            \"variantID\": 7351,\n            \"productName\": \"Pot Bau Black D-42H-50\",\n            \"variantName\": \"D-42H-50\",\n            \"barcode\": 640010021437,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-42H-50\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5040,\n            \"MRP\": 4100,\n            \"sellingPrice\": 4100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 342,\n            \"batchVariantName\": \"Pot Bau Black D-42H-50_61004681002_MRP_6500.0000\",\n            \"productID\": 7351,\n            \"variantID\": 7351,\n            \"productName\": \"Pot Bau Black D-42H-50\",\n            \"variantName\": \"D-42H-50\",\n            \"barcode\": 640010021437,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-42H-50\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5040,\n            \"MRP\": 6500,\n            \"sellingPrice\": 6500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 343,\n            \"batchVariantName\": \"Pot Bau Black D-42H-50_61004681002_MRP_5040\",\n            \"productID\": 7351,\n            \"variantID\": 7351,\n            \"productName\": \"Pot Bau Black D-42H-50\",\n            \"variantName\": \"D-42H-50\",\n            \"barcode\": 640010021437,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-42H-50\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5040,\n            \"MRP\": 5040,\n            \"sellingPrice\": 5040,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 344,\n            \"batchVariantName\": \"Pot Tum Granite S-20H-36_61004682001_MRP_3100.0000\",\n            \"productID\": 7345,\n            \"variantID\": 7345,\n            \"productName\": \"Pot Tum Granite S-20H-36\",\n            \"variantName\": \"S-20H-36\",\n            \"barcode\": 640010021376,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-20H-36\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2120,\n            \"MRP\": 3100,\n            \"sellingPrice\": 3100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 345,\n            \"batchVariantName\": \"Pot Tum Granite S-20H-36_61004682001_MRP_2120\",\n            \"productID\": 7345,\n            \"variantID\": 7345,\n            \"productName\": \"Pot Tum Granite S-20H-36\",\n            \"variantName\": \"S-20H-36\",\n            \"barcode\": 640010021376,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-20H-36\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2120,\n            \"MRP\": 2120,\n            \"sellingPrice\": 2120,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 346,\n            \"batchVariantName\": \"Pot Tum Black S-20H-36_61004682002_MRP_3100.0000\",\n            \"productID\": 7352,\n            \"variantID\": 7352,\n            \"productName\": \"Pot Tum Black S-20H-36\",\n            \"variantName\": \"S-20H-36\",\n            \"barcode\": 640010021444,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-20H-36\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2120,\n            \"MRP\": 3100,\n            \"sellingPrice\": 3100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 347,\n            \"batchVariantName\": \"Pot Tum Black S-20H-36_61004682002_MRP_1890\",\n            \"productID\": 7352,\n            \"variantID\": 7352,\n            \"productName\": \"Pot Tum Black S-20H-36\",\n            \"variantName\": \"S-20H-36\",\n            \"barcode\": 640010021444,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-20H-36\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2120,\n            \"MRP\": 1890,\n            \"sellingPrice\": 1890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 348,\n            \"batchVariantName\": \"Pot Tum Black S-20H-36_61004682002_MRP_3100.0000\",\n            \"productID\": 7352,\n            \"variantID\": 7352,\n            \"productName\": \"Pot Tum Black S-20H-36\",\n            \"variantName\": \"S-20H-36\",\n            \"barcode\": 640010021444,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-20H-36\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2120,\n            \"MRP\": 3100,\n            \"sellingPrice\": 3100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 349,\n            \"batchVariantName\": \"Pot Tum Black S-20H-36_61004682002_MRP_2120\",\n            \"productID\": 7352,\n            \"variantID\": 7352,\n            \"productName\": \"Pot Tum Black S-20H-36\",\n            \"variantName\": \"S-20H-36\",\n            \"barcode\": 640010021444,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-20H-36\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2120,\n            \"MRP\": 2120,\n            \"sellingPrice\": 2120,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 350,\n            \"batchVariantName\": \"Budhha Head Sculpture Silver H12_61004685001_MRP_340.0000\",\n            \"productID\": 6071,\n            \"variantID\": 6071,\n            \"productName\": \"Budhha Head Sculpture Silver H12\",\n            \"variantName\": \"H12\",\n            \"barcode\": 64001001947,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H12\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 340,\n            \"sellingPrice\": 340,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 351,\n            \"batchVariantName\": \"Budhha Head Sculpture Silver H12_61004685001_MRP_250\",\n            \"productID\": 6071,\n            \"variantID\": 6071,\n            \"productName\": \"Budhha Head Sculpture Silver H12\",\n            \"variantName\": \"H12\",\n            \"barcode\": 64001001947,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H12\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 352,\n            \"batchVariantName\": \"BIG BOTTLE VASE Chocolate H. 36 W. 15_61004687001_MRP_2040.0000\",\n            \"productID\": 7466,\n            \"variantID\": 7466,\n            \"productName\": \"BIG BOTTLE VASE Chocolate H. 36 W. 15\",\n            \"variantName\": \"H. 36W. 15\",\n            \"barcode\": 2100002200908,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H. 36W. 15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1900,\n            \"MRP\": 2040,\n            \"sellingPrice\": 2040,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 353,\n            \"batchVariantName\": \"BIG BOTTLE VASE Chocolate H. 36 W. 15_61004687001_MRP_1900\",\n            \"productID\": 7466,\n            \"variantID\": 7466,\n            \"productName\": \"BIG BOTTLE VASE Chocolate H. 36 W. 15\",\n            \"variantName\": \"H. 36W. 15\",\n            \"barcode\": 2100002200908,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H. 36W. 15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1900,\n            \"MRP\": 1900,\n            \"sellingPrice\": 1900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 354,\n            \"batchVariantName\": \"Vase Conical Clear H50_61004731001_MRP_1850.0000\",\n            \"productID\": 6048,\n            \"variantID\": 6048,\n            \"productName\": \"Vase Conical Clear H50\",\n            \"variantName\": \"H50\",\n            \"barcode\": 64001001921,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H50\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1390,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 355,\n            \"batchVariantName\": \"Vase Conical Clear H50_61004731001_MRP_1390\",\n            \"productID\": 6048,\n            \"variantID\": 6048,\n            \"productName\": \"Vase Conical Clear H50\",\n            \"variantName\": \"H50\",\n            \"barcode\": 64001001921,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H50\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1390,\n            \"MRP\": 1390,\n            \"sellingPrice\": 1390,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 356,\n            \"batchVariantName\": \"Short FIR Grass Ball with pot Green ._61005105001_MRP_680.0000\",\n            \"productID\": 6000,\n            \"variantID\": 6000,\n            \"productName\": \"Short FIR Grass Ball with pot Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001872,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 670,\n            \"MRP\": 680,\n            \"sellingPrice\": 680,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 357,\n            \"batchVariantName\": \"Short FIR Grass Ball with pot Green ._61005105001_MRP_670\",\n            \"productID\": 6000,\n            \"variantID\": 6000,\n            \"productName\": \"Short FIR Grass Ball with pot Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001872,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 670,\n            \"MRP\": 670,\n            \"sellingPrice\": 670,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 358,\n            \"batchVariantName\": \"Big Seagrass Leaves Bal Green D-35(cm)_61005106001_MRP_1650.0000\",\n            \"productID\": 6001,\n            \"variantID\": 6001,\n            \"productName\": \"Big Seagrass Leaves Bal Green D-35(cm)\",\n            \"variantName\": \"D-35(cm)\",\n            \"barcode\": 64001001873,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-35(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 359,\n            \"batchVariantName\": \"Big Seagrass Leaves Bal Green D-35(cm)_61005106001_MRP_1600\",\n            \"productID\": 6001,\n            \"variantID\": 6001,\n            \"productName\": \"Big Seagrass Leaves Bal Green D-35(cm)\",\n            \"variantName\": \"D-35(cm)\",\n            \"barcode\": 64001001873,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-35(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 360,\n            \"batchVariantName\": \"Long Aloe with pot Purple ._61005110001_MRP_410.0000\",\n            \"productID\": 6009,\n            \"variantID\": 6009,\n            \"productName\": \"Long Aloe with pot Purple .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 320,\n            \"MRP\": 410,\n            \"sellingPrice\": 410,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 361,\n            \"batchVariantName\": \"Long Aloe with pot Purple ._61005110001_MRP_320\",\n            \"productID\": 6009,\n            \"variantID\": 6009,\n            \"productName\": \"Long Aloe with pot Purple .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 320,\n            \"MRP\": 320,\n            \"sellingPrice\": 320,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 362,\n            \"batchVariantName\": \"Big Seagrass Leaves In Pot Green ._61005112001_MRP_900.0000\",\n            \"productID\": 6013,\n            \"variantID\": 6013,\n            \"productName\": \"Big Seagrass Leaves In Pot Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001885,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 880,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 363,\n            \"batchVariantName\": \"Big Seagrass Leaves In Pot Green ._61005112001_MRP_880\",\n            \"productID\": 6013,\n            \"variantID\": 6013,\n            \"productName\": \"Big Seagrass Leaves In Pot Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001001885,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 880,\n            \"MRP\": 880,\n            \"sellingPrice\": 880,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 364,\n            \"batchVariantName\": \"Artificial Fence - 100 Green L-100(cm)_61005119001_MRP_6800.0000\",\n            \"productID\": 6110,\n            \"variantID\": 6110,\n            \"productName\": \"Artificial Fence - 100 Green L-100(cm)\",\n            \"variantName\": \"L-100(cm)\",\n            \"barcode\": 64001002134,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L-100(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5790,\n            \"MRP\": 6800,\n            \"sellingPrice\": 6800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 365,\n            \"batchVariantName\": \"Artificial Fence - 100 Green L-100(cm)_61005119001_MRP_5790\",\n            \"productID\": 6110,\n            \"variantID\": 6110,\n            \"productName\": \"Artificial Fence - 100 Green L-100(cm)\",\n            \"variantName\": \"L-100(cm)\",\n            \"barcode\": 64001002134,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L-100(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5790,\n            \"MRP\": 5790,\n            \"sellingPrice\": 5790,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 366,\n            \"batchVariantName\": \"Artificial Fence - 50 c Green L-50(cm)_61005120001_MRP_3750.0000\",\n            \"productID\": 6111,\n            \"variantID\": 6111,\n            \"productName\": \"Artificial Fence - 50 c Green L-50(cm)\",\n            \"variantName\": \"L-50(cm)\",\n            \"barcode\": 64001002135,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L-50(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3210,\n            \"MRP\": 3750,\n            \"sellingPrice\": 3750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 367,\n            \"batchVariantName\": \"Artificial Fence - 50 c Green L-50(cm)_61005120001_MRP_3210\",\n            \"productID\": 6111,\n            \"variantID\": 6111,\n            \"productName\": \"Artificial Fence - 50 c Green L-50(cm)\",\n            \"variantName\": \"L-50(cm)\",\n            \"barcode\": 64001002135,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L-50(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3210,\n            \"MRP\": 3210,\n            \"sellingPrice\": 3210,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 368,\n            \"batchVariantName\": \"Casablanca candle holder COPPER D9xH25_61005416001_MRP_660.0000\",\n            \"productID\": 6045,\n            \"variantID\": 6045,\n            \"productName\": \"Casablanca candle holder COPPER D9xH25\",\n            \"variantName\": \"D9xH25\",\n            \"barcode\": 64001001918,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D9xH25\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 660,\n            \"sellingPrice\": 660,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 369,\n            \"batchVariantName\": \"Casablanca candle holder COPPER D9xH25_61005416001_MRP_580\",\n            \"productID\": 6045,\n            \"variantID\": 6045,\n            \"productName\": \"Casablanca candle holder COPPER D9xH25\",\n            \"variantName\": \"D9xH25\",\n            \"barcode\": 64001001918,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D9xH25\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 370,\n            \"batchVariantName\": \"Casablanca candle holder Smoke D9xH25_61005418001_MRP_660.0000\",\n            \"productID\": 6047,\n            \"variantID\": 6047,\n            \"productName\": \"Casablanca candle holder Smoke D9xH25\",\n            \"variantName\": \"D9xH25\",\n            \"barcode\": 64001001920,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D9xH25\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 660,\n            \"sellingPrice\": 660,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 371,\n            \"batchVariantName\": \"Casablanca candle holder Smoke D9xH25_61005418001_MRP_580\",\n            \"productID\": 6047,\n            \"variantID\": 6047,\n            \"productName\": \"Casablanca candle holder Smoke D9xH25\",\n            \"variantName\": \"D9xH25\",\n            \"barcode\": 64001001920,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D9xH25\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 372,\n            \"batchVariantName\": \"Side Bowl - Plus White D-12(cm)_61005600001_MRP_280.0000\",\n            \"productID\": 6486,\n            \"variantID\": 6486,\n            \"productName\": \"Side Bowl - Plus White D-12(cm)\",\n            \"variantName\": \"D-12(cm)\",\n            \"barcode\": 64001002838,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-12(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 200,\n            \"MRP\": 280,\n            \"sellingPrice\": 280,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 373,\n            \"batchVariantName\": \"Side Bowl - Plus White D-12(cm)_61005600001_MRP_200\",\n            \"productID\": 6486,\n            \"variantID\": 6486,\n            \"productName\": \"Side Bowl - Plus White D-12(cm)\",\n            \"variantName\": \"D-12(cm)\",\n            \"barcode\": 64001002838,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-12(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 374,\n            \"batchVariantName\": \"Dinner Plate - Lines & White D-27(cm)_61005601001_MRP_430.0000\",\n            \"productID\": 6477,\n            \"variantID\": 6477,\n            \"productName\": \"Dinner Plate - Lines & White D-27(cm)\",\n            \"variantName\": \"D-27(cm)\",\n            \"barcode\": 64001002827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-27(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 310,\n            \"MRP\": 430,\n            \"sellingPrice\": 430,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 375,\n            \"batchVariantName\": \"Dinner Plate - Lines & White D-27(cm)_61005601001_MRP_310\",\n            \"productID\": 6477,\n            \"variantID\": 6477,\n            \"productName\": \"Dinner Plate - Lines & White D-27(cm)\",\n            \"variantName\": \"D-27(cm)\",\n            \"barcode\": 64001002827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-27(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 310,\n            \"MRP\": 310,\n            \"sellingPrice\": 310,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 376,\n            \"batchVariantName\": \"Side Plate - Plus White D-21(cm)_61005612001_MRP_340.0000\",\n            \"productID\": 6485,\n            \"variantID\": 6485,\n            \"productName\": \"Side Plate - Plus White D-21(cm)\",\n            \"variantName\": \"D-21(cm)\",\n            \"barcode\": 64001002837,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-21(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 340,\n            \"sellingPrice\": 340,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 377,\n            \"batchVariantName\": \"Side Plate - Plus White D-21(cm)_61005612001_MRP_250\",\n            \"productID\": 6485,\n            \"variantID\": 6485,\n            \"productName\": \"Side Plate - Plus White D-21(cm)\",\n            \"variantName\": \"D-21(cm)\",\n            \"barcode\": 64001002837,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-21(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 378,\n            \"batchVariantName\": \"Dinner Plate - Plus White D-27(cm)_61005613001_MRP_420.0000\",\n            \"productID\": 6484,\n            \"variantID\": 6484,\n            \"productName\": \"Dinner Plate - Plus White D-27(cm)\",\n            \"variantName\": \"D-27(cm)\",\n            \"barcode\": 64001002836,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-27(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 420,\n            \"sellingPrice\": 420,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 379,\n            \"batchVariantName\": \"Dinner Plate - Plus White D-27(cm)_61005613001_MRP_300\",\n            \"productID\": 6484,\n            \"variantID\": 6484,\n            \"productName\": \"Dinner Plate - Plus White D-27(cm)\",\n            \"variantName\": \"D-27(cm)\",\n            \"barcode\": 64001002836,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-27(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 380,\n            \"batchVariantName\": \"Side Plate - Lines & Do White D-21(cm)_61005623001_MRP_290.0000\",\n            \"productID\": 6478,\n            \"variantID\": 6478,\n            \"productName\": \"Side Plate - Lines & Do White D-21(cm)\",\n            \"variantName\": \"D-21(cm)\",\n            \"barcode\": 64001002828,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-21(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 210,\n            \"MRP\": 290,\n            \"sellingPrice\": 290,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 381,\n            \"batchVariantName\": \"Side Plate - Lines & Do White D-21(cm)_61005623001_MRP_210\",\n            \"productID\": 6478,\n            \"variantID\": 6478,\n            \"productName\": \"Side Plate - Lines & Do White D-21(cm)\",\n            \"variantName\": \"D-21(cm)\",\n            \"barcode\": 64001002828,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-21(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 210,\n            \"MRP\": 210,\n            \"sellingPrice\": 210,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 382,\n            \"batchVariantName\": \"Tea cup & saucer - Lines & Dot White ._61005625001_MRP_460.0000\",\n            \"productID\": 6479,\n            \"variantID\": 6479,\n            \"productName\": \"Tea cup & saucer - Lines & Dot White .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002831,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 340,\n            \"MRP\": 460,\n            \"sellingPrice\": 460,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 383,\n            \"batchVariantName\": \"Tea cup & saucer - Lines & Dot White ._61005625001_MRP_340\",\n            \"productID\": 6479,\n            \"variantID\": 6479,\n            \"productName\": \"Tea cup & saucer - Lines & Dot White .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002831,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 340,\n            \"MRP\": 340,\n            \"sellingPrice\": 340,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 384,\n            \"batchVariantName\": \"DRESDEN SOAP DISH Black ._61006034001_MRP_99.0000\",\n            \"productID\": 7630,\n            \"variantID\": 7630,\n            \"productName\": \"DRESDEN SOAP DISH Black .\",\n            \"variantName\": \".\",\n            \"barcode\": 6400100230231,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 560,\n            \"MRP\": 99,\n            \"sellingPrice\": 99,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 385,\n            \"batchVariantName\": \"DRESDEN SOAP DISH Black ._61006034001_MRP_560\",\n            \"productID\": 7630,\n            \"variantID\": 7630,\n            \"productName\": \"DRESDEN SOAP DISH Black .\",\n            \"variantName\": \".\",\n            \"barcode\": 6400100230231,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 560,\n            \"MRP\": 560,\n            \"sellingPrice\": 560,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 386,\n            \"batchVariantName\": \"Phoibe Square ot Drk beige 21\\\"X21\\\"X21\\\"_61006039001_MRP_6060.0000\",\n            \"productID\": 75,\n            \"variantID\": 75,\n            \"productName\": \"Phoibe Square ot Drk beige 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10021125,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 6060,\n            \"sellingPrice\": 6060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 387,\n            \"batchVariantName\": \"Phoibe Square ot Drk beige 21\\\"X21\\\"X21\\\"_61006039001_MRP_5800\",\n            \"productID\": 75,\n            \"variantID\": 75,\n            \"productName\": \"Phoibe Square ot Drk beige 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10021125,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 5800,\n            \"sellingPrice\": 5800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 388,\n            \"batchVariantName\": \"Phoibe Square ottoman  OLV 21\\\"X21\\\"X21\\\"_61006040001_MRP_6060.0000\",\n            \"productID\": 76,\n            \"variantID\": 76,\n            \"productName\": \"Phoibe Square ottoman  OLV 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10021132,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 6060,\n            \"sellingPrice\": 6060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 389,\n            \"batchVariantName\": \"Phoibe Square ottoman  OLV 21\\\"X21\\\"X21\\\"_61006040001_MRP_5800\",\n            \"productID\": 76,\n            \"variantID\": 76,\n            \"productName\": \"Phoibe Square ottoman  OLV 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10021132,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 5800,\n            \"sellingPrice\": 5800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 390,\n            \"batchVariantName\": \"Alvin square ottoman OLIVE 18\\\"X18\\\"X19'_61006042001_MRP_6050.0000\",\n            \"productID\": 77,\n            \"variantID\": 77,\n            \"productName\": \"Alvin square ottoman OLIVE 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10021156,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 6050,\n            \"sellingPrice\": 6050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 391,\n            \"batchVariantName\": \"Alvin square ottoman OLIVE 18\\\"X18\\\"X19'_61006042001_MRP_4900\",\n            \"productID\": 77,\n            \"variantID\": 77,\n            \"productName\": \"Alvin square ottoman OLIVE 18\\\"X18\\\"X19'\",\n            \"variantName\": \"18\\\"X18\\\"X19'\",\n            \"barcode\": 10021156,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18\\\"X18\\\"X19'\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4900,\n            \"MRP\": 4900,\n            \"sellingPrice\": 4900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 392,\n            \"batchVariantName\": \"Watch box - 3 watch BR ._61006058001_MRP_2600.0000\",\n            \"productID\": 78,\n            \"variantID\": 78,\n            \"productName\": \"Watch box - 3 watch BR .\",\n            \"variantName\": \".\",\n            \"barcode\": 10021194,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 2600,\n            \"sellingPrice\": 2600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 393,\n            \"batchVariantName\": \"Watch box - 3 watch BR ._61006058001_MRP_1400\",\n            \"productID\": 78,\n            \"variantID\": 78,\n            \"productName\": \"Watch box - 3 watch BR .\",\n            \"variantName\": \".\",\n            \"barcode\": 10021194,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 394,\n            \"batchVariantName\": \"Watch box - 3 watch OR ._61006060001_MRP_2600.0000\",\n            \"productID\": 79,\n            \"variantID\": 79,\n            \"productName\": \"Watch box - 3 watch OR .\",\n            \"variantName\": \".\",\n            \"barcode\": 10021217,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 2600,\n            \"sellingPrice\": 2600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 395,\n            \"batchVariantName\": \"Watch box - 3 watch OR ._61006060001_MRP_1400\",\n            \"productID\": 79,\n            \"variantID\": 79,\n            \"productName\": \"Watch box - 3 watch OR .\",\n            \"variantName\": \".\",\n            \"barcode\": 10021217,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 396,\n            \"batchVariantName\": \"Phoibe Square ottoman  OLV 21\\\"X21\\\"X21\\\"_61006081001_MRP_6050.0000\",\n            \"productID\": 87,\n            \"variantID\": 87,\n            \"productName\": \"Phoibe Square ottoman  OLV 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10021439,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 6050,\n            \"sellingPrice\": 6050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 397,\n            \"batchVariantName\": \"Phoibe Square ottoman  OLV 21\\\"X21\\\"X21\\\"_61006081001_MRP_5800\",\n            \"productID\": 87,\n            \"variantID\": 87,\n            \"productName\": \"Phoibe Square ottoman  OLV 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10021439,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 5800,\n            \"sellingPrice\": 5800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 398,\n            \"batchVariantName\": \"Capiz Lotus Ball Chandelier Natural ._61006085001_MRP_16000.0000\",\n            \"productID\": 6324,\n            \"variantID\": 6324,\n            \"productName\": \"Capiz Lotus Ball Chandelier Natural .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002524,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 15000,\n            \"MRP\": 16000,\n            \"sellingPrice\": 16000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 399,\n            \"batchVariantName\": \"Capiz Lotus Ball Chandelier Natural ._61006085001_MRP_15000\",\n            \"productID\": 6324,\n            \"variantID\": 6324,\n            \"productName\": \"Capiz Lotus Ball Chandelier Natural .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002524,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 15000,\n            \"MRP\": 15000,\n            \"sellingPrice\": 15000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 400,\n            \"batchVariantName\": \"Capiz Oval Lotus Chandel Natural SMALL_61006086001_MRP_6500.0000\",\n            \"productID\": 6325,\n            \"variantID\": 6325,\n            \"productName\": \"Capiz Oval Lotus Chandel Natural SMALL\",\n            \"variantName\": \"Small\",\n            \"barcode\": 64001002525,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Small\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 6110,\n            \"MRP\": 6500,\n            \"sellingPrice\": 6500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 401,\n            \"batchVariantName\": \"Capiz Oval Lotus Chandel Natural SMALL_61006086001_MRP_6110\",\n            \"productID\": 6325,\n            \"variantID\": 6325,\n            \"productName\": \"Capiz Oval Lotus Chandel Natural SMALL\",\n            \"variantName\": \"Small\",\n            \"barcode\": 64001002525,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Small\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 6110,\n            \"MRP\": 6110,\n            \"sellingPrice\": 6110,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 402,\n            \"batchVariantName\": \"Capiz Oval Lotus Chande Natural Medium_61006087001_MRP_9800.0000\",\n            \"productID\": 6326,\n            \"variantID\": 6326,\n            \"productName\": \"Capiz Oval Lotus Chande Natural Medium\",\n            \"variantName\": \"Medium\",\n            \"barcode\": 64001002526,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Medium\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9400,\n            \"MRP\": 9800,\n            \"sellingPrice\": 9800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 403,\n            \"batchVariantName\": \"Capiz Oval Lotus Chande Natural Medium_61006087001_MRP_9400\",\n            \"productID\": 6326,\n            \"variantID\": 6326,\n            \"productName\": \"Capiz Oval Lotus Chande Natural Medium\",\n            \"variantName\": \"Medium\",\n            \"barcode\": 64001002526,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Medium\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9400,\n            \"MRP\": 9400,\n            \"sellingPrice\": 9400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 404,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holde Natural ._61006088001_MRP_680.0000\",\n            \"productID\": 6327,\n            \"variantID\": 6327,\n            \"productName\": \"Capiz Lotus - Tealight Holde Natural .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002527,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 460,\n            \"MRP\": 680,\n            \"sellingPrice\": 680,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 405,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holde Natural ._61006088001_MRP_430\",\n            \"productID\": 6327,\n            \"variantID\": 6327,\n            \"productName\": \"Capiz Lotus - Tealight Holde Natural .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002527,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 460,\n            \"MRP\": 430,\n            \"sellingPrice\": 430,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 406,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holde Natural ._61006088001_MRP_680.0000\",\n            \"productID\": 6327,\n            \"variantID\": 6327,\n            \"productName\": \"Capiz Lotus - Tealight Holde Natural .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002527,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 460,\n            \"MRP\": 680,\n            \"sellingPrice\": 680,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 407,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holde Natural ._61006088001_MRP_460\",\n            \"productID\": 6327,\n            \"variantID\": 6327,\n            \"productName\": \"Capiz Lotus - Tealight Holde Natural .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002527,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 460,\n            \"MRP\": 460,\n            \"sellingPrice\": 460,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 408,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holder Smoke ._61006089001_MRP_490.0000\",\n            \"productID\": 6328,\n            \"variantID\": 6328,\n            \"productName\": \"Capiz Lotus - Tealight Holder Smoke .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002528,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 410,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 409,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holder Smoke ._61006089001_MRP_410\",\n            \"productID\": 6328,\n            \"variantID\": 6328,\n            \"productName\": \"Capiz Lotus - Tealight Holder Smoke .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001002528,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 410,\n            \"MRP\": 410,\n            \"sellingPrice\": 410,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 410,\n            \"batchVariantName\": \"Phoibe Square otto DRK RED 21\\\"X21\\\"X21\\\"_61006100001_MRP_6060.0000\",\n            \"productID\": 90,\n            \"variantID\": 90,\n            \"productName\": \"Phoibe Square otto DRK RED 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10021699,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 6060,\n            \"sellingPrice\": 6060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 411,\n            \"batchVariantName\": \"Phoibe Square otto DRK RED 21\\\"X21\\\"X21\\\"_61006100001_MRP_5800\",\n            \"productID\": 90,\n            \"variantID\": 90,\n            \"productName\": \"Phoibe Square otto DRK RED 21\\\"X21\\\"X21\\\"\",\n            \"variantName\": \"21\\\"X21\\\"X21\\\"\",\n            \"barcode\": 10021699,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21\\\"X21\\\"X21\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5800,\n            \"MRP\": 5800,\n            \"sellingPrice\": 5800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 412,\n            \"batchVariantName\": \"Comfort Rest Plus WT 78X60X6_61006122019_MRP_20299.0000\",\n            \"productID\": 91,\n            \"variantID\": 91,\n            \"productName\": \"Comfort Rest Plus WT 78X60X6\",\n            \"variantName\": \"78X60X6\",\n            \"barcode\": 10023884,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2808,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"78X60X6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 19399,\n            \"MRP\": 20299,\n            \"sellingPrice\": 20299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 413,\n            \"batchVariantName\": \"Comfort Rest Plus WT 78X60X6_61006122019_MRP_19399\",\n            \"productID\": 91,\n            \"variantID\": 91,\n            \"productName\": \"Comfort Rest Plus WT 78X60X6\",\n            \"variantName\": \"78X60X6\",\n            \"barcode\": 10023884,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2808,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"78X60X6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 19399,\n            \"MRP\": 19399,\n            \"sellingPrice\": 19399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 414,\n            \"batchVariantName\": \"IRON HANGING LAMP BRONZE/ANTIQUE ._61006292001_MRP_11700.0000\",\n            \"productID\": 6663,\n            \"variantID\": 6663,\n            \"productName\": \"IRON HANGING LAMP BRONZE/ANTIQUE .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003469,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7260,\n            \"MRP\": 11700,\n            \"sellingPrice\": 11700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 415,\n            \"batchVariantName\": \"IRON HANGING LAMP BRONZE/ANTIQUE ._61006292001_MRP_7260\",\n            \"productID\": 6663,\n            \"variantID\": 6663,\n            \"productName\": \"IRON HANGING LAMP BRONZE/ANTIQUE .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003469,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7260,\n            \"MRP\": 7260,\n            \"sellingPrice\": 7260,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 416,\n            \"batchVariantName\": \"Nadia - Vo Brown out/Silver In D7.3xH8_61006385001_MRP_160.0000\",\n            \"productID\": 6609,\n            \"variantID\": 6609,\n            \"productName\": \"Nadia - Vo Brown out/Silver In D7.3xH8\",\n            \"variantName\": \"D7.3xH8\",\n            \"barcode\": 64001003369,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7.3xH8\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 130,\n            \"MRP\": 160,\n            \"sellingPrice\": 160,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 417,\n            \"batchVariantName\": \"Nadia - Vo Brown out/Silver In D7.3xH8_61006385001_MRP_130\",\n            \"productID\": 6609,\n            \"variantID\": 6609,\n            \"productName\": \"Nadia - Vo Brown out/Silver In D7.3xH8\",\n            \"variantName\": \"D7.3xH8\",\n            \"barcode\": 64001003369,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7.3xH8\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 130,\n            \"MRP\": 130,\n            \"sellingPrice\": 130,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 418,\n            \"batchVariantName\": \"Nadia - Vot Silver out/Gold In D7.3xH8_61006386001_MRP_160.0000\",\n            \"productID\": 6607,\n            \"variantID\": 6607,\n            \"productName\": \"Nadia - Vot Silver out/Gold In D7.3xH8\",\n            \"variantName\": \"D7.3xH8\",\n            \"barcode\": 64001003367,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7.3xH8\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 130,\n            \"MRP\": 160,\n            \"sellingPrice\": 160,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 419,\n            \"batchVariantName\": \"Nadia - Vot Silver out/Gold In D7.3xH8_61006386001_MRP_130\",\n            \"productID\": 6607,\n            \"variantID\": 6607,\n            \"productName\": \"Nadia - Vot Silver out/Gold In D7.3xH8\",\n            \"variantName\": \"D7.3xH8\",\n            \"barcode\": 64001003367,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7.3xH8\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 130,\n            \"MRP\": 130,\n            \"sellingPrice\": 130,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 420,\n            \"batchVariantName\": \"Nadia - Vo Smoke out/Silver In D7.3xH8_61006387001_MRP_160.0000\",\n            \"productID\": 6608,\n            \"variantID\": 6608,\n            \"productName\": \"Nadia - Vo Smoke out/Silver In D7.3xH8\",\n            \"variantName\": \"D7.3xH8\",\n            \"barcode\": 64001003368,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7.3xH8\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 130,\n            \"MRP\": 160,\n            \"sellingPrice\": 160,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 421,\n            \"batchVariantName\": \"Nadia - Vo Smoke out/Silver In D7.3xH8_61006387001_MRP_130\",\n            \"productID\": 6608,\n            \"variantID\": 6608,\n            \"productName\": \"Nadia - Vo Smoke out/Silver In D7.3xH8\",\n            \"variantName\": \"D7.3xH8\",\n            \"barcode\": 64001003368,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7.3xH8\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 130,\n            \"MRP\": 130,\n            \"sellingPrice\": 130,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 422,\n            \"batchVariantName\": \"Nadia - Can Brown out/Silver In D7xH20_61006391001_MRP_440.0000\",\n            \"productID\": 6615,\n            \"variantID\": 6615,\n            \"productName\": \"Nadia - Can Brown out/Silver In D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001003375,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 440,\n            \"sellingPrice\": 440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 423,\n            \"batchVariantName\": \"Nadia - Can Brown out/Silver In D7xH20_61006391001_MRP_395\",\n            \"productID\": 6615,\n            \"variantID\": 6615,\n            \"productName\": \"Nadia - Can Brown out/Silver In D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001003375,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 395,\n            \"sellingPrice\": 395,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 424,\n            \"batchVariantName\": \"Nadia - Cand Silver out/Gold In D7xH20_61006392001_MRP_440.0000\",\n            \"productID\": 6613,\n            \"variantID\": 6613,\n            \"productName\": \"Nadia - Cand Silver out/Gold In D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001003373,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 440,\n            \"sellingPrice\": 440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 425,\n            \"batchVariantName\": \"Nadia - Cand Silver out/Gold In D7xH20_61006392001_MRP_395\",\n            \"productID\": 6613,\n            \"variantID\": 6613,\n            \"productName\": \"Nadia - Cand Silver out/Gold In D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001003373,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 395,\n            \"sellingPrice\": 395,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 426,\n            \"batchVariantName\": \"Nadia - Can Smoke out/Silver In D7xH20_61006393001_MRP_440.0000\",\n            \"productID\": 6614,\n            \"variantID\": 6614,\n            \"productName\": \"Nadia - Can Smoke out/Silver In D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001003374,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 440,\n            \"sellingPrice\": 440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 427,\n            \"batchVariantName\": \"Nadia - Can Smoke out/Silver In D7xH20_61006393001_MRP_395\",\n            \"productID\": 6614,\n            \"variantID\": 6614,\n            \"productName\": \"Nadia - Can Smoke out/Silver In D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001003374,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 395,\n            \"sellingPrice\": 395,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 428,\n            \"batchVariantName\": \"GREEN BEAN BALL (D - 25CM) Green D-25_61006400001_MRP_930.0000\",\n            \"productID\": 6622,\n            \"variantID\": 6622,\n            \"productName\": \"GREEN BEAN BALL (D - 25CM) Green D-25\",\n            \"variantName\": \"D-25\",\n            \"barcode\": 64001003382,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-25\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 930,\n            \"sellingPrice\": 930,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 429,\n            \"batchVariantName\": \"GREEN BEAN BALL (D - 25CM) Green D-25_61006400001_MRP_900\",\n            \"productID\": 6622,\n            \"variantID\": 6622,\n            \"productName\": \"GREEN BEAN BALL (D - 25CM) Green D-25\",\n            \"variantName\": \"D-25\",\n            \"barcode\": 64001003382,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-25\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 430,\n            \"batchVariantName\": \"Millenium Tumbler Clear ._61006402001_MRP_230.0000\",\n            \"productID\": 6599,\n            \"variantID\": 6599,\n            \"productName\": \"Millenium Tumbler Clear .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003354,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 210,\n            \"MRP\": 230,\n            \"sellingPrice\": 230,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 431,\n            \"batchVariantName\": \"Millenium Tumbler Clear ._61006402001_MRP_210\",\n            \"productID\": 6599,\n            \"variantID\": 6599,\n            \"productName\": \"Millenium Tumbler Clear .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003354,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 210,\n            \"MRP\": 210,\n            \"sellingPrice\": 210,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 432,\n            \"batchVariantName\": \"Millenium Tumbler AMBER ._61006402002_MRP_230.0000\",\n            \"productID\": 6600,\n            \"variantID\": 6600,\n            \"productName\": \"Millenium Tumbler AMBER .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003355,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 210,\n            \"MRP\": 230,\n            \"sellingPrice\": 230,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 433,\n            \"batchVariantName\": \"Millenium Tumbler AMBER ._61006402002_MRP_210\",\n            \"productID\": 6600,\n            \"variantID\": 6600,\n            \"productName\": \"Millenium Tumbler AMBER .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003355,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 210,\n            \"MRP\": 210,\n            \"sellingPrice\": 210,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 434,\n            \"batchVariantName\": \"Millenium Wine Glass Clear ._61006403001_MRP_290.0000\",\n            \"productID\": 6594,\n            \"variantID\": 6594,\n            \"productName\": \"Millenium Wine Glass Clear .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003349,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 240,\n            \"MRP\": 290,\n            \"sellingPrice\": 290,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 435,\n            \"batchVariantName\": \"Millenium Wine Glass Clear ._61006403001_MRP_240\",\n            \"productID\": 6594,\n            \"variantID\": 6594,\n            \"productName\": \"Millenium Wine Glass Clear .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003349,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 240,\n            \"MRP\": 240,\n            \"sellingPrice\": 240,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 436,\n            \"batchVariantName\": \"Millenium Wine Glass AMBER ._61006403002_MRP_290.0000\",\n            \"productID\": 6595,\n            \"variantID\": 6595,\n            \"productName\": \"Millenium Wine Glass AMBER .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003350,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 240,\n            \"MRP\": 290,\n            \"sellingPrice\": 290,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 437,\n            \"batchVariantName\": \"Millenium Wine Glass AMBER ._61006403002_MRP_240\",\n            \"productID\": 6595,\n            \"variantID\": 6595,\n            \"productName\": \"Millenium Wine Glass AMBER .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003350,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 240,\n            \"MRP\": 240,\n            \"sellingPrice\": 240,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 438,\n            \"batchVariantName\": \"Grace Candle Holder Red D7xH20_61006405001_MRP_440.0000\",\n            \"productID\": 6642,\n            \"variantID\": 6642,\n            \"productName\": \"Grace Candle Holder Red D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001003404,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 440,\n            \"sellingPrice\": 440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 439,\n            \"batchVariantName\": \"Grace Candle Holder Red D7xH20_61006405001_MRP_395\",\n            \"productID\": 6642,\n            \"variantID\": 6642,\n            \"productName\": \"Grace Candle Holder Red D7xH20\",\n            \"variantName\": \"D7xH20\",\n            \"barcode\": 64001003404,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D7xH20\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 395,\n            \"MRP\": 395,\n            \"sellingPrice\": 395,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 440,\n            \"batchVariantName\": \"Perfect Comfort WT 77X71X6_61006411001_MRP_56899.0000\",\n            \"productID\": 103,\n            \"variantID\": 103,\n            \"productName\": \"Perfect Comfort WT 77X71X6\",\n            \"variantName\": \"77X71X6\",\n            \"barcode\": 10029657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2808,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"77X71X6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 54099,\n            \"MRP\": 56899,\n            \"sellingPrice\": 56899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 441,\n            \"batchVariantName\": \"Perfect Comfort WT 77X71X6_61006411001_MRP_54099\",\n            \"productID\": 103,\n            \"variantID\": 103,\n            \"productName\": \"Perfect Comfort WT 77X71X6\",\n            \"variantName\": \"77X71X6\",\n            \"barcode\": 10029657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2808,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"77X71X6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 54099,\n            \"MRP\": 54099,\n            \"sellingPrice\": 54099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 442,\n            \"batchVariantName\": \"Fir Grass Ball (D-15 cm) Green ._61006538001_MRP_170.0000\",\n            \"productID\": 6624,\n            \"variantID\": 6624,\n            \"productName\": \"Fir Grass Ball (D-15 cm) Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003384,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 160,\n            \"MRP\": 170,\n            \"sellingPrice\": 170,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 443,\n            \"batchVariantName\": \"Fir Grass Ball (D-15 cm) Green ._61006538001_MRP_160\",\n            \"productID\": 6624,\n            \"variantID\": 6624,\n            \"productName\": \"Fir Grass Ball (D-15 cm) Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003384,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 160,\n            \"MRP\": 160,\n            \"sellingPrice\": 160,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 444,\n            \"batchVariantName\": \"Green Bean Ball In Cement Pot Green ._61006544001_MRP_850.0000\",\n            \"productID\": 6628,\n            \"variantID\": 6628,\n            \"productName\": \"Green Bean Ball In Cement Pot Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003390,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 830,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 445,\n            \"batchVariantName\": \"Green Bean Ball In Cement Pot Green ._61006544001_MRP_830\",\n            \"productID\": 6628,\n            \"variantID\": 6628,\n            \"productName\": \"Green Bean Ball In Cement Pot Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003390,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 830,\n            \"MRP\": 830,\n            \"sellingPrice\": 830,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 446,\n            \"batchVariantName\": \"Green Bean Ball In Cement Pot Green ._61006545001_MRP_1190.0000\",\n            \"productID\": 6629,\n            \"variantID\": 6629,\n            \"productName\": \"Green Bean Ball In Cement Pot Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003391,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 960,\n            \"MRP\": 1190,\n            \"sellingPrice\": 1190,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 447,\n            \"batchVariantName\": \"Green Bean Ball In Cement Pot Green ._61006545001_MRP_960\",\n            \"productID\": 6629,\n            \"variantID\": 6629,\n            \"productName\": \"Green Bean Ball In Cement Pot Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003391,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 960,\n            \"MRP\": 960,\n            \"sellingPrice\": 960,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 448,\n            \"batchVariantName\": \"Short Firgrass In Cement Pot Green ._61006551001_MRP_340.0000\",\n            \"productID\": 6636,\n            \"variantID\": 6636,\n            \"productName\": \"Short Firgrass In Cement Pot Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003398,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 330,\n            \"MRP\": 340,\n            \"sellingPrice\": 340,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 449,\n            \"batchVariantName\": \"Short Firgrass In Cement Pot Green ._61006551001_MRP_330\",\n            \"productID\": 6636,\n            \"variantID\": 6636,\n            \"productName\": \"Short Firgrass In Cement Pot Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 64001003398,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 330,\n            \"MRP\": 330,\n            \"sellingPrice\": 330,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 450,\n            \"batchVariantName\": \"Fleur Candle DULL GOLD D-9 * H-25(cm)_61006633001_MRP_660.0000\",\n            \"productID\": 6734,\n            \"variantID\": 6734,\n            \"productName\": \"Fleur Candle DULL GOLD D-9 * H-25(cm)\",\n            \"variantName\": \"D-9 * H-25(cm)\",\n            \"barcode\": 64001003563,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-9 * H-25(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 660,\n            \"sellingPrice\": 660,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 451,\n            \"batchVariantName\": \"Fleur Candle DULL GOLD D-9 * H-25(cm)_61006633001_MRP_580\",\n            \"productID\": 6734,\n            \"variantID\": 6734,\n            \"productName\": \"Fleur Candle DULL GOLD D-9 * H-25(cm)\",\n            \"variantName\": \"D-9 * H-25(cm)\",\n            \"barcode\": 64001003563,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-9 * H-25(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 452,\n            \"batchVariantName\": \"Celia Candle Hold Olive D-9 * H-25(cm)_61006634001_MRP_660.0000\",\n            \"productID\": 6736,\n            \"variantID\": 6736,\n            \"productName\": \"Celia Candle Hold Olive D-9 * H-25(cm)\",\n            \"variantName\": \"D-9 * H-25(cm)\",\n            \"barcode\": 64001003565,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-9 * H-25(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 660,\n            \"sellingPrice\": 660,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 453,\n            \"batchVariantName\": \"Celia Candle Hold Olive D-9 * H-25(cm)_61006634001_MRP_580\",\n            \"productID\": 6736,\n            \"variantID\": 6736,\n            \"productName\": \"Celia Candle Hold Olive D-9 * H-25(cm)\",\n            \"variantName\": \"D-9 * H-25(cm)\",\n            \"barcode\": 64001003565,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-9 * H-25(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 454,\n            \"batchVariantName\": \"Fleur Candle Hol Purple D-9 * H-25(cm)_61006635001_MRP_660.0000\",\n            \"productID\": 6735,\n            \"variantID\": 6735,\n            \"productName\": \"Fleur Candle Hol Purple D-9 * H-25(cm)\",\n            \"variantName\": \"D-9 * H-25(cm)\",\n            \"barcode\": 64001003564,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-9 * H-25(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 660,\n            \"sellingPrice\": 660,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 455,\n            \"batchVariantName\": \"Fleur Candle Hol Purple D-9 * H-25(cm)_61006635001_MRP_580\",\n            \"productID\": 6735,\n            \"variantID\": 6735,\n            \"productName\": \"Fleur Candle Hol Purple D-9 * H-25(cm)\",\n            \"variantName\": \"D-9 * H-25(cm)\",\n            \"barcode\": 64001003564,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-9 * H-25(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 456,\n            \"batchVariantName\": \"Celia Candle Holder Red D-9 * H-25(cm)_61006636001_MRP_660.0000\",\n            \"productID\": 6733,\n            \"variantID\": 6733,\n            \"productName\": \"Celia Candle Holder Red D-9 * H-25(cm)\",\n            \"variantName\": \"D-9 * H-25(cm)\",\n            \"barcode\": 64001003562,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-9 * H-25(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 660,\n            \"sellingPrice\": 660,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 457,\n            \"batchVariantName\": \"Celia Candle Holder Red D-9 * H-25(cm)_61006636001_MRP_580\",\n            \"productID\": 6733,\n            \"variantID\": 6733,\n            \"productName\": \"Celia Candle Holder Red D-9 * H-25(cm)\",\n            \"variantName\": \"D-9 * H-25(cm)\",\n            \"barcode\": 64001003562,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-9 * H-25(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 580,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 458,\n            \"batchVariantName\": \"Pot Tumbo Black S-22*H-20(cm)_61006674001_MRP_1600.0000\",\n            \"productID\": 6676,\n            \"variantID\": 6676,\n            \"productName\": \"Pot Tumbo Black S-22*H-20(cm)\",\n            \"variantName\": \"S-22*H-20(cm)\",\n            \"barcode\": 64001003497,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-22*H-20(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1370,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 459,\n            \"batchVariantName\": \"Pot Tumbo Black S-22*H-20(cm)_61006674001_MRP_1230\",\n            \"productID\": 6676,\n            \"variantID\": 6676,\n            \"productName\": \"Pot Tumbo Black S-22*H-20(cm)\",\n            \"variantName\": \"S-22*H-20(cm)\",\n            \"barcode\": 64001003497,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-22*H-20(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1370,\n            \"MRP\": 1230,\n            \"sellingPrice\": 1230,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 460,\n            \"batchVariantName\": \"Pot Tumbo Black S-22*H-20(cm)_61006674001_MRP_1600.0000\",\n            \"productID\": 6676,\n            \"variantID\": 6676,\n            \"productName\": \"Pot Tumbo Black S-22*H-20(cm)\",\n            \"variantName\": \"S-22*H-20(cm)\",\n            \"barcode\": 64001003497,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-22*H-20(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1370,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 461,\n            \"batchVariantName\": \"Pot Tumbo Black S-22*H-20(cm)_61006674001_MRP_1370\",\n            \"productID\": 6676,\n            \"variantID\": 6676,\n            \"productName\": \"Pot Tumbo Black S-22*H-20(cm)\",\n            \"variantName\": \"S-22*H-20(cm)\",\n            \"barcode\": 64001003497,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-22*H-20(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1370,\n            \"MRP\": 1370,\n            \"sellingPrice\": 1370,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 462,\n            \"batchVariantName\": \"Pot Tumbo Granite S-22*H-20(cm)_61006675001_MRP_1600.0000\",\n            \"productID\": 6677,\n            \"variantID\": 6677,\n            \"productName\": \"Pot Tumbo Granite S-22*H-20(cm)\",\n            \"variantName\": \"S-22*H-20(cm)\",\n            \"barcode\": 64001003498,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-22*H-20(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1370,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 463,\n            \"batchVariantName\": \"Pot Tumbo Granite S-22*H-20(cm)_61006675001_MRP_1230\",\n            \"productID\": 6677,\n            \"variantID\": 6677,\n            \"productName\": \"Pot Tumbo Granite S-22*H-20(cm)\",\n            \"variantName\": \"S-22*H-20(cm)\",\n            \"barcode\": 64001003498,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-22*H-20(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1370,\n            \"MRP\": 1230,\n            \"sellingPrice\": 1230,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 464,\n            \"batchVariantName\": \"Pot Tumbo Granite S-22*H-20(cm)_61006675001_MRP_1600.0000\",\n            \"productID\": 6677,\n            \"variantID\": 6677,\n            \"productName\": \"Pot Tumbo Granite S-22*H-20(cm)\",\n            \"variantName\": \"S-22*H-20(cm)\",\n            \"barcode\": 64001003498,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-22*H-20(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1370,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 465,\n            \"batchVariantName\": \"Pot Tumbo Granite S-22*H-20(cm)_61006675001_MRP_1370\",\n            \"productID\": 6677,\n            \"variantID\": 6677,\n            \"productName\": \"Pot Tumbo Granite S-22*H-20(cm)\",\n            \"variantName\": \"S-22*H-20(cm)\",\n            \"barcode\": 64001003498,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-22*H-20(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1370,\n            \"MRP\": 1370,\n            \"sellingPrice\": 1370,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 466,\n            \"batchVariantName\": \"Pot Bau Granite D-42*H-50(cm)_61006676001_MRP_6500.0000\",\n            \"productID\": 6679,\n            \"variantID\": 6679,\n            \"productName\": \"Pot Bau Granite D-42*H-50(cm)\",\n            \"variantName\": \"D-42*H-50(cm)\",\n            \"barcode\": 64001003500,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-42*H-50(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5040,\n            \"MRP\": 6500,\n            \"sellingPrice\": 6500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 467,\n            \"batchVariantName\": \"Pot Bau Granite D-42*H-50(cm)_61006676001_MRP_4100\",\n            \"productID\": 6679,\n            \"variantID\": 6679,\n            \"productName\": \"Pot Bau Granite D-42*H-50(cm)\",\n            \"variantName\": \"D-42*H-50(cm)\",\n            \"barcode\": 64001003500,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-42*H-50(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5040,\n            \"MRP\": 4100,\n            \"sellingPrice\": 4100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 468,\n            \"batchVariantName\": \"Pot Bau Granite D-42*H-50(cm)_61006676001_MRP_6500.0000\",\n            \"productID\": 6679,\n            \"variantID\": 6679,\n            \"productName\": \"Pot Bau Granite D-42*H-50(cm)\",\n            \"variantName\": \"D-42*H-50(cm)\",\n            \"barcode\": 64001003500,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-42*H-50(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5040,\n            \"MRP\": 6500,\n            \"sellingPrice\": 6500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 469,\n            \"batchVariantName\": \"Pot Bau Granite D-42*H-50(cm)_61006676001_MRP_5040\",\n            \"productID\": 6679,\n            \"variantID\": 6679,\n            \"productName\": \"Pot Bau Granite D-42*H-50(cm)\",\n            \"variantName\": \"D-42*H-50(cm)\",\n            \"barcode\": 64001003500,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-42*H-50(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5040,\n            \"MRP\": 5040,\n            \"sellingPrice\": 5040,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 470,\n            \"batchVariantName\": \"Pot Bau Granite D-52*H-62(cm)_61006677001_MRP_10500.0000\",\n            \"productID\": 6678,\n            \"variantID\": 6678,\n            \"productName\": \"Pot Bau Granite D-52*H-62(cm)\",\n            \"variantName\": \"D-52*H-62(cm)\",\n            \"barcode\": 64001003499,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-52*H-62(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7740,\n            \"MRP\": 10500,\n            \"sellingPrice\": 10500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 471,\n            \"batchVariantName\": \"Pot Bau Granite D-52*H-62(cm)_61006677001_MRP_6100\",\n            \"productID\": 6678,\n            \"variantID\": 6678,\n            \"productName\": \"Pot Bau Granite D-52*H-62(cm)\",\n            \"variantName\": \"D-52*H-62(cm)\",\n            \"barcode\": 64001003499,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-52*H-62(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7740,\n            \"MRP\": 6100,\n            \"sellingPrice\": 6100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 472,\n            \"batchVariantName\": \"Pot Bau Granite D-52*H-62(cm)_61006677001_MRP_10500.0000\",\n            \"productID\": 6678,\n            \"variantID\": 6678,\n            \"productName\": \"Pot Bau Granite D-52*H-62(cm)\",\n            \"variantName\": \"D-52*H-62(cm)\",\n            \"barcode\": 64001003499,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-52*H-62(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7740,\n            \"MRP\": 10500,\n            \"sellingPrice\": 10500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 473,\n            \"batchVariantName\": \"Pot Bau Granite D-52*H-62(cm)_61006677001_MRP_7740\",\n            \"productID\": 6678,\n            \"variantID\": 6678,\n            \"productName\": \"Pot Bau Granite D-52*H-62(cm)\",\n            \"variantName\": \"D-52*H-62(cm)\",\n            \"barcode\": 64001003499,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D-52*H-62(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7740,\n            \"MRP\": 7740,\n            \"sellingPrice\": 7740,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 474,\n            \"batchVariantName\": \"Lisa single bookca DrkTk w 52.5d30h178_61007274001_MRP_22500.0000\",\n            \"productID\": 126,\n            \"variantID\": 126,\n            \"productName\": \"Lisa single bookca DrkTk w 52.5d30h178\",\n            \"variantName\": \"w 52.5d30h178\",\n            \"barcode\": 10047750,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"w 52.5d30h178\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 23200,\n            \"MRP\": 22500,\n            \"sellingPrice\": 22500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 475,\n            \"batchVariantName\": \"Lisa single bookca DrkTk w 52.5d30h178_61007274001_MRP_23200\",\n            \"productID\": 126,\n            \"variantID\": 126,\n            \"productName\": \"Lisa single bookca DrkTk w 52.5d30h178\",\n            \"variantName\": \"w 52.5d30h178\",\n            \"barcode\": 10047750,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"w 52.5d30h178\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 23200,\n            \"MRP\": 23200,\n            \"sellingPrice\": 23200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 476,\n            \"batchVariantName\": \"Slatted Bedside tabl Mhgny W50D40H44.5_61007280001_MRP_11500.0000\",\n            \"productID\": 127,\n            \"variantID\": 127,\n            \"productName\": \"Slatted Bedside tabl Mhgny W50D40H44.5\",\n            \"variantName\": \"W50D40H44.5\",\n            \"barcode\": 10047811,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"W50D40H44.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 12700,\n            \"MRP\": 11500,\n            \"sellingPrice\": 11500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 477,\n            \"batchVariantName\": \"Slatted Bedside tabl Mhgny W50D40H44.5_61007280001_MRP_12700\",\n            \"productID\": 127,\n            \"variantID\": 127,\n            \"productName\": \"Slatted Bedside tabl Mhgny W50D40H44.5\",\n            \"variantName\": \"W50D40H44.5\",\n            \"barcode\": 10047811,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"W50D40H44.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 12700,\n            \"MRP\": 12700,\n            \"sellingPrice\": 12700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 478,\n            \"batchVariantName\": \"Slatted coffee table(W.A Mhgny d120h45_61007281001_MRP_16500.0000\",\n            \"productID\": 128,\n            \"variantID\": 128,\n            \"productName\": \"Slatted coffee table(W.A Mhgny d120h45\",\n            \"variantName\": \"d120h45\",\n            \"barcode\": 10047828,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2807,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"d120h45\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 18700,\n            \"MRP\": 16500,\n            \"sellingPrice\": 16500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 479,\n            \"batchVariantName\": \"Slatted coffee table(W.A Mhgny d120h45_61007281001_MRP_18700\",\n            \"productID\": 128,\n            \"variantID\": 128,\n            \"productName\": \"Slatted coffee table(W.A Mhgny d120h45\",\n            \"variantName\": \"d120h45\",\n            \"barcode\": 10047828,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2807,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"d120h45\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 18700,\n            \"MRP\": 18700,\n            \"sellingPrice\": 18700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 480,\n            \"batchVariantName\": \"Jasmine Sugar Gloss pacific H - 8(cm)_61007538001_MRP_750.0000\",\n            \"productID\": 6857,\n            \"variantID\": 6857,\n            \"productName\": \"Jasmine Sugar Gloss pacific H - 8(cm)\",\n            \"variantName\": \"H - 8(cm)\",\n            \"barcode\": 64001003704,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 8(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 481,\n            \"batchVariantName\": \"Jasmine Sugar Gloss pacific H - 8(cm)_61007538001_MRP_590\",\n            \"productID\": 6857,\n            \"variantID\": 6857,\n            \"productName\": \"Jasmine Sugar Gloss pacific H - 8(cm)\",\n            \"variantName\": \"H - 8(cm)\",\n            \"barcode\": 64001003704,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 8(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 482,\n            \"batchVariantName\": \"Jasmine Sugar containe Olive H - 8(cm)_61007539001_MRP_750.0000\",\n            \"productID\": 6858,\n            \"variantID\": 6858,\n            \"productName\": \"Jasmine Sugar containe Olive H - 8(cm)\",\n            \"variantName\": \"H - 8(cm)\",\n            \"barcode\": 64001003705,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 8(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 483,\n            \"batchVariantName\": \"Jasmine Sugar containe Olive H - 8(cm)_61007539001_MRP_590\",\n            \"productID\": 6858,\n            \"variantID\": 6858,\n            \"productName\": \"Jasmine Sugar containe Olive H - 8(cm)\",\n            \"variantName\": \"H - 8(cm)\",\n            \"barcode\": 64001003705,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 8(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 484,\n            \"batchVariantName\": \"Jasmine Sugar con Brown/mink H - 8(cm)_61007541001_MRP_750.0000\",\n            \"productID\": 6860,\n            \"variantID\": 6860,\n            \"productName\": \"Jasmine Sugar con Brown/mink H - 8(cm)\",\n            \"variantName\": \"H - 8(cm)\",\n            \"barcode\": 64001003707,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 8(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 485,\n            \"batchVariantName\": \"Jasmine Sugar con Brown/mink H - 8(cm)_61007541001_MRP_590\",\n            \"productID\": 6860,\n            \"variantID\": 6860,\n            \"productName\": \"Jasmine Sugar con Brown/mink H - 8(cm)\",\n            \"variantName\": \"H - 8(cm)\",\n            \"barcode\": 64001003707,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 8(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 486,\n            \"batchVariantName\": \"Jasmine Sugar containe Ivory H - 8(cm)_61007542001_MRP_750.0000\",\n            \"productID\": 6861,\n            \"variantID\": 6861,\n            \"productName\": \"Jasmine Sugar containe Ivory H - 8(cm)\",\n            \"variantName\": \"H - 8(cm)\",\n            \"barcode\": 64001003708,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 8(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 487,\n            \"batchVariantName\": \"Jasmine Sugar containe Ivory H - 8(cm)_61007542001_MRP_590\",\n            \"productID\": 6861,\n            \"variantID\": 6861,\n            \"productName\": \"Jasmine Sugar containe Ivory H - 8(cm)\",\n            \"variantName\": \"H - 8(cm)\",\n            \"barcode\": 64001003708,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 8(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 488,\n            \"batchVariantName\": \"Simple Kept Gloss pacific H - 6.5(cm)_61007543001_MRP_850.0000\",\n            \"productID\": 6862,\n            \"variantID\": 6862,\n            \"productName\": \"Simple Kept Gloss pacific H - 6.5(cm)\",\n            \"variantName\": \"H - 6.5(cm)\",\n            \"barcode\": 64001003709,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 6.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 489,\n            \"batchVariantName\": \"Simple Kept Gloss pacific H - 6.5(cm)_61007543001_MRP_590\",\n            \"productID\": 6862,\n            \"variantID\": 6862,\n            \"productName\": \"Simple Kept Gloss pacific H - 6.5(cm)\",\n            \"variantName\": \"H - 6.5(cm)\",\n            \"barcode\": 64001003709,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 6.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 490,\n            \"batchVariantName\": \"Simple Kept Containe Olive H - 6.5(cm)_61007544001_MRP_850.0000\",\n            \"productID\": 6863,\n            \"variantID\": 6863,\n            \"productName\": \"Simple Kept Containe Olive H - 6.5(cm)\",\n            \"variantName\": \"H - 6.5(cm)\",\n            \"barcode\": 64001003710,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 6.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 491,\n            \"batchVariantName\": \"Simple Kept Containe Olive H - 6.5(cm)_61007544001_MRP_590\",\n            \"productID\": 6863,\n            \"variantID\": 6863,\n            \"productName\": \"Simple Kept Containe Olive H - 6.5(cm)\",\n            \"variantName\": \"H - 6.5(cm)\",\n            \"barcode\": 64001003710,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 6.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 492,\n            \"batchVariantName\": \"Simple Kept Con Brown/mink H - 6.5(cm)_61007546001_MRP_850.0000\",\n            \"productID\": 6865,\n            \"variantID\": 6865,\n            \"productName\": \"Simple Kept Con Brown/mink H - 6.5(cm)\",\n            \"variantName\": \"H - 6.5(cm)\",\n            \"barcode\": 64001003712,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:27:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 6.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 493,\n            \"batchVariantName\": \"Simple Kept Con Brown/mink H - 6.5(cm)_61007546001_MRP_590\",\n            \"productID\": 6865,\n            \"variantID\": 6865,\n            \"productName\": \"Simple Kept Con Brown/mink H - 6.5(cm)\",\n            \"variantName\": \"H - 6.5(cm)\",\n            \"barcode\": 64001003712,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 6.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 494,\n            \"batchVariantName\": \"Simple Kept Containe Ivory H - 6.5(cm)_61007547001_MRP_850.0000\",\n            \"productID\": 6866,\n            \"variantID\": 6866,\n            \"productName\": \"Simple Kept Containe Ivory H - 6.5(cm)\",\n            \"variantName\": \"H - 6.5(cm)\",\n            \"barcode\": 64001003713,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 6.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 495,\n            \"batchVariantName\": \"Simple Kept Containe Ivory H - 6.5(cm)_61007547001_MRP_590\",\n            \"productID\": 6866,\n            \"variantID\": 6866,\n            \"productName\": \"Simple Kept Containe Ivory H - 6.5(cm)\",\n            \"variantName\": \"H - 6.5(cm)\",\n            \"barcode\": 64001003713,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 6.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 496,\n            \"batchVariantName\": \"AR storage- Gloss pacific H - 12.5(cm)_61007548001_MRP_1400.0000\",\n            \"productID\": 6867,\n            \"variantID\": 6867,\n            \"productName\": \"AR storage- Gloss pacific H - 12.5(cm)\",\n            \"variantName\": \"H - 12.5(cm)\",\n            \"barcode\": 64001003714,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 12.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 497,\n            \"batchVariantName\": \"AR storage- Gloss pacific H - 12.5(cm)_61007548001_MRP_990\",\n            \"productID\": 6867,\n            \"variantID\": 6867,\n            \"productName\": \"AR storage- Gloss pacific H - 12.5(cm)\",\n            \"variantName\": \"H - 12.5(cm)\",\n            \"barcode\": 64001003714,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 12.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 498,\n            \"batchVariantName\": \"AR storage-w-lid (M Olive H - 12.5(cm)_61007549001_MRP_1400.0000\",\n            \"productID\": 6868,\n            \"variantID\": 6868,\n            \"productName\": \"AR storage-w-lid (M Olive H - 12.5(cm)\",\n            \"variantName\": \"H - 12.5(cm)\",\n            \"barcode\": 64001003715,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 12.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 499,\n            \"batchVariantName\": \"AR storage-w-lid (M Olive H - 12.5(cm)_61007549001_MRP_990\",\n            \"productID\": 6868,\n            \"variantID\": 6868,\n            \"productName\": \"AR storage-w-lid (M Olive H - 12.5(cm)\",\n            \"variantName\": \"H - 12.5(cm)\",\n            \"barcode\": 64001003715,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 12.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 500,\n            \"batchVariantName\": \"AR storage-w-l Brown/mink H - 12.5(cm)_61007551001_MRP_1400.0000\",\n            \"productID\": 6870,\n            \"variantID\": 6870,\n            \"productName\": \"AR storage-w-l Brown/mink H - 12.5(cm)\",\n            \"variantName\": \"H - 12.5(cm)\",\n            \"barcode\": 64001003717,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 12.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 501,\n            \"batchVariantName\": \"AR storage-w-l Brown/mink H - 12.5(cm)_61007551001_MRP_990\",\n            \"productID\": 6870,\n            \"variantID\": 6870,\n            \"productName\": \"AR storage-w-l Brown/mink H - 12.5(cm)\",\n            \"variantName\": \"H - 12.5(cm)\",\n            \"barcode\": 64001003717,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 12.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 502,\n            \"batchVariantName\": \"AR storage-w-lid (M Ivory H - 12.5(cm)_61007552001_MRP_1400.0000\",\n            \"productID\": 6871,\n            \"variantID\": 6871,\n            \"productName\": \"AR storage-w-lid (M Ivory H - 12.5(cm)\",\n            \"variantName\": \"H - 12.5(cm)\",\n            \"barcode\": 64001003718,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 12.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 503,\n            \"batchVariantName\": \"AR storage-w-lid (M Ivory H - 12.5(cm)_61007552001_MRP_990\",\n            \"productID\": 6871,\n            \"variantID\": 6871,\n            \"productName\": \"AR storage-w-lid (M Ivory H - 12.5(cm)\",\n            \"variantName\": \"H - 12.5(cm)\",\n            \"barcode\": 64001003718,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 12.5(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 504,\n            \"batchVariantName\": \"Simple Kept Co Gloss pacific H - 7(cm)_61007553001_MRP_1300.0000\",\n            \"productID\": 6872,\n            \"variantID\": 6872,\n            \"productName\": \"Simple Kept Co Gloss pacific H - 7(cm)\",\n            \"variantName\": \"H - 7(cm)\",\n            \"barcode\": 64001003719,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 7(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 720,\n            \"MRP\": 1300,\n            \"sellingPrice\": 1300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 505,\n            \"batchVariantName\": \"Simple Kept Co Gloss pacific H - 7(cm)_61007553001_MRP_720\",\n            \"productID\": 6872,\n            \"variantID\": 6872,\n            \"productName\": \"Simple Kept Co Gloss pacific H - 7(cm)\",\n            \"variantName\": \"H - 7(cm)\",\n            \"barcode\": 64001003719,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 7(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 720,\n            \"MRP\": 720,\n            \"sellingPrice\": 720,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 506,\n            \"batchVariantName\": \"Simple Kept Conatiner- Olive H - 7(cm)_61007554001_MRP_1300.0000\",\n            \"productID\": 6873,\n            \"variantID\": 6873,\n            \"productName\": \"Simple Kept Conatiner- Olive H - 7(cm)\",\n            \"variantName\": \"H - 7(cm)\",\n            \"barcode\": 64001003720,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 7(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 720,\n            \"MRP\": 1300,\n            \"sellingPrice\": 1300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 507,\n            \"batchVariantName\": \"Simple Kept Conatiner- Olive H - 7(cm)_61007554001_MRP_720\",\n            \"productID\": 6873,\n            \"variantID\": 6873,\n            \"productName\": \"Simple Kept Conatiner- Olive H - 7(cm)\",\n            \"variantName\": \"H - 7(cm)\",\n            \"barcode\": 64001003720,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 7(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 720,\n            \"MRP\": 720,\n            \"sellingPrice\": 720,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 508,\n            \"batchVariantName\": \"Simple Kept Conat Brown/mink H - 7(cm)_61007556001_MRP_1300.0000\",\n            \"productID\": 6875,\n            \"variantID\": 6875,\n            \"productName\": \"Simple Kept Conat Brown/mink H - 7(cm)\",\n            \"variantName\": \"H - 7(cm)\",\n            \"barcode\": 64001003722,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 7(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 720,\n            \"MRP\": 1300,\n            \"sellingPrice\": 1300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 509,\n            \"batchVariantName\": \"Simple Kept Conat Brown/mink H - 7(cm)_61007556001_MRP_720\",\n            \"productID\": 6875,\n            \"variantID\": 6875,\n            \"productName\": \"Simple Kept Conat Brown/mink H - 7(cm)\",\n            \"variantName\": \"H - 7(cm)\",\n            \"barcode\": 64001003722,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 7(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 720,\n            \"MRP\": 720,\n            \"sellingPrice\": 720,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 510,\n            \"batchVariantName\": \"Simple Kept Conatiner- Ivory H - 7(cm)_61007557001_MRP_1300.0000\",\n            \"productID\": 6876,\n            \"variantID\": 6876,\n            \"productName\": \"Simple Kept Conatiner- Ivory H - 7(cm)\",\n            \"variantName\": \"H - 7(cm)\",\n            \"barcode\": 64001003723,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 7(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 720,\n            \"MRP\": 1300,\n            \"sellingPrice\": 1300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 511,\n            \"batchVariantName\": \"Simple Kept Conatiner- Ivory H - 7(cm)_61007557001_MRP_720\",\n            \"productID\": 6876,\n            \"variantID\": 6876,\n            \"productName\": \"Simple Kept Conatiner- Ivory H - 7(cm)\",\n            \"variantName\": \"H - 7(cm)\",\n            \"barcode\": 64001003723,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H - 7(cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 720,\n            \"MRP\": 720,\n            \"sellingPrice\": 720,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 512,\n            \"batchVariantName\": \"Lather Bar Unit Brown/Capp. ._61007760001_MRP_35000.0000\",\n            \"productID\": 147,\n            \"variantID\": 147,\n            \"productName\": \"Lather Bar Unit Brown/Capp. .\",\n            \"variantName\": \".\",\n            \"barcode\": 10059135,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2808,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 42000,\n            \"MRP\": 35000,\n            \"sellingPrice\": 35000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 513,\n            \"batchVariantName\": \"Lather Bar Unit Brown/Capp. ._61007760001_MRP_42000\",\n            \"productID\": 147,\n            \"variantID\": 147,\n            \"productName\": \"Lather Bar Unit Brown/Capp. .\",\n            \"variantName\": \".\",\n            \"barcode\": 10059135,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2808,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 42000,\n            \"MRP\": 42000,\n            \"sellingPrice\": 42000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 514,\n            \"batchVariantName\": \"Textur Olive D - 3  x  H - 2.75 (Inch)_61008350001_MRP_380.0000\",\n            \"productID\": 7185,\n            \"variantID\": 7185,\n            \"productName\": \"Textur Olive D - 3  x  H - 2.75 (Inch)\",\n            \"variantName\": \"D - 3  x  H - 2.75 (Inch)\",\n            \"barcode\": 64001004192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 3  x  H - 2.75 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 380,\n            \"sellingPrice\": 380,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 515,\n            \"batchVariantName\": \"Textur Olive D - 3  x  H - 2.75 (Inch)_61008350001_MRP_350\",\n            \"productID\": 7185,\n            \"variantID\": 7185,\n            \"productName\": \"Textur Olive D - 3  x  H - 2.75 (Inch)\",\n            \"variantName\": \"D - 3  x  H - 2.75 (Inch)\",\n            \"barcode\": 64001004192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 3  x  H - 2.75 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 516,\n            \"batchVariantName\": \"Textured Olive D - 3  x  H - 4 (Inch)_61008356001_MRP_550.0000\",\n            \"productID\": 7191,\n            \"variantID\": 7191,\n            \"productName\": \"Textured Olive D - 3  x  H - 4 (Inch)\",\n            \"variantName\": \"D - 3  x  H - 4 (Inch)\",\n            \"barcode\": 64001004198,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 3  x  H - 4 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 520,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 517,\n            \"batchVariantName\": \"Textured Olive D - 3  x  H - 4 (Inch)_61008356001_MRP_520\",\n            \"productID\": 7191,\n            \"variantID\": 7191,\n            \"productName\": \"Textured Olive D - 3  x  H - 4 (Inch)\",\n            \"variantName\": \"D - 3  x  H - 4 (Inch)\",\n            \"barcode\": 64001004198,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 3  x  H - 4 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 520,\n            \"MRP\": 520,\n            \"sellingPrice\": 520,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 518,\n            \"batchVariantName\": \"CRPT FLR SMALL BRAID CHOCOLATE. 5X8 FT_61008399001_MRP_14500.0000\",\n            \"productID\": 219,\n            \"variantID\": 219,\n            \"productName\": \"CRPT FLR SMALL BRAID CHOCOLATE. 5X8 FT\",\n            \"variantName\": \"5X8 FT\",\n            \"barcode\": 10064696,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5X8 FT\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 13800,\n            \"MRP\": 14500,\n            \"sellingPrice\": 14500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 519,\n            \"batchVariantName\": \"CRPT FLR SMALL BRAID CHOCOLATE. 5X8 FT_61008399001_MRP_13800\",\n            \"productID\": 219,\n            \"variantID\": 219,\n            \"productName\": \"CRPT FLR SMALL BRAID CHOCOLATE. 5X8 FT\",\n            \"variantName\": \"5X8 FT\",\n            \"barcode\": 10064696,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5X8 FT\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 13800,\n            \"MRP\": 13800,\n            \"sellingPrice\": 13800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 520,\n            \"batchVariantName\": \"CRPT FLR CIRCLES (1 PC) PLUM. 5X8 FT_61008405001_MRP_22000.0000\",\n            \"productID\": 220,\n            \"variantID\": 220,\n            \"productName\": \"CRPT FLR CIRCLES (1 PC) PLUM. 5X8 FT\",\n            \"variantName\": \"5X8 FT\",\n            \"barcode\": 10064757,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5X8 FT\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 26800,\n            \"MRP\": 22000,\n            \"sellingPrice\": 22000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 521,\n            \"batchVariantName\": \"CRPT FLR CIRCLES (1 PC) PLUM. 5X8 FT_61008405001_MRP_26800\",\n            \"productID\": 220,\n            \"variantID\": 220,\n            \"productName\": \"CRPT FLR CIRCLES (1 PC) PLUM. 5X8 FT\",\n            \"variantName\": \"5X8 FT\",\n            \"barcode\": 10064757,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5X8 FT\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 26800,\n            \"MRP\": 26800,\n            \"sellingPrice\": 26800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 522,\n            \"batchVariantName\": \"Fretwork Rectangle mirror A.GOLD ._61009192001_MRP_8050.0000\",\n            \"productID\": 243,\n            \"variantID\": 243,\n            \"productName\": \"Fretwork Rectangle mirror A.GOLD .\",\n            \"variantName\": \".\",\n            \"barcode\": 10076200,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 10500,\n            \"MRP\": 8050,\n            \"sellingPrice\": 8050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 523,\n            \"batchVariantName\": \"Fretwork Rectangle mirror A.GOLD ._61009192001_MRP_10500\",\n            \"productID\": 243,\n            \"variantID\": 243,\n            \"productName\": \"Fretwork Rectangle mirror A.GOLD .\",\n            \"variantName\": \".\",\n            \"barcode\": 10076200,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 10500,\n            \"MRP\": 10500,\n            \"sellingPrice\": 10500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 524,\n            \"batchVariantName\": \"Fretwork Square mirror A.GOLD ._61009193001_MRP_10500.0000\",\n            \"productID\": 244,\n            \"variantID\": 244,\n            \"productName\": \"Fretwork Square mirror A.GOLD .\",\n            \"variantName\": \".\",\n            \"barcode\": 10076217,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 8050,\n            \"MRP\": 10500,\n            \"sellingPrice\": 10500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 525,\n            \"batchVariantName\": \"Fretwork Square mirror A.GOLD ._61009193001_MRP_8050\",\n            \"productID\": 244,\n            \"variantID\": 244,\n            \"productName\": \"Fretwork Square mirror A.GOLD .\",\n            \"variantName\": \".\",\n            \"barcode\": 10076217,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 8050,\n            \"MRP\": 8050,\n            \"sellingPrice\": 8050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 526,\n            \"batchVariantName\": \"Hydria Vase ( Black/Lusture H = 7 inch_61009505001_MRP_370.0000\",\n            \"productID\": 347,\n            \"variantID\": 347,\n            \"productName\": \"Hydria Vase ( Black/Lusture H = 7 inch\",\n            \"variantName\": \"H = 7 inch\",\n            \"barcode\": 10122365,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H = 7 inch\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1000,\n            \"MRP\": 370,\n            \"sellingPrice\": 370,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 527,\n            \"batchVariantName\": \"Hydria Vase ( Black/Lusture H = 7 inch_61009505001_MRP_1000\",\n            \"productID\": 347,\n            \"variantID\": 347,\n            \"productName\": \"Hydria Vase ( Black/Lusture H = 7 inch\",\n            \"variantName\": \"H = 7 inch\",\n            \"barcode\": 10122365,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H = 7 inch\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1000,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 528,\n            \"batchVariantName\": \"Amira P - Frame Gold S - 8x10 (Inch)_61009509001_MRP_2150.0000\",\n            \"productID\": 350,\n            \"variantID\": 350,\n            \"productName\": \"Amira P - Frame Gold S - 8x10 (Inch)\",\n            \"variantName\": \"S - 8x10 (Inch)\",\n            \"barcode\": 10122471,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 8x10 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1480,\n            \"MRP\": 2150,\n            \"sellingPrice\": 2150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 529,\n            \"batchVariantName\": \"Amira P - Frame Gold S - 8x10 (Inch)_61009509001_MRP_1480\",\n            \"productID\": 350,\n            \"variantID\": 350,\n            \"productName\": \"Amira P - Frame Gold S - 8x10 (Inch)\",\n            \"variantName\": \"S - 8x10 (Inch)\",\n            \"barcode\": 10122471,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 8x10 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1480,\n            \"MRP\": 1480,\n            \"sellingPrice\": 1480,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 530,\n            \"batchVariantName\": \"Amira P - Frame Gold S - 5x7 (Inch)_61009510001_MRP_1650.0000\",\n            \"productID\": 351,\n            \"variantID\": 351,\n            \"productName\": \"Amira P - Frame Gold S - 5x7 (Inch)\",\n            \"variantName\": \"S - 5x7 (Inch)\",\n            \"barcode\": 10122488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 5x7 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1140,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 531,\n            \"batchVariantName\": \"Amira P - Frame Gold S - 5x7 (Inch)_61009510001_MRP_1140\",\n            \"productID\": 351,\n            \"variantID\": 351,\n            \"productName\": \"Amira P - Frame Gold S - 5x7 (Inch)\",\n            \"variantName\": \"S - 5x7 (Inch)\",\n            \"barcode\": 10122488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 5x7 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1140,\n            \"MRP\": 1140,\n            \"sellingPrice\": 1140,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 532,\n            \"batchVariantName\": \"Lina P - Frame Gold S - 4x6 (Inch)_61009511001_MRP_899.0000\",\n            \"productID\": 352,\n            \"variantID\": 352,\n            \"productName\": \"Lina P - Frame Gold S - 4x6 (Inch)\",\n            \"variantName\": \"S - 4x6 (Inch)\",\n            \"barcode\": 10122495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4x6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 533,\n            \"batchVariantName\": \"Lina P - Frame Gold S - 4x6 (Inch)_61009511001_MRP_450\",\n            \"productID\": 352,\n            \"variantID\": 352,\n            \"productName\": \"Lina P - Frame Gold S - 4x6 (Inch)\",\n            \"variantName\": \"S - 4x6 (Inch)\",\n            \"barcode\": 10122495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4x6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 534,\n            \"batchVariantName\": \"Lina P - Frame Gold S - 4x6 (Inch)_61009511001_MRP_899.0000\",\n            \"productID\": 352,\n            \"variantID\": 352,\n            \"productName\": \"Lina P - Frame Gold S - 4x6 (Inch)\",\n            \"variantName\": \"S - 4x6 (Inch)\",\n            \"barcode\": 10122495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4x6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 535,\n            \"batchVariantName\": \"Lina P - Frame Gold S - 4x6 (Inch)_61009511001_MRP_700\",\n            \"productID\": 352,\n            \"variantID\": 352,\n            \"productName\": \"Lina P - Frame Gold S - 4x6 (Inch)\",\n            \"variantName\": \"S - 4x6 (Inch)\",\n            \"barcode\": 10122495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4x6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 536,\n            \"batchVariantName\": \"Lina P - Frame Gold S - 5x7 (Inch)_61009512001_MRP_1099.0000\",\n            \"productID\": 353,\n            \"variantID\": 353,\n            \"productName\": \"Lina P - Frame Gold S - 5x7 (Inch)\",\n            \"variantName\": \"S - 5x7 (Inch)\",\n            \"barcode\": 10122501,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 5x7 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 1099,\n            \"sellingPrice\": 1099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 537,\n            \"batchVariantName\": \"Lina P - Frame Gold S - 5x7 (Inch)_61009512001_MRP_600\",\n            \"productID\": 353,\n            \"variantID\": 353,\n            \"productName\": \"Lina P - Frame Gold S - 5x7 (Inch)\",\n            \"variantName\": \"S - 5x7 (Inch)\",\n            \"barcode\": 10122501,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 5x7 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 538,\n            \"batchVariantName\": \"Lina P - Frame Gold S - 5x7 (Inch)_61009512001_MRP_1099.0000\",\n            \"productID\": 353,\n            \"variantID\": 353,\n            \"productName\": \"Lina P - Frame Gold S - 5x7 (Inch)\",\n            \"variantName\": \"S - 5x7 (Inch)\",\n            \"barcode\": 10122501,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 5x7 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 1099,\n            \"sellingPrice\": 1099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 539,\n            \"batchVariantName\": \"Lina P - Frame Gold S - 5x7 (Inch)_61009512001_MRP_950\",\n            \"productID\": 353,\n            \"variantID\": 353,\n            \"productName\": \"Lina P - Frame Gold S - 5x7 (Inch)\",\n            \"variantName\": \"S - 5x7 (Inch)\",\n            \"barcode\": 10122501,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 5x7 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 540,\n            \"batchVariantName\": \"Dynam P - Frame Gold S - 8x10 (Inch)_61009514001_MRP_1250.0000\",\n            \"productID\": 355,\n            \"variantID\": 355,\n            \"productName\": \"Dynam P - Frame Gold S - 8x10 (Inch)\",\n            \"variantName\": \"S - 8x10 (Inch)\",\n            \"barcode\": 10122525,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 8x10 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1190,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 541,\n            \"batchVariantName\": \"Dynam P - Frame Gold S - 8x10 (Inch)_61009514001_MRP_1190\",\n            \"productID\": 355,\n            \"variantID\": 355,\n            \"productName\": \"Dynam P - Frame Gold S - 8x10 (Inch)\",\n            \"variantName\": \"S - 8x10 (Inch)\",\n            \"barcode\": 10122525,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 8x10 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1190,\n            \"MRP\": 1190,\n            \"sellingPrice\": 1190,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 542,\n            \"batchVariantName\": \"Diamond Wine Clear S - D8.7*H16.5 (CM)_61009521001_MRP_290.0000\",\n            \"productID\": 362,\n            \"variantID\": 362,\n            \"productName\": \"Diamond Wine Clear S - D8.7*H16.5 (CM)\",\n            \"variantName\": \"S - D8.7*H16.5 (CM)\",\n            \"barcode\": 10122594,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - D8.7*H16.5 (CM)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 240,\n            \"MRP\": 290,\n            \"sellingPrice\": 290,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 543,\n            \"batchVariantName\": \"Diamond Wine Clear S - D8.7*H16.5 (CM)_61009521001_MRP_240\",\n            \"productID\": 362,\n            \"variantID\": 362,\n            \"productName\": \"Diamond Wine Clear S - D8.7*H16.5 (CM)\",\n            \"variantName\": \"S - D8.7*H16.5 (CM)\",\n            \"barcode\": 10122594,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - D8.7*H16.5 (CM)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 240,\n            \"MRP\": 240,\n            \"sellingPrice\": 240,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 544,\n            \"batchVariantName\": \"Diamond Tumbl Clear S - D8.4*H9.8 (CM)_61009523001_MRP_230.0000\",\n            \"productID\": 364,\n            \"variantID\": 364,\n            \"productName\": \"Diamond Tumbl Clear S - D8.4*H9.8 (CM)\",\n            \"variantName\": \"S - D8.4*H9.8 (CM)\",\n            \"barcode\": 10122617,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - D8.4*H9.8 (CM)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 210,\n            \"MRP\": 230,\n            \"sellingPrice\": 230,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 545,\n            \"batchVariantName\": \"Diamond Tumbl Clear S - D8.4*H9.8 (CM)_61009523001_MRP_210\",\n            \"productID\": 364,\n            \"variantID\": 364,\n            \"productName\": \"Diamond Tumbl Clear S - D8.4*H9.8 (CM)\",\n            \"variantName\": \"S - D8.4*H9.8 (CM)\",\n            \"barcode\": 10122617,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - D8.4*H9.8 (CM)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 210,\n            \"MRP\": 210,\n            \"sellingPrice\": 210,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 546,\n            \"batchVariantName\": \"Ananda Budhha Gold S - 10 (cm)_61009610001_MRP_300.0000\",\n            \"productID\": 385,\n            \"variantID\": 385,\n            \"productName\": \"Ananda Budhha Gold S - 10 (cm)\",\n            \"variantName\": \"S - 10 (cm)\",\n            \"barcode\": 10124161,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 10 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 547,\n            \"batchVariantName\": \"Ananda Budhha Gold S - 10 (cm)_61009610001_MRP_230\",\n            \"productID\": 385,\n            \"variantID\": 385,\n            \"productName\": \"Ananda Budhha Gold S - 10 (cm)\",\n            \"variantName\": \"S - 10 (cm)\",\n            \"barcode\": 10124161,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 10 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 230,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 548,\n            \"batchVariantName\": \"Aniruddha Budhha Gold S - 10 (cm)_61009611001_MRP_300.0000\",\n            \"productID\": 386,\n            \"variantID\": 386,\n            \"productName\": \"Aniruddha Budhha Gold S - 10 (cm)\",\n            \"variantName\": \"S - 10 (cm)\",\n            \"barcode\": 10124178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 10 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 230,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 549,\n            \"batchVariantName\": \"Aniruddha Budhha Gold S - 10 (cm)_61009611001_MRP_230\",\n            \"productID\": 386,\n            \"variantID\": 386,\n            \"productName\": \"Aniruddha Budhha Gold S - 10 (cm)\",\n            \"variantName\": \"S - 10 (cm)\",\n            \"barcode\": 10124178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 10 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 230,\n            \"MRP\": 230,\n            \"sellingPrice\": 230,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 550,\n            \"batchVariantName\": \"Budhha Head Statue Gold S - 20 (cm)_61009614001_MRP_540.0000\",\n            \"productID\": 389,\n            \"variantID\": 389,\n            \"productName\": \"Budhha Head Statue Gold S - 20 (cm)\",\n            \"variantName\": \"S - 20 (cm)\",\n            \"barcode\": 10124208,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 20 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 500,\n            \"MRP\": 540,\n            \"sellingPrice\": 540,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 551,\n            \"batchVariantName\": \"Budhha Head Statue Gold S - 20 (cm)_61009614001_MRP_500\",\n            \"productID\": 389,\n            \"variantID\": 389,\n            \"productName\": \"Budhha Head Statue Gold S - 20 (cm)\",\n            \"variantName\": \"S - 20 (cm)\",\n            \"barcode\": 10124208,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 20 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 500,\n            \"MRP\": 500,\n            \"sellingPrice\": 500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 552,\n            \"batchVariantName\": \"Budhha Head Statue COPPER S - 20 (cm)_61009615001_MRP_540.0000\",\n            \"productID\": 390,\n            \"variantID\": 390,\n            \"productName\": \"Budhha Head Statue COPPER S - 20 (cm)\",\n            \"variantName\": \"S - 20 (cm)\",\n            \"barcode\": 10124215,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 20 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 500,\n            \"MRP\": 540,\n            \"sellingPrice\": 540,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 553,\n            \"batchVariantName\": \"Budhha Head Statue COPPER S - 20 (cm)_61009615001_MRP_500\",\n            \"productID\": 390,\n            \"variantID\": 390,\n            \"productName\": \"Budhha Head Statue COPPER S - 20 (cm)\",\n            \"variantName\": \"S - 20 (cm)\",\n            \"barcode\": 10124215,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 20 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 500,\n            \"MRP\": 500,\n            \"sellingPrice\": 500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 554,\n            \"batchVariantName\": \"Mesh Vase - L Gold S - 38 (cm)_61009627001_MRP_850.0000\",\n            \"productID\": 402,\n            \"variantID\": 402,\n            \"productName\": \"Mesh Vase - L Gold S - 38 (cm)\",\n            \"variantName\": \"S - 38 (cm)\",\n            \"barcode\": 10124338,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 38 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 790,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 555,\n            \"batchVariantName\": \"Mesh Vase - L Gold S - 38 (cm)_61009627001_MRP_790\",\n            \"productID\": 402,\n            \"variantID\": 402,\n            \"productName\": \"Mesh Vase - L Gold S - 38 (cm)\",\n            \"variantName\": \"S - 38 (cm)\",\n            \"barcode\": 10124338,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 38 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 790,\n            \"MRP\": 790,\n            \"sellingPrice\": 790,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 556,\n            \"batchVariantName\": \"Mesh Vase - S Gold S - 25 (cm)_61009628001_MRP_650.0000\",\n            \"productID\": 403,\n            \"variantID\": 403,\n            \"productName\": \"Mesh Vase - S Gold S - 25 (cm)\",\n            \"variantName\": \"S - 25 (cm)\",\n            \"barcode\": 10124345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 25 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 640,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 557,\n            \"batchVariantName\": \"Mesh Vase - S Gold S - 25 (cm)_61009628001_MRP_640\",\n            \"productID\": 403,\n            \"variantID\": 403,\n            \"productName\": \"Mesh Vase - S Gold S - 25 (cm)\",\n            \"variantName\": \"S - 25 (cm)\",\n            \"barcode\": 10124345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 25 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 640,\n            \"MRP\": 640,\n            \"sellingPrice\": 640,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 558,\n            \"batchVariantName\": \"Mesh P-Frame Gold S - 4 x 6 (inch)_61009630001_MRP_900.0000\",\n            \"productID\": 405,\n            \"variantID\": 405,\n            \"productName\": \"Mesh P-Frame Gold S - 4 x 6 (inch)\",\n            \"variantName\": \"S - 4 x 6 (inch)\",\n            \"barcode\": 10124369,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4 x 6 (inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 780,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 559,\n            \"batchVariantName\": \"Mesh P-Frame Gold S - 4 x 6 (inch)_61009630001_MRP_780\",\n            \"productID\": 405,\n            \"variantID\": 405,\n            \"productName\": \"Mesh P-Frame Gold S - 4 x 6 (inch)\",\n            \"variantName\": \"S - 4 x 6 (inch)\",\n            \"barcode\": 10124369,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4 x 6 (inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 780,\n            \"MRP\": 780,\n            \"sellingPrice\": 780,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 560,\n            \"batchVariantName\": \"Mesh Rectangular Plat Gold D - 32 (cm)_61009631001_MRP_920.0000\",\n            \"productID\": 406,\n            \"variantID\": 406,\n            \"productName\": \"Mesh Rectangular Plat Gold D - 32 (cm)\",\n            \"variantName\": \"D - 32 (cm)\",\n            \"barcode\": 10124376,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 32 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1180,\n            \"MRP\": 920,\n            \"sellingPrice\": 920,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 561,\n            \"batchVariantName\": \"Mesh Rectangular Plat Gold D - 32 (cm)_61009631001_MRP_1180\",\n            \"productID\": 406,\n            \"variantID\": 406,\n            \"productName\": \"Mesh Rectangular Plat Gold D - 32 (cm)\",\n            \"variantName\": \"D - 32 (cm)\",\n            \"barcode\": 10124376,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 32 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1180,\n            \"MRP\": 1180,\n            \"sellingPrice\": 1180,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 562,\n            \"batchVariantName\": \"Mesh Square Plate Gold D - 32 (cm)_61009632001_MRP_1180.0000\",\n            \"productID\": 407,\n            \"variantID\": 407,\n            \"productName\": \"Mesh Square Plate Gold D - 32 (cm)\",\n            \"variantName\": \"D - 32 (cm)\",\n            \"barcode\": 10124383,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 32 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 920,\n            \"MRP\": 1180,\n            \"sellingPrice\": 1180,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 563,\n            \"batchVariantName\": \"Mesh Square Plate Gold D - 32 (cm)_61009632001_MRP_920\",\n            \"productID\": 407,\n            \"variantID\": 407,\n            \"productName\": \"Mesh Square Plate Gold D - 32 (cm)\",\n            \"variantName\": \"D - 32 (cm)\",\n            \"barcode\": 10124383,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 32 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 920,\n            \"MRP\": 920,\n            \"sellingPrice\": 920,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 564,\n            \"batchVariantName\": \"Mesh Rectangular Pl Silver D - 32 (cm)_61009637001_MRP_920.0000\",\n            \"productID\": 412,\n            \"variantID\": 412,\n            \"productName\": \"Mesh Rectangular Pl Silver D - 32 (cm)\",\n            \"variantName\": \"D - 32 (cm)\",\n            \"barcode\": 10124437,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 32 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1180,\n            \"MRP\": 920,\n            \"sellingPrice\": 920,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 565,\n            \"batchVariantName\": \"Mesh Rectangular Pl Silver D - 32 (cm)_61009637001_MRP_1180\",\n            \"productID\": 412,\n            \"variantID\": 412,\n            \"productName\": \"Mesh Rectangular Pl Silver D - 32 (cm)\",\n            \"variantName\": \"D - 32 (cm)\",\n            \"barcode\": 10124437,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2806,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 32 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1180,\n            \"MRP\": 1180,\n            \"sellingPrice\": 1180,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 566,\n            \"batchVariantName\": \"Mesh Square Plate Silver D - 32 (cm)_61009638001_MRP_1180.0000\",\n            \"productID\": 413,\n            \"variantID\": 413,\n            \"productName\": \"Mesh Square Plate Silver D - 32 (cm)\",\n            \"variantName\": \"D - 32 (cm)\",\n            \"barcode\": 10124444,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 32 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 920,\n            \"MRP\": 1180,\n            \"sellingPrice\": 1180,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 567,\n            \"batchVariantName\": \"Mesh Square Plate Silver D - 32 (cm)_61009638001_MRP_920\",\n            \"productID\": 413,\n            \"variantID\": 413,\n            \"productName\": \"Mesh Square Plate Silver D - 32 (cm)\",\n            \"variantName\": \"D - 32 (cm)\",\n            \"barcode\": 10124444,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"D - 32 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 920,\n            \"MRP\": 920,\n            \"sellingPrice\": 920,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 568,\n            \"batchVariantName\": \"Corsage Deco Pot Gold S - 19 (cm)_61009650001_MRP_650.0000\",\n            \"productID\": 423,\n            \"variantID\": 423,\n            \"productName\": \"Corsage Deco Pot Gold S - 19 (cm)\",\n            \"variantName\": \"S - 19 (cm)\",\n            \"barcode\": 10124567,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 19 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 570,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 569,\n            \"batchVariantName\": \"Corsage Deco Pot Gold S - 19 (cm)_61009650001_MRP_570\",\n            \"productID\": 423,\n            \"variantID\": 423,\n            \"productName\": \"Corsage Deco Pot Gold S - 19 (cm)\",\n            \"variantName\": \"S - 19 (cm)\",\n            \"barcode\": 10124567,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 19 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 570,\n            \"MRP\": 570,\n            \"sellingPrice\": 570,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 570,\n            \"batchVariantName\": \"Corsage Deco Pot Gold S - 19 (cm)_61009651001_MRP_1300.0000\",\n            \"productID\": 424,\n            \"variantID\": 424,\n            \"productName\": \"Corsage Deco Pot Gold S - 19 (cm)\",\n            \"variantName\": \"S - 19 (cm)\",\n            \"barcode\": 10124574,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 19 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1120,\n            \"MRP\": 1300,\n            \"sellingPrice\": 1300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 571,\n            \"batchVariantName\": \"Corsage Deco Pot Gold S - 19 (cm)_61009651001_MRP_1120\",\n            \"productID\": 424,\n            \"variantID\": 424,\n            \"productName\": \"Corsage Deco Pot Gold S - 19 (cm)\",\n            \"variantName\": \"S - 19 (cm)\",\n            \"barcode\": 10124574,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 19 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1120,\n            \"MRP\": 1120,\n            \"sellingPrice\": 1120,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 572,\n            \"batchVariantName\": \"Ephesus-Sal Red Gold -Antq S - 30 (cm)_61009704001_MRP_2200.0000\",\n            \"productID\": 447,\n            \"variantID\": 447,\n            \"productName\": \"Ephesus-Sal Red Gold -Antq S - 30 (cm)\",\n            \"variantName\": \"S - 30 (cm)\",\n            \"barcode\": 10125113,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 30 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1940,\n            \"MRP\": 2200,\n            \"sellingPrice\": 2200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 573,\n            \"batchVariantName\": \"Ephesus-Sal Red Gold -Antq S - 30 (cm)_61009704001_MRP_1940\",\n            \"productID\": 447,\n            \"variantID\": 447,\n            \"productName\": \"Ephesus-Sal Red Gold -Antq S - 30 (cm)\",\n            \"variantName\": \"S - 30 (cm)\",\n            \"barcode\": 10125113,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 30 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1940,\n            \"MRP\": 1940,\n            \"sellingPrice\": 1940,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 574,\n            \"batchVariantName\": \"Penia- Bowl Red-Mtlc S - 16 (cm)_61009707001_MRP_400.0000\",\n            \"productID\": 450,\n            \"variantID\": 450,\n            \"productName\": \"Penia- Bowl Red-Mtlc S - 16 (cm)\",\n            \"variantName\": \"S - 16 (cm)\",\n            \"barcode\": 10125144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 16 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 380,\n            \"MRP\": 400,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 575,\n            \"batchVariantName\": \"Penia- Bowl Red-Mtlc S - 16 (cm)_61009707001_MRP_380\",\n            \"productID\": 450,\n            \"variantID\": 450,\n            \"productName\": \"Penia- Bowl Red-Mtlc S - 16 (cm)\",\n            \"variantName\": \"S - 16 (cm)\",\n            \"barcode\": 10125144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 16 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 380,\n            \"MRP\": 380,\n            \"sellingPrice\": 380,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 576,\n            \"batchVariantName\": \"Penia-Salad Plate Red-Mtlc S - 21 (cm)_61009708001_MRP_400.0000\",\n            \"productID\": 451,\n            \"variantID\": 451,\n            \"productName\": \"Penia-Salad Plate Red-Mtlc S - 21 (cm)\",\n            \"variantName\": \"S - 21 (cm)\",\n            \"barcode\": 10125151,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 21 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 390,\n            \"MRP\": 400,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 577,\n            \"batchVariantName\": \"Penia-Salad Plate Red-Mtlc S - 21 (cm)_61009708001_MRP_390\",\n            \"productID\": 451,\n            \"variantID\": 451,\n            \"productName\": \"Penia-Salad Plate Red-Mtlc S - 21 (cm)\",\n            \"variantName\": \"S - 21 (cm)\",\n            \"barcode\": 10125151,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 21 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 390,\n            \"MRP\": 390,\n            \"sellingPrice\": 390,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 578,\n            \"batchVariantName\": \"Penia-Dinner Plat Red-Mtlc S - 27 (cm)_61009709001_MRP_600.0000\",\n            \"productID\": 452,\n            \"variantID\": 452,\n            \"productName\": \"Penia-Dinner Plat Red-Mtlc S - 27 (cm)\",\n            \"variantName\": \"S - 27 (cm)\",\n            \"barcode\": 10125168,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 27 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 540,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 579,\n            \"batchVariantName\": \"Penia-Dinner Plat Red-Mtlc S - 27 (cm)_61009709001_MRP_540\",\n            \"productID\": 452,\n            \"variantID\": 452,\n            \"productName\": \"Penia-Dinner Plat Red-Mtlc S - 27 (cm)\",\n            \"variantName\": \"S - 27 (cm)\",\n            \"barcode\": 10125168,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 27 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 540,\n            \"MRP\": 540,\n            \"sellingPrice\": 540,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 580,\n            \"batchVariantName\": \"Elit-Dinne Brown Gold-Antq S - 28 (cm)_61009711001_MRP_1250.0000\",\n            \"productID\": 454,\n            \"variantID\": 454,\n            \"productName\": \"Elit-Dinne Brown Gold-Antq S - 28 (cm)\",\n            \"variantName\": \"S - 28 (cm)\",\n            \"barcode\": 10125182,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 28 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 980,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 581,\n            \"batchVariantName\": \"Elit-Dinne Brown Gold-Antq S - 28 (cm)_61009711001_MRP_980\",\n            \"productID\": 454,\n            \"variantID\": 454,\n            \"productName\": \"Elit-Dinne Brown Gold-Antq S - 28 (cm)\",\n            \"variantName\": \"S - 28 (cm)\",\n            \"barcode\": 10125182,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 28 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 980,\n            \"MRP\": 980,\n            \"sellingPrice\": 980,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 582,\n            \"batchVariantName\": \"Elit-Salad Brown Gold-Antq S - 21 (cm)_61009712001_MRP_550.0000\",\n            \"productID\": 455,\n            \"variantID\": 455,\n            \"productName\": \"Elit-Salad Brown Gold-Antq S - 21 (cm)\",\n            \"variantName\": \"S - 21 (cm)\",\n            \"barcode\": 10125199,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 21 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 720,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 583,\n            \"batchVariantName\": \"Elit-Salad Brown Gold-Antq S - 21 (cm)_61009712001_MRP_720\",\n            \"productID\": 455,\n            \"variantID\": 455,\n            \"productName\": \"Elit-Salad Brown Gold-Antq S - 21 (cm)\",\n            \"variantName\": \"S - 21 (cm)\",\n            \"barcode\": 10125199,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 21 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 720,\n            \"MRP\": 720,\n            \"sellingPrice\": 720,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 584,\n            \"batchVariantName\": \"Elit-Shall Brown Gold-Antq S - 30 (cm)_61009713001_MRP_1600.0000\",\n            \"productID\": 456,\n            \"variantID\": 456,\n            \"productName\": \"Elit-Shall Brown Gold-Antq S - 30 (cm)\",\n            \"variantName\": \"S - 30 (cm)\",\n            \"barcode\": 10125205,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 30 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1440,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 585,\n            \"batchVariantName\": \"Elit-Shall Brown Gold-Antq S - 30 (cm)_61009713001_MRP_1440\",\n            \"productID\": 456,\n            \"variantID\": 456,\n            \"productName\": \"Elit-Shall Brown Gold-Antq S - 30 (cm)\",\n            \"variantName\": \"S - 30 (cm)\",\n            \"barcode\": 10125205,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 30 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1440,\n            \"MRP\": 1440,\n            \"sellingPrice\": 1440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 586,\n            \"batchVariantName\": \"Elit-Bowl Brown Gold-Antq S - 15 (cm)_61009714001_MRP_550.0000\",\n            \"productID\": 457,\n            \"variantID\": 457,\n            \"productName\": \"Elit-Bowl Brown Gold-Antq S - 15 (cm)\",\n            \"variantName\": \"S - 15 (cm)\",\n            \"barcode\": 10125212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 15 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 640,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 587,\n            \"batchVariantName\": \"Elit-Bowl Brown Gold-Antq S - 15 (cm)_61009714001_MRP_640\",\n            \"productID\": 457,\n            \"variantID\": 457,\n            \"productName\": \"Elit-Bowl Brown Gold-Antq S - 15 (cm)\",\n            \"variantName\": \"S - 15 (cm)\",\n            \"barcode\": 10125212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 15 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 640,\n            \"MRP\": 640,\n            \"sellingPrice\": 640,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 588,\n            \"batchVariantName\": \"Elit-Votive Brown Gold-Antq S - 7 (cm)_61009715001_MRP_450.0000\",\n            \"productID\": 458,\n            \"variantID\": 458,\n            \"productName\": \"Elit-Votive Brown Gold-Antq S - 7 (cm)\",\n            \"variantName\": \"S - 7 (cm)\",\n            \"barcode\": 10125229,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 7 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 589,\n            \"batchVariantName\": \"Elit-Votive Brown Gold-Antq S - 7 (cm)_61009715001_MRP_300\",\n            \"productID\": 458,\n            \"variantID\": 458,\n            \"productName\": \"Elit-Votive Brown Gold-Antq S - 7 (cm)\",\n            \"variantName\": \"S - 7 (cm)\",\n            \"barcode\": 10125229,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 7 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 590,\n            \"batchVariantName\": \"Cotton- Sl Pleated-Real Sl S - 27 (cm)_61009718001_MRP_450.0000\",\n            \"productID\": 461,\n            \"variantID\": 461,\n            \"productName\": \"Cotton- Sl Pleated-Real Sl S - 27 (cm)\",\n            \"variantName\": \"S - 27 (cm)\",\n            \"barcode\": 10125250,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 27 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1850,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 591,\n            \"batchVariantName\": \"Cotton- Sl Pleated-Real Sl S - 27 (cm)_61009718001_MRP_1850\",\n            \"productID\": 461,\n            \"variantID\": 461,\n            \"productName\": \"Cotton- Sl Pleated-Real Sl S - 27 (cm)\",\n            \"variantName\": \"S - 27 (cm)\",\n            \"barcode\": 10125250,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 27 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1850,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 592,\n            \"batchVariantName\": \"Tosc Opaque White -Real Sl S - 22 (cm)_61009719001_MRP_1200.0000\",\n            \"productID\": 462,\n            \"variantID\": 462,\n            \"productName\": \"Tosc Opaque White -Real Sl S - 22 (cm)\",\n            \"variantName\": \"S - 22 (cm)\",\n            \"barcode\": 10125267,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 22 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1790,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 593,\n            \"batchVariantName\": \"Tosc Opaque White -Real Sl S - 22 (cm)_61009719001_MRP_1420\",\n            \"productID\": 462,\n            \"variantID\": 462,\n            \"productName\": \"Tosc Opaque White -Real Sl S - 22 (cm)\",\n            \"variantName\": \"S - 22 (cm)\",\n            \"barcode\": 10125267,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 22 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1790,\n            \"MRP\": 1420,\n            \"sellingPrice\": 1420,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 594,\n            \"batchVariantName\": \"Tosc Opaque White -Real Sl S - 22 (cm)_61009719001_MRP_1200.0000\",\n            \"productID\": 462,\n            \"variantID\": 462,\n            \"productName\": \"Tosc Opaque White -Real Sl S - 22 (cm)\",\n            \"variantName\": \"S - 22 (cm)\",\n            \"barcode\": 10125267,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 22 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1790,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 595,\n            \"batchVariantName\": \"Tosc Opaque White -Real Sl S - 22 (cm)_61009719001_MRP_1790\",\n            \"productID\": 462,\n            \"variantID\": 462,\n            \"productName\": \"Tosc Opaque White -Real Sl S - 22 (cm)\",\n            \"variantName\": \"S - 22 (cm)\",\n            \"barcode\": 10125267,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 22 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1790,\n            \"MRP\": 1790,\n            \"sellingPrice\": 1790,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 596,\n            \"batchVariantName\": \"Tosc Opaque White -Real Sl S - 28 (cm)_61009720001_MRP_1700.0000\",\n            \"productID\": 463,\n            \"variantID\": 463,\n            \"productName\": \"Tosc Opaque White -Real Sl S - 28 (cm)\",\n            \"variantName\": \"S - 28 (cm)\",\n            \"barcode\": 10125274,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 28 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2010,\n            \"MRP\": 1700,\n            \"sellingPrice\": 1700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 597,\n            \"batchVariantName\": \"Tosc Opaque White -Real Sl S - 28 (cm)_61009720001_MRP_1850\",\n            \"productID\": 463,\n            \"variantID\": 463,\n            \"productName\": \"Tosc Opaque White -Real Sl S - 28 (cm)\",\n            \"variantName\": \"S - 28 (cm)\",\n            \"barcode\": 10125274,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 28 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2010,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 598,\n            \"batchVariantName\": \"Tosc Opaque White -Real Sl S - 28 (cm)_61009720001_MRP_1700.0000\",\n            \"productID\": 463,\n            \"variantID\": 463,\n            \"productName\": \"Tosc Opaque White -Real Sl S - 28 (cm)\",\n            \"variantName\": \"S - 28 (cm)\",\n            \"barcode\": 10125274,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 28 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2010,\n            \"MRP\": 1700,\n            \"sellingPrice\": 1700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 599,\n            \"batchVariantName\": \"Tosc Opaque White -Real Sl S - 28 (cm)_61009720001_MRP_2010\",\n            \"productID\": 463,\n            \"variantID\": 463,\n            \"productName\": \"Tosc Opaque White -Real Sl S - 28 (cm)\",\n            \"variantName\": \"S - 28 (cm)\",\n            \"barcode\": 10125274,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 28 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2010,\n            \"MRP\": 2010,\n            \"sellingPrice\": 2010,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 600,\n            \"batchVariantName\": \"ROSEMA Green S - 11 x 11 x 10.5 (Inch)_61009750001_MRP_1800.0000\",\n            \"productID\": 492,\n            \"variantID\": 492,\n            \"productName\": \"ROSEMA Green S - 11 x 11 x 10.5 (Inch)\",\n            \"variantName\": \"S - 11 x 11 x 10.5 (Inch)\",\n            \"barcode\": 10125571,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 11 x 11 x 10.5 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1370,\n            \"MRP\": 1800,\n            \"sellingPrice\": 1800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 601,\n            \"batchVariantName\": \"ROSEMA Green S - 11 x 11 x 10.5 (Inch)_61009750001_MRP_1370\",\n            \"productID\": 492,\n            \"variantID\": 492,\n            \"productName\": \"ROSEMA Green S - 11 x 11 x 10.5 (Inch)\",\n            \"variantName\": \"S - 11 x 11 x 10.5 (Inch)\",\n            \"barcode\": 10125571,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 11 x 11 x 10.5 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1370,\n            \"MRP\": 1370,\n            \"sellingPrice\": 1370,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 602,\n            \"batchVariantName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)_61009760001_MRP_849.0000\",\n            \"productID\": 502,\n            \"variantID\": 502,\n            \"productName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)\",\n            \"variantName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"barcode\": 10125670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 849,\n            \"sellingPrice\": 849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 603,\n            \"batchVariantName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)_61009760001_MRP_490\",\n            \"productID\": 502,\n            \"variantID\": 502,\n            \"productName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)\",\n            \"variantName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"barcode\": 10125670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 604,\n            \"batchVariantName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)_61009760001_MRP_849.0000\",\n            \"productID\": 502,\n            \"variantID\": 502,\n            \"productName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)\",\n            \"variantName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"barcode\": 10125670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 849,\n            \"sellingPrice\": 849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 605,\n            \"batchVariantName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)_61009760001_MRP_650\",\n            \"productID\": 502,\n            \"variantID\": 502,\n            \"productName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)\",\n            \"variantName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"barcode\": 10125670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 606,\n            \"batchVariantName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)_61009760001_MRP_849.0000\",\n            \"productID\": 502,\n            \"variantID\": 502,\n            \"productName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)\",\n            \"variantName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"barcode\": 10125670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 849,\n            \"sellingPrice\": 849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 607,\n            \"batchVariantName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)_61009760001_MRP_750\",\n            \"productID\": 502,\n            \"variantID\": 502,\n            \"productName\": \"CACTUS IN ROU Red S - 4 x 4 x 6 (Inch)\",\n            \"variantName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"barcode\": 10125670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 608,\n            \"batchVariantName\": \"Diamante Footed Cake Clear S - 32 (cm)_61009818001_MRP_2690.0000\",\n            \"productID\": 541,\n            \"variantID\": 541,\n            \"productName\": \"Diamante Footed Cake Clear S - 32 (cm)\",\n            \"variantName\": \"S - 32 (cm)\",\n            \"barcode\": 10126394,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 32 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2510,\n            \"MRP\": 2690,\n            \"sellingPrice\": 2690,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 609,\n            \"batchVariantName\": \"Diamante Footed Cake Clear S - 32 (cm)_61009818001_MRP_2510\",\n            \"productID\": 541,\n            \"variantID\": 541,\n            \"productName\": \"Diamante Footed Cake Clear S - 32 (cm)\",\n            \"variantName\": \"S - 32 (cm)\",\n            \"barcode\": 10126394,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 32 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2510,\n            \"MRP\": 2510,\n            \"sellingPrice\": 2510,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 610,\n            \"batchVariantName\": \"Diamante Cake Stand Clear S - 25 (cm)_61009821001_MRP_3300.0000\",\n            \"productID\": 544,\n            \"variantID\": 544,\n            \"productName\": \"Diamante Cake Stand Clear S - 25 (cm)\",\n            \"variantName\": \"S - 25 (cm)\",\n            \"barcode\": 10126424,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 25 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2510,\n            \"MRP\": 3300,\n            \"sellingPrice\": 3300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 611,\n            \"batchVariantName\": \"Diamante Cake Stand Clear S - 25 (cm)_61009821001_MRP_2510\",\n            \"productID\": 544,\n            \"variantID\": 544,\n            \"productName\": \"Diamante Cake Stand Clear S - 25 (cm)\",\n            \"variantName\": \"S - 25 (cm)\",\n            \"barcode\": 10126424,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 25 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2510,\n            \"MRP\": 2510,\n            \"sellingPrice\": 2510,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 612,\n            \"batchVariantName\": \"Mesh photoframeplat4x6 Pltn ._61009996001_MRP_900.0000\",\n            \"productID\": 641,\n            \"variantID\": 641,\n            \"productName\": \"Mesh photoframeplat4x6 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130612,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 613,\n            \"batchVariantName\": \"Mesh photoframeplat4x6 Pltn ._61009996001_MRP_661\",\n            \"productID\": 641,\n            \"variantID\": 641,\n            \"productName\": \"Mesh photoframeplat4x6 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130612,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 661,\n            \"sellingPrice\": 661,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 614,\n            \"batchVariantName\": \"Mesh photoframeplat4x6 Pltn ._61009996001_MRP_900.0000\",\n            \"productID\": 641,\n            \"variantID\": 641,\n            \"productName\": \"Mesh photoframeplat4x6 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130612,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 615,\n            \"batchVariantName\": \"Mesh photoframeplat4x6 Pltn ._61009996001_MRP_700\",\n            \"productID\": 641,\n            \"variantID\": 641,\n            \"productName\": \"Mesh photoframeplat4x6 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130612,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 616,\n            \"batchVariantName\": \"Mesh photoframeplat5x7 Pltn ._61009997001_MRP_1000.0000\",\n            \"productID\": 642,\n            \"variantID\": 642,\n            \"productName\": \"Mesh photoframeplat5x7 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130629,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 617,\n            \"batchVariantName\": \"Mesh photoframeplat5x7 Pltn ._61009997001_MRP_761\",\n            \"productID\": 642,\n            \"variantID\": 642,\n            \"productName\": \"Mesh photoframeplat5x7 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130629,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 761,\n            \"sellingPrice\": 761,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 618,\n            \"batchVariantName\": \"Mesh photoframeplat5x7 Pltn ._61009997001_MRP_1000.0000\",\n            \"productID\": 642,\n            \"variantID\": 642,\n            \"productName\": \"Mesh photoframeplat5x7 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130629,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 619,\n            \"batchVariantName\": \"Mesh photoframeplat5x7 Pltn ._61009997001_MRP_800\",\n            \"productID\": 642,\n            \"variantID\": 642,\n            \"productName\": \"Mesh photoframeplat5x7 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130629,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 620,\n            \"batchVariantName\": \"Mesh magazine basketplat Pltn ._61009998001_MRP_2950.0000\",\n            \"productID\": 643,\n            \"variantID\": 643,\n            \"productName\": \"Mesh magazine basketplat Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130636,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2700,\n            \"MRP\": 2950,\n            \"sellingPrice\": 2950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 621,\n            \"batchVariantName\": \"Mesh magazine basketplat Pltn ._61009998001_MRP_2454\",\n            \"productID\": 643,\n            \"variantID\": 643,\n            \"productName\": \"Mesh magazine basketplat Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130636,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2700,\n            \"MRP\": 2454,\n            \"sellingPrice\": 2454,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 622,\n            \"batchVariantName\": \"Mesh magazine basketplat Pltn ._61009998001_MRP_2950.0000\",\n            \"productID\": 643,\n            \"variantID\": 643,\n            \"productName\": \"Mesh magazine basketplat Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130636,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2700,\n            \"MRP\": 2950,\n            \"sellingPrice\": 2950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 623,\n            \"batchVariantName\": \"Mesh magazine basketplat Pltn ._61009998001_MRP_2700\",\n            \"productID\": 643,\n            \"variantID\": 643,\n            \"productName\": \"Mesh magazine basketplat Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130636,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2700,\n            \"MRP\": 2700,\n            \"sellingPrice\": 2700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 624,\n            \"batchVariantName\": \"Mesh service trayplat13x18 Pltn ._61009999001_MRP_1850.0000\",\n            \"productID\": 644,\n            \"variantID\": 644,\n            \"productName\": \"Mesh service trayplat13x18 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130643,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 625,\n            \"batchVariantName\": \"Mesh service trayplat13x18 Pltn ._61009999001_MRP_1396\",\n            \"productID\": 644,\n            \"variantID\": 644,\n            \"productName\": \"Mesh service trayplat13x18 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130643,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1396,\n            \"sellingPrice\": 1396,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 626,\n            \"batchVariantName\": \"Mesh service trayplat13x18 Pltn ._61009999001_MRP_1850.0000\",\n            \"productID\": 644,\n            \"variantID\": 644,\n            \"productName\": \"Mesh service trayplat13x18 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130643,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 627,\n            \"batchVariantName\": \"Mesh service trayplat13x18 Pltn ._61009999001_MRP_1400\",\n            \"productID\": 644,\n            \"variantID\": 644,\n            \"productName\": \"Mesh service trayplat13x18 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130643,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 628,\n            \"batchVariantName\": \"Mesh service trayplat15x15 Pltn ._61010000001_MRP_1950.0000\",\n            \"productID\": 645,\n            \"variantID\": 645,\n            \"productName\": \"Mesh service trayplat15x15 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130650,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1706,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 629,\n            \"batchVariantName\": \"Mesh service trayplat15x15 Pltn ._61010000001_MRP_1700\",\n            \"productID\": 645,\n            \"variantID\": 645,\n            \"productName\": \"Mesh service trayplat15x15 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130650,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1706,\n            \"MRP\": 1700,\n            \"sellingPrice\": 1700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 630,\n            \"batchVariantName\": \"Mesh service trayplat15x15 Pltn ._61010000001_MRP_1950.0000\",\n            \"productID\": 645,\n            \"variantID\": 645,\n            \"productName\": \"Mesh service trayplat15x15 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130650,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1706,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 631,\n            \"batchVariantName\": \"Mesh service trayplat15x15 Pltn ._61010000001_MRP_1706\",\n            \"productID\": 645,\n            \"variantID\": 645,\n            \"productName\": \"Mesh service trayplat15x15 Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130650,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1706,\n            \"MRP\": 1706,\n            \"sellingPrice\": 1706,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 632,\n            \"batchVariantName\": \"Mesh lid boxplatLarge Pltn ._61010001001_MRP_2900.0000\",\n            \"productID\": 646,\n            \"variantID\": 646,\n            \"productName\": \"Mesh lid boxplatLarge Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130667,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2752,\n            \"MRP\": 2900,\n            \"sellingPrice\": 2900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 633,\n            \"batchVariantName\": \"Mesh lid boxplatLarge Pltn ._61010001001_MRP_2752\",\n            \"productID\": 646,\n            \"variantID\": 646,\n            \"productName\": \"Mesh lid boxplatLarge Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130667,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2752,\n            \"MRP\": 2752,\n            \"sellingPrice\": 2752,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 634,\n            \"batchVariantName\": \"Mesh Watch boxplatinum Pltn ._61010002001_MRP_1400.0000\",\n            \"productID\": 647,\n            \"variantID\": 647,\n            \"productName\": \"Mesh Watch boxplatinum Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130674,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 921,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 635,\n            \"batchVariantName\": \"Mesh Watch boxplatinum Pltn ._61010002001_MRP_1300\",\n            \"productID\": 647,\n            \"variantID\": 647,\n            \"productName\": \"Mesh Watch boxplatinum Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130674,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 921,\n            \"MRP\": 1300,\n            \"sellingPrice\": 1300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 636,\n            \"batchVariantName\": \"Mesh Watch boxplatinum Pltn ._61010002001_MRP_1400.0000\",\n            \"productID\": 647,\n            \"variantID\": 647,\n            \"productName\": \"Mesh Watch boxplatinum Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130674,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 921,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 637,\n            \"batchVariantName\": \"Mesh Watch boxplatinum Pltn ._61010002001_MRP_921\",\n            \"productID\": 647,\n            \"variantID\": 647,\n            \"productName\": \"Mesh Watch boxplatinum Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130674,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 921,\n            \"MRP\": 921,\n            \"sellingPrice\": 921,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 638,\n            \"batchVariantName\": \"Mesh box5x9 plat Pltn ._61010003001_MRP_1200.0000\",\n            \"productID\": 648,\n            \"variantID\": 648,\n            \"productName\": \"Mesh box5x9 plat Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130681,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 993,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 639,\n            \"batchVariantName\": \"Mesh box5x9 plat Pltn ._61010003001_MRP_993\",\n            \"productID\": 648,\n            \"variantID\": 648,\n            \"productName\": \"Mesh box5x9 plat Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130681,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 993,\n            \"MRP\": 993,\n            \"sellingPrice\": 993,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 640,\n            \"batchVariantName\": \"Mesh box6x10 plat Pltn ._61010004001_MRP_1400.0000\",\n            \"productID\": 649,\n            \"variantID\": 649,\n            \"productName\": \"Mesh box6x10 plat Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130698,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1007,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 641,\n            \"batchVariantName\": \"Mesh box6x10 plat Pltn ._61010004001_MRP_1007\",\n            \"productID\": 649,\n            \"variantID\": 649,\n            \"productName\": \"Mesh box6x10 plat Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130698,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1007,\n            \"MRP\": 1007,\n            \"sellingPrice\": 1007,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 642,\n            \"batchVariantName\": \"Linear cushion30x45platinum Pltn ._61010006001_MRP_680.0000\",\n            \"productID\": 650,\n            \"variantID\": 650,\n            \"productName\": \"Linear cushion30x45platinum Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130711,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 484,\n            \"MRP\": 680,\n            \"sellingPrice\": 680,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 643,\n            \"batchVariantName\": \"Linear cushion30x45platinum Pltn ._61010006001_MRP_484\",\n            \"productID\": 650,\n            \"variantID\": 650,\n            \"productName\": \"Linear cushion30x45platinum Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130711,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 484,\n            \"MRP\": 484,\n            \"sellingPrice\": 484,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 644,\n            \"batchVariantName\": \"Cube cushion40x40platinum Pltn ._61010007001_MRP_740.0000\",\n            \"productID\": 651,\n            \"variantID\": 651,\n            \"productName\": \"Cube cushion40x40platinum Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130728,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 526,\n            \"MRP\": 740,\n            \"sellingPrice\": 740,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 645,\n            \"batchVariantName\": \"Cube cushion40x40platinum Pltn ._61010007001_MRP_526\",\n            \"productID\": 651,\n            \"variantID\": 651,\n            \"productName\": \"Cube cushion40x40platinum Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130728,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 526,\n            \"MRP\": 526,\n            \"sellingPrice\": 526,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 646,\n            \"batchVariantName\": \"Ladder cushion40x40platinum Pltn ._61010008001_MRP_960.0000\",\n            \"productID\": 652,\n            \"variantID\": 652,\n            \"productName\": \"Ladder cushion40x40platinum Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130735,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 726,\n            \"MRP\": 960,\n            \"sellingPrice\": 960,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 647,\n            \"batchVariantName\": \"Ladder cushion40x40platinum Pltn ._61010008001_MRP_726\",\n            \"productID\": 652,\n            \"variantID\": 652,\n            \"productName\": \"Ladder cushion40x40platinum Pltn .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130735,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 726,\n            \"MRP\": 726,\n            \"sellingPrice\": 726,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 648,\n            \"batchVariantName\": \"Mesh photoframebronz4x6 Bronz ._61010009001_MRP_900.0000\",\n            \"productID\": 653,\n            \"variantID\": 653,\n            \"productName\": \"Mesh photoframebronz4x6 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 649,\n            \"batchVariantName\": \"Mesh photoframebronz4x6 Bronz ._61010009001_MRP_651\",\n            \"productID\": 653,\n            \"variantID\": 653,\n            \"productName\": \"Mesh photoframebronz4x6 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 651,\n            \"sellingPrice\": 651,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 650,\n            \"batchVariantName\": \"Mesh photoframebronz4x6 Bronz ._61010009001_MRP_900.0000\",\n            \"productID\": 653,\n            \"variantID\": 653,\n            \"productName\": \"Mesh photoframebronz4x6 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 651,\n            \"batchVariantName\": \"Mesh photoframebronz4x6 Bronz ._61010009001_MRP_700\",\n            \"productID\": 653,\n            \"variantID\": 653,\n            \"productName\": \"Mesh photoframebronz4x6 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 652,\n            \"batchVariantName\": \"Mesh photoframebronz5x7 Bronz ._61010010001_MRP_1000.0000\",\n            \"productID\": 654,\n            \"variantID\": 654,\n            \"productName\": \"Mesh photoframebronz5x7 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 653,\n            \"batchVariantName\": \"Mesh photoframebronz5x7 Bronz ._61010010001_MRP_779\",\n            \"productID\": 654,\n            \"variantID\": 654,\n            \"productName\": \"Mesh photoframebronz5x7 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 779,\n            \"sellingPrice\": 779,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 654,\n            \"batchVariantName\": \"Mesh photoframebronz5x7 Bronz ._61010010001_MRP_1000.0000\",\n            \"productID\": 654,\n            \"variantID\": 654,\n            \"productName\": \"Mesh photoframebronz5x7 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 655,\n            \"batchVariantName\": \"Mesh photoframebronz5x7 Bronz ._61010010001_MRP_800\",\n            \"productID\": 654,\n            \"variantID\": 654,\n            \"productName\": \"Mesh photoframebronz5x7 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 656,\n            \"batchVariantName\": \"Mesh magazine basketbronz Bronz ._61010011001_MRP_2950.0000\",\n            \"productID\": 655,\n            \"variantID\": 655,\n            \"productName\": \"Mesh magazine basketbronz Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130766,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3020,\n            \"MRP\": 2950,\n            \"sellingPrice\": 2950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 657,\n            \"batchVariantName\": \"Mesh magazine basketbronz Bronz ._61010011001_MRP_2700\",\n            \"productID\": 655,\n            \"variantID\": 655,\n            \"productName\": \"Mesh magazine basketbronz Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130766,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3020,\n            \"MRP\": 2700,\n            \"sellingPrice\": 2700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 658,\n            \"batchVariantName\": \"Mesh magazine basketbronz Bronz ._61010011001_MRP_2950.0000\",\n            \"productID\": 655,\n            \"variantID\": 655,\n            \"productName\": \"Mesh magazine basketbronz Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130766,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3020,\n            \"MRP\": 2950,\n            \"sellingPrice\": 2950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 659,\n            \"batchVariantName\": \"Mesh magazine basketbronz Bronz ._61010011001_MRP_3020\",\n            \"productID\": 655,\n            \"variantID\": 655,\n            \"productName\": \"Mesh magazine basketbronz Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130766,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3020,\n            \"MRP\": 3020,\n            \"sellingPrice\": 3020,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 660,\n            \"batchVariantName\": \"Mesh service traybronz13x18 Bronz ._61010012001_MRP_1850.0000\",\n            \"productID\": 656,\n            \"variantID\": 656,\n            \"productName\": \"Mesh service traybronz13x18 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130773,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 661,\n            \"batchVariantName\": \"Mesh service traybronz13x18 Bronz ._61010012001_MRP_1398\",\n            \"productID\": 656,\n            \"variantID\": 656,\n            \"productName\": \"Mesh service traybronz13x18 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130773,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1398,\n            \"sellingPrice\": 1398,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 662,\n            \"batchVariantName\": \"Mesh service traybronz13x18 Bronz ._61010012001_MRP_1850.0000\",\n            \"productID\": 656,\n            \"variantID\": 656,\n            \"productName\": \"Mesh service traybronz13x18 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130773,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 663,\n            \"batchVariantName\": \"Mesh service traybronz13x18 Bronz ._61010012001_MRP_1400\",\n            \"productID\": 656,\n            \"variantID\": 656,\n            \"productName\": \"Mesh service traybronz13x18 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130773,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 664,\n            \"batchVariantName\": \"Mesh service traybronz15x15 Bronz ._61010013001_MRP_1950.0000\",\n            \"productID\": 657,\n            \"variantID\": 657,\n            \"productName\": \"Mesh service traybronz15x15 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130780,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1700,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 665,\n            \"batchVariantName\": \"Mesh service traybronz15x15 Bronz ._61010013001_MRP_1398\",\n            \"productID\": 657,\n            \"variantID\": 657,\n            \"productName\": \"Mesh service traybronz15x15 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130780,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1700,\n            \"MRP\": 1398,\n            \"sellingPrice\": 1398,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 666,\n            \"batchVariantName\": \"Mesh service traybronz15x15 Bronz ._61010013001_MRP_1950.0000\",\n            \"productID\": 657,\n            \"variantID\": 657,\n            \"productName\": \"Mesh service traybronz15x15 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130780,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1700,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 667,\n            \"batchVariantName\": \"Mesh service traybronz15x15 Bronz ._61010013001_MRP_1700\",\n            \"productID\": 657,\n            \"variantID\": 657,\n            \"productName\": \"Mesh service traybronz15x15 Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130780,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1700,\n            \"MRP\": 1700,\n            \"sellingPrice\": 1700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 668,\n            \"batchVariantName\": \"Mesh lid boxbronzLarge Bronz ._61010014001_MRP_2900.0000\",\n            \"productID\": 658,\n            \"variantID\": 658,\n            \"productName\": \"Mesh lid boxbronzLarge Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130797,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2555,\n            \"MRP\": 2900,\n            \"sellingPrice\": 2900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 669,\n            \"batchVariantName\": \"Mesh lid boxbronzLarge Bronz ._61010014001_MRP_2555\",\n            \"productID\": 658,\n            \"variantID\": 658,\n            \"productName\": \"Mesh lid boxbronzLarge Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130797,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2555,\n            \"MRP\": 2555,\n            \"sellingPrice\": 2555,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 670,\n            \"batchVariantName\": \"Mesh watch boxbronze Bronz ._61010015001_MRP_1400.0000\",\n            \"productID\": 659,\n            \"variantID\": 659,\n            \"productName\": \"Mesh watch boxbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130803,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 880,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 671,\n            \"batchVariantName\": \"Mesh watch boxbronze Bronz ._61010015001_MRP_1300\",\n            \"productID\": 659,\n            \"variantID\": 659,\n            \"productName\": \"Mesh watch boxbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130803,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 880,\n            \"MRP\": 1300,\n            \"sellingPrice\": 1300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 672,\n            \"batchVariantName\": \"Mesh watch boxbronze Bronz ._61010015001_MRP_1400.0000\",\n            \"productID\": 659,\n            \"variantID\": 659,\n            \"productName\": \"Mesh watch boxbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130803,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 880,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 673,\n            \"batchVariantName\": \"Mesh watch boxbronze Bronz ._61010015001_MRP_880\",\n            \"productID\": 659,\n            \"variantID\": 659,\n            \"productName\": \"Mesh watch boxbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130803,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 880,\n            \"MRP\": 880,\n            \"sellingPrice\": 880,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 674,\n            \"batchVariantName\": \"Mesh blotterbronze Bronz ._61010016001_MRP_1300.0000\",\n            \"productID\": 660,\n            \"variantID\": 660,\n            \"productName\": \"Mesh blotterbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130810,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1200,\n            \"MRP\": 1300,\n            \"sellingPrice\": 1300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 675,\n            \"batchVariantName\": \"Mesh blotterbronze Bronz ._61010016001_MRP_1133\",\n            \"productID\": 660,\n            \"variantID\": 660,\n            \"productName\": \"Mesh blotterbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130810,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1200,\n            \"MRP\": 1133,\n            \"sellingPrice\": 1133,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 676,\n            \"batchVariantName\": \"Mesh blotterbronze Bronz ._61010016001_MRP_1300.0000\",\n            \"productID\": 660,\n            \"variantID\": 660,\n            \"productName\": \"Mesh blotterbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130810,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1200,\n            \"MRP\": 1300,\n            \"sellingPrice\": 1300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 677,\n            \"batchVariantName\": \"Mesh blotterbronze Bronz ._61010016001_MRP_1200\",\n            \"productID\": 660,\n            \"variantID\": 660,\n            \"productName\": \"Mesh blotterbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130810,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1200,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 678,\n            \"batchVariantName\": \"Mesh pen potbronze Bronz ._61010017001_MRP_550.0000\",\n            \"productID\": 661,\n            \"variantID\": 661,\n            \"productName\": \"Mesh pen potbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 679,\n            \"batchVariantName\": \"Mesh pen potbronze Bronz ._61010017001_MRP_419\",\n            \"productID\": 661,\n            \"variantID\": 661,\n            \"productName\": \"Mesh pen potbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 419,\n            \"sellingPrice\": 419,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 680,\n            \"batchVariantName\": \"Mesh pen potbronze Bronz ._61010017001_MRP_550.0000\",\n            \"productID\": 661,\n            \"variantID\": 661,\n            \"productName\": \"Mesh pen potbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 681,\n            \"batchVariantName\": \"Mesh pen potbronze Bronz ._61010017001_MRP_450\",\n            \"productID\": 661,\n            \"variantID\": 661,\n            \"productName\": \"Mesh pen potbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 682,\n            \"batchVariantName\": \"Mesh tissue boxbronze Bronz ._61010018001_MRP_950.0000\",\n            \"productID\": 662,\n            \"variantID\": 662,\n            \"productName\": \"Mesh tissue boxbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130834,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 728,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 683,\n            \"batchVariantName\": \"Mesh tissue boxbronze Bronz ._61010018001_MRP_728\",\n            \"productID\": 662,\n            \"variantID\": 662,\n            \"productName\": \"Mesh tissue boxbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130834,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 728,\n            \"MRP\": 728,\n            \"sellingPrice\": 728,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 684,\n            \"batchVariantName\": \"Mesh dust binbronze Bronz ._61010019001_MRP_2100.0000\",\n            \"productID\": 663,\n            \"variantID\": 663,\n            \"productName\": \"Mesh dust binbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130841,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 2100,\n            \"sellingPrice\": 2100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 685,\n            \"batchVariantName\": \"Mesh dust binbronze Bronz ._61010019001_MRP_1333\",\n            \"productID\": 663,\n            \"variantID\": 663,\n            \"productName\": \"Mesh dust binbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130841,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 1333,\n            \"sellingPrice\": 1333,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 686,\n            \"batchVariantName\": \"Mesh dust binbronze Bronz ._61010019001_MRP_2100.0000\",\n            \"productID\": 663,\n            \"variantID\": 663,\n            \"productName\": \"Mesh dust binbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130841,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 2100,\n            \"sellingPrice\": 2100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 687,\n            \"batchVariantName\": \"Mesh dust binbronze Bronz ._61010019001_MRP_1950\",\n            \"productID\": 663,\n            \"variantID\": 663,\n            \"productName\": \"Mesh dust binbronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130841,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 688,\n            \"batchVariantName\": \"Mesh A4 traybronze Bronz ._61010020001_MRP_1100.0000\",\n            \"productID\": 664,\n            \"variantID\": 664,\n            \"productName\": \"Mesh A4 traybronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130858,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 968,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 689,\n            \"batchVariantName\": \"Mesh A4 traybronze Bronz ._61010020001_MRP_1000\",\n            \"productID\": 664,\n            \"variantID\": 664,\n            \"productName\": \"Mesh A4 traybronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130858,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 968,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 690,\n            \"batchVariantName\": \"Mesh A4 traybronze Bronz ._61010020001_MRP_1100.0000\",\n            \"productID\": 664,\n            \"variantID\": 664,\n            \"productName\": \"Mesh A4 traybronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130858,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 968,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 691,\n            \"batchVariantName\": \"Mesh A4 traybronze Bronz ._61010020001_MRP_968\",\n            \"productID\": 664,\n            \"variantID\": 664,\n            \"productName\": \"Mesh A4 traybronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130858,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 968,\n            \"MRP\": 968,\n            \"sellingPrice\": 968,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 692,\n            \"batchVariantName\": \"Mesh envelop holder bronze Bronz ._61010021001_MRP_1000.0000\",\n            \"productID\": 665,\n            \"variantID\": 665,\n            \"productName\": \"Mesh envelop holder bronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130865,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 693,\n            \"batchVariantName\": \"Mesh envelop holder bronze Bronz ._61010021001_MRP_893\",\n            \"productID\": 665,\n            \"variantID\": 665,\n            \"productName\": \"Mesh envelop holder bronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130865,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 893,\n            \"sellingPrice\": 893,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 694,\n            \"batchVariantName\": \"Mesh envelop holder bronze Bronz ._61010021001_MRP_1000.0000\",\n            \"productID\": 665,\n            \"variantID\": 665,\n            \"productName\": \"Mesh envelop holder bronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130865,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 695,\n            \"batchVariantName\": \"Mesh envelop holder bronze Bronz ._61010021001_MRP_950\",\n            \"productID\": 665,\n            \"variantID\": 665,\n            \"productName\": \"Mesh envelop holder bronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130865,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 696,\n            \"batchVariantName\": \"Mesh box5x9 bronze Bronz ._61010022001_MRP_1200.0000\",\n            \"productID\": 666,\n            \"variantID\": 666,\n            \"productName\": \"Mesh box5x9 bronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130872,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 923,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 697,\n            \"batchVariantName\": \"Mesh box5x9 bronze Bronz ._61010022001_MRP_923\",\n            \"productID\": 666,\n            \"variantID\": 666,\n            \"productName\": \"Mesh box5x9 bronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130872,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 923,\n            \"MRP\": 923,\n            \"sellingPrice\": 923,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 698,\n            \"batchVariantName\": \"Mesh box6x10 bronze Bronz ._61010023001_MRP_1400.0000\",\n            \"productID\": 667,\n            \"variantID\": 667,\n            \"productName\": \"Mesh box6x10 bronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130889,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1007,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 699,\n            \"batchVariantName\": \"Mesh box6x10 bronze Bronz ._61010023001_MRP_1007\",\n            \"productID\": 667,\n            \"variantID\": 667,\n            \"productName\": \"Mesh box6x10 bronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130889,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1007,\n            \"MRP\": 1007,\n            \"sellingPrice\": 1007,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 700,\n            \"batchVariantName\": \"Linear cushion30x45Bronze Bronz ._61010025001_MRP_680.0000\",\n            \"productID\": 668,\n            \"variantID\": 668,\n            \"productName\": \"Linear cushion30x45Bronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130902,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 598,\n            \"MRP\": 680,\n            \"sellingPrice\": 680,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 701,\n            \"batchVariantName\": \"Linear cushion30x45Bronze Bronz ._61010025001_MRP_598\",\n            \"productID\": 668,\n            \"variantID\": 668,\n            \"productName\": \"Linear cushion30x45Bronze Bronz .\",\n            \"variantName\": \".\",\n            \"barcode\": 10130902,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 598,\n            \"MRP\": 598,\n            \"sellingPrice\": 598,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 702,\n            \"batchVariantName\": \"POT LEATHER Light Brown S-21H-22 (cm)_61010116001_MRP_299.0000\",\n            \"productID\": 685,\n            \"variantID\": 685,\n            \"productName\": \"POT LEATHER Light Brown S-21H-22 (cm)\",\n            \"variantName\": \"S-21H-22 (cm)\",\n            \"barcode\": 10131329,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-21H-22 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 299,\n            \"sellingPrice\": 299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 703,\n            \"batchVariantName\": \"POT LEATHER Light Brown S-21H-22 (cm)_61010116001_MRP_1500\",\n            \"productID\": 685,\n            \"variantID\": 685,\n            \"productName\": \"POT LEATHER Light Brown S-21H-22 (cm)\",\n            \"variantName\": \"S-21H-22 (cm)\",\n            \"barcode\": 10131329,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S-21H-22 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 704,\n            \"batchVariantName\": \"Vase Joyee Black S - 55 (cm)_61010296001_MRP_3400.0000\",\n            \"productID\": 771,\n            \"variantID\": 771,\n            \"productName\": \"Vase Joyee Black S - 55 (cm)\",\n            \"variantName\": \"S - 55 (cm)\",\n            \"barcode\": 10136034,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 55 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2760,\n            \"MRP\": 3400,\n            \"sellingPrice\": 3400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 705,\n            \"batchVariantName\": \"Vase Joyee Black S - 55 (cm)_61010296001_MRP_2760\",\n            \"productID\": 771,\n            \"variantID\": 771,\n            \"productName\": \"Vase Joyee Black S - 55 (cm)\",\n            \"variantName\": \"S - 55 (cm)\",\n            \"barcode\": 10136034,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 55 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2760,\n            \"MRP\": 2760,\n            \"sellingPrice\": 2760,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 706,\n            \"batchVariantName\": \"Vase Globe Black S - 21 (cm)_61010298001_MRP_1900.0000\",\n            \"productID\": 772,\n            \"variantID\": 772,\n            \"productName\": \"Vase Globe Black S - 21 (cm)\",\n            \"variantName\": \"S - 21 (cm)\",\n            \"barcode\": 10136058,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 21 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 920,\n            \"MRP\": 1900,\n            \"sellingPrice\": 1900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 707,\n            \"batchVariantName\": \"Vase Globe Black S - 21 (cm)_61010298001_MRP_920\",\n            \"productID\": 772,\n            \"variantID\": 772,\n            \"productName\": \"Vase Globe Black S - 21 (cm)\",\n            \"variantName\": \"S - 21 (cm)\",\n            \"barcode\": 10136058,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 21 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 920,\n            \"MRP\": 920,\n            \"sellingPrice\": 920,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 708,\n            \"batchVariantName\": \"T - lite (Set of 6) . ._61010347001_MRP_240.0000\",\n            \"productID\": 814,\n            \"variantID\": 814,\n            \"productName\": \"T - lite (Set of 6) . .\",\n            \"variantName\": \".\",\n            \"barcode\": 10136720,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 40,\n            \"MRP\": 240,\n            \"sellingPrice\": 240,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 709,\n            \"batchVariantName\": \"T - lite (Set of 6) . ._61010347001_MRP_40\",\n            \"productID\": 814,\n            \"variantID\": 814,\n            \"productName\": \"T - lite (Set of 6) . .\",\n            \"variantName\": \".\",\n            \"barcode\": 10136720,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 40,\n            \"MRP\": 40,\n            \"sellingPrice\": 40,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 710,\n            \"batchVariantName\": \"Silver Cro. Watch Box WHITE... ._61010849001_MRP_1500.0000\",\n            \"productID\": 1053,\n            \"variantID\": 1053,\n            \"productName\": \"Silver Cro. Watch Box WHITE... .\",\n            \"variantName\": \".\",\n            \"barcode\": 10149416,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1300,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 711,\n            \"batchVariantName\": \"Silver Cro. Watch Box WHITE... ._61010849001_MRP_1300\",\n            \"productID\": 1053,\n            \"variantID\": 1053,\n            \"productName\": \"Silver Cro. Watch Box WHITE... .\",\n            \"variantName\": \".\",\n            \"barcode\": 10149416,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1300,\n            \"MRP\": 1300,\n            \"sellingPrice\": 1300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 712,\n            \"batchVariantName\": \"L Polished Nickel L - 48  W - 15 (cm)_61010930001_MRP_1400.0000\",\n            \"productID\": 1126,\n            \"variantID\": 1126,\n            \"productName\": \"L Polished Nickel L - 48  W - 15 (cm)\",\n            \"variantName\": \"L - 48 W - 15 (cm)\",\n            \"barcode\": 10151303,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L - 48 W - 15 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1390,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 713,\n            \"batchVariantName\": \"L Polished Nickel L - 48  W - 15 (cm)_61010930001_MRP_1390\",\n            \"productID\": 1126,\n            \"variantID\": 1126,\n            \"productName\": \"L Polished Nickel L - 48  W - 15 (cm)\",\n            \"variantName\": \"L - 48 W - 15 (cm)\",\n            \"barcode\": 10151303,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L - 48 W - 15 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1390,\n            \"MRP\": 1390,\n            \"sellingPrice\": 1390,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 714,\n            \"batchVariantName\": \"L Polished Nickel L - 26  W - 9.5 (cm_61010931001_MRP_1200.0000\",\n            \"productID\": 1127,\n            \"variantID\": 1127,\n            \"productName\": \"L Polished Nickel L - 26  W - 9.5 (cm\",\n            \"variantName\": \"L - 26 W - 9.5 (cm)\",\n            \"barcode\": 10151310,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L - 26 W - 9.5 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 715,\n            \"batchVariantName\": \"L Polished Nickel L - 26  W - 9.5 (cm_61010931001_MRP_1250\",\n            \"productID\": 1127,\n            \"variantID\": 1127,\n            \"productName\": \"L Polished Nickel L - 26  W - 9.5 (cm\",\n            \"variantName\": \"L - 26 W - 9.5 (cm)\",\n            \"barcode\": 10151310,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L - 26 W - 9.5 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 716,\n            \"batchVariantName\": \"Le Polished Nickel L - 32 W - 11 (cm)_61010932001_MRP_800.0000\",\n            \"productID\": 1128,\n            \"variantID\": 1128,\n            \"productName\": \"Le Polished Nickel L - 32 W - 11 (cm)\",\n            \"variantName\": \"L - 32W - 11 (cm)\",\n            \"barcode\": 10151327,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L - 32W - 11 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1190,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 717,\n            \"batchVariantName\": \"Le Polished Nickel L - 32 W - 11 (cm)_61010932001_MRP_1150\",\n            \"productID\": 1128,\n            \"variantID\": 1128,\n            \"productName\": \"Le Polished Nickel L - 32 W - 11 (cm)\",\n            \"variantName\": \"L - 32W - 11 (cm)\",\n            \"barcode\": 10151327,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L - 32W - 11 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1190,\n            \"MRP\": 1150,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 718,\n            \"batchVariantName\": \"Le Polished Nickel L - 32 W - 11 (cm)_61010932001_MRP_800.0000\",\n            \"productID\": 1128,\n            \"variantID\": 1128,\n            \"productName\": \"Le Polished Nickel L - 32 W - 11 (cm)\",\n            \"variantName\": \"L - 32W - 11 (cm)\",\n            \"barcode\": 10151327,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L - 32W - 11 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1190,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 719,\n            \"batchVariantName\": \"Le Polished Nickel L - 32 W - 11 (cm)_61010932001_MRP_1190\",\n            \"productID\": 1128,\n            \"variantID\": 1128,\n            \"productName\": \"Le Polished Nickel L - 32 W - 11 (cm)\",\n            \"variantName\": \"L - 32W - 11 (cm)\",\n            \"barcode\": 10151327,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L - 32W - 11 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1190,\n            \"MRP\": 1190,\n            \"sellingPrice\": 1190,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 720,\n            \"batchVariantName\": \"L Polished Nickel L - 42(cm) W - 14.5_61010933001_MRP_1200.0000\",\n            \"productID\": 1129,\n            \"variantID\": 1129,\n            \"productName\": \"L Polished Nickel L - 42(cm) W - 14.5\",\n            \"variantName\": \"L - 42(cm)W - 14.5 (cm)\",\n            \"barcode\": 10151334,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L - 42(cm)W - 14.5 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 730,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 721,\n            \"batchVariantName\": \"L Polished Nickel L - 42(cm) W - 14.5_61010933001_MRP_730\",\n            \"productID\": 1129,\n            \"variantID\": 1129,\n            \"productName\": \"L Polished Nickel L - 42(cm) W - 14.5\",\n            \"variantName\": \"L - 42(cm)W - 14.5 (cm)\",\n            \"barcode\": 10151334,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L - 42(cm)W - 14.5 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 730,\n            \"MRP\": 730,\n            \"sellingPrice\": 730,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 722,\n            \"batchVariantName\": \"Toscana-Charger Pl Opaque White -RE 32_61011019001_MRP_2200.0000\",\n            \"productID\": 1208,\n            \"variantID\": 1208,\n            \"productName\": \"Toscana-Charger Pl Opaque White -RE 32\",\n            \"variantName\": 32,\n            \"barcode\": 10153802,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": 32,\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2410,\n            \"MRP\": 2200,\n            \"sellingPrice\": 2200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 723,\n            \"batchVariantName\": \"Toscana-Charger Pl Opaque White -RE 32_61011019001_MRP_2410\",\n            \"productID\": 1208,\n            \"variantID\": 1208,\n            \"productName\": \"Toscana-Charger Pl Opaque White -RE 32\",\n            \"variantName\": 32,\n            \"barcode\": 10153802,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": 32,\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2410,\n            \"MRP\": 2410,\n            \"sellingPrice\": 2410,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 724,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holder Pink ._61011038001_MRP_680.0000\",\n            \"productID\": 1227,\n            \"variantID\": 1227,\n            \"productName\": \"Capiz Lotus - Tealight Holder Pink .\",\n            \"variantName\": \".\",\n            \"barcode\": 10154076,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 680,\n            \"sellingPrice\": 680,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 725,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holder Pink ._61011038001_MRP_590\",\n            \"productID\": 1227,\n            \"variantID\": 1227,\n            \"productName\": \"Capiz Lotus - Tealight Holder Pink .\",\n            \"variantName\": \".\",\n            \"barcode\": 10154076,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 726,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holder Green ._61011039001_MRP_680.0000\",\n            \"productID\": 1228,\n            \"variantID\": 1228,\n            \"productName\": \"Capiz Lotus - Tealight Holder Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 10154083,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 680,\n            \"sellingPrice\": 680,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 727,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holder Green ._61011039001_MRP_590\",\n            \"productID\": 1228,\n            \"variantID\": 1228,\n            \"productName\": \"Capiz Lotus - Tealight Holder Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 10154083,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 728,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holder Blue ._61011040001_MRP_680.0000\",\n            \"productID\": 1229,\n            \"variantID\": 1229,\n            \"productName\": \"Capiz Lotus - Tealight Holder Blue .\",\n            \"variantName\": \".\",\n            \"barcode\": 10154090,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 680,\n            \"sellingPrice\": 680,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 729,\n            \"batchVariantName\": \"Capiz Lotus - Tealight Holder Blue ._61011040001_MRP_590\",\n            \"productID\": 1229,\n            \"variantID\": 1229,\n            \"productName\": \"Capiz Lotus - Tealight Holder Blue .\",\n            \"variantName\": \".\",\n            \"barcode\": 10154090,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 590,\n            \"MRP\": 590,\n            \"sellingPrice\": 590,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 730,\n            \"batchVariantName\": \"Vase Amira Clear H 23.5 CM Clear ._61011153001_MRP_840.0000\",\n            \"productID\": 1334,\n            \"variantID\": 1334,\n            \"productName\": \"Vase Amira Clear H 23.5 CM Clear .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160183,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 840,\n            \"sellingPrice\": 840,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 731,\n            \"batchVariantName\": \"Vase Amira Clear H 23.5 CM Clear ._61011153001_MRP_1400\",\n            \"productID\": 1334,\n            \"variantID\": 1334,\n            \"productName\": \"Vase Amira Clear H 23.5 CM Clear .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160183,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1400,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 732,\n            \"batchVariantName\": \"2 Tone Photo Frame4x6 Red ._61011179001_MRP_800.0000\",\n            \"productID\": 1356,\n            \"variantID\": 1356,\n            \"productName\": \"2 Tone Photo Frame4x6 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160602,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 733,\n            \"batchVariantName\": \"2 Tone Photo Frame4x6 Red ._61011179001_MRP_750\",\n            \"productID\": 1356,\n            \"variantID\": 1356,\n            \"productName\": \"2 Tone Photo Frame4x6 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160602,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 734,\n            \"batchVariantName\": \"2 Tone Photo Frame5x7 Red ._61011180001_MRP_950.0000\",\n            \"productID\": 1357,\n            \"variantID\": 1357,\n            \"productName\": \"2 Tone Photo Frame5x7 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160619,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 735,\n            \"batchVariantName\": \"2 Tone Photo Frame5x7 Red ._61011180001_MRP_850\",\n            \"productID\": 1357,\n            \"variantID\": 1357,\n            \"productName\": \"2 Tone Photo Frame5x7 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160619,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 736,\n            \"batchVariantName\": \"2 Tone Tray 15x15 Red ._61011181001_MRP_1500.0000\",\n            \"productID\": 1358,\n            \"variantID\": 1358,\n            \"productName\": \"2 Tone Tray 15x15 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160626,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 737,\n            \"batchVariantName\": \"2 Tone Tray 15x15 Red ._61011181001_MRP_1350\",\n            \"productID\": 1358,\n            \"variantID\": 1358,\n            \"productName\": \"2 Tone Tray 15x15 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160626,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 738,\n            \"batchVariantName\": \"2 Tone Tray 13x18 Red ._61011182001_MRP_1650.0000\",\n            \"productID\": 1359,\n            \"variantID\": 1359,\n            \"productName\": \"2 Tone Tray 13x18 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160633,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 739,\n            \"batchVariantName\": \"2 Tone Tray 13x18 Red ._61011182001_MRP_1500\",\n            \"productID\": 1359,\n            \"variantID\": 1359,\n            \"productName\": \"2 Tone Tray 13x18 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160633,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 740,\n            \"batchVariantName\": \"2 Tone Magazine Basket Red ._61011183001_MRP_2800.0000\",\n            \"productID\": 1360,\n            \"variantID\": 1360,\n            \"productName\": \"2 Tone Magazine Basket Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160640,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2500,\n            \"MRP\": 2800,\n            \"sellingPrice\": 2800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 741,\n            \"batchVariantName\": \"2 Tone Magazine Basket Red ._61011183001_MRP_2500\",\n            \"productID\": 1360,\n            \"variantID\": 1360,\n            \"productName\": \"2 Tone Magazine Basket Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160640,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2500,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 742,\n            \"batchVariantName\": \"2 Tone Box 5x9 Red ._61011184001_MRP_990.0000\",\n            \"productID\": 1361,\n            \"variantID\": 1361,\n            \"productName\": \"2 Tone Box 5x9 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 743,\n            \"batchVariantName\": \"2 Tone Box 5x9 Red ._61011184001_MRP_900\",\n            \"productID\": 1361,\n            \"variantID\": 1361,\n            \"productName\": \"2 Tone Box 5x9 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 744,\n            \"batchVariantName\": \"2 Tone Box 6x10 Red ._61011185001_MRP_1150.0000\",\n            \"productID\": 1362,\n            \"variantID\": 1362,\n            \"productName\": \"2 Tone Box 6x10 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160664,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1150,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 745,\n            \"batchVariantName\": \"2 Tone Box 6x10 Red ._61011185001_MRP_990\",\n            \"productID\": 1362,\n            \"variantID\": 1362,\n            \"productName\": \"2 Tone Box 6x10 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160664,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 746,\n            \"batchVariantName\": \"2 Tone Lid Box Red 15x15x6.7 cms_61011186001_MRP_750.0000\",\n            \"productID\": 1363,\n            \"variantID\": 1363,\n            \"productName\": \"2 Tone Lid Box Red 15x15x6.7 cms\",\n            \"variantName\": \"15x15x6.7 cms\",\n            \"barcode\": 10160671,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15x6.7 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 747,\n            \"batchVariantName\": \"2 Tone Lid Box Red 15x15x6.7 cms_61011186001_MRP_550\",\n            \"productID\": 1363,\n            \"variantID\": 1363,\n            \"productName\": \"2 Tone Lid Box Red 15x15x6.7 cms\",\n            \"variantName\": \"15x15x6.7 cms\",\n            \"barcode\": 10160671,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15x6.7 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 748,\n            \"batchVariantName\": \"2 Tone Jewellery box Red ._61011188001_MRP_2000.0000\",\n            \"productID\": 1365,\n            \"variantID\": 1365,\n            \"productName\": \"2 Tone Jewellery box Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160695,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2090,\n            \"MRP\": 2000,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 749,\n            \"batchVariantName\": \"2 Tone Jewellery box Red ._61011188001_MRP_2090\",\n            \"productID\": 1365,\n            \"variantID\": 1365,\n            \"productName\": \"2 Tone Jewellery box Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160695,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2090,\n            \"MRP\": 2090,\n            \"sellingPrice\": 2090,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 750,\n            \"batchVariantName\": \"2 Tone Rect. Tissue box Red ._61011189001_MRP_850.0000\",\n            \"productID\": 1366,\n            \"variantID\": 1366,\n            \"productName\": \"2 Tone Rect. Tissue box Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160701,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 751,\n            \"batchVariantName\": \"2 Tone Rect. Tissue box Red ._61011189001_MRP_800\",\n            \"productID\": 1366,\n            \"variantID\": 1366,\n            \"productName\": \"2 Tone Rect. Tissue box Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160701,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 752,\n            \"batchVariantName\": \"2 Tone 4Watch Box Red ._61011190001_MRP_2200.0000\",\n            \"productID\": 1367,\n            \"variantID\": 1367,\n            \"productName\": \"2 Tone 4Watch Box Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160718,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1850,\n            \"MRP\": 2200,\n            \"sellingPrice\": 2200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 753,\n            \"batchVariantName\": \"2 Tone 4Watch Box Red ._61011190001_MRP_1850\",\n            \"productID\": 1367,\n            \"variantID\": 1367,\n            \"productName\": \"2 Tone 4Watch Box Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160718,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1850,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 754,\n            \"batchVariantName\": \"2 Tone 3Watch Box Red ._61011191001_MRP_1950.0000\",\n            \"productID\": 1368,\n            \"variantID\": 1368,\n            \"productName\": \"2 Tone 3Watch Box Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160725,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1550,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 755,\n            \"batchVariantName\": \"2 Tone 3Watch Box Red ._61011191001_MRP_1550\",\n            \"productID\": 1368,\n            \"variantID\": 1368,\n            \"productName\": \"2 Tone 3Watch Box Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160725,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1550,\n            \"MRP\": 1550,\n            \"sellingPrice\": 1550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 756,\n            \"batchVariantName\": \"2 Tone Blotter Red ._61011192001_MRP_1050.0000\",\n            \"productID\": 1369,\n            \"variantID\": 1369,\n            \"productName\": \"2 Tone Blotter Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160732,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1090,\n            \"MRP\": 1050,\n            \"sellingPrice\": 1050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 757,\n            \"batchVariantName\": \"2 Tone Blotter Red ._61011192001_MRP_1090\",\n            \"productID\": 1369,\n            \"variantID\": 1369,\n            \"productName\": \"2 Tone Blotter Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160732,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1090,\n            \"MRP\": 1090,\n            \"sellingPrice\": 1090,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 758,\n            \"batchVariantName\": \"2 Tone Dust Bin Red ._61011193001_MRP_1350.0000\",\n            \"productID\": 1370,\n            \"variantID\": 1370,\n            \"productName\": \"2 Tone Dust Bin Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160749,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 759,\n            \"batchVariantName\": \"2 Tone Dust Bin Red ._61011193001_MRP_1250\",\n            \"productID\": 1370,\n            \"variantID\": 1370,\n            \"productName\": \"2 Tone Dust Bin Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160749,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 760,\n            \"batchVariantName\": \"2 Tone Laundry Bin Red ._61011194001_MRP_4300.0000\",\n            \"productID\": 1371,\n            \"variantID\": 1371,\n            \"productName\": \"2 Tone Laundry Bin Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160756,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4400,\n            \"MRP\": 4300,\n            \"sellingPrice\": 4300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 761,\n            \"batchVariantName\": \"2 Tone Laundry Bin Red ._61011194001_MRP_4400\",\n            \"productID\": 1371,\n            \"variantID\": 1371,\n            \"productName\": \"2 Tone Laundry Bin Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160756,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4400,\n            \"MRP\": 4400,\n            \"sellingPrice\": 4400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 762,\n            \"batchVariantName\": \"2 Tone Pen Cup Red ._61011195001_MRP_550.0000\",\n            \"productID\": 1372,\n            \"variantID\": 1372,\n            \"productName\": \"2 Tone Pen Cup Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160763,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 763,\n            \"batchVariantName\": \"2 Tone Pen Cup Red ._61011195001_MRP_450\",\n            \"productID\": 1372,\n            \"variantID\": 1372,\n            \"productName\": \"2 Tone Pen Cup Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160763,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 764,\n            \"batchVariantName\": \"2 Tone Coaster Set 4 Red ._61011196001_MRP_550.0000\",\n            \"productID\": 1373,\n            \"variantID\": 1373,\n            \"productName\": \"2 Tone Coaster Set 4 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160770,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 480,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 765,\n            \"batchVariantName\": \"2 Tone Coaster Set 4 Red ._61011196001_MRP_480\",\n            \"productID\": 1373,\n            \"variantID\": 1373,\n            \"productName\": \"2 Tone Coaster Set 4 Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160770,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 480,\n            \"MRP\": 480,\n            \"sellingPrice\": 480,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 766,\n            \"batchVariantName\": \"2 Tone Placemat Red ._61011197001_MRP_700.0000\",\n            \"productID\": 1374,\n            \"variantID\": 1374,\n            \"productName\": \"2 Tone Placemat Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160787,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 767,\n            \"batchVariantName\": \"2 Tone Placemat Red ._61011197001_MRP_490\",\n            \"productID\": 1374,\n            \"variantID\": 1374,\n            \"productName\": \"2 Tone Placemat Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160787,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 768,\n            \"batchVariantName\": \"2 Tone Open Storage Bx Lg Red ._61011198001_MRP_2500.0000\",\n            \"productID\": 1375,\n            \"variantID\": 1375,\n            \"productName\": \"2 Tone Open Storage Bx Lg Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160794,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2400,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 769,\n            \"batchVariantName\": \"2 Tone Open Storage Bx Lg Red ._61011198001_MRP_2400\",\n            \"productID\": 1375,\n            \"variantID\": 1375,\n            \"productName\": \"2 Tone Open Storage Bx Lg Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160794,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2400,\n            \"MRP\": 2400,\n            \"sellingPrice\": 2400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 770,\n            \"batchVariantName\": \"2 Tone Open Storage Bx sm Red ._61011199001_MRP_2100.0000\",\n            \"productID\": 1376,\n            \"variantID\": 1376,\n            \"productName\": \"2 Tone Open Storage Bx sm Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160800,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2000,\n            \"MRP\": 2100,\n            \"sellingPrice\": 2100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 771,\n            \"batchVariantName\": \"2 Tone Open Storage Bx sm Red ._61011199001_MRP_2000\",\n            \"productID\": 1376,\n            \"variantID\": 1376,\n            \"productName\": \"2 Tone Open Storage Bx sm Red .\",\n            \"variantName\": \".\",\n            \"barcode\": 10160800,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2000,\n            \"MRP\": 2000,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 772,\n            \"batchVariantName\": \"2 Tone Lid Box OLV 15x15x6.7 cms_61011206001_MRP_750.0000\",\n            \"productID\": 1382,\n            \"variantID\": 1382,\n            \"productName\": \"2 Tone Lid Box OLV 15x15x6.7 cms\",\n            \"variantName\": \"15x15x6.7 cms\",\n            \"barcode\": 10160862,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15x6.7 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 773,\n            \"batchVariantName\": \"2 Tone Lid Box OLV 15x15x6.7 cms_61011206001_MRP_550\",\n            \"productID\": 1382,\n            \"variantID\": 1382,\n            \"productName\": \"2 Tone Lid Box OLV 15x15x6.7 cms\",\n            \"variantName\": \"15x15x6.7 cms\",\n            \"barcode\": 10160862,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15x6.7 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 774,\n            \"batchVariantName\": \"2 Tone Photo Frame4x6 MB/B ._61011234001_MRP_800.0000\",\n            \"productID\": 1408,\n            \"variantID\": 1408,\n            \"productName\": \"2 Tone Photo Frame4x6 MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161128,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 775,\n            \"batchVariantName\": \"2 Tone Photo Frame4x6 MB/B ._61011234001_MRP_750\",\n            \"productID\": 1408,\n            \"variantID\": 1408,\n            \"productName\": \"2 Tone Photo Frame4x6 MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161128,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 776,\n            \"batchVariantName\": \"2 Tone Photo Frame5x7 MB/B ._61011235001_MRP_950.0000\",\n            \"productID\": 1409,\n            \"variantID\": 1409,\n            \"productName\": \"2 Tone Photo Frame5x7 MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161135,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 777,\n            \"batchVariantName\": \"2 Tone Photo Frame5x7 MB/B ._61011235001_MRP_850\",\n            \"productID\": 1409,\n            \"variantID\": 1409,\n            \"productName\": \"2 Tone Photo Frame5x7 MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161135,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 778,\n            \"batchVariantName\": \"2 Tone Magazine Basket MB/B ._61011237001_MRP_2800.0000\",\n            \"productID\": 1410,\n            \"variantID\": 1410,\n            \"productName\": \"2 Tone Magazine Basket MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161142,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2500,\n            \"MRP\": 2800,\n            \"sellingPrice\": 2800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 779,\n            \"batchVariantName\": \"2 Tone Magazine Basket MB/B ._61011237001_MRP_2500\",\n            \"productID\": 1410,\n            \"variantID\": 1410,\n            \"productName\": \"2 Tone Magazine Basket MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161142,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2500,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 780,\n            \"batchVariantName\": \"2 Tone Box 5x9 MB/B ._61011238001_MRP_990.0000\",\n            \"productID\": 1411,\n            \"variantID\": 1411,\n            \"productName\": \"2 Tone Box 5x9 MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161159,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 781,\n            \"batchVariantName\": \"2 Tone Box 5x9 MB/B ._61011238001_MRP_900\",\n            \"productID\": 1411,\n            \"variantID\": 1411,\n            \"productName\": \"2 Tone Box 5x9 MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161159,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 782,\n            \"batchVariantName\": \"2 Tone Box 6x10 MB/B ._61011239001_MRP_1150.0000\",\n            \"productID\": 1412,\n            \"variantID\": 1412,\n            \"productName\": \"2 Tone Box 6x10 MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161166,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1150,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 783,\n            \"batchVariantName\": \"2 Tone Box 6x10 MB/B ._61011239001_MRP_990\",\n            \"productID\": 1412,\n            \"variantID\": 1412,\n            \"productName\": \"2 Tone Box 6x10 MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161166,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 784,\n            \"batchVariantName\": \"2 Tone Lid Box MB/B 15x15x6.7 cms_61011240001_MRP_750.0000\",\n            \"productID\": 1413,\n            \"variantID\": 1413,\n            \"productName\": \"2 Tone Lid Box MB/B 15x15x6.7 cms\",\n            \"variantName\": \"15x15x6.7 cms\",\n            \"barcode\": 10161173,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15x6.7 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 785,\n            \"batchVariantName\": \"2 Tone Lid Box MB/B 15x15x6.7 cms_61011240001_MRP_550\",\n            \"productID\": 1413,\n            \"variantID\": 1413,\n            \"productName\": \"2 Tone Lid Box MB/B 15x15x6.7 cms\",\n            \"variantName\": \"15x15x6.7 cms\",\n            \"barcode\": 10161173,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15x6.7 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 786,\n            \"batchVariantName\": \"2 Tone Jewellery box MB/B ._61011242001_MRP_2000.0000\",\n            \"productID\": 1415,\n            \"variantID\": 1415,\n            \"productName\": \"2 Tone Jewellery box MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161197,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2090,\n            \"MRP\": 2000,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 787,\n            \"batchVariantName\": \"2 Tone Jewellery box MB/B ._61011242001_MRP_2090\",\n            \"productID\": 1415,\n            \"variantID\": 1415,\n            \"productName\": \"2 Tone Jewellery box MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161197,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2090,\n            \"MRP\": 2090,\n            \"sellingPrice\": 2090,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 788,\n            \"batchVariantName\": \"2 Tone Rect. Tissue box MB/B ._61011243001_MRP_850.0000\",\n            \"productID\": 1416,\n            \"variantID\": 1416,\n            \"productName\": \"2 Tone Rect. Tissue box MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161203,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 789,\n            \"batchVariantName\": \"2 Tone Rect. Tissue box MB/B ._61011243001_MRP_800\",\n            \"productID\": 1416,\n            \"variantID\": 1416,\n            \"productName\": \"2 Tone Rect. Tissue box MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161203,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 790,\n            \"batchVariantName\": \"2 Tone 3Watch Box MB/B ._61011244001_MRP_1950.0000\",\n            \"productID\": 1417,\n            \"variantID\": 1417,\n            \"productName\": \"2 Tone 3Watch Box MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161210,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1550,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 791,\n            \"batchVariantName\": \"2 Tone 3Watch Box MB/B ._61011244001_MRP_1550\",\n            \"productID\": 1417,\n            \"variantID\": 1417,\n            \"productName\": \"2 Tone 3Watch Box MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161210,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1550,\n            \"MRP\": 1550,\n            \"sellingPrice\": 1550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 792,\n            \"batchVariantName\": \"2 Tone 4Watch Box MB/B ._61011245001_MRP_2200.0000\",\n            \"productID\": 1418,\n            \"variantID\": 1418,\n            \"productName\": \"2 Tone 4Watch Box MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161227,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1850,\n            \"MRP\": 2200,\n            \"sellingPrice\": 2200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 793,\n            \"batchVariantName\": \"2 Tone 4Watch Box MB/B ._61011245001_MRP_1850\",\n            \"productID\": 1418,\n            \"variantID\": 1418,\n            \"productName\": \"2 Tone 4Watch Box MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161227,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1850,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 794,\n            \"batchVariantName\": \"2 Tone Laundry Bin MB/B ._61011246001_MRP_4300.0000\",\n            \"productID\": 1419,\n            \"variantID\": 1419,\n            \"productName\": \"2 Tone Laundry Bin MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4400,\n            \"MRP\": 4300,\n            \"sellingPrice\": 4300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 795,\n            \"batchVariantName\": \"2 Tone Laundry Bin MB/B ._61011246001_MRP_4400\",\n            \"productID\": 1419,\n            \"variantID\": 1419,\n            \"productName\": \"2 Tone Laundry Bin MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161234,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4400,\n            \"MRP\": 4400,\n            \"sellingPrice\": 4400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 796,\n            \"batchVariantName\": \"2 Tone Coaster Set 4 MB/B ._61011247001_MRP_550.0000\",\n            \"productID\": 1420,\n            \"variantID\": 1420,\n            \"productName\": \"2 Tone Coaster Set 4 MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161241,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 480,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 797,\n            \"batchVariantName\": \"2 Tone Coaster Set 4 MB/B ._61011247001_MRP_480\",\n            \"productID\": 1420,\n            \"variantID\": 1420,\n            \"productName\": \"2 Tone Coaster Set 4 MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161241,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 480,\n            \"MRP\": 480,\n            \"sellingPrice\": 480,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 798,\n            \"batchVariantName\": \"2 Tone Placemat MB/B ._61011248001_MRP_700.0000\",\n            \"productID\": 1421,\n            \"variantID\": 1421,\n            \"productName\": \"2 Tone Placemat MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161258,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 799,\n            \"batchVariantName\": \"2 Tone Placemat MB/B ._61011248001_MRP_490\",\n            \"productID\": 1421,\n            \"variantID\": 1421,\n            \"productName\": \"2 Tone Placemat MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161258,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 800,\n            \"batchVariantName\": \"2 Tone Open Storage Bx Lg MB/B ._61011249001_MRP_2500.0000\",\n            \"productID\": 1422,\n            \"variantID\": 1422,\n            \"productName\": \"2 Tone Open Storage Bx Lg MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161265,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2400,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 801,\n            \"batchVariantName\": \"2 Tone Open Storage Bx Lg MB/B ._61011249001_MRP_2400\",\n            \"productID\": 1422,\n            \"variantID\": 1422,\n            \"productName\": \"2 Tone Open Storage Bx Lg MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161265,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2400,\n            \"MRP\": 2400,\n            \"sellingPrice\": 2400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 802,\n            \"batchVariantName\": \"2 Tone Open Storage Bx sm MB/B ._61011250001_MRP_2100.0000\",\n            \"productID\": 1423,\n            \"variantID\": 1423,\n            \"productName\": \"2 Tone Open Storage Bx sm MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161272,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2000,\n            \"MRP\": 2100,\n            \"sellingPrice\": 2100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 803,\n            \"batchVariantName\": \"2 Tone Open Storage Bx sm MB/B ._61011250001_MRP_2000\",\n            \"productID\": 1423,\n            \"variantID\": 1423,\n            \"productName\": \"2 Tone Open Storage Bx sm MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10161272,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2000,\n            \"MRP\": 2000,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 804,\n            \"batchVariantName\": \"2 Tone Tray MB/B 15x15_61011261001_MRP_1500.0000\",\n            \"productID\": 1438,\n            \"variantID\": 1438,\n            \"productName\": \"2 Tone Tray MB/B 15x15\",\n            \"variantName\": \"15x15\",\n            \"barcode\": 10161425,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 805,\n            \"batchVariantName\": \"2 Tone Tray MB/B 15x15_61011261001_MRP_1350\",\n            \"productID\": 1438,\n            \"variantID\": 1438,\n            \"productName\": \"2 Tone Tray MB/B 15x15\",\n            \"variantName\": \"15x15\",\n            \"barcode\": 10161425,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 806,\n            \"batchVariantName\": \"2 Tone Tray MB/B 13x18_61011261002_MRP_1650.0000\",\n            \"productID\": 1439,\n            \"variantID\": 1439,\n            \"productName\": \"2 Tone Tray MB/B 13x18\",\n            \"variantName\": \"13x18\",\n            \"barcode\": 10161432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"13x18\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 807,\n            \"batchVariantName\": \"2 Tone Tray MB/B 13x18_61011261002_MRP_1500\",\n            \"productID\": 1439,\n            \"variantID\": 1439,\n            \"productName\": \"2 Tone Tray MB/B 13x18\",\n            \"variantName\": \"13x18\",\n            \"barcode\": 10161432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"13x18\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 808,\n            \"batchVariantName\": \"Glass Candle Hold Gold/Silver 10*15 cm_61011266001_MRP_650.0000\",\n            \"productID\": 1444,\n            \"variantID\": 1444,\n            \"productName\": \"Glass Candle Hold Gold/Silver 10*15 cm\",\n            \"variantName\": \"10*15 cm\",\n            \"barcode\": 10161487,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10*15 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 279,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 809,\n            \"batchVariantName\": \"Glass Candle Hold Gold/Silver 10*15 cm_61011266001_MRP_279\",\n            \"productID\": 1444,\n            \"variantID\": 1444,\n            \"productName\": \"Glass Candle Hold Gold/Silver 10*15 cm\",\n            \"variantName\": \"10*15 cm\",\n            \"barcode\": 10161487,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10*15 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 279,\n            \"MRP\": 279,\n            \"sellingPrice\": 279,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 810,\n            \"batchVariantName\": \"Glass Candle Holde Gold/Silver 7*10 cm_61011267001_MRP_450.0000\",\n            \"productID\": 1445,\n            \"variantID\": 1445,\n            \"productName\": \"Glass Candle Holde Gold/Silver 7*10 cm\",\n            \"variantName\": \"7*10 cm\",\n            \"barcode\": 10161494,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7*10 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 191,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 811,\n            \"batchVariantName\": \"Glass Candle Holde Gold/Silver 7*10 cm_61011267001_MRP_191\",\n            \"productID\": 1445,\n            \"variantID\": 1445,\n            \"productName\": \"Glass Candle Holde Gold/Silver 7*10 cm\",\n            \"variantName\": \"7*10 cm\",\n            \"barcode\": 10161494,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7*10 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 191,\n            \"MRP\": 191,\n            \"sellingPrice\": 191,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 812,\n            \"batchVariantName\": \"Glass Candle Holder Br/Gold 9*25 cm_61011275001_MRP_800.0000\",\n            \"productID\": 1453,\n            \"variantID\": 1453,\n            \"productName\": \"Glass Candle Holder Br/Gold 9*25 cm\",\n            \"variantName\": \"9*25 cm\",\n            \"barcode\": 10161579,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*25 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 813,\n            \"batchVariantName\": \"Glass Candle Holder Br/Gold 9*25 cm_61011275001_MRP_750\",\n            \"productID\": 1453,\n            \"variantID\": 1453,\n            \"productName\": \"Glass Candle Holder Br/Gold 9*25 cm\",\n            \"variantName\": \"9*25 cm\",\n            \"barcode\": 10161579,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*25 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 814,\n            \"batchVariantName\": \"2 TONE LID BOX ORG 15x15x6.7 cms_61011324001_MRP_750.0000\",\n            \"productID\": 1484,\n            \"variantID\": 1484,\n            \"productName\": \"2 TONE LID BOX ORG 15x15x6.7 cms\",\n            \"variantName\": \"15x15x6.7 cms\",\n            \"barcode\": 10162729,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15x6.7 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 815,\n            \"batchVariantName\": \"2 TONE LID BOX ORG 15x15x6.7 cms_61011324001_MRP_550\",\n            \"productID\": 1484,\n            \"variantID\": 1484,\n            \"productName\": \"2 TONE LID BOX ORG 15x15x6.7 cms\",\n            \"variantName\": \"15x15x6.7 cms\",\n            \"barcode\": 10162729,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15x6.7 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 816,\n            \"batchVariantName\": \"4X6\\\" SILVER PLATED FRAME Gold 4x6_61011868002_MRP_700.0000\",\n            \"productID\": 1501,\n            \"variantID\": 1501,\n            \"productName\": \"4X6\\\" SILVER PLATED FRAME Gold 4x6\",\n            \"variantName\": \"4x6\",\n            \"barcode\": 10163139,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"4x6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 817,\n            \"batchVariantName\": \"4X6\\\" SILVER PLATED FRAME Gold 4x6_61011868002_MRP_550\",\n            \"productID\": 1501,\n            \"variantID\": 1501,\n            \"productName\": \"4X6\\\" SILVER PLATED FRAME Gold 4x6\",\n            \"variantName\": \"4x6\",\n            \"barcode\": 10163139,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"4x6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 818,\n            \"batchVariantName\": \"5X7\\\" SILVER PLATED FRAME Gold 5x7_61011869002_MRP_950.0000\",\n            \"productID\": 1503,\n            \"variantID\": 1503,\n            \"productName\": \"5X7\\\" SILVER PLATED FRAME Gold 5x7\",\n            \"variantName\": \"5x7\",\n            \"barcode\": 10163153,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5x7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 819,\n            \"batchVariantName\": \"5X7\\\" SILVER PLATED FRAME Gold 5x7_61011869002_MRP_700\",\n            \"productID\": 1503,\n            \"variantID\": 1503,\n            \"productName\": \"5X7\\\" SILVER PLATED FRAME Gold 5x7\",\n            \"variantName\": \"5x7\",\n            \"barcode\": 10163153,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5x7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 820,\n            \"batchVariantName\": \"Amira 4x6 Silver 4x6_61012191001_MRP_1599.0000\",\n            \"productID\": 1605,\n            \"variantID\": 1605,\n            \"productName\": \"Amira 4x6 Silver 4x6\",\n            \"variantName\": \"4x6\",\n            \"barcode\": 10165485,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"4x6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 1599,\n            \"sellingPrice\": 1599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 821,\n            \"batchVariantName\": \"Amira 4x6 Silver 4x6_61012191001_MRP_1200\",\n            \"productID\": 1605,\n            \"variantID\": 1605,\n            \"productName\": \"Amira 4x6 Silver 4x6\",\n            \"variantName\": \"4x6\",\n            \"barcode\": 10165485,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"4x6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 822,\n            \"batchVariantName\": \"Amira 4x6 Silver 4x6_61012191001_MRP_1599.0000\",\n            \"productID\": 1605,\n            \"variantID\": 1605,\n            \"productName\": \"Amira 4x6 Silver 4x6\",\n            \"variantName\": \"4x6\",\n            \"barcode\": 10165485,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"4x6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 1599,\n            \"sellingPrice\": 1599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 823,\n            \"batchVariantName\": \"Amira 4x6 Silver 4x6_61012191001_MRP_900\",\n            \"productID\": 1605,\n            \"variantID\": 1605,\n            \"productName\": \"Amira 4x6 Silver 4x6\",\n            \"variantName\": \"4x6\",\n            \"barcode\": 10165485,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"4x6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 824,\n            \"batchVariantName\": \"Amira 5x7 Silver 5x7_61012192001_MRP_2399.0000\",\n            \"productID\": 1606,\n            \"variantID\": 1606,\n            \"productName\": \"Amira 5x7 Silver 5x7\",\n            \"variantName\": \"5x7\",\n            \"barcode\": 10165492,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5x7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 2399,\n            \"sellingPrice\": 2399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 825,\n            \"batchVariantName\": \"Amira 5x7 Silver 5x7_61012192001_MRP_1400\",\n            \"productID\": 1606,\n            \"variantID\": 1606,\n            \"productName\": \"Amira 5x7 Silver 5x7\",\n            \"variantName\": \"5x7\",\n            \"barcode\": 10165492,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5x7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 1400,\n            \"sellingPrice\": 1400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 826,\n            \"batchVariantName\": \"Amira 5x7 Silver 5x7_61012192001_MRP_2399.0000\",\n            \"productID\": 1606,\n            \"variantID\": 1606,\n            \"productName\": \"Amira 5x7 Silver 5x7\",\n            \"variantName\": \"5x7\",\n            \"barcode\": 10165492,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5x7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 2399,\n            \"sellingPrice\": 2399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 827,\n            \"batchVariantName\": \"Amira 5x7 Silver 5x7_61012192001_MRP_1950\",\n            \"productID\": 1606,\n            \"variantID\": 1606,\n            \"productName\": \"Amira 5x7 Silver 5x7\",\n            \"variantName\": \"5x7\",\n            \"barcode\": 10165492,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5x7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 828,\n            \"batchVariantName\": \"L Polished Nickel L-30 (cm) W-24 (cm)_61012334001_MRP_1200.0000\",\n            \"productID\": 1687,\n            \"variantID\": 1687,\n            \"productName\": \"L Polished Nickel L-30 (cm) W-24 (cm)\",\n            \"variantName\": \"L-30 (cm) W-24 (cm)\",\n            \"barcode\": 10168080,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L-30 (cm) W-24 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 829,\n            \"batchVariantName\": \"L Polished Nickel L-30 (cm) W-24 (cm)_61012334001_MRP_750\",\n            \"productID\": 1687,\n            \"variantID\": 1687,\n            \"productName\": \"L Polished Nickel L-30 (cm) W-24 (cm)\",\n            \"variantName\": \"L-30 (cm) W-24 (cm)\",\n            \"barcode\": 10168080,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L-30 (cm) W-24 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 830,\n            \"batchVariantName\": \"L Polished Nickel L-22.5 (cm) W-17.5_61012335001_MRP_800.0000\",\n            \"productID\": 1688,\n            \"variantID\": 1688,\n            \"productName\": \"L Polished Nickel L-22.5 (cm) W-17.5\",\n            \"variantName\": \"L-22.5 (cm) W-17.5 (cm)\",\n            \"barcode\": 10168097,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L-22.5 (cm) W-17.5 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 831,\n            \"batchVariantName\": \"L Polished Nickel L-22.5 (cm) W-17.5_61012335001_MRP_1250\",\n            \"productID\": 1688,\n            \"variantID\": 1688,\n            \"productName\": \"L Polished Nickel L-22.5 (cm) W-17.5\",\n            \"variantName\": \"L-22.5 (cm) W-17.5 (cm)\",\n            \"barcode\": 10168097,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L-22.5 (cm) W-17.5 (cm)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 832,\n            \"batchVariantName\": \"Harmony Charger Plate NICKEL Dia 14\\\"_61012338001_MRP_399.0000\",\n            \"productID\": 1691,\n            \"variantID\": 1691,\n            \"productName\": \"Harmony Charger Plate NICKEL Dia 14\\\"\",\n            \"variantName\": \"Dia 14\\\"\",\n            \"barcode\": 10168127,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Dia 14\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2650,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 833,\n            \"batchVariantName\": \"Harmony Charger Plate NICKEL Dia 14\\\"_61012338001_MRP_2650\",\n            \"productID\": 1691,\n            \"variantID\": 1691,\n            \"productName\": \"Harmony Charger Plate NICKEL Dia 14\\\"\",\n            \"variantName\": \"Dia 14\\\"\",\n            \"barcode\": 10168127,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Dia 14\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2650,\n            \"MRP\": 2650,\n            \"sellingPrice\": 2650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 834,\n            \"batchVariantName\": \"2 Tone Envloupe Holder MB/B ._61012539001_MRP_1000.0000\",\n            \"productID\": 1897,\n            \"variantID\": 1897,\n            \"productName\": \"2 Tone Envloupe Holder MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10172926,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 835,\n            \"batchVariantName\": \"2 Tone Envloupe Holder MB/B ._61012539001_MRP_850\",\n            \"productID\": 1897,\n            \"variantID\": 1897,\n            \"productName\": \"2 Tone Envloupe Holder MB/B .\",\n            \"variantName\": \".\",\n            \"barcode\": 10172926,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 836,\n            \"batchVariantName\": \"DIAMANTE' FOOTED CAKE PLATE Clr CM.25_61012551001_MRP_2510.0000\",\n            \"productID\": 1907,\n            \"variantID\": 1907,\n            \"productName\": \"DIAMANTE' FOOTED CAKE PLATE Clr CM.25\",\n            \"variantName\": \"CM.25\",\n            \"barcode\": 10173237,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"CM.25\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3300,\n            \"MRP\": 2510,\n            \"sellingPrice\": 2510,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 837,\n            \"batchVariantName\": \"DIAMANTE' FOOTED CAKE PLATE Clr CM.25_61012551001_MRP_3300\",\n            \"productID\": 1907,\n            \"variantID\": 1907,\n            \"productName\": \"DIAMANTE' FOOTED CAKE PLATE Clr CM.25\",\n            \"variantName\": \"CM.25\",\n            \"barcode\": 10173237,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"CM.25\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3300,\n            \"MRP\": 3300,\n            \"sellingPrice\": 3300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 838,\n            \"batchVariantName\": \"Gold Lace2 Dinner Set-21 . ._61012599001_MRP_12000.0000\",\n            \"productID\": 1949,\n            \"variantID\": 1949,\n            \"productName\": \"Gold Lace2 Dinner Set-21 . .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173671,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9500,\n            \"MRP\": 12000,\n            \"sellingPrice\": 12000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 839,\n            \"batchVariantName\": \"Gold Lace2 Dinner Set-21 . ._61012599001_MRP_9500\",\n            \"productID\": 1949,\n            \"variantID\": 1949,\n            \"productName\": \"Gold Lace2 Dinner Set-21 . .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173671,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9500,\n            \"MRP\": 9500,\n            \"sellingPrice\": 9500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 840,\n            \"batchVariantName\": \"Gold Lace2 Dinner Plate Gold ._61012600001_MRP_550.0000\",\n            \"productID\": 1950,\n            \"variantID\": 1950,\n            \"productName\": \"Gold Lace2 Dinner Plate Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173688,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 425,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 841,\n            \"batchVariantName\": \"Gold Lace2 Dinner Plate Gold ._61012600001_MRP_425\",\n            \"productID\": 1950,\n            \"variantID\": 1950,\n            \"productName\": \"Gold Lace2 Dinner Plate Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173688,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 425,\n            \"MRP\": 425,\n            \"sellingPrice\": 425,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 842,\n            \"batchVariantName\": \"Gold Lace2 Dessert Plate Gold ._61012601001_MRP_400.0000\",\n            \"productID\": 1951,\n            \"variantID\": 1951,\n            \"productName\": \"Gold Lace2 Dessert Plate Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173695,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 315,\n            \"MRP\": 400,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 843,\n            \"batchVariantName\": \"Gold Lace2 Dessert Plate Gold ._61012601001_MRP_315\",\n            \"productID\": 1951,\n            \"variantID\": 1951,\n            \"productName\": \"Gold Lace2 Dessert Plate Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173695,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 315,\n            \"MRP\": 315,\n            \"sellingPrice\": 315,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 844,\n            \"batchVariantName\": \"Gold Lace2 Side Bowl Gold ._61012602001_MRP_300.0000\",\n            \"productID\": 1952,\n            \"variantID\": 1952,\n            \"productName\": \"Gold Lace2 Side Bowl Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173701,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 225,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 845,\n            \"batchVariantName\": \"Gold Lace2 Side Bowl Gold ._61012602001_MRP_225\",\n            \"productID\": 1952,\n            \"variantID\": 1952,\n            \"productName\": \"Gold Lace2 Side Bowl Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173701,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 225,\n            \"MRP\": 225,\n            \"sellingPrice\": 225,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 846,\n            \"batchVariantName\": \"Gold Lace2 Serving Bowl Gold ._61012603001_MRP_850.0000\",\n            \"productID\": 1953,\n            \"variantID\": 1953,\n            \"productName\": \"Gold Lace2 Serving Bowl Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173718,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 725,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 847,\n            \"batchVariantName\": \"Gold Lace2 Serving Bowl Gold ._61012603001_MRP_725\",\n            \"productID\": 1953,\n            \"variantID\": 1953,\n            \"productName\": \"Gold Lace2 Serving Bowl Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173718,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 725,\n            \"MRP\": 725,\n            \"sellingPrice\": 725,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 848,\n            \"batchVariantName\": \"Oval Platter Gold ._61012611001_MRP_2499.0000\",\n            \"productID\": 1961,\n            \"variantID\": 1961,\n            \"productName\": \"Oval Platter Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173794,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 2499,\n            \"sellingPrice\": 2499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 849,\n            \"batchVariantName\": \"Oval Platter Gold ._61012611001_MRP_1950\",\n            \"productID\": 1961,\n            \"variantID\": 1961,\n            \"productName\": \"Oval Platter Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173794,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 850,\n            \"batchVariantName\": \"Gilles Tea Set 9 Pcs Gold ._61012618001_MRP_7000.0000\",\n            \"productID\": 1968,\n            \"variantID\": 1968,\n            \"productName\": \"Gilles Tea Set 9 Pcs Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173862,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5500,\n            \"MRP\": 7000,\n            \"sellingPrice\": 7000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 851,\n            \"batchVariantName\": \"Gilles Tea Set 9 Pcs Gold ._61012618001_MRP_5500\",\n            \"productID\": 1968,\n            \"variantID\": 1968,\n            \"productName\": \"Gilles Tea Set 9 Pcs Gold .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173862,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5500,\n            \"MRP\": 5500,\n            \"sellingPrice\": 5500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 852,\n            \"batchVariantName\": \"Lattice Dinner Plate Gry/Slv ._61012628001_MRP_850.0000\",\n            \"productID\": 1978,\n            \"variantID\": 1978,\n            \"productName\": \"Lattice Dinner Plate Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173961,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 853,\n            \"batchVariantName\": \"Lattice Dinner Plate Gry/Slv ._61012628001_MRP_425\",\n            \"productID\": 1978,\n            \"variantID\": 1978,\n            \"productName\": \"Lattice Dinner Plate Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173961,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 425,\n            \"sellingPrice\": 425,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 854,\n            \"batchVariantName\": \"Lattice Dinner Plate Gry/Slv ._61012628001_MRP_850.0000\",\n            \"productID\": 1978,\n            \"variantID\": 1978,\n            \"productName\": \"Lattice Dinner Plate Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173961,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 855,\n            \"batchVariantName\": \"Lattice Dinner Plate Gry/Slv ._61012628001_MRP_750\",\n            \"productID\": 1978,\n            \"variantID\": 1978,\n            \"productName\": \"Lattice Dinner Plate Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173961,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 856,\n            \"batchVariantName\": \"Lattice Dessert Plate Gry/Slv ._61012629001_MRP_499.0000\",\n            \"productID\": 1979,\n            \"variantID\": 1979,\n            \"productName\": \"Lattice Dessert Plate Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173978,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 857,\n            \"batchVariantName\": \"Lattice Dessert Plate Gry/Slv ._61012629001_MRP_315\",\n            \"productID\": 1979,\n            \"variantID\": 1979,\n            \"productName\": \"Lattice Dessert Plate Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173978,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 315,\n            \"sellingPrice\": 315,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 858,\n            \"batchVariantName\": \"Lattice Dessert Plate Gry/Slv ._61012629001_MRP_499.0000\",\n            \"productID\": 1979,\n            \"variantID\": 1979,\n            \"productName\": \"Lattice Dessert Plate Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173978,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 859,\n            \"batchVariantName\": \"Lattice Dessert Plate Gry/Slv ._61012629001_MRP_450\",\n            \"productID\": 1979,\n            \"variantID\": 1979,\n            \"productName\": \"Lattice Dessert Plate Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173978,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 860,\n            \"batchVariantName\": \"Lattice Side Bowl Gry/Slv ._61012630001_MRP_375.0000\",\n            \"productID\": 1980,\n            \"variantID\": 1980,\n            \"productName\": \"Lattice Side Bowl Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173985,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 225,\n            \"MRP\": 375,\n            \"sellingPrice\": 375,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 861,\n            \"batchVariantName\": \"Lattice Side Bowl Gry/Slv ._61012630001_MRP_225\",\n            \"productID\": 1980,\n            \"variantID\": 1980,\n            \"productName\": \"Lattice Side Bowl Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173985,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 225,\n            \"MRP\": 225,\n            \"sellingPrice\": 225,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 862,\n            \"batchVariantName\": \"Lattice Serving Bowl Gry/Slv ._61012631001_MRP_1200.0000\",\n            \"productID\": 1981,\n            \"variantID\": 1981,\n            \"productName\": \"Lattice Serving Bowl Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173992,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 863,\n            \"batchVariantName\": \"Lattice Serving Bowl Gry/Slv ._61012631001_MRP_715\",\n            \"productID\": 1981,\n            \"variantID\": 1981,\n            \"productName\": \"Lattice Serving Bowl Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173992,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 715,\n            \"sellingPrice\": 715,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 864,\n            \"batchVariantName\": \"Lattice Serving Bowl Gry/Slv ._61012631001_MRP_1200.0000\",\n            \"productID\": 1981,\n            \"variantID\": 1981,\n            \"productName\": \"Lattice Serving Bowl Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173992,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 865,\n            \"batchVariantName\": \"Lattice Serving Bowl Gry/Slv ._61012631001_MRP_900\",\n            \"productID\": 1981,\n            \"variantID\": 1981,\n            \"productName\": \"Lattice Serving Bowl Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10173992,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 866,\n            \"batchVariantName\": \"Lattice Oval Platter Gry/Slv ._61012632001_MRP_2600.0000\",\n            \"productID\": 1982,\n            \"variantID\": 1982,\n            \"productName\": \"Lattice Oval Platter Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174005,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 2600,\n            \"sellingPrice\": 2600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 867,\n            \"batchVariantName\": \"Lattice Oval Platter Gry/Slv ._61012632001_MRP_1950\",\n            \"productID\": 1982,\n            \"variantID\": 1982,\n            \"productName\": \"Lattice Oval Platter Gry/Slv .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174005,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1950,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 868,\n            \"batchVariantName\": \"Jade Dinner Set 21 Pcs Slvr ._61012633001_MRP_11000.0000\",\n            \"productID\": 1983,\n            \"variantID\": 1983,\n            \"productName\": \"Jade Dinner Set 21 Pcs Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174012,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9500,\n            \"MRP\": 11000,\n            \"sellingPrice\": 11000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 869,\n            \"batchVariantName\": \"Jade Dinner Set 21 Pcs Slvr ._61012633001_MRP_9500\",\n            \"productID\": 1983,\n            \"variantID\": 1983,\n            \"productName\": \"Jade Dinner Set 21 Pcs Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174012,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9500,\n            \"MRP\": 9500,\n            \"sellingPrice\": 9500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 870,\n            \"batchVariantName\": \"Jade Dinner Plate Slvr ._61012634001_MRP_750.0000\",\n            \"productID\": 1984,\n            \"variantID\": 1984,\n            \"productName\": \"Jade Dinner Plate Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174029,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 500,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 871,\n            \"batchVariantName\": \"Jade Dinner Plate Slvr ._61012634001_MRP_415\",\n            \"productID\": 1984,\n            \"variantID\": 1984,\n            \"productName\": \"Jade Dinner Plate Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174029,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 500,\n            \"MRP\": 415,\n            \"sellingPrice\": 415,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 872,\n            \"batchVariantName\": \"Jade Dinner Plate Slvr ._61012634001_MRP_750.0000\",\n            \"productID\": 1984,\n            \"variantID\": 1984,\n            \"productName\": \"Jade Dinner Plate Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174029,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 500,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 873,\n            \"batchVariantName\": \"Jade Dinner Plate Slvr ._61012634001_MRP_500\",\n            \"productID\": 1984,\n            \"variantID\": 1984,\n            \"productName\": \"Jade Dinner Plate Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174029,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 500,\n            \"MRP\": 500,\n            \"sellingPrice\": 500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 874,\n            \"batchVariantName\": \"Jade Dessert Plate Slvr ._61012635001_MRP_450.0000\",\n            \"productID\": 1985,\n            \"variantID\": 1985,\n            \"productName\": \"Jade Dessert Plate Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174036,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 375,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 875,\n            \"batchVariantName\": \"Jade Dessert Plate Slvr ._61012635001_MRP_310\",\n            \"productID\": 1985,\n            \"variantID\": 1985,\n            \"productName\": \"Jade Dessert Plate Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174036,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 375,\n            \"MRP\": 310,\n            \"sellingPrice\": 310,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 876,\n            \"batchVariantName\": \"Jade Dessert Plate Slvr ._61012635001_MRP_450.0000\",\n            \"productID\": 1985,\n            \"variantID\": 1985,\n            \"productName\": \"Jade Dessert Plate Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174036,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 375,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 877,\n            \"batchVariantName\": \"Jade Dessert Plate Slvr ._61012635001_MRP_375\",\n            \"productID\": 1985,\n            \"variantID\": 1985,\n            \"productName\": \"Jade Dessert Plate Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174036,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 375,\n            \"MRP\": 375,\n            \"sellingPrice\": 375,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 878,\n            \"batchVariantName\": \"Jade Side Bowl Slvr ._61012636001_MRP_275.0000\",\n            \"productID\": 1986,\n            \"variantID\": 1986,\n            \"productName\": \"Jade Side Bowl Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174043,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 225,\n            \"MRP\": 275,\n            \"sellingPrice\": 275,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 879,\n            \"batchVariantName\": \"Jade Side Bowl Slvr ._61012636001_MRP_225\",\n            \"productID\": 1986,\n            \"variantID\": 1986,\n            \"productName\": \"Jade Side Bowl Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174043,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 225,\n            \"MRP\": 225,\n            \"sellingPrice\": 225,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 880,\n            \"batchVariantName\": \"Jade Serving Bowl Slvr ._61012637001_MRP_950.0000\",\n            \"productID\": 1987,\n            \"variantID\": 1987,\n            \"productName\": \"Jade Serving Bowl Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174050,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 881,\n            \"batchVariantName\": \"Jade Serving Bowl Slvr ._61012637001_MRP_700\",\n            \"productID\": 1987,\n            \"variantID\": 1987,\n            \"productName\": \"Jade Serving Bowl Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174050,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 882,\n            \"batchVariantName\": \"Jade Serving Bowl Slvr ._61012637001_MRP_950.0000\",\n            \"productID\": 1987,\n            \"variantID\": 1987,\n            \"productName\": \"Jade Serving Bowl Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174050,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 883,\n            \"batchVariantName\": \"Jade Serving Bowl Slvr ._61012637001_MRP_800\",\n            \"productID\": 1987,\n            \"variantID\": 1987,\n            \"productName\": \"Jade Serving Bowl Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174050,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 884,\n            \"batchVariantName\": \"Jade Side Bowl Slvr ._61012638001_MRP_350.0000\",\n            \"productID\": 1988,\n            \"variantID\": 1988,\n            \"productName\": \"Jade Side Bowl Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174067,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 245,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 885,\n            \"batchVariantName\": \"Jade Side Bowl Slvr ._61012638001_MRP_245\",\n            \"productID\": 1988,\n            \"variantID\": 1988,\n            \"productName\": \"Jade Side Bowl Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174067,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 245,\n            \"MRP\": 245,\n            \"sellingPrice\": 245,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 886,\n            \"batchVariantName\": \"Jade Oval Platter Slvr ._61012639001_MRP_2600.0000\",\n            \"productID\": 1989,\n            \"variantID\": 1989,\n            \"productName\": \"Jade Oval Platter Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174074,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1900,\n            \"MRP\": 2600,\n            \"sellingPrice\": 2600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 887,\n            \"batchVariantName\": \"Jade Oval Platter Slvr ._61012639001_MRP_1900\",\n            \"productID\": 1989,\n            \"variantID\": 1989,\n            \"productName\": \"Jade Oval Platter Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174074,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1900,\n            \"MRP\": 1900,\n            \"sellingPrice\": 1900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 888,\n            \"batchVariantName\": \"Jade Tea Set 9 Pcs Slvr ._61012640001_MRP_6500.0000\",\n            \"productID\": 1990,\n            \"variantID\": 1990,\n            \"productName\": \"Jade Tea Set 9 Pcs Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174081,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5500,\n            \"MRP\": 6500,\n            \"sellingPrice\": 6500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 889,\n            \"batchVariantName\": \"Jade Tea Set 9 Pcs Slvr ._61012640001_MRP_5500\",\n            \"productID\": 1990,\n            \"variantID\": 1990,\n            \"productName\": \"Jade Tea Set 9 Pcs Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10174081,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5500,\n            \"MRP\": 5500,\n            \"sellingPrice\": 5500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 890,\n            \"batchVariantName\": \"Alum Leaf Gld/Nckl Smll_61012665001_MRP_1200.0000\",\n            \"productID\": 2015,\n            \"variantID\": 2015,\n            \"productName\": \"Alum Leaf Gld/Nckl Smll\",\n            \"variantName\": \"Smll\",\n            \"barcode\": 10174333,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Smll\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1050,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 891,\n            \"batchVariantName\": \"Alum Leaf Gld/Nckl Smll_61012665001_MRP_1050\",\n            \"productID\": 2015,\n            \"variantID\": 2015,\n            \"productName\": \"Alum Leaf Gld/Nckl Smll\",\n            \"variantName\": \"Smll\",\n            \"barcode\": 10174333,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Smll\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1050,\n            \"MRP\": 1050,\n            \"sellingPrice\": 1050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 892,\n            \"batchVariantName\": \"Alum Leaf Gld/Nckl Lrg_61012666001_MRP_1900.0000\",\n            \"productID\": 2016,\n            \"variantID\": 2016,\n            \"productName\": \"Alum Leaf Gld/Nckl Lrg\",\n            \"variantName\": \"Lrg\",\n            \"barcode\": 10174340,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Lrg\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1825,\n            \"MRP\": 1900,\n            \"sellingPrice\": 1900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 893,\n            \"batchVariantName\": \"Alum Leaf Gld/Nckl Lrg_61012666001_MRP_1825\",\n            \"productID\": 2016,\n            \"variantID\": 2016,\n            \"productName\": \"Alum Leaf Gld/Nckl Lrg\",\n            \"variantName\": \"Lrg\",\n            \"barcode\": 10174340,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Lrg\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1825,\n            \"MRP\": 1825,\n            \"sellingPrice\": 1825,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 894,\n            \"batchVariantName\": \"Oblong Leaf Gld/Nckl Smll_61012667001_MRP_1250.0000\",\n            \"productID\": 2017,\n            \"variantID\": 2017,\n            \"productName\": \"Oblong Leaf Gld/Nckl Smll\",\n            \"variantName\": \"Smll\",\n            \"barcode\": 10174357,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Smll\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1075,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 895,\n            \"batchVariantName\": \"Oblong Leaf Gld/Nckl Smll_61012667001_MRP_1075\",\n            \"productID\": 2017,\n            \"variantID\": 2017,\n            \"productName\": \"Oblong Leaf Gld/Nckl Smll\",\n            \"variantName\": \"Smll\",\n            \"barcode\": 10174357,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Smll\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1075,\n            \"MRP\": 1075,\n            \"sellingPrice\": 1075,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 896,\n            \"batchVariantName\": \"Oblong Leaf Gld/Nckl Lrg_61012668001_MRP_1650.0000\",\n            \"productID\": 2018,\n            \"variantID\": 2018,\n            \"productName\": \"Oblong Leaf Gld/Nckl Lrg\",\n            \"variantName\": \"Lrg\",\n            \"barcode\": 10174364,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Lrg\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 897,\n            \"batchVariantName\": \"Oblong Leaf Gld/Nckl Lrg_61012668001_MRP_1500\",\n            \"productID\": 2018,\n            \"variantID\": 2018,\n            \"productName\": \"Oblong Leaf Gld/Nckl Lrg\",\n            \"variantName\": \"Lrg\",\n            \"barcode\": 10174364,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Lrg\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 898,\n            \"batchVariantName\": \"TIGER LILY SPRAY X 3#W/ 8 LV white 32\\\"_61012681001_MRP_999.0000\",\n            \"productID\": 2032,\n            \"variantID\": 2032,\n            \"productName\": \"TIGER LILY SPRAY X 3#W/ 8 LV white 32\\\"\",\n            \"variantName\": \"32\\\"\",\n            \"barcode\": 10174500,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2804,\n            \"inventoryCost\": -4560,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"32\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 760,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 899,\n            \"batchVariantName\": \"TIGER LILY SPRAY X 3#W/ 8 LV white 32\\\"_61012681001_MRP_760\",\n            \"productID\": 2032,\n            \"variantID\": 2032,\n            \"productName\": \"TIGER LILY SPRAY X 3#W/ 8 LV white 32\\\"\",\n            \"variantName\": \"32\\\"\",\n            \"barcode\": 10174500,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2804,\n            \"inventoryCost\": -4560,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"32\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 760,\n            \"MRP\": 760,\n            \"sellingPrice\": 760,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 900,\n            \"batchVariantName\": \"FRANGIPANI PICK W/2 LVS white 17\\\"_61012683001_MRP_899.0000\",\n            \"productID\": 2034,\n            \"variantID\": 2034,\n            \"productName\": \"FRANGIPANI PICK W/2 LVS white 17\\\"\",\n            \"variantName\": \"17\\\"\",\n            \"barcode\": 10174524,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"17\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 901,\n            \"batchVariantName\": \"FRANGIPANI PICK W/2 LVS white 17\\\"_61012683001_MRP_490\",\n            \"productID\": 2034,\n            \"variantID\": 2034,\n            \"productName\": \"FRANGIPANI PICK W/2 LVS white 17\\\"\",\n            \"variantName\": \"17\\\"\",\n            \"barcode\": 10174524,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"17\\\"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 902,\n            \"batchVariantName\": \"Taper Candle Set 2 Ivry/vnla 22.86cm_61012769001_MRP_190.0000\",\n            \"productID\": 2112,\n            \"variantID\": 2112,\n            \"productName\": \"Taper Candle Set 2 Ivry/vnla 22.86cm\",\n            \"variantName\": \"22.86cm\",\n            \"barcode\": 10177389,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"22.86cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 140,\n            \"MRP\": 190,\n            \"sellingPrice\": 190,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 903,\n            \"batchVariantName\": \"Taper Candle Set 2 Ivry/vnla 22.86cm_61012769001_MRP_140\",\n            \"productID\": 2112,\n            \"variantID\": 2112,\n            \"productName\": \"Taper Candle Set 2 Ivry/vnla 22.86cm\",\n            \"variantName\": \"22.86cm\",\n            \"barcode\": 10177389,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"22.86cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 140,\n            \"MRP\": 140,\n            \"sellingPrice\": 140,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 904,\n            \"batchVariantName\": \"Ellite Cylindrical Blk TD150BD150HT600_61012779001_MRP_2100.0000\",\n            \"productID\": 2117,\n            \"variantID\": 2117,\n            \"productName\": \"Ellite Cylindrical Blk TD150BD150HT600\",\n            \"variantName\": \"TD150BD150HT600\",\n            \"barcode\": 10178591,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD150BD150HT600\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1150,\n            \"MRP\": 2100,\n            \"sellingPrice\": 2100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 905,\n            \"batchVariantName\": \"Ellite Cylindrical Blk TD150BD150HT600_61012779001_MRP_1150\",\n            \"productID\": 2117,\n            \"variantID\": 2117,\n            \"productName\": \"Ellite Cylindrical Blk TD150BD150HT600\",\n            \"variantName\": \"TD150BD150HT600\",\n            \"barcode\": 10178591,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD150BD150HT600\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1150,\n            \"MRP\": 1150,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 906,\n            \"batchVariantName\": \"Ellite Tapper Vase Blk TD120BD140HT450_61012780001_MRP_1500.0000\",\n            \"productID\": 2118,\n            \"variantID\": 2118,\n            \"productName\": \"Ellite Tapper Vase Blk TD120BD140HT450\",\n            \"variantName\": \"TD120BD140HT450\",\n            \"barcode\": 10178607,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD120BD140HT450\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 907,\n            \"batchVariantName\": \"Ellite Tapper Vase Blk TD120BD140HT450_61012780001_MRP_850\",\n            \"productID\": 2118,\n            \"variantID\": 2118,\n            \"productName\": \"Ellite Tapper Vase Blk TD120BD140HT450\",\n            \"variantName\": \"TD120BD140HT450\",\n            \"barcode\": 10178607,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD120BD140HT450\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 908,\n            \"batchVariantName\": \"Ellite Round Vase S Blk TD110BD80HT170_61012781001_MRP_600.0000\",\n            \"productID\": 2119,\n            \"variantID\": 2119,\n            \"productName\": \"Ellite Round Vase S Blk TD110BD80HT170\",\n            \"variantName\": \"TD110BD80HT170\",\n            \"barcode\": 10178614,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:34\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD110BD80HT170\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 909,\n            \"batchVariantName\": \"Ellite Round Vase S Blk TD110BD80HT170_61012781001_MRP_350\",\n            \"productID\": 2119,\n            \"variantID\": 2119,\n            \"productName\": \"Ellite Round Vase S Blk TD110BD80HT170\",\n            \"variantName\": \"TD110BD80HT170\",\n            \"barcode\": 10178614,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD110BD80HT170\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 910,\n            \"batchVariantName\": \"Ellite Cone Vase Blk TD120BD130HT800_61012782001_MRP_2000.0000\",\n            \"productID\": 2120,\n            \"variantID\": 2120,\n            \"productName\": \"Ellite Cone Vase Blk TD120BD130HT800\",\n            \"variantName\": \"TD120BD130HT800\",\n            \"barcode\": 10178621,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD120BD130HT800\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 2000,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 911,\n            \"batchVariantName\": \"Ellite Cone Vase Blk TD120BD130HT800_61012782001_MRP_1100\",\n            \"productID\": 2120,\n            \"variantID\": 2120,\n            \"productName\": \"Ellite Cone Vase Blk TD120BD130HT800\",\n            \"variantName\": \"TD120BD130HT800\",\n            \"barcode\": 10178621,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD120BD130HT800\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 912,\n            \"batchVariantName\": \"Ellite Oval Blk TD120*95BD100*80HT300_61012783001_MRP_1600.0000\",\n            \"productID\": 2121,\n            \"variantID\": 2121,\n            \"productName\": \"Ellite Oval Blk TD120*95BD100*80HT300\",\n            \"variantName\": \"TD120*95BD100*80HT300\",\n            \"barcode\": 10178638,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD120*95BD100*80HT300\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 875,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 913,\n            \"batchVariantName\": \"Ellite Oval Blk TD120*95BD100*80HT300_61012783001_MRP_875\",\n            \"productID\": 2121,\n            \"variantID\": 2121,\n            \"productName\": \"Ellite Oval Blk TD120*95BD100*80HT300\",\n            \"variantName\": \"TD120*95BD100*80HT300\",\n            \"barcode\": 10178638,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD120*95BD100*80HT300\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 875,\n            \"MRP\": 875,\n            \"sellingPrice\": 875,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 914,\n            \"batchVariantName\": \"Ellite Vase Small Blk TD125BD120HT540_61012784001_MRP_1350.0000\",\n            \"productID\": 2122,\n            \"variantID\": 2122,\n            \"productName\": \"Ellite Vase Small Blk TD125BD120HT540\",\n            \"variantName\": \"TD125BD120HT540\",\n            \"barcode\": 10178645,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD125BD120HT540\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 915,\n            \"batchVariantName\": \"Ellite Vase Small Blk TD125BD120HT540_61012784001_MRP_750\",\n            \"productID\": 2122,\n            \"variantID\": 2122,\n            \"productName\": \"Ellite Vase Small Blk TD125BD120HT540\",\n            \"variantName\": \"TD125BD120HT540\",\n            \"barcode\": 10178645,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD125BD120HT540\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 916,\n            \"batchVariantName\": \"Ellite Vase Large Blk TD145BD140HT630_61012785001_MRP_1650.0000\",\n            \"productID\": 2123,\n            \"variantID\": 2123,\n            \"productName\": \"Ellite Vase Large Blk TD145BD140HT630\",\n            \"variantName\": \"TD145BD140HT630\",\n            \"barcode\": 10178652,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD145BD140HT630\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 917,\n            \"batchVariantName\": \"Ellite Vase Large Blk TD145BD140HT630_61012785001_MRP_950\",\n            \"productID\": 2123,\n            \"variantID\": 2123,\n            \"productName\": \"Ellite Vase Large Blk TD145BD140HT630\",\n            \"variantName\": \"TD145BD140HT630\",\n            \"barcode\": 10178652,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD145BD140HT630\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 918,\n            \"batchVariantName\": \"Ellite Round Vase Blk TD150BD120HT170_61012786001_MRP_600.0000\",\n            \"productID\": 2124,\n            \"variantID\": 2124,\n            \"productName\": \"Ellite Round Vase Blk TD150BD120HT170\",\n            \"variantName\": \"TD150BD120HT170\",\n            \"barcode\": 10178669,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD150BD120HT170\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 919,\n            \"batchVariantName\": \"Ellite Round Vase Blk TD150BD120HT170_61012786001_MRP_350\",\n            \"productID\": 2124,\n            \"variantID\": 2124,\n            \"productName\": \"Ellite Round Vase Blk TD150BD120HT170\",\n            \"variantName\": \"TD150BD120HT170\",\n            \"barcode\": 10178669,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD150BD120HT170\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 920,\n            \"batchVariantName\": \"Ellite Dumble Vase Blk TD153BD110HT300_61012788001_MRP_1000.0000\",\n            \"productID\": 2126,\n            \"variantID\": 2126,\n            \"productName\": \"Ellite Dumble Vase Blk TD153BD110HT300\",\n            \"variantName\": \"TD153BD110HT300\",\n            \"barcode\": 10178683,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:35\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD153BD110HT300\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 921,\n            \"batchVariantName\": \"Ellite Dumble Vase Blk TD153BD110HT300_61012788001_MRP_550\",\n            \"productID\": 2126,\n            \"variantID\": 2126,\n            \"productName\": \"Ellite Dumble Vase Blk TD153BD110HT300\",\n            \"variantName\": \"TD153BD110HT300\",\n            \"barcode\": 10178683,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"TD153BD110HT300\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 922,\n            \"batchVariantName\": \"BEAN FLOWER DARK PINK 100*15_61013004001_MRP_699.0000\",\n            \"productID\": 2276,\n            \"variantID\": 2276,\n            \"productName\": \"BEAN FLOWER DARK PINK 100*15\",\n            \"variantName\": \"100*15\",\n            \"barcode\": 10181560,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"100*15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 330,\n            \"MRP\": 699,\n            \"sellingPrice\": 699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 923,\n            \"batchVariantName\": \"BEAN FLOWER DARK PINK 100*15_61013004001_MRP_330\",\n            \"productID\": 2276,\n            \"variantID\": 2276,\n            \"productName\": \"BEAN FLOWER DARK PINK 100*15\",\n            \"variantName\": \"100*15\",\n            \"barcode\": 10181560,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"100*15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 330,\n            \"MRP\": 330,\n            \"sellingPrice\": 330,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 924,\n            \"batchVariantName\": \"BEAN FLOWER RED 100*15_61013005001_MRP_549.0000\",\n            \"productID\": 2277,\n            \"variantID\": 2277,\n            \"productName\": \"BEAN FLOWER RED 100*15\",\n            \"variantName\": \"100*15\",\n            \"barcode\": 10181577,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"100*15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 330,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 925,\n            \"batchVariantName\": \"BEAN FLOWER RED 100*15_61013005001_MRP_330\",\n            \"productID\": 2277,\n            \"variantID\": 2277,\n            \"productName\": \"BEAN FLOWER RED 100*15\",\n            \"variantName\": \"100*15\",\n            \"barcode\": 10181577,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"100*15\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 330,\n            \"MRP\": 330,\n            \"sellingPrice\": 330,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 926,\n            \"batchVariantName\": \"CARNATION RED 77*14_61013015001_MRP_349.0000\",\n            \"productID\": 2287,\n            \"variantID\": 2287,\n            \"productName\": \"CARNATION RED 77*14\",\n            \"variantName\": \"77*14\",\n            \"barcode\": 10181676,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"77*14\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 260,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 927,\n            \"batchVariantName\": \"CARNATION RED 77*14_61013015001_MRP_260\",\n            \"productID\": 2287,\n            \"variantID\": 2287,\n            \"productName\": \"CARNATION RED 77*14\",\n            \"variantName\": \"77*14\",\n            \"barcode\": 10181676,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"77*14\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 260,\n            \"MRP\": 260,\n            \"sellingPrice\": 260,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 928,\n            \"batchVariantName\": \"CARNATION PINK 77*14_61013016001_MRP_449.0000\",\n            \"productID\": 2288,\n            \"variantID\": 2288,\n            \"productName\": \"CARNATION PINK 77*14\",\n            \"variantName\": \"77*14\",\n            \"barcode\": 10181683,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"77*14\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 929,\n            \"batchVariantName\": \"CARNATION PINK 77*14_61013016001_MRP_260\",\n            \"productID\": 2288,\n            \"variantID\": 2288,\n            \"productName\": \"CARNATION PINK 77*14\",\n            \"variantName\": \"77*14\",\n            \"barcode\": 10181683,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"77*14\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 260,\n            \"sellingPrice\": 260,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 930,\n            \"batchVariantName\": \"CARNATION PINK 77*14_61013016001_MRP_449.0000\",\n            \"productID\": 2288,\n            \"variantID\": 2288,\n            \"productName\": \"CARNATION PINK 77*14\",\n            \"variantName\": \"77*14\",\n            \"barcode\": 10181683,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"77*14\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 931,\n            \"batchVariantName\": \"CARNATION PINK 77*14_61013016001_MRP_349\",\n            \"productID\": 2288,\n            \"variantID\": 2288,\n            \"productName\": \"CARNATION PINK 77*14\",\n            \"variantName\": \"77*14\",\n            \"barcode\": 10181683,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"77*14\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 932,\n            \"batchVariantName\": \"Poppy Mesh rund plt. RED 33*33*5CM_61013069001_MRP_499.0000\",\n            \"productID\": 2332,\n            \"variantID\": 2332,\n            \"productName\": \"Poppy Mesh rund plt. RED 33*33*5CM\",\n            \"variantName\": \"33*33*5CM\",\n            \"barcode\": 10182123,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:36\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33*33*5CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2150,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 933,\n            \"batchVariantName\": \"Poppy Mesh rund plt. RED 33*33*5CM_61013069001_MRP_2150\",\n            \"productID\": 2332,\n            \"variantID\": 2332,\n            \"productName\": \"Poppy Mesh rund plt. RED 33*33*5CM\",\n            \"variantName\": \"33*33*5CM\",\n            \"barcode\": 10182123,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33*33*5CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2150,\n            \"MRP\": 2150,\n            \"sellingPrice\": 2150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 934,\n            \"batchVariantName\": \"2 Tone BlotterMbb Mb/Br ._61013378001_MRP_1050.0000\",\n            \"productID\": 2623,\n            \"variantID\": 2623,\n            \"productName\": \"2 Tone BlotterMbb Mb/Br .\",\n            \"variantName\": \".\",\n            \"barcode\": 10190975,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1090,\n            \"MRP\": 1050,\n            \"sellingPrice\": 1050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 935,\n            \"batchVariantName\": \"2 Tone BlotterMbb Mb/Br ._61013378001_MRP_1090\",\n            \"productID\": 2623,\n            \"variantID\": 2623,\n            \"productName\": \"2 Tone BlotterMbb Mb/Br .\",\n            \"variantName\": \".\",\n            \"barcode\": 10190975,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1090,\n            \"MRP\": 1090,\n            \"sellingPrice\": 1090,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 936,\n            \"batchVariantName\": \"2 Tone Dust BinMbb Mb/Br ._61013381001_MRP_1350.0000\",\n            \"productID\": 2626,\n            \"variantID\": 2626,\n            \"productName\": \"2 Tone Dust BinMbb Mb/Br .\",\n            \"variantName\": \".\",\n            \"barcode\": 10191002,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 937,\n            \"batchVariantName\": \"2 Tone Dust BinMbb Mb/Br ._61013381001_MRP_1250\",\n            \"productID\": 2626,\n            \"variantID\": 2626,\n            \"productName\": \"2 Tone Dust BinMbb Mb/Br .\",\n            \"variantName\": \".\",\n            \"barcode\": 10191002,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 938,\n            \"batchVariantName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5_61013434001_MRP_849.0000\",\n            \"productID\": 2679,\n            \"variantID\": 2679,\n            \"productName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5\",\n            \"variantName\": \"7.5*7.5*6.5\",\n            \"barcode\": 10197660,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*6.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 849,\n            \"sellingPrice\": 849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 939,\n            \"batchVariantName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5_61013434001_MRP_440\",\n            \"productID\": 2679,\n            \"variantID\": 2679,\n            \"productName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5\",\n            \"variantName\": \"7.5*7.5*6.5\",\n            \"barcode\": 10197660,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*6.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 440,\n            \"sellingPrice\": 440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 940,\n            \"batchVariantName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5_61013434001_MRP_849.0000\",\n            \"productID\": 2679,\n            \"variantID\": 2679,\n            \"productName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5\",\n            \"variantName\": \"7.5*7.5*6.5\",\n            \"barcode\": 10197660,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*6.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 849,\n            \"sellingPrice\": 849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 941,\n            \"batchVariantName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5_61013434001_MRP_650\",\n            \"productID\": 2679,\n            \"variantID\": 2679,\n            \"productName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5\",\n            \"variantName\": \"7.5*7.5*6.5\",\n            \"barcode\": 10197660,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*6.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 942,\n            \"batchVariantName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5_61013434001_MRP_849.0000\",\n            \"productID\": 2679,\n            \"variantID\": 2679,\n            \"productName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5\",\n            \"variantName\": \"7.5*7.5*6.5\",\n            \"barcode\": 10197660,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*6.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 849,\n            \"sellingPrice\": 849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 943,\n            \"batchVariantName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5_61013434001_MRP_750\",\n            \"productID\": 2679,\n            \"variantID\": 2679,\n            \"productName\": \"VIOLET IN CEMENT POT CREAM 7.5*7.5*6.5\",\n            \"variantName\": \"7.5*7.5*6.5\",\n            \"barcode\": 10197660,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5620,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:37\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*6.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 944,\n            \"batchVariantName\": \"ARTHUR CUSHION RED RED 30X30 CM_61013535001_MRP_930.0000\",\n            \"productID\": 2686,\n            \"variantID\": 2686,\n            \"productName\": \"ARTHUR CUSHION RED RED 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197738,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 929,\n            \"MRP\": 930,\n            \"sellingPrice\": 930,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 945,\n            \"batchVariantName\": \"ARTHUR CUSHION RED RED 30X30 CM_61013535001_MRP_929\",\n            \"productID\": 2686,\n            \"variantID\": 2686,\n            \"productName\": \"ARTHUR CUSHION RED RED 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197738,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 929,\n            \"MRP\": 929,\n            \"sellingPrice\": 929,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 946,\n            \"batchVariantName\": \"ARTHUR CUSHION RED/G Red/Gold 30X30 CM_61013536001_MRP_1000.0000\",\n            \"productID\": 2687,\n            \"variantID\": 2687,\n            \"productName\": \"ARTHUR CUSHION RED/G Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197745,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 947,\n            \"batchVariantName\": \"ARTHUR CUSHION RED/G Red/Gold 30X30 CM_61013536001_MRP_999\",\n            \"productID\": 2687,\n            \"variantID\": 2687,\n            \"productName\": \"ARTHUR CUSHION RED/G Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197745,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 948,\n            \"batchVariantName\": \"BEATS CUSHION RED/GO Red/Gold 30X30 CM_61013537001_MRP_1200.0000\",\n            \"productID\": 2688,\n            \"variantID\": 2688,\n            \"productName\": \"BEATS CUSHION RED/GO Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197752,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 949,\n            \"batchVariantName\": \"BEATS CUSHION RED/GO Red/Gold 30X30 CM_61013537001_MRP_1199\",\n            \"productID\": 2688,\n            \"variantID\": 2688,\n            \"productName\": \"BEATS CUSHION RED/GO Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197752,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 950,\n            \"batchVariantName\": \"CALLIOPE CUSHION OR ORNG/GOLD 30X30 CM_61013538001_MRP_1060.0000\",\n            \"productID\": 2689,\n            \"variantID\": 2689,\n            \"productName\": \"CALLIOPE CUSHION OR ORNG/GOLD 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197769,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1059,\n            \"MRP\": 1060,\n            \"sellingPrice\": 1060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 951,\n            \"batchVariantName\": \"CALLIOPE CUSHION OR ORNG/GOLD 30X30 CM_61013538001_MRP_1059\",\n            \"productID\": 2689,\n            \"variantID\": 2689,\n            \"productName\": \"CALLIOPE CUSHION OR ORNG/GOLD 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197769,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1059,\n            \"MRP\": 1059,\n            \"sellingPrice\": 1059,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 952,\n            \"batchVariantName\": \"CICILY CUSHION RED/O RED/ORNG 30X50 CM_61013539001_MRP_1100.0000\",\n            \"productID\": 2690,\n            \"variantID\": 2690,\n            \"productName\": \"CICILY CUSHION RED/O RED/ORNG 30X50 CM\",\n            \"variantName\": \"30X50 CM\",\n            \"barcode\": 10197776,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X50 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1099,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 953,\n            \"batchVariantName\": \"CICILY CUSHION RED/O RED/ORNG 30X50 CM_61013539001_MRP_1099\",\n            \"productID\": 2690,\n            \"variantID\": 2690,\n            \"productName\": \"CICILY CUSHION RED/O RED/ORNG 30X50 CM\",\n            \"variantName\": \"30X50 CM\",\n            \"barcode\": 10197776,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X50 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1099,\n            \"MRP\": 1099,\n            \"sellingPrice\": 1099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 954,\n            \"batchVariantName\": \"DIAMOND CUSHION RED Red/Gold 30x30 cms_61013541001_MRP_1200.0000\",\n            \"productID\": 2692,\n            \"variantID\": 2692,\n            \"productName\": \"DIAMOND CUSHION RED Red/Gold 30x30 cms\",\n            \"variantName\": \"30x30 cms\",\n            \"barcode\": 10197790,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30x30 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 955,\n            \"batchVariantName\": \"DIAMOND CUSHION RED Red/Gold 30x30 cms_61013541001_MRP_1199\",\n            \"productID\": 2692,\n            \"variantID\": 2692,\n            \"productName\": \"DIAMOND CUSHION RED Red/Gold 30x30 cms\",\n            \"variantName\": \"30x30 cms\",\n            \"barcode\": 10197790,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:38\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30x30 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 956,\n            \"batchVariantName\": \"DITSY CUSHION ORANGE Orng 40X40 CM_61013542001_MRP_500.0000\",\n            \"productID\": 2693,\n            \"variantID\": 2693,\n            \"productName\": \"DITSY CUSHION ORANGE Orng 40X40 CM\",\n            \"variantName\": \"40X40 CM\",\n            \"barcode\": 10197806,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40X40 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 500,\n            \"sellingPrice\": 500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 957,\n            \"batchVariantName\": \"DITSY CUSHION ORANGE Orng 40X40 CM_61013542001_MRP_499\",\n            \"productID\": 2693,\n            \"variantID\": 2693,\n            \"productName\": \"DITSY CUSHION ORANGE Orng 40X40 CM\",\n            \"variantName\": \"40X40 CM\",\n            \"barcode\": 10197806,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40X40 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 958,\n            \"batchVariantName\": \"DITSY CUSHION RED RED 40X40 CM_61013543001_MRP_500.0000\",\n            \"productID\": 2694,\n            \"variantID\": 2694,\n            \"productName\": \"DITSY CUSHION RED RED 40X40 CM\",\n            \"variantName\": \"40X40 CM\",\n            \"barcode\": 10197813,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40X40 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 500,\n            \"sellingPrice\": 500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 959,\n            \"batchVariantName\": \"DITSY CUSHION RED RED 40X40 CM_61013543001_MRP_499\",\n            \"productID\": 2694,\n            \"variantID\": 2694,\n            \"productName\": \"DITSY CUSHION RED RED 40X40 CM\",\n            \"variantName\": \"40X40 CM\",\n            \"barcode\": 10197813,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40X40 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 960,\n            \"batchVariantName\": \"ELLIPSE CUSHION RED/ Red/Gold 40X40 CM_61013544001_MRP_800.0000\",\n            \"productID\": 2695,\n            \"variantID\": 2695,\n            \"productName\": \"ELLIPSE CUSHION RED/ Red/Gold 40X40 CM\",\n            \"variantName\": \"40X40 CM\",\n            \"barcode\": 10197820,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40X40 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 799,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 961,\n            \"batchVariantName\": \"ELLIPSE CUSHION RED/ Red/Gold 40X40 CM_61013544001_MRP_799\",\n            \"productID\": 2695,\n            \"variantID\": 2695,\n            \"productName\": \"ELLIPSE CUSHION RED/ Red/Gold 40X40 CM\",\n            \"variantName\": \"40X40 CM\",\n            \"barcode\": 10197820,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40X40 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 799,\n            \"MRP\": 799,\n            \"sellingPrice\": 799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 962,\n            \"batchVariantName\": \"ENVY CUSHION RED/GOL Red/Gold 30X45 CM_61013545001_MRP_1200.0000\",\n            \"productID\": 2696,\n            \"variantID\": 2696,\n            \"productName\": \"ENVY CUSHION RED/GOL Red/Gold 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197837,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 963,\n            \"batchVariantName\": \"ENVY CUSHION RED/GOL Red/Gold 30X45 CM_61013545001_MRP_1199\",\n            \"productID\": 2696,\n            \"variantID\": 2696,\n            \"productName\": \"ENVY CUSHION RED/GOL Red/Gold 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197837,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 964,\n            \"batchVariantName\": \"HELENA CUSHION RED/O RED/ORNG 30X30 CM_61013546001_MRP_1060.0000\",\n            \"productID\": 2697,\n            \"variantID\": 2697,\n            \"productName\": \"HELENA CUSHION RED/O RED/ORNG 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197844,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1059,\n            \"MRP\": 1060,\n            \"sellingPrice\": 1060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 965,\n            \"batchVariantName\": \"HELENA CUSHION RED/O RED/ORNG 30X30 CM_61013546001_MRP_1059\",\n            \"productID\": 2697,\n            \"variantID\": 2697,\n            \"productName\": \"HELENA CUSHION RED/O RED/ORNG 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197844,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1059,\n            \"MRP\": 1059,\n            \"sellingPrice\": 1059,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 966,\n            \"batchVariantName\": \"HEXAGON CUSHION RED/ Red/Gold 30X30 CM_61013547001_MRP_800.0000\",\n            \"productID\": 2698,\n            \"variantID\": 2698,\n            \"productName\": \"HEXAGON CUSHION RED/ Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197851,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:39\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 799,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 967,\n            \"batchVariantName\": \"HEXAGON CUSHION RED/ Red/Gold 30X30 CM_61013547001_MRP_799\",\n            \"productID\": 2698,\n            \"variantID\": 2698,\n            \"productName\": \"HEXAGON CUSHION RED/ Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197851,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 799,\n            \"MRP\": 799,\n            \"sellingPrice\": 799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 968,\n            \"batchVariantName\": \"HARMONY CUSHION RED/ RED/ORNG 30X45 CM_61013548001_MRP_900.0000\",\n            \"productID\": 2699,\n            \"variantID\": 2699,\n            \"productName\": \"HARMONY CUSHION RED/ RED/ORNG 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197868,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 969,\n            \"batchVariantName\": \"HARMONY CUSHION RED/ RED/ORNG 30X45 CM_61013548001_MRP_899\",\n            \"productID\": 2699,\n            \"variantID\": 2699,\n            \"productName\": \"HARMONY CUSHION RED/ RED/ORNG 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197868,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 970,\n            \"batchVariantName\": \"JAAL REVERSE CUSHION RED RED 30X45 CM_61013550001_MRP_900.0000\",\n            \"productID\": 2701,\n            \"variantID\": 2701,\n            \"productName\": \"JAAL REVERSE CUSHION RED RED 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197882,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 971,\n            \"batchVariantName\": \"JAAL REVERSE CUSHION RED RED 30X45 CM_61013550001_MRP_899\",\n            \"productID\": 2701,\n            \"variantID\": 2701,\n            \"productName\": \"JAAL REVERSE CUSHION RED RED 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197882,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 972,\n            \"batchVariantName\": \"JASPER CUSHION RED/O RED/ORNG 30X50 CM_61013551001_MRP_1160.0000\",\n            \"productID\": 2702,\n            \"variantID\": 2702,\n            \"productName\": \"JASPER CUSHION RED/O RED/ORNG 30X50 CM\",\n            \"variantName\": \"30X50 CM\",\n            \"barcode\": 10197899,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X50 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1159,\n            \"MRP\": 1160,\n            \"sellingPrice\": 1160,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 973,\n            \"batchVariantName\": \"JASPER CUSHION RED/O RED/ORNG 30X50 CM_61013551001_MRP_1159\",\n            \"productID\": 2702,\n            \"variantID\": 2702,\n            \"productName\": \"JASPER CUSHION RED/O RED/ORNG 30X50 CM\",\n            \"variantName\": \"30X50 CM\",\n            \"barcode\": 10197899,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X50 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1159,\n            \"MRP\": 1159,\n            \"sellingPrice\": 1159,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 974,\n            \"batchVariantName\": \"JESSAMINE CUSHION RE RED/ORNG 30X30 CM_61013552001_MRP_800.0000\",\n            \"productID\": 2703,\n            \"variantID\": 2703,\n            \"productName\": \"JESSAMINE CUSHION RE RED/ORNG 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 799,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 975,\n            \"batchVariantName\": \"JESSAMINE CUSHION RE RED/ORNG 30X30 CM_61013552001_MRP_799\",\n            \"productID\": 2703,\n            \"variantID\": 2703,\n            \"productName\": \"JESSAMINE CUSHION RE RED/ORNG 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 799,\n            \"MRP\": 799,\n            \"sellingPrice\": 799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 976,\n            \"batchVariantName\": \"KATERINA CUSHION RED Red/Gold 30X30 CM_61013553001_MRP_1060.0000\",\n            \"productID\": 2704,\n            \"variantID\": 2704,\n            \"productName\": \"KATERINA CUSHION RED Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197912,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1059,\n            \"MRP\": 1060,\n            \"sellingPrice\": 1060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 977,\n            \"batchVariantName\": \"KATERINA CUSHION RED Red/Gold 30X30 CM_61013553001_MRP_1059\",\n            \"productID\": 2704,\n            \"variantID\": 2704,\n            \"productName\": \"KATERINA CUSHION RED Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197912,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1059,\n            \"MRP\": 1059,\n            \"sellingPrice\": 1059,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 978,\n            \"batchVariantName\": \"MANTRA CUSHION RED Red/Gold 40X40 CM_61013554001_MRP_1200.0000\",\n            \"productID\": 2705,\n            \"variantID\": 2705,\n            \"productName\": \"MANTRA CUSHION RED Red/Gold 40X40 CM\",\n            \"variantName\": \"40X40 CM\",\n            \"barcode\": 10197929,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:40\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40X40 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 979,\n            \"batchVariantName\": \"MANTRA CUSHION RED Red/Gold 40X40 CM_61013554001_MRP_1199\",\n            \"productID\": 2705,\n            \"variantID\": 2705,\n            \"productName\": \"MANTRA CUSHION RED Red/Gold 40X40 CM\",\n            \"variantName\": \"40X40 CM\",\n            \"barcode\": 10197929,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40X40 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 980,\n            \"batchVariantName\": \"OSCAR CUSHION RED/GO Red/Gold 30X30 CM_61013555001_MRP_1120.0000\",\n            \"productID\": 2706,\n            \"variantID\": 2706,\n            \"productName\": \"OSCAR CUSHION RED/GO Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197936,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1119,\n            \"MRP\": 1120,\n            \"sellingPrice\": 1120,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 981,\n            \"batchVariantName\": \"OSCAR CUSHION RED/GO Red/Gold 30X30 CM_61013555001_MRP_1119\",\n            \"productID\": 2706,\n            \"variantID\": 2706,\n            \"productName\": \"OSCAR CUSHION RED/GO Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10197936,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1119,\n            \"MRP\": 1119,\n            \"sellingPrice\": 1119,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 982,\n            \"batchVariantName\": \"ROSY CUSHION RED/OR RED/ORNG 40x40 cms_61013556001_MRP_800.0000\",\n            \"productID\": 2707,\n            \"variantID\": 2707,\n            \"productName\": \"ROSY CUSHION RED/OR RED/ORNG 40x40 cms\",\n            \"variantName\": \"40x40 cms\",\n            \"barcode\": 10197943,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40x40 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 799,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 983,\n            \"batchVariantName\": \"ROSY CUSHION RED/OR RED/ORNG 40x40 cms_61013556001_MRP_799\",\n            \"productID\": 2707,\n            \"variantID\": 2707,\n            \"productName\": \"ROSY CUSHION RED/OR RED/ORNG 40x40 cms\",\n            \"variantName\": \"40x40 cms\",\n            \"barcode\": 10197943,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40x40 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 799,\n            \"MRP\": 799,\n            \"sellingPrice\": 799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 984,\n            \"batchVariantName\": \"ROYAL CUSHION RED RED 30X45 CM_61013557001_MRP_930.0000\",\n            \"productID\": 2708,\n            \"variantID\": 2708,\n            \"productName\": \"ROYAL CUSHION RED RED 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197950,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 929,\n            \"MRP\": 930,\n            \"sellingPrice\": 930,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 985,\n            \"batchVariantName\": \"ROYAL CUSHION RED RED 30X45 CM_61013557001_MRP_929\",\n            \"productID\": 2708,\n            \"variantID\": 2708,\n            \"productName\": \"ROYAL CUSHION RED RED 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197950,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 929,\n            \"MRP\": 929,\n            \"sellingPrice\": 929,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 986,\n            \"batchVariantName\": \"RUSSELL CUSHION ORANGE Orng 30X45 CM_61013559001_MRP_1100.0000\",\n            \"productID\": 2710,\n            \"variantID\": 2710,\n            \"productName\": \"RUSSELL CUSHION ORANGE Orng 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197974,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1099,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 987,\n            \"batchVariantName\": \"RUSSELL CUSHION ORANGE Orng 30X45 CM_61013559001_MRP_1099\",\n            \"productID\": 2710,\n            \"variantID\": 2710,\n            \"productName\": \"RUSSELL CUSHION ORANGE Orng 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197974,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1099,\n            \"MRP\": 1099,\n            \"sellingPrice\": 1099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 988,\n            \"batchVariantName\": \"RUSSELL CUSHION RED RED 30X45 CM_61013560001_MRP_1100.0000\",\n            \"productID\": 2711,\n            \"variantID\": 2711,\n            \"productName\": \"RUSSELL CUSHION RED RED 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197981,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1099,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 989,\n            \"batchVariantName\": \"RUSSELL CUSHION RED RED 30X45 CM_61013560001_MRP_1099\",\n            \"productID\": 2711,\n            \"variantID\": 2711,\n            \"productName\": \"RUSSELL CUSHION RED RED 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10197981,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1099,\n            \"MRP\": 1099,\n            \"sellingPrice\": 1099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 990,\n            \"batchVariantName\": \"SAFFRON CUSHION RED/ RED/ORNG 30X45 CM_61013562001_MRP_900.0000\",\n            \"productID\": 2713,\n            \"variantID\": 2713,\n            \"productName\": \"SAFFRON CUSHION RED/ RED/ORNG 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10198001,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:41\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 991,\n            \"batchVariantName\": \"SAFFRON CUSHION RED/ RED/ORNG 30X45 CM_61013562001_MRP_899\",\n            \"productID\": 2713,\n            \"variantID\": 2713,\n            \"productName\": \"SAFFRON CUSHION RED/ RED/ORNG 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10198001,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 992,\n            \"batchVariantName\": \"SPARKLE RED GOLD CUS RED/ORNG 30X30 CM_61013563001_MRP_1060.0000\",\n            \"productID\": 2714,\n            \"variantID\": 2714,\n            \"productName\": \"SPARKLE RED GOLD CUS RED/ORNG 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10198018,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1059,\n            \"MRP\": 1060,\n            \"sellingPrice\": 1060,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 993,\n            \"batchVariantName\": \"SPARKLE RED GOLD CUS RED/ORNG 30X30 CM_61013563001_MRP_1059\",\n            \"productID\": 2714,\n            \"variantID\": 2714,\n            \"productName\": \"SPARKLE RED GOLD CUS RED/ORNG 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10198018,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1059,\n            \"MRP\": 1059,\n            \"sellingPrice\": 1059,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 994,\n            \"batchVariantName\": \"TINY SQUARE CUSHION Red/Gold 30X30 CM_61013564001_MRP_930.0000\",\n            \"productID\": 2715,\n            \"variantID\": 2715,\n            \"productName\": \"TINY SQUARE CUSHION Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10198025,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 929,\n            \"MRP\": 930,\n            \"sellingPrice\": 930,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 995,\n            \"batchVariantName\": \"TINY SQUARE CUSHION Red/Gold 30X30 CM_61013564001_MRP_929\",\n            \"productID\": 2715,\n            \"variantID\": 2715,\n            \"productName\": \"TINY SQUARE CUSHION Red/Gold 30X30 CM\",\n            \"variantName\": \"30X30 CM\",\n            \"barcode\": 10198025,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X30 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 929,\n            \"MRP\": 929,\n            \"sellingPrice\": 929,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 996,\n            \"batchVariantName\": \"VALANTIA CUSHION RE RED/ORNG 40x40 cms_61013565001_MRP_960.0000\",\n            \"productID\": 2716,\n            \"variantID\": 2716,\n            \"productName\": \"VALANTIA CUSHION RE RED/ORNG 40x40 cms\",\n            \"variantName\": \"40x40 cms\",\n            \"barcode\": 10198032,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40x40 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 959,\n            \"MRP\": 960,\n            \"sellingPrice\": 960,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 997,\n            \"batchVariantName\": \"VALANTIA CUSHION RE RED/ORNG 40x40 cms_61013565001_MRP_959\",\n            \"productID\": 2716,\n            \"variantID\": 2716,\n            \"productName\": \"VALANTIA CUSHION RE RED/ORNG 40x40 cms\",\n            \"variantName\": \"40x40 cms\",\n            \"barcode\": 10198032,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40x40 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 959,\n            \"MRP\": 959,\n            \"sellingPrice\": 959,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 998,\n            \"batchVariantName\": \"WAVES CUSHION ORANGE Orng 30X45 CM_61013566001_MRP_1100.0000\",\n            \"productID\": 2717,\n            \"variantID\": 2717,\n            \"productName\": \"WAVES CUSHION ORANGE Orng 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10198049,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1099,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 999,\n            \"batchVariantName\": \"WAVES CUSHION ORANGE Orng 30X45 CM_61013566001_MRP_1099\",\n            \"productID\": 2717,\n            \"variantID\": 2717,\n            \"productName\": \"WAVES CUSHION ORANGE Orng 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10198049,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1099,\n            \"MRP\": 1099,\n            \"sellingPrice\": 1099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1000,\n            \"batchVariantName\": \"WAVES CUSHION RED RED 30X45 CM_61013567001_MRP_1100.0000\",\n            \"productID\": 2718,\n            \"variantID\": 2718,\n            \"productName\": \"WAVES CUSHION RED RED 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10198056,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1099,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1001,\n            \"batchVariantName\": \"WAVES CUSHION RED RED 30X45 CM_61013567001_MRP_1099\",\n            \"productID\": 2718,\n            \"variantID\": 2718,\n            \"productName\": \"WAVES CUSHION RED RED 30X45 CM\",\n            \"variantName\": \"30X45 CM\",\n            \"barcode\": 10198056,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1099,\n            \"MRP\": 1099,\n            \"sellingPrice\": 1099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1002,\n            \"batchVariantName\": \"Alys Votivebg Blk/Gld 7.3x8cm_61013588001_MRP_299.0000\",\n            \"productID\": 2739,\n            \"variantID\": 2739,\n            \"productName\": \"Alys Votivebg Blk/Gld 7.3x8cm\",\n            \"variantName\": \"7.3x8cm\",\n            \"barcode\": 10198360,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:42\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.3x8cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 200,\n            \"MRP\": 299,\n            \"sellingPrice\": 299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1003,\n            \"batchVariantName\": \"Alys Votivebg Blk/Gld 7.3x8cm_61013588001_MRP_200\",\n            \"productID\": 2739,\n            \"variantID\": 2739,\n            \"productName\": \"Alys Votivebg Blk/Gld 7.3x8cm\",\n            \"variantName\": \"7.3x8cm\",\n            \"barcode\": 10198360,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.3x8cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1004,\n            \"batchVariantName\": \"Alys Tumblerbg Blk/Gld 9x10cm_61013589001_MRP_549.0000\",\n            \"productID\": 2740,\n            \"variantID\": 2740,\n            \"productName\": \"Alys Tumblerbg Blk/Gld 9x10cm\",\n            \"variantName\": \"9x10cm\",\n            \"barcode\": 10198377,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9x10cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1005,\n            \"batchVariantName\": \"Alys Tumblerbg Blk/Gld 9x10cm_61013589001_MRP_350\",\n            \"productID\": 2740,\n            \"variantID\": 2740,\n            \"productName\": \"Alys Tumblerbg Blk/Gld 9x10cm\",\n            \"variantName\": \"9x10cm\",\n            \"barcode\": 10198377,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9x10cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1006,\n            \"batchVariantName\": \"Alys Candle Holderbg Blk/Gld 9x25cm_61013590001_MRP_1199.0000\",\n            \"productID\": 2741,\n            \"variantID\": 2741,\n            \"productName\": \"Alys Candle Holderbg Blk/Gld 9x25cm\",\n            \"variantName\": \"9x25cm\",\n            \"barcode\": 10198384,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9x25cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1007,\n            \"batchVariantName\": \"Alys Candle Holderbg Blk/Gld 9x25cm_61013590001_MRP_800\",\n            \"productID\": 2741,\n            \"variantID\": 2741,\n            \"productName\": \"Alys Candle Holderbg Blk/Gld 9x25cm\",\n            \"variantName\": \"9x25cm\",\n            \"barcode\": 10198384,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9x25cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1008,\n            \"batchVariantName\": \"POTTED 130CM MINI PALM Green 130 CM_61013626001_MRP_4849.0000\",\n            \"productID\": 2777,\n            \"variantID\": 2777,\n            \"productName\": \"POTTED 130CM MINI PALM Green 130 CM\",\n            \"variantName\": \"130 CM\",\n            \"barcode\": 10208021,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"130 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4150,\n            \"MRP\": 4849,\n            \"sellingPrice\": 4849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1009,\n            \"batchVariantName\": \"POTTED 130CM MINI PALM Green 130 CM_61013626001_MRP_3350\",\n            \"productID\": 2777,\n            \"variantID\": 2777,\n            \"productName\": \"POTTED 130CM MINI PALM Green 130 CM\",\n            \"variantName\": \"130 CM\",\n            \"barcode\": 10208021,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"130 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4150,\n            \"MRP\": 3350,\n            \"sellingPrice\": 3350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1010,\n            \"batchVariantName\": \"POTTED 130CM MINI PALM Green 130 CM_61013626001_MRP_4849.0000\",\n            \"productID\": 2777,\n            \"variantID\": 2777,\n            \"productName\": \"POTTED 130CM MINI PALM Green 130 CM\",\n            \"variantName\": \"130 CM\",\n            \"barcode\": 10208021,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"130 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4150,\n            \"MRP\": 4849,\n            \"sellingPrice\": 4849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1011,\n            \"batchVariantName\": \"POTTED 130CM MINI PALM Green 130 CM_61013626001_MRP_4150\",\n            \"productID\": 2777,\n            \"variantID\": 2777,\n            \"productName\": \"POTTED 130CM MINI PALM Green 130 CM\",\n            \"variantName\": \"130 CM\",\n            \"barcode\": 10208021,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"130 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4150,\n            \"MRP\": 4150,\n            \"sellingPrice\": 4150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1012,\n            \"batchVariantName\": \"POTTEED 100CM ARECA PALM Green 100 CM_61013628001_MRP_3499.0000\",\n            \"productID\": 2779,\n            \"variantID\": 2779,\n            \"productName\": \"POTTEED 100CM ARECA PALM Green 100 CM\",\n            \"variantName\": \"100 CM\",\n            \"barcode\": 10208045,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"100 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2999,\n            \"MRP\": 3499,\n            \"sellingPrice\": 3499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1013,\n            \"batchVariantName\": \"POTTEED 100CM ARECA PALM Green 100 CM_61013628001_MRP_2550\",\n            \"productID\": 2779,\n            \"variantID\": 2779,\n            \"productName\": \"POTTEED 100CM ARECA PALM Green 100 CM\",\n            \"variantName\": \"100 CM\",\n            \"barcode\": 10208045,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"100 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2999,\n            \"MRP\": 2550,\n            \"sellingPrice\": 2550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1014,\n            \"batchVariantName\": \"POTTEED 100CM ARECA PALM Green 100 CM_61013628001_MRP_3499.0000\",\n            \"productID\": 2779,\n            \"variantID\": 2779,\n            \"productName\": \"POTTEED 100CM ARECA PALM Green 100 CM\",\n            \"variantName\": \"100 CM\",\n            \"barcode\": 10208045,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:43\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"100 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2999,\n            \"MRP\": 3499,\n            \"sellingPrice\": 3499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1015,\n            \"batchVariantName\": \"POTTEED 100CM ARECA PALM Green 100 CM_61013628001_MRP_2999\",\n            \"productID\": 2779,\n            \"variantID\": 2779,\n            \"productName\": \"POTTEED 100CM ARECA PALM Green 100 CM\",\n            \"variantName\": \"100 CM\",\n            \"barcode\": 10208045,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"100 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2999,\n            \"MRP\": 2999,\n            \"sellingPrice\": 2999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1016,\n            \"batchVariantName\": \"POTTED 45CM BOSTON FERN Green 45 CM_61013631001_MRP_1349.0000\",\n            \"productID\": 2782,\n            \"variantID\": 2782,\n            \"productName\": \"POTTED 45CM BOSTON FERN Green 45 CM\",\n            \"variantName\": \"45 CM\",\n            \"barcode\": 10208076,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1349,\n            \"sellingPrice\": 1349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1017,\n            \"batchVariantName\": \"POTTED 45CM BOSTON FERN Green 45 CM_61013631001_MRP_1150\",\n            \"productID\": 2782,\n            \"variantID\": 2782,\n            \"productName\": \"POTTED 45CM BOSTON FERN Green 45 CM\",\n            \"variantName\": \"45 CM\",\n            \"barcode\": 10208076,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1150,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1018,\n            \"batchVariantName\": \"POTTED 45CM BOSTON FERN Green 45 CM_61013631001_MRP_1349.0000\",\n            \"productID\": 2782,\n            \"variantID\": 2782,\n            \"productName\": \"POTTED 45CM BOSTON FERN Green 45 CM\",\n            \"variantName\": \"45 CM\",\n            \"barcode\": 10208076,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1349,\n            \"sellingPrice\": 1349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1019,\n            \"batchVariantName\": \"POTTED 45CM BOSTON FERN Green 45 CM_61013631001_MRP_990\",\n            \"productID\": 2782,\n            \"variantID\": 2782,\n            \"productName\": \"POTTED 45CM BOSTON FERN Green 45 CM\",\n            \"variantName\": \"45 CM\",\n            \"barcode\": 10208076,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"45 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1020,\n            \"batchVariantName\": \"POTTED 70CM CYCAS Green 70 CM_61013632001_MRP_4549.0000\",\n            \"productID\": 2783,\n            \"variantID\": 2783,\n            \"productName\": \"POTTED 70CM CYCAS Green 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 10208083,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3950,\n            \"MRP\": 4549,\n            \"sellingPrice\": 4549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1021,\n            \"batchVariantName\": \"POTTED 70CM CYCAS Green 70 CM_61013632001_MRP_3470\",\n            \"productID\": 2783,\n            \"variantID\": 2783,\n            \"productName\": \"POTTED 70CM CYCAS Green 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 10208083,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3950,\n            \"MRP\": 3470,\n            \"sellingPrice\": 3470,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1022,\n            \"batchVariantName\": \"POTTED 70CM CYCAS Green 70 CM_61013632001_MRP_4549.0000\",\n            \"productID\": 2783,\n            \"variantID\": 2783,\n            \"productName\": \"POTTED 70CM CYCAS Green 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 10208083,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3950,\n            \"MRP\": 4549,\n            \"sellingPrice\": 4549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1023,\n            \"batchVariantName\": \"POTTED 70CM CYCAS Green 70 CM_61013632001_MRP_3950\",\n            \"productID\": 2783,\n            \"variantID\": 2783,\n            \"productName\": \"POTTED 70CM CYCAS Green 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 10208083,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3950,\n            \"MRP\": 3950,\n            \"sellingPrice\": 3950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1024,\n            \"batchVariantName\": \"POTTED 70CM NOLINA RECURVA Green 70 CM_61013634001_MRP_2699.0000\",\n            \"productID\": 2785,\n            \"variantID\": 2785,\n            \"productName\": \"POTTED 70CM NOLINA RECURVA Green 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 10208106,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2350,\n            \"MRP\": 2699,\n            \"sellingPrice\": 2699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1025,\n            \"batchVariantName\": \"POTTED 70CM NOLINA RECURVA Green 70 CM_61013634001_MRP_1920\",\n            \"productID\": 2785,\n            \"variantID\": 2785,\n            \"productName\": \"POTTED 70CM NOLINA RECURVA Green 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 10208106,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:44\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2350,\n            \"MRP\": 1920,\n            \"sellingPrice\": 1920,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1026,\n            \"batchVariantName\": \"POTTED 70CM NOLINA RECURVA Green 70 CM_61013634001_MRP_2699.0000\",\n            \"productID\": 2785,\n            \"variantID\": 2785,\n            \"productName\": \"POTTED 70CM NOLINA RECURVA Green 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 10208106,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2350,\n            \"MRP\": 2699,\n            \"sellingPrice\": 2699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1027,\n            \"batchVariantName\": \"POTTED 70CM NOLINA RECURVA Green 70 CM_61013634001_MRP_2350\",\n            \"productID\": 2785,\n            \"variantID\": 2785,\n            \"productName\": \"POTTED 70CM NOLINA RECURVA Green 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 10208106,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2350,\n            \"MRP\": 2350,\n            \"sellingPrice\": 2350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1028,\n            \"batchVariantName\": \"Cosmo Side Bowl 110mm Gold 110mm_61013886001_MRP_350.0000\",\n            \"productID\": 3038,\n            \"variantID\": 3038,\n            \"productName\": \"Cosmo Side Bowl 110mm Gold 110mm\",\n            \"variantName\": \"110mm\",\n            \"barcode\": 10218396,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"110mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1029,\n            \"batchVariantName\": \"Cosmo Side Bowl 110mm Gold 110mm_61013886001_MRP_300\",\n            \"productID\": 3038,\n            \"variantID\": 3038,\n            \"productName\": \"Cosmo Side Bowl 110mm Gold 110mm\",\n            \"variantName\": \"110mm\",\n            \"barcode\": 10218396,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"110mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1030,\n            \"batchVariantName\": \"Cosmo Salad Bowl 200mm Gold 200mm_61013887001_MRP_1199.0000\",\n            \"productID\": 3039,\n            \"variantID\": 3039,\n            \"productName\": \"Cosmo Salad Bowl 200mm Gold 200mm\",\n            \"variantName\": \"200mm\",\n            \"barcode\": 10218402,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"200mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1031,\n            \"batchVariantName\": \"Cosmo Salad Bowl 200mm Gold 200mm_61013887001_MRP_900\",\n            \"productID\": 3039,\n            \"variantID\": 3039,\n            \"productName\": \"Cosmo Salad Bowl 200mm Gold 200mm\",\n            \"variantName\": \"200mm\",\n            \"barcode\": 10218402,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"200mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1032,\n            \"batchVariantName\": \"Cosmo Oval Platter 360mm Gold 360mm_61013888001_MRP_2499.0000\",\n            \"productID\": 3040,\n            \"variantID\": 3040,\n            \"productName\": \"Cosmo Oval Platter 360mm Gold 360mm\",\n            \"variantName\": \"360mm\",\n            \"barcode\": 10218419,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"360mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2600,\n            \"MRP\": 2499,\n            \"sellingPrice\": 2499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1033,\n            \"batchVariantName\": \"Cosmo Oval Platter 360mm Gold 360mm_61013888001_MRP_2600\",\n            \"productID\": 3040,\n            \"variantID\": 3040,\n            \"productName\": \"Cosmo Oval Platter 360mm Gold 360mm\",\n            \"variantName\": \"360mm\",\n            \"barcode\": 10218419,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"360mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2600,\n            \"MRP\": 2600,\n            \"sellingPrice\": 2600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1034,\n            \"batchVariantName\": \"PT Dinner Set 21 Pcs Slvr ._61013891001_MRP_9500.0000\",\n            \"productID\": 3043,\n            \"variantID\": 3043,\n            \"productName\": \"PT Dinner Set 21 Pcs Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10218440,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 12000,\n            \"MRP\": 9500,\n            \"sellingPrice\": 9500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1035,\n            \"batchVariantName\": \"PT Dinner Set 21 Pcs Slvr ._61013891001_MRP_12000\",\n            \"productID\": 3043,\n            \"variantID\": 3043,\n            \"productName\": \"PT Dinner Set 21 Pcs Slvr .\",\n            \"variantName\": \".\",\n            \"barcode\": 10218440,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 12000,\n            \"MRP\": 12000,\n            \"sellingPrice\": 12000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1036,\n            \"batchVariantName\": \"PT Dinner Plate 265mm Slvr 265mm_61013892001_MRP_425.0000\",\n            \"productID\": 3044,\n            \"variantID\": 3044,\n            \"productName\": \"PT Dinner Plate 265mm Slvr 265mm\",\n            \"variantName\": \"265mm\",\n            \"barcode\": 10218457,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"265mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 425,\n            \"sellingPrice\": 425,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1037,\n            \"batchVariantName\": \"PT Dinner Plate 265mm Slvr 265mm_61013892001_MRP_450\",\n            \"productID\": 3044,\n            \"variantID\": 3044,\n            \"productName\": \"PT Dinner Plate 265mm Slvr 265mm\",\n            \"variantName\": \"265mm\",\n            \"barcode\": 10218457,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:45\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"265mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1038,\n            \"batchVariantName\": \"PT Dessert Plate 205mm Slvr 205mm_61013893001_MRP_315.0000\",\n            \"productID\": 3045,\n            \"variantID\": 3045,\n            \"productName\": \"PT Dessert Plate 205mm Slvr 205mm\",\n            \"variantName\": \"205mm\",\n            \"barcode\": 10218464,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"205mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 315,\n            \"sellingPrice\": 315,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1039,\n            \"batchVariantName\": \"PT Dessert Plate 205mm Slvr 205mm_61013893001_MRP_350\",\n            \"productID\": 3045,\n            \"variantID\": 3045,\n            \"productName\": \"PT Dessert Plate 205mm Slvr 205mm\",\n            \"variantName\": \"205mm\",\n            \"barcode\": 10218464,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"205mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1040,\n            \"batchVariantName\": \"PT Side Bowl 110mm Slvr 110mm_61013894001_MRP_225.0000\",\n            \"productID\": 3046,\n            \"variantID\": 3046,\n            \"productName\": \"PT Side Bowl 110mm Slvr 110mm\",\n            \"variantName\": \"110mm\",\n            \"barcode\": 10218471,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"110mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 225,\n            \"sellingPrice\": 225,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1041,\n            \"batchVariantName\": \"PT Side Bowl 110mm Slvr 110mm_61013894001_MRP_250\",\n            \"productID\": 3046,\n            \"variantID\": 3046,\n            \"productName\": \"PT Side Bowl 110mm Slvr 110mm\",\n            \"variantName\": \"110mm\",\n            \"barcode\": 10218471,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"110mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1042,\n            \"batchVariantName\": \"PT Salad Bowl 200mm Slvr 200mm_61013895001_MRP_725.0000\",\n            \"productID\": 3047,\n            \"variantID\": 3047,\n            \"productName\": \"PT Salad Bowl 200mm Slvr 200mm\",\n            \"variantName\": \"200mm\",\n            \"barcode\": 10218488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"200mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 725,\n            \"sellingPrice\": 725,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1043,\n            \"batchVariantName\": \"PT Salad Bowl 200mm Slvr 200mm_61013895001_MRP_850\",\n            \"productID\": 3047,\n            \"variantID\": 3047,\n            \"productName\": \"PT Salad Bowl 200mm Slvr 200mm\",\n            \"variantName\": \"200mm\",\n            \"barcode\": 10218488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"200mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1044,\n            \"batchVariantName\": \"PT Oval Platter 360mm Slvr 360mm_61013896001_MRP_2499.0000\",\n            \"productID\": 3048,\n            \"variantID\": 3048,\n            \"productName\": \"PT Oval Platter 360mm Slvr 360mm\",\n            \"variantName\": \"360mm\",\n            \"barcode\": 10218495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"360mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2200,\n            \"MRP\": 2499,\n            \"sellingPrice\": 2499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1045,\n            \"batchVariantName\": \"PT Oval Platter 360mm Slvr 360mm_61013896001_MRP_1950\",\n            \"productID\": 3048,\n            \"variantID\": 3048,\n            \"productName\": \"PT Oval Platter 360mm Slvr 360mm\",\n            \"variantName\": \"360mm\",\n            \"barcode\": 10218495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"360mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2200,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1046,\n            \"batchVariantName\": \"PT Oval Platter 360mm Slvr 360mm_61013896001_MRP_2499.0000\",\n            \"productID\": 3048,\n            \"variantID\": 3048,\n            \"productName\": \"PT Oval Platter 360mm Slvr 360mm\",\n            \"variantName\": \"360mm\",\n            \"barcode\": 10218495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"360mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2200,\n            \"MRP\": 2499,\n            \"sellingPrice\": 2499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1047,\n            \"batchVariantName\": \"PT Oval Platter 360mm Slvr 360mm_61013896001_MRP_2200\",\n            \"productID\": 3048,\n            \"variantID\": 3048,\n            \"productName\": \"PT Oval Platter 360mm Slvr 360mm\",\n            \"variantName\": \"360mm\",\n            \"barcode\": 10218495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"360mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2200,\n            \"MRP\": 2200,\n            \"sellingPrice\": 2200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1048,\n            \"batchVariantName\": \"Poisettia Mixed Wa PINK 7.5*7.5*8.5cms_61013924001_MRP_490.0000\",\n            \"productID\": 3075,\n            \"variantID\": 3075,\n            \"productName\": \"Poisettia Mixed Wa PINK 7.5*7.5*8.5cms\",\n            \"variantName\": \"7.5*7.5*8.5cms\",\n            \"barcode\": 10218884,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:46\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*8.5cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1049,\n            \"batchVariantName\": \"Poisettia Mixed Wa PINK 7.5*7.5*8.5cms_61013924001_MRP_600\",\n            \"productID\": 3075,\n            \"variantID\": 3075,\n            \"productName\": \"Poisettia Mixed Wa PINK 7.5*7.5*8.5cms\",\n            \"variantName\": \"7.5*7.5*8.5cms\",\n            \"barcode\": 10218884,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*8.5cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1050,\n            \"batchVariantName\": \"Island Mixed Wax J Blue 7.5*7.5*8.5cms_61013925001_MRP_490.0000\",\n            \"productID\": 3076,\n            \"variantID\": 3076,\n            \"productName\": \"Island Mixed Wax J Blue 7.5*7.5*8.5cms\",\n            \"variantName\": \"7.5*7.5*8.5cms\",\n            \"barcode\": 10218891,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*8.5cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1051,\n            \"batchVariantName\": \"Island Mixed Wax J Blue 7.5*7.5*8.5cms_61013925001_MRP_600\",\n            \"productID\": 3076,\n            \"variantID\": 3076,\n            \"productName\": \"Island Mixed Wax J Blue 7.5*7.5*8.5cms\",\n            \"variantName\": \"7.5*7.5*8.5cms\",\n            \"barcode\": 10218891,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*8.5cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1052,\n            \"batchVariantName\": \"Champagne Mixed Wa PINK 7.5*7.5*8.5cms_61013926001_MRP_490.0000\",\n            \"productID\": 3077,\n            \"variantID\": 3077,\n            \"productName\": \"Champagne Mixed Wa PINK 7.5*7.5*8.5cms\",\n            \"variantName\": \"7.5*7.5*8.5cms\",\n            \"barcode\": 10218907,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*8.5cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1053,\n            \"batchVariantName\": \"Champagne Mixed Wa PINK 7.5*7.5*8.5cms_61013926001_MRP_600\",\n            \"productID\": 3077,\n            \"variantID\": 3077,\n            \"productName\": \"Champagne Mixed Wa PINK 7.5*7.5*8.5cms\",\n            \"variantName\": \"7.5*7.5*8.5cms\",\n            \"barcode\": 10218907,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*8.5cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1054,\n            \"batchVariantName\": \"Moonlit Mixed Wax Sands 7.5*7.5*8.5cms_61013927001_MRP_490.0000\",\n            \"productID\": 3078,\n            \"variantID\": 3078,\n            \"productName\": \"Moonlit Mixed Wax Sands 7.5*7.5*8.5cms\",\n            \"variantName\": \"7.5*7.5*8.5cms\",\n            \"barcode\": 10218914,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*8.5cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1055,\n            \"batchVariantName\": \"Moonlit Mixed Wax Sands 7.5*7.5*8.5cms_61013927001_MRP_600\",\n            \"productID\": 3078,\n            \"variantID\": 3078,\n            \"productName\": \"Moonlit Mixed Wax Sands 7.5*7.5*8.5cms\",\n            \"variantName\": \"7.5*7.5*8.5cms\",\n            \"barcode\": 10218914,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*8.5cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1056,\n            \"batchVariantName\": \"Hyacinth 100 White Pepper 5.3*5.3*15.5_61013928001_MRP_580.0000\",\n            \"productID\": 3079,\n            \"variantID\": 3079,\n            \"productName\": \"Hyacinth 100 White Pepper 5.3*5.3*15.5\",\n            \"variantName\": \"5.3*5.3*15.5\",\n            \"barcode\": 10218921,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5.3*5.3*15.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1057,\n            \"batchVariantName\": \"Hyacinth 100 White Pepper 5.3*5.3*15.5_61013928001_MRP_650\",\n            \"productID\": 3079,\n            \"variantID\": 3079,\n            \"productName\": \"Hyacinth 100 White Pepper 5.3*5.3*15.5\",\n            \"variantName\": \"5.3*5.3*15.5\",\n            \"barcode\": 10218921,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5.3*5.3*15.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1058,\n            \"batchVariantName\": \"Poisettia 100ml room PINK 5.3*5.3*15.5_61013929001_MRP_580.0000\",\n            \"productID\": 3080,\n            \"variantID\": 3080,\n            \"productName\": \"Poisettia 100ml room PINK 5.3*5.3*15.5\",\n            \"variantName\": \"5.3*5.3*15.5\",\n            \"barcode\": 10218938,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5.3*5.3*15.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1059,\n            \"batchVariantName\": \"Poisettia 100ml room PINK 5.3*5.3*15.5_61013929001_MRP_650\",\n            \"productID\": 3080,\n            \"variantID\": 3080,\n            \"productName\": \"Poisettia 100ml room PINK 5.3*5.3*15.5\",\n            \"variantName\": \"5.3*5.3*15.5\",\n            \"barcode\": 10218938,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5.3*5.3*15.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1060,\n            \"batchVariantName\": \"Island 100ml room Sp Blue 5.3*5.3*15.5_61013930001_MRP_580.0000\",\n            \"productID\": 3081,\n            \"variantID\": 3081,\n            \"productName\": \"Island 100ml room Sp Blue 5.3*5.3*15.5\",\n            \"variantName\": \"5.3*5.3*15.5\",\n            \"barcode\": 10218945,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:47\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5.3*5.3*15.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1061,\n            \"batchVariantName\": \"Island 100ml room Sp Blue 5.3*5.3*15.5_61013930001_MRP_650\",\n            \"productID\": 3081,\n            \"variantID\": 3081,\n            \"productName\": \"Island 100ml room Sp Blue 5.3*5.3*15.5\",\n            \"variantName\": \"5.3*5.3*15.5\",\n            \"barcode\": 10218945,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5.3*5.3*15.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1062,\n            \"batchVariantName\": \"Champagne 100ml room PINK 5.3*5.3*15.5_61013931001_MRP_580.0000\",\n            \"productID\": 3082,\n            \"variantID\": 3082,\n            \"productName\": \"Champagne 100ml room PINK 5.3*5.3*15.5\",\n            \"variantName\": \"5.3*5.3*15.5\",\n            \"barcode\": 10218952,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5.3*5.3*15.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1063,\n            \"batchVariantName\": \"Champagne 100ml room PINK 5.3*5.3*15.5_61013931001_MRP_650\",\n            \"productID\": 3082,\n            \"variantID\": 3082,\n            \"productName\": \"Champagne 100ml room PINK 5.3*5.3*15.5\",\n            \"variantName\": \"5.3*5.3*15.5\",\n            \"barcode\": 10218952,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5.3*5.3*15.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1064,\n            \"batchVariantName\": \"Moonlit 100ml room Sands 5.3*5.3*15.5_61013932001_MRP_580.0000\",\n            \"productID\": 3083,\n            \"variantID\": 3083,\n            \"productName\": \"Moonlit 100ml room Sands 5.3*5.3*15.5\",\n            \"variantName\": \"5.3*5.3*15.5\",\n            \"barcode\": 10218969,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5.3*5.3*15.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 580,\n            \"sellingPrice\": 580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1065,\n            \"batchVariantName\": \"Moonlit 100ml room Sands 5.3*5.3*15.5_61013932001_MRP_650\",\n            \"productID\": 3083,\n            \"variantID\": 3083,\n            \"productName\": \"Moonlit 100ml room Sands 5.3*5.3*15.5\",\n            \"variantName\": \"5.3*5.3*15.5\",\n            \"barcode\": 10218969,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5.3*5.3*15.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1066,\n            \"batchVariantName\": \"Hyacinth 180 White Pepper 7.2*7.2*23.7_61013933001_MRP_1020.0000\",\n            \"productID\": 3084,\n            \"variantID\": 3084,\n            \"productName\": \"Hyacinth 180 White Pepper 7.2*7.2*23.7\",\n            \"variantName\": \"7.2*7.2*23.7\",\n            \"barcode\": 10218976,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.2*7.2*23.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1020,\n            \"sellingPrice\": 1020,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1067,\n            \"batchVariantName\": \"Hyacinth 180 White Pepper 7.2*7.2*23.7_61013933001_MRP_1100\",\n            \"productID\": 3084,\n            \"variantID\": 3084,\n            \"productName\": \"Hyacinth 180 White Pepper 7.2*7.2*23.7\",\n            \"variantName\": \"7.2*7.2*23.7\",\n            \"barcode\": 10218976,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.2*7.2*23.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1068,\n            \"batchVariantName\": \"Poisettia 180ml room PINK 7.2*7.2*23.7_61013934001_MRP_1020.0000\",\n            \"productID\": 3085,\n            \"variantID\": 3085,\n            \"productName\": \"Poisettia 180ml room PINK 7.2*7.2*23.7\",\n            \"variantName\": \"7.2*7.2*23.7\",\n            \"barcode\": 10218983,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.2*7.2*23.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1020,\n            \"sellingPrice\": 1020,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1069,\n            \"batchVariantName\": \"Poisettia 180ml room PINK 7.2*7.2*23.7_61013934001_MRP_1100\",\n            \"productID\": 3085,\n            \"variantID\": 3085,\n            \"productName\": \"Poisettia 180ml room PINK 7.2*7.2*23.7\",\n            \"variantName\": \"7.2*7.2*23.7\",\n            \"barcode\": 10218983,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.2*7.2*23.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1070,\n            \"batchVariantName\": \"Island 180ml room Sp Blue 7.2*7.2*23.7_61013935001_MRP_1020.0000\",\n            \"productID\": 3086,\n            \"variantID\": 3086,\n            \"productName\": \"Island 180ml room Sp Blue 7.2*7.2*23.7\",\n            \"variantName\": \"7.2*7.2*23.7\",\n            \"barcode\": 10218990,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.2*7.2*23.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1020,\n            \"sellingPrice\": 1020,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1071,\n            \"batchVariantName\": \"Island 180ml room Sp Blue 7.2*7.2*23.7_61013935001_MRP_1100\",\n            \"productID\": 3086,\n            \"variantID\": 3086,\n            \"productName\": \"Island 180ml room Sp Blue 7.2*7.2*23.7\",\n            \"variantName\": \"7.2*7.2*23.7\",\n            \"barcode\": 10218990,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.2*7.2*23.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1072,\n            \"batchVariantName\": \"Champagne 180ml Diff PINK 7.2*7.2*23.7_61013936001_MRP_1020.0000\",\n            \"productID\": 3087,\n            \"variantID\": 3087,\n            \"productName\": \"Champagne 180ml Diff PINK 7.2*7.2*23.7\",\n            \"variantName\": \"7.2*7.2*23.7\",\n            \"barcode\": 10219003,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:48\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.2*7.2*23.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1020,\n            \"sellingPrice\": 1020,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1073,\n            \"batchVariantName\": \"Champagne 180ml Diff PINK 7.2*7.2*23.7_61013936001_MRP_1100\",\n            \"productID\": 3087,\n            \"variantID\": 3087,\n            \"productName\": \"Champagne 180ml Diff PINK 7.2*7.2*23.7\",\n            \"variantName\": \"7.2*7.2*23.7\",\n            \"barcode\": 10219003,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.2*7.2*23.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1074,\n            \"batchVariantName\": \"Moonlit 180ml Diffu Sands 7.2*7.2*23.7_61013937001_MRP_1020.0000\",\n            \"productID\": 3088,\n            \"variantID\": 3088,\n            \"productName\": \"Moonlit 180ml Diffu Sands 7.2*7.2*23.7\",\n            \"variantName\": \"7.2*7.2*23.7\",\n            \"barcode\": 10219010,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.2*7.2*23.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1020,\n            \"sellingPrice\": 1020,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1075,\n            \"batchVariantName\": \"Moonlit 180ml Diffu Sands 7.2*7.2*23.7_61013937001_MRP_1100\",\n            \"productID\": 3088,\n            \"variantID\": 3088,\n            \"productName\": \"Moonlit 180ml Diffu Sands 7.2*7.2*23.7\",\n            \"variantName\": \"7.2*7.2*23.7\",\n            \"barcode\": 10219010,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.2*7.2*23.7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1076,\n            \"batchVariantName\": \"Hyacinth M White Pepper 10.7*10.7*14.2_61013938001_MRP_1350.0000\",\n            \"productID\": 3089,\n            \"variantID\": 3089,\n            \"productName\": \"Hyacinth M White Pepper 10.7*10.7*14.2\",\n            \"variantName\": \"10.7*10.7*14.2\",\n            \"barcode\": 10219027,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.7*10.7*14.2\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1450,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1077,\n            \"batchVariantName\": \"Hyacinth M White Pepper 10.7*10.7*14.2_61013938001_MRP_1450\",\n            \"productID\": 3089,\n            \"variantID\": 3089,\n            \"productName\": \"Hyacinth M White Pepper 10.7*10.7*14.2\",\n            \"variantName\": \"10.7*10.7*14.2\",\n            \"barcode\": 10219027,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.7*10.7*14.2\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1450,\n            \"MRP\": 1450,\n            \"sellingPrice\": 1450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1078,\n            \"batchVariantName\": \"Poisettia Mixed Wa PINK 10.7*10.7*14.2_61013939001_MRP_1350.0000\",\n            \"productID\": 3090,\n            \"variantID\": 3090,\n            \"productName\": \"Poisettia Mixed Wa PINK 10.7*10.7*14.2\",\n            \"variantName\": \"10.7*10.7*14.2\",\n            \"barcode\": 10219034,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.7*10.7*14.2\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1450,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1079,\n            \"batchVariantName\": \"Poisettia Mixed Wa PINK 10.7*10.7*14.2_61013939001_MRP_1450\",\n            \"productID\": 3090,\n            \"variantID\": 3090,\n            \"productName\": \"Poisettia Mixed Wa PINK 10.7*10.7*14.2\",\n            \"variantName\": \"10.7*10.7*14.2\",\n            \"barcode\": 10219034,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.7*10.7*14.2\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1450,\n            \"MRP\": 1450,\n            \"sellingPrice\": 1450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1080,\n            \"batchVariantName\": \"Island Mixed Wax J Blue 10.7*10.7*14.2_61013940001_MRP_1350.0000\",\n            \"productID\": 3091,\n            \"variantID\": 3091,\n            \"productName\": \"Island Mixed Wax J Blue 10.7*10.7*14.2\",\n            \"variantName\": \"10.7*10.7*14.2\",\n            \"barcode\": 10219041,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.7*10.7*14.2\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1450,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1081,\n            \"batchVariantName\": \"Island Mixed Wax J Blue 10.7*10.7*14.2_61013940001_MRP_1450\",\n            \"productID\": 3091,\n            \"variantID\": 3091,\n            \"productName\": \"Island Mixed Wax J Blue 10.7*10.7*14.2\",\n            \"variantName\": \"10.7*10.7*14.2\",\n            \"barcode\": 10219041,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.7*10.7*14.2\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1450,\n            \"MRP\": 1450,\n            \"sellingPrice\": 1450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1082,\n            \"batchVariantName\": \"Champangne Mixed W PINK 10.7*10.7*14.2_61013941001_MRP_1350.0000\",\n            \"productID\": 3092,\n            \"variantID\": 3092,\n            \"productName\": \"Champangne Mixed W PINK 10.7*10.7*14.2\",\n            \"variantName\": \"10.7*10.7*14.2\",\n            \"barcode\": 10219058,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.7*10.7*14.2\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1450,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1083,\n            \"batchVariantName\": \"Champangne Mixed W PINK 10.7*10.7*14.2_61013941001_MRP_1450\",\n            \"productID\": 3092,\n            \"variantID\": 3092,\n            \"productName\": \"Champangne Mixed W PINK 10.7*10.7*14.2\",\n            \"variantName\": \"10.7*10.7*14.2\",\n            \"barcode\": 10219058,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.7*10.7*14.2\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1450,\n            \"MRP\": 1450,\n            \"sellingPrice\": 1450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1084,\n            \"batchVariantName\": \"Moonlit Mixed Wax Sands 10.7*10.7*14.2_61013942001_MRP_1350.0000\",\n            \"productID\": 3093,\n            \"variantID\": 3093,\n            \"productName\": \"Moonlit Mixed Wax Sands 10.7*10.7*14.2\",\n            \"variantName\": \"10.7*10.7*14.2\",\n            \"barcode\": 10219065,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:49\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.7*10.7*14.2\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1450,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1085,\n            \"batchVariantName\": \"Moonlit Mixed Wax Sands 10.7*10.7*14.2_61013942001_MRP_1450\",\n            \"productID\": 3093,\n            \"variantID\": 3093,\n            \"productName\": \"Moonlit Mixed Wax Sands 10.7*10.7*14.2\",\n            \"variantName\": \"10.7*10.7*14.2\",\n            \"barcode\": 10219065,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.7*10.7*14.2\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1450,\n            \"MRP\": 1450,\n            \"sellingPrice\": 1450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1086,\n            \"batchVariantName\": \"PEONY RED H-93CM_61013961001_MRP_249.0000\",\n            \"productID\": 3112,\n            \"variantID\": 3112,\n            \"productName\": \"PEONY RED H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 10219256,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 240,\n            \"MRP\": 249,\n            \"sellingPrice\": 249,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1087,\n            \"batchVariantName\": \"PEONY RED H-93CM_61013961001_MRP_240\",\n            \"productID\": 3112,\n            \"variantID\": 3112,\n            \"productName\": \"PEONY RED H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 10219256,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 240,\n            \"MRP\": 240,\n            \"sellingPrice\": 240,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1088,\n            \"batchVariantName\": \"Hyacinth M White Pepper 7.5*7.5*8.5cms_61013964001_MRP_490.0000\",\n            \"productID\": 3115,\n            \"variantID\": 3115,\n            \"productName\": \"Hyacinth M White Pepper 7.5*7.5*8.5cms\",\n            \"variantName\": \"7.5*7.5*8.5cms\",\n            \"barcode\": 10219287,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*8.5cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1089,\n            \"batchVariantName\": \"Hyacinth M White Pepper 7.5*7.5*8.5cms_61013964001_MRP_600\",\n            \"productID\": 3115,\n            \"variantID\": 3115,\n            \"productName\": \"Hyacinth M White Pepper 7.5*7.5*8.5cms\",\n            \"variantName\": \"7.5*7.5*8.5cms\",\n            \"barcode\": 10219287,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.5*7.5*8.5cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1090,\n            \"batchVariantName\": \"CK Golden Frame .Gold 10.16x15.24cms_61013997001_MRP_1140.0000\",\n            \"productID\": 3147,\n            \"variantID\": 3147,\n            \"productName\": \"CK Golden Frame .Gold 10.16x15.24cms\",\n            \"variantName\": \"10.16x15.24cms\",\n            \"barcode\": 10222645,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x15.24cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1650,\n            \"MRP\": 1140,\n            \"sellingPrice\": 1140,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1091,\n            \"batchVariantName\": \"CK Golden Frame .Gold 10.16x15.24cms_61013997001_MRP_1650\",\n            \"productID\": 3147,\n            \"variantID\": 3147,\n            \"productName\": \"CK Golden Frame .Gold 10.16x15.24cms\",\n            \"variantName\": \"10.16x15.24cms\",\n            \"barcode\": 10222645,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x15.24cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1650,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1092,\n            \"batchVariantName\": \"Hamilton Di NICKEL 16.51x11.43x3.81cms_61014067001_MRP_300.0000\",\n            \"productID\": 3218,\n            \"variantID\": 3218,\n            \"productName\": \"Hamilton Di NICKEL 16.51x11.43x3.81cms\",\n            \"variantName\": \"16.51x11.43x3.81cms\",\n            \"barcode\": 10231456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"16.51x11.43x3.81cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 200,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1093,\n            \"batchVariantName\": \"Hamilton Di NICKEL 16.51x11.43x3.81cms_61014067001_MRP_200\",\n            \"productID\": 3218,\n            \"variantID\": 3218,\n            \"productName\": \"Hamilton Di NICKEL 16.51x11.43x3.81cms\",\n            \"variantName\": \"16.51x11.43x3.81cms\",\n            \"barcode\": 10231456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"16.51x11.43x3.81cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1094,\n            \"batchVariantName\": \"Hamilton Soap NICKEL Dia 8.89x17.78cms_61014068001_MRP_600.0000\",\n            \"productID\": 3219,\n            \"variantID\": 3219,\n            \"productName\": \"Hamilton Soap NICKEL Dia 8.89x17.78cms\",\n            \"variantName\": \"Dia 8.89x17.78cms\",\n            \"barcode\": 10231463,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Dia 8.89x17.78cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1095,\n            \"batchVariantName\": \"Hamilton Soap NICKEL Dia 8.89x17.78cms_61014068001_MRP_550\",\n            \"productID\": 3219,\n            \"variantID\": 3219,\n            \"productName\": \"Hamilton Soap NICKEL Dia 8.89x17.78cms\",\n            \"variantName\": \"Dia 8.89x17.78cms\",\n            \"barcode\": 10231463,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"Dia 8.89x17.78cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1096,\n            \"batchVariantName\": \"Hamilton Tumbler NICKEL 8.89x10.16cms_61014069001_MRP_350.0000\",\n            \"productID\": 3220,\n            \"variantID\": 3220,\n            \"productName\": \"Hamilton Tumbler NICKEL 8.89x10.16cms\",\n            \"variantName\": \"8.89x10.16cms\",\n            \"barcode\": 10231470,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:50\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8.89x10.16cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1097,\n            \"batchVariantName\": \"Hamilton Tumbler NICKEL 8.89x10.16cms_61014069001_MRP_250\",\n            \"productID\": 3220,\n            \"variantID\": 3220,\n            \"productName\": \"Hamilton Tumbler NICKEL 8.89x10.16cms\",\n            \"variantName\": \"8.89x10.16cms\",\n            \"barcode\": 10231470,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8.89x10.16cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1098,\n            \"batchVariantName\": \"Jacob Dish NICKEL 13.97x3.81cms_61014070001_MRP_300.0000\",\n            \"productID\": 3221,\n            \"variantID\": 3221,\n            \"productName\": \"Jacob Dish NICKEL 13.97x3.81cms\",\n            \"variantName\": \"13.97x3.81cms\",\n            \"barcode\": 10231487,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"13.97x3.81cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 200,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1099,\n            \"batchVariantName\": \"Jacob Dish NICKEL 13.97x3.81cms_61014070001_MRP_200\",\n            \"productID\": 3221,\n            \"variantID\": 3221,\n            \"productName\": \"Jacob Dish NICKEL 13.97x3.81cms\",\n            \"variantName\": \"13.97x3.81cms\",\n            \"barcode\": 10231487,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"13.97x3.81cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 200,\n            \"MRP\": 200,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1100,\n            \"batchVariantName\": \"Jacob Soap Dispen NICKEL 7.62x17.78cms_61014071001_MRP_600.0000\",\n            \"productID\": 3222,\n            \"variantID\": 3222,\n            \"productName\": \"Jacob Soap Dispen NICKEL 7.62x17.78cms\",\n            \"variantName\": \"7.62x17.78cms\",\n            \"barcode\": 10231494,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.62x17.78cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1101,\n            \"batchVariantName\": \"Jacob Soap Dispen NICKEL 7.62x17.78cms_61014071001_MRP_550\",\n            \"productID\": 3222,\n            \"variantID\": 3222,\n            \"productName\": \"Jacob Soap Dispen NICKEL 7.62x17.78cms\",\n            \"variantName\": \"7.62x17.78cms\",\n            \"barcode\": 10231494,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.62x17.78cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1102,\n            \"batchVariantName\": \"Jacob Tumbler NICKEL 7.62x10.16cms_61014072001_MRP_350.0000\",\n            \"productID\": 3223,\n            \"variantID\": 3223,\n            \"productName\": \"Jacob Tumbler NICKEL 7.62x10.16cms\",\n            \"variantName\": \"7.62x10.16cms\",\n            \"barcode\": 10231500,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.62x10.16cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1103,\n            \"batchVariantName\": \"Jacob Tumbler NICKEL 7.62x10.16cms_61014072001_MRP_250\",\n            \"productID\": 3223,\n            \"variantID\": 3223,\n            \"productName\": \"Jacob Tumbler NICKEL 7.62x10.16cms\",\n            \"variantName\": \"7.62x10.16cms\",\n            \"barcode\": 10231500,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.62x10.16cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1104,\n            \"batchVariantName\": \"Acrylic Tealights Set of 6 Blue 0_61014134001_MRP_190.0000\",\n            \"productID\": 3285,\n            \"variantID\": 3285,\n            \"productName\": \"Acrylic Tealights Set of 6 Blue 0\",\n            \"variantName\": 0,\n            \"barcode\": 10232125,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": 0,\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 140,\n            \"MRP\": 190,\n            \"sellingPrice\": 190,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1105,\n            \"batchVariantName\": \"Acrylic Tealights Set of 6 Blue 0_61014134001_MRP_140\",\n            \"productID\": 3285,\n            \"variantID\": 3285,\n            \"productName\": \"Acrylic Tealights Set of 6 Blue 0\",\n            \"variantName\": 0,\n            \"barcode\": 10232125,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": 0,\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 140,\n            \"MRP\": 140,\n            \"sellingPrice\": 140,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1106,\n            \"batchVariantName\": \"Alys Candle Holde Black & Gold 7x20cms_61014173001_MRP_899.0000\",\n            \"productID\": 3324,\n            \"variantID\": 3324,\n            \"productName\": \"Alys Candle Holde Black & Gold 7x20cms\",\n            \"variantName\": \"7x20cms\",\n            \"barcode\": 10233313,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7x20cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1107,\n            \"batchVariantName\": \"Alys Candle Holde Black & Gold 7x20cms_61014173001_MRP_550\",\n            \"productID\": 3324,\n            \"variantID\": 3324,\n            \"productName\": \"Alys Candle Holde Black & Gold 7x20cms\",\n            \"variantName\": \"7x20cms\",\n            \"barcode\": 10233313,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7x20cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1108,\n            \"batchVariantName\": \"Wooden Bar Unit . ._61014178001_MRP_30000.0000\",\n            \"productID\": 3329,\n            \"variantID\": 3329,\n            \"productName\": \"Wooden Bar Unit . .\",\n            \"variantName\": \".\",\n            \"barcode\": 10233368,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:51\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 38500,\n            \"MRP\": 30000,\n            \"sellingPrice\": 30000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1109,\n            \"batchVariantName\": \"Wooden Bar Unit . ._61014178001_MRP_38500\",\n            \"productID\": 3329,\n            \"variantID\": 3329,\n            \"productName\": \"Wooden Bar Unit . .\",\n            \"variantName\": \".\",\n            \"barcode\": 10233368,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 38500,\n            \"MRP\": 38500,\n            \"sellingPrice\": 38500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1110,\n            \"batchVariantName\": \"Bling Cry.Candle Holder Clear 8x8x4cms_61014219001_MRP_750.0000\",\n            \"productID\": 3370,\n            \"variantID\": 3370,\n            \"productName\": \"Bling Cry.Candle Holder Clear 8x8x4cms\",\n            \"variantName\": \"8x8x4cms\",\n            \"barcode\": 10240427,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8x8x4cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 725,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1111,\n            \"batchVariantName\": \"Bling Cry.Candle Holder Clear 8x8x4cms_61014219001_MRP_725\",\n            \"productID\": 3370,\n            \"variantID\": 3370,\n            \"productName\": \"Bling Cry.Candle Holder Clear 8x8x4cms\",\n            \"variantName\": \"8x8x4cms\",\n            \"barcode\": 10240427,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8x8x4cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 725,\n            \"MRP\": 725,\n            \"sellingPrice\": 725,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1112,\n            \"batchVariantName\": \"Bling Cry T-Lamp Clear 14x14x55cms_61014225001_MRP_7000.0000\",\n            \"productID\": 3376,\n            \"variantID\": 3376,\n            \"productName\": \"Bling Cry T-Lamp Clear 14x14x55cms\",\n            \"variantName\": \"14x14x55cms\",\n            \"barcode\": 10240489,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"14x14x55cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 8500,\n            \"MRP\": 7000,\n            \"sellingPrice\": 7000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1113,\n            \"batchVariantName\": \"Bling Cry T-Lamp Clear 14x14x55cms_61014225001_MRP_8500\",\n            \"productID\": 3376,\n            \"variantID\": 3376,\n            \"productName\": \"Bling Cry T-Lamp Clear 14x14x55cms\",\n            \"variantName\": \"14x14x55cms\",\n            \"barcode\": 10240489,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"14x14x55cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 8500,\n            \"MRP\": 8500,\n            \"sellingPrice\": 8500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1114,\n            \"batchVariantName\": \"Bling Cry Ball T-Lam Clear 15x15x46cms_61014226001_MRP_6000.0000\",\n            \"productID\": 3377,\n            \"variantID\": 3377,\n            \"productName\": \"Bling Cry Ball T-Lam Clear 15x15x46cms\",\n            \"variantName\": \"15x15x46cms\",\n            \"barcode\": 10240496,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15x46cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7500,\n            \"MRP\": 6000,\n            \"sellingPrice\": 6000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1115,\n            \"batchVariantName\": \"Bling Cry Ball T-Lam Clear 15x15x46cms_61014226001_MRP_7500\",\n            \"productID\": 3377,\n            \"variantID\": 3377,\n            \"productName\": \"Bling Cry Ball T-Lam Clear 15x15x46cms\",\n            \"variantName\": \"15x15x46cms\",\n            \"barcode\": 10240496,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15x15x46cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 7500,\n            \"MRP\": 7500,\n            \"sellingPrice\": 7500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1116,\n            \"batchVariantName\": \"FOUR BALLS SMOKE GLASS TAB Smoke 55 cm_61014237001_MRP_4499.0000\",\n            \"productID\": 3388,\n            \"variantID\": 3388,\n            \"productName\": \"FOUR BALLS SMOKE GLASS TAB Smoke 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10241073,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4750,\n            \"MRP\": 4499,\n            \"sellingPrice\": 4499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1117,\n            \"batchVariantName\": \"FOUR BALLS SMOKE GLASS TAB Smoke 55 cm_61014237001_MRP_3000\",\n            \"productID\": 3388,\n            \"variantID\": 3388,\n            \"productName\": \"FOUR BALLS SMOKE GLASS TAB Smoke 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10241073,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4750,\n            \"MRP\": 3000,\n            \"sellingPrice\": 3000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1118,\n            \"batchVariantName\": \"FOUR BALLS SMOKE GLASS TAB Smoke 55 cm_61014237001_MRP_4499.0000\",\n            \"productID\": 3388,\n            \"variantID\": 3388,\n            \"productName\": \"FOUR BALLS SMOKE GLASS TAB Smoke 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10241073,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4750,\n            \"MRP\": 4499,\n            \"sellingPrice\": 4499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1119,\n            \"batchVariantName\": \"FOUR BALLS SMOKE GLASS TAB Smoke 55 cm_61014237001_MRP_4750\",\n            \"productID\": 3388,\n            \"variantID\": 3388,\n            \"productName\": \"FOUR BALLS SMOKE GLASS TAB Smoke 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10241073,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4750,\n            \"MRP\": 4750,\n            \"sellingPrice\": 4750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1120,\n            \"batchVariantName\": \"FOUR BALLS CHAMPAGNE G CHAMPAGNE 55 cm_61014238001_MRP_4499.0000\",\n            \"productID\": 3389,\n            \"variantID\": 3389,\n            \"productName\": \"FOUR BALLS CHAMPAGNE G CHAMPAGNE 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10241080,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:52\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4750,\n            \"MRP\": 4499,\n            \"sellingPrice\": 4499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1121,\n            \"batchVariantName\": \"FOUR BALLS CHAMPAGNE G CHAMPAGNE 55 cm_61014238001_MRP_3000\",\n            \"productID\": 3389,\n            \"variantID\": 3389,\n            \"productName\": \"FOUR BALLS CHAMPAGNE G CHAMPAGNE 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10241080,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4750,\n            \"MRP\": 3000,\n            \"sellingPrice\": 3000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1122,\n            \"batchVariantName\": \"FOUR BALLS CHAMPAGNE G CHAMPAGNE 55 cm_61014238001_MRP_4499.0000\",\n            \"productID\": 3389,\n            \"variantID\": 3389,\n            \"productName\": \"FOUR BALLS CHAMPAGNE G CHAMPAGNE 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10241080,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4750,\n            \"MRP\": 4499,\n            \"sellingPrice\": 4499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1123,\n            \"batchVariantName\": \"FOUR BALLS CHAMPAGNE G CHAMPAGNE 55 cm_61014238001_MRP_4750\",\n            \"productID\": 3389,\n            \"variantID\": 3389,\n            \"productName\": \"FOUR BALLS CHAMPAGNE G CHAMPAGNE 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10241080,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4750,\n            \"MRP\": 4750,\n            \"sellingPrice\": 4750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1124,\n            \"batchVariantName\": \"WATER DROP SMOKE GLASS TAB Smoke 52 cm_61014239001_MRP_3299.0000\",\n            \"productID\": 3390,\n            \"variantID\": 3390,\n            \"productName\": \"WATER DROP SMOKE GLASS TAB Smoke 52 cm\",\n            \"variantName\": \"52 cm\",\n            \"barcode\": 10241097,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"52 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4000,\n            \"MRP\": 3299,\n            \"sellingPrice\": 3299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1125,\n            \"batchVariantName\": \"WATER DROP SMOKE GLASS TAB Smoke 52 cm_61014239001_MRP_2500\",\n            \"productID\": 3390,\n            \"variantID\": 3390,\n            \"productName\": \"WATER DROP SMOKE GLASS TAB Smoke 52 cm\",\n            \"variantName\": \"52 cm\",\n            \"barcode\": 10241097,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"52 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4000,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1126,\n            \"batchVariantName\": \"WATER DROP SMOKE GLASS TAB Smoke 52 cm_61014239001_MRP_3299.0000\",\n            \"productID\": 3390,\n            \"variantID\": 3390,\n            \"productName\": \"WATER DROP SMOKE GLASS TAB Smoke 52 cm\",\n            \"variantName\": \"52 cm\",\n            \"barcode\": 10241097,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"52 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4000,\n            \"MRP\": 3299,\n            \"sellingPrice\": 3299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1127,\n            \"batchVariantName\": \"WATER DROP SMOKE GLASS TAB Smoke 52 cm_61014239001_MRP_4000\",\n            \"productID\": 3390,\n            \"variantID\": 3390,\n            \"productName\": \"WATER DROP SMOKE GLASS TAB Smoke 52 cm\",\n            \"variantName\": \"52 cm\",\n            \"barcode\": 10241097,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"52 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4000,\n            \"MRP\": 4000,\n            \"sellingPrice\": 4000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1128,\n            \"batchVariantName\": \"WATER DROP CHAMPAGNE G CHAMPAGNE 52 cm_61014240001_MRP_3299.0000\",\n            \"productID\": 3391,\n            \"variantID\": 3391,\n            \"productName\": \"WATER DROP CHAMPAGNE G CHAMPAGNE 52 cm\",\n            \"variantName\": \"52 cm\",\n            \"barcode\": 10241103,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"52 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4000,\n            \"MRP\": 3299,\n            \"sellingPrice\": 3299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1129,\n            \"batchVariantName\": \"WATER DROP CHAMPAGNE G CHAMPAGNE 52 cm_61014240001_MRP_2500\",\n            \"productID\": 3391,\n            \"variantID\": 3391,\n            \"productName\": \"WATER DROP CHAMPAGNE G CHAMPAGNE 52 cm\",\n            \"variantName\": \"52 cm\",\n            \"barcode\": 10241103,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"52 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4000,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1130,\n            \"batchVariantName\": \"WATER DROP CHAMPAGNE G CHAMPAGNE 52 cm_61014240001_MRP_3299.0000\",\n            \"productID\": 3391,\n            \"variantID\": 3391,\n            \"productName\": \"WATER DROP CHAMPAGNE G CHAMPAGNE 52 cm\",\n            \"variantName\": \"52 cm\",\n            \"barcode\": 10241103,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"52 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4000,\n            \"MRP\": 3299,\n            \"sellingPrice\": 3299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1131,\n            \"batchVariantName\": \"WATER DROP CHAMPAGNE G CHAMPAGNE 52 cm_61014240001_MRP_4000\",\n            \"productID\": 3391,\n            \"variantID\": 3391,\n            \"productName\": \"WATER DROP CHAMPAGNE G CHAMPAGNE 52 cm\",\n            \"variantName\": \"52 cm\",\n            \"barcode\": 10241103,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"52 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4000,\n            \"MRP\": 4000,\n            \"sellingPrice\": 4000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1132,\n            \"batchVariantName\": \"SPECKLE SMOKE GLASS TABLE Smoke 62 cm_61014241001_MRP_3000.0000\",\n            \"productID\": 3392,\n            \"variantID\": 3392,\n            \"productName\": \"SPECKLE SMOKE GLASS TABLE Smoke 62 cm\",\n            \"variantName\": \"62 cm\",\n            \"barcode\": 10241110,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:53\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"62 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4600,\n            \"MRP\": 3000,\n            \"sellingPrice\": 3000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1133,\n            \"batchVariantName\": \"SPECKLE SMOKE GLASS TABLE Smoke 62 cm_61014241001_MRP_4600\",\n            \"productID\": 3392,\n            \"variantID\": 3392,\n            \"productName\": \"SPECKLE SMOKE GLASS TABLE Smoke 62 cm\",\n            \"variantName\": \"62 cm\",\n            \"barcode\": 10241110,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"62 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4600,\n            \"MRP\": 4600,\n            \"sellingPrice\": 4600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1134,\n            \"batchVariantName\": \"SPECKLE CHAMPAGNE GLAS CHAMPAGNE 62 cm_61014242001_MRP_3000.0000\",\n            \"productID\": 3393,\n            \"variantID\": 3393,\n            \"productName\": \"SPECKLE CHAMPAGNE GLAS CHAMPAGNE 62 cm\",\n            \"variantName\": \"62 cm\",\n            \"barcode\": 10241127,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"62 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4600,\n            \"MRP\": 3000,\n            \"sellingPrice\": 3000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1135,\n            \"batchVariantName\": \"SPECKLE CHAMPAGNE GLAS CHAMPAGNE 62 cm_61014242001_MRP_4600\",\n            \"productID\": 3393,\n            \"variantID\": 3393,\n            \"productName\": \"SPECKLE CHAMPAGNE GLAS CHAMPAGNE 62 cm\",\n            \"variantName\": \"62 cm\",\n            \"barcode\": 10241127,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"62 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4600,\n            \"MRP\": 4600,\n            \"sellingPrice\": 4600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1136,\n            \"batchVariantName\": \"TROPHY SMOKE GLASS TABLE L Smoke 60 cm_61014243001_MRP_4749.0000\",\n            \"productID\": 3394,\n            \"variantID\": 3394,\n            \"productName\": \"TROPHY SMOKE GLASS TABLE L Smoke 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10241134,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5000,\n            \"MRP\": 4749,\n            \"sellingPrice\": 4749,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1137,\n            \"batchVariantName\": \"TROPHY SMOKE GLASS TABLE L Smoke 60 cm_61014243001_MRP_3500\",\n            \"productID\": 3394,\n            \"variantID\": 3394,\n            \"productName\": \"TROPHY SMOKE GLASS TABLE L Smoke 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10241134,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5000,\n            \"MRP\": 3500,\n            \"sellingPrice\": 3500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1138,\n            \"batchVariantName\": \"TROPHY SMOKE GLASS TABLE L Smoke 60 cm_61014243001_MRP_4749.0000\",\n            \"productID\": 3394,\n            \"variantID\": 3394,\n            \"productName\": \"TROPHY SMOKE GLASS TABLE L Smoke 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10241134,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5000,\n            \"MRP\": 4749,\n            \"sellingPrice\": 4749,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1139,\n            \"batchVariantName\": \"TROPHY SMOKE GLASS TABLE L Smoke 60 cm_61014243001_MRP_5000\",\n            \"productID\": 3394,\n            \"variantID\": 3394,\n            \"productName\": \"TROPHY SMOKE GLASS TABLE L Smoke 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10241134,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 5000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1140,\n            \"batchVariantName\": \"TROPHY CHAMPAGNE GLASS CHAMPAGNE 60 cm_61014244001_MRP_4749.0000\",\n            \"productID\": 3395,\n            \"variantID\": 3395,\n            \"productName\": \"TROPHY CHAMPAGNE GLASS CHAMPAGNE 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10241141,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5000,\n            \"MRP\": 4749,\n            \"sellingPrice\": 4749,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1141,\n            \"batchVariantName\": \"TROPHY CHAMPAGNE GLASS CHAMPAGNE 60 cm_61014244001_MRP_3500\",\n            \"productID\": 3395,\n            \"variantID\": 3395,\n            \"productName\": \"TROPHY CHAMPAGNE GLASS CHAMPAGNE 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10241141,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5000,\n            \"MRP\": 3500,\n            \"sellingPrice\": 3500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1142,\n            \"batchVariantName\": \"TROPHY CHAMPAGNE GLASS CHAMPAGNE 60 cm_61014244001_MRP_4749.0000\",\n            \"productID\": 3395,\n            \"variantID\": 3395,\n            \"productName\": \"TROPHY CHAMPAGNE GLASS CHAMPAGNE 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10241141,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5000,\n            \"MRP\": 4749,\n            \"sellingPrice\": 4749,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1143,\n            \"batchVariantName\": \"TROPHY CHAMPAGNE GLASS CHAMPAGNE 60 cm_61014244001_MRP_5000\",\n            \"productID\": 3395,\n            \"variantID\": 3395,\n            \"productName\": \"TROPHY CHAMPAGNE GLASS CHAMPAGNE 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10241141,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 5000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1144,\n            \"batchVariantName\": \"14.5\\\"PLATE Aqua ._61014336001_MRP_1050.0000\",\n            \"productID\": 3486,\n            \"variantID\": 3486,\n            \"productName\": \"14.5\\\"PLATE Aqua .\",\n            \"variantName\": \".\",\n            \"barcode\": 10265468,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:54\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1274,\n            \"MRP\": 1050,\n            \"sellingPrice\": 1050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1145,\n            \"batchVariantName\": \"14.5\\\"PLATE Aqua ._61014336001_MRP_1274\",\n            \"productID\": 3486,\n            \"variantID\": 3486,\n            \"productName\": \"14.5\\\"PLATE Aqua .\",\n            \"variantName\": \".\",\n            \"barcode\": 10265468,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1274,\n            \"MRP\": 1274,\n            \"sellingPrice\": 1274,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1146,\n            \"batchVariantName\": \"14.5\\\"PLATE Green ._61014337001_MRP_1050.0000\",\n            \"productID\": 3487,\n            \"variantID\": 3487,\n            \"productName\": \"14.5\\\"PLATE Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 10265475,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1274,\n            \"MRP\": 1050,\n            \"sellingPrice\": 1050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1147,\n            \"batchVariantName\": \"14.5\\\"PLATE Green ._61014337001_MRP_1274\",\n            \"productID\": 3487,\n            \"variantID\": 3487,\n            \"productName\": \"14.5\\\"PLATE Green .\",\n            \"variantName\": \".\",\n            \"barcode\": 10265475,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1274,\n            \"MRP\": 1274,\n            \"sellingPrice\": 1274,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1148,\n            \"batchVariantName\": \"Hargi leaf L Aqua ._61014341001_MRP_1250.0000\",\n            \"productID\": 3491,\n            \"variantID\": 3491,\n            \"productName\": \"Hargi leaf L Aqua .\",\n            \"variantName\": \".\",\n            \"barcode\": 10265512,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1149,\n            \"batchVariantName\": \"Hargi leaf L Aqua ._61014341001_MRP_1350\",\n            \"productID\": 3491,\n            \"variantID\": 3491,\n            \"productName\": \"Hargi leaf L Aqua .\",\n            \"variantName\": \".\",\n            \"barcode\": 10265512,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1150,\n            \"batchVariantName\": \"32 Pe Turquise/Gold Lining 16.5cm*12cm_61014397001_MRP_1000.0000\",\n            \"productID\": 3539,\n            \"variantID\": 3539,\n            \"productName\": \"32 Pe Turquise/Gold Lining 16.5cm*12cm\",\n            \"variantName\": \"16.5cm*12cm\",\n            \"barcode\": 10267301,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"16.5cm*12cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1151,\n            \"batchVariantName\": \"32 Pe Turquise/Gold Lining 16.5cm*12cm_61014397001_MRP_1250\",\n            \"productID\": 3539,\n            \"variantID\": 3539,\n            \"productName\": \"32 Pe Turquise/Gold Lining 16.5cm*12cm\",\n            \"variantName\": \"16.5cm*12cm\",\n            \"barcode\": 10267301,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"16.5cm*12cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1152,\n            \"batchVariantName\": \"18 P Turquise/Gold Lining 12.7cm*9.5cm_61014398001_MRP_600.0000\",\n            \"productID\": 3540,\n            \"variantID\": 3540,\n            \"productName\": \"18 P Turquise/Gold Lining 12.7cm*9.5cm\",\n            \"variantName\": \"12.7cm*9.5cm\",\n            \"barcode\": 10267318,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7cm*9.5cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1153,\n            \"batchVariantName\": \"18 P Turquise/Gold Lining 12.7cm*9.5cm_61014398001_MRP_650\",\n            \"productID\": 3540,\n            \"variantID\": 3540,\n            \"productName\": \"18 P Turquise/Gold Lining 12.7cm*9.5cm\",\n            \"variantName\": \"12.7cm*9.5cm\",\n            \"barcode\": 10267318,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7cm*9.5cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1154,\n            \"batchVariantName\": \"12 P Turquise/Gold Lining 10.2cm*6.9cm_61014401001_MRP_600.0000\",\n            \"productID\": 3543,\n            \"variantID\": 3543,\n            \"productName\": \"12 P Turquise/Gold Lining 10.2cm*6.9cm\",\n            \"variantName\": \"10.2cm*6.9cm\",\n            \"barcode\": 10267349,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.2cm*6.9cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1155,\n            \"batchVariantName\": \"12 P Turquise/Gold Lining 10.2cm*6.9cm_61014401001_MRP_700\",\n            \"productID\": 3543,\n            \"variantID\": 3543,\n            \"productName\": \"12 P Turquise/Gold Lining 10.2cm*6.9cm\",\n            \"variantName\": \"10.2cm*6.9cm\",\n            \"barcode\": 10267349,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.2cm*6.9cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1156,\n            \"batchVariantName\": \"12 Peta Green/Gold Lining 10.2cm*6.9cm_61014416001_MRP_600.0000\",\n            \"productID\": 3558,\n            \"variantID\": 3558,\n            \"productName\": \"12 Peta Green/Gold Lining 10.2cm*6.9cm\",\n            \"variantName\": \"10.2cm*6.9cm\",\n            \"barcode\": 10267707,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:55\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.2cm*6.9cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1157,\n            \"batchVariantName\": \"12 Peta Green/Gold Lining 10.2cm*6.9cm_61014416001_MRP_700\",\n            \"productID\": 3558,\n            \"variantID\": 3558,\n            \"productName\": \"12 Peta Green/Gold Lining 10.2cm*6.9cm\",\n            \"variantName\": \"10.2cm*6.9cm\",\n            \"barcode\": 10267707,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.2cm*6.9cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1158,\n            \"batchVariantName\": \"18 Peta Green/Gold Lining 12.7cm*9.5cm_61014417001_MRP_600.0000\",\n            \"productID\": 3559,\n            \"variantID\": 3559,\n            \"productName\": \"18 Peta Green/Gold Lining 12.7cm*9.5cm\",\n            \"variantName\": \"12.7cm*9.5cm\",\n            \"barcode\": 10267714,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7cm*9.5cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1159,\n            \"batchVariantName\": \"18 Peta Green/Gold Lining 12.7cm*9.5cm_61014417001_MRP_650\",\n            \"productID\": 3559,\n            \"variantID\": 3559,\n            \"productName\": \"18 Peta Green/Gold Lining 12.7cm*9.5cm\",\n            \"variantName\": \"12.7cm*9.5cm\",\n            \"barcode\": 10267714,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7cm*9.5cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1160,\n            \"batchVariantName\": \"Kuba Cutlery Set 24pcs Crome ._61014585001_MRP_3500.0000\",\n            \"productID\": 3712,\n            \"variantID\": 3712,\n            \"productName\": \"Kuba Cutlery Set 24pcs Crome .\",\n            \"variantName\": \".\",\n            \"barcode\": 10276129,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5000,\n            \"MRP\": 3500,\n            \"sellingPrice\": 3500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1161,\n            \"batchVariantName\": \"Kuba Cutlery Set 24pcs Crome ._61014585001_MRP_5000\",\n            \"productID\": 3712,\n            \"variantID\": 3712,\n            \"productName\": \"Kuba Cutlery Set 24pcs Crome .\",\n            \"variantName\": \".\",\n            \"barcode\": 10276129,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 5000,\n            \"MRP\": 5000,\n            \"sellingPrice\": 5000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1162,\n            \"batchVariantName\": \"Kuba Cutlery Set 24pcs Golden ._61014586001_MRP_5000.0000\",\n            \"productID\": 3713,\n            \"variantID\": 3713,\n            \"productName\": \"Kuba Cutlery Set 24pcs Golden .\",\n            \"variantName\": \".\",\n            \"barcode\": 10276136,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3500,\n            \"MRP\": 5000,\n            \"sellingPrice\": 5000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1163,\n            \"batchVariantName\": \"Kuba Cutlery Set 24pcs Golden ._61014586001_MRP_3500\",\n            \"productID\": 3713,\n            \"variantID\": 3713,\n            \"productName\": \"Kuba Cutlery Set 24pcs Golden .\",\n            \"variantName\": \".\",\n            \"barcode\": 10276136,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3500,\n            \"MRP\": 3500,\n            \"sellingPrice\": 3500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1164,\n            \"batchVariantName\": \"RENEE DINNER PLATE Gold 265mm_61014714001_MRP_750.0000\",\n            \"productID\": 3808,\n            \"variantID\": 3808,\n            \"productName\": \"RENEE DINNER PLATE Gold 265mm\",\n            \"variantName\": \"265mm\",\n            \"barcode\": 10280515,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"265mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1165,\n            \"batchVariantName\": \"RENEE DINNER PLATE Gold 265mm_61014714001_MRP_550\",\n            \"productID\": 3808,\n            \"variantID\": 3808,\n            \"productName\": \"RENEE DINNER PLATE Gold 265mm\",\n            \"variantName\": \"265mm\",\n            \"barcode\": 10280515,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"265mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1166,\n            \"batchVariantName\": \"RENEE DESSERT PLATE Gold 205mm_61014715001_MRP_450.0000\",\n            \"productID\": 3809,\n            \"variantID\": 3809,\n            \"productName\": \"RENEE DESSERT PLATE Gold 205mm\",\n            \"variantName\": \"205mm\",\n            \"barcode\": 10280522,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"205mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 400,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1167,\n            \"batchVariantName\": \"RENEE DESSERT PLATE Gold 205mm_61014715001_MRP_400\",\n            \"productID\": 3809,\n            \"variantID\": 3809,\n            \"productName\": \"RENEE DESSERT PLATE Gold 205mm\",\n            \"variantName\": \"205mm\",\n            \"barcode\": 10280522,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"205mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 400,\n            \"MRP\": 400,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1168,\n            \"batchVariantName\": \"RENEE SIDE BOWL Gold 110mm_61014716001_MRP_350.0000\",\n            \"productID\": 3810,\n            \"variantID\": 3810,\n            \"productName\": \"RENEE SIDE BOWL Gold 110mm\",\n            \"variantName\": \"110mm\",\n            \"barcode\": 10280539,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:56\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"110mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1169,\n            \"batchVariantName\": \"RENEE SIDE BOWL Gold 110mm_61014716001_MRP_300\",\n            \"productID\": 3810,\n            \"variantID\": 3810,\n            \"productName\": \"RENEE SIDE BOWL Gold 110mm\",\n            \"variantName\": \"110mm\",\n            \"barcode\": 10280539,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"110mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1170,\n            \"batchVariantName\": \"RENEE SERVING BOWL Gold 200mm_61014717001_MRP_950.0000\",\n            \"productID\": 3811,\n            \"variantID\": 3811,\n            \"productName\": \"RENEE SERVING BOWL Gold 200mm\",\n            \"variantName\": \"200mm\",\n            \"barcode\": 10280546,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"200mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1171,\n            \"batchVariantName\": \"RENEE SERVING BOWL Gold 200mm_61014717001_MRP_850\",\n            \"productID\": 3811,\n            \"variantID\": 3811,\n            \"productName\": \"RENEE SERVING BOWL Gold 200mm\",\n            \"variantName\": \"200mm\",\n            \"barcode\": 10280546,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"200mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1172,\n            \"batchVariantName\": \"RENEE OVAL PLATTER Gold 360mm_61014718001_MRP_2340.0000\",\n            \"productID\": 3812,\n            \"variantID\": 3812,\n            \"productName\": \"RENEE OVAL PLATTER Gold 360mm\",\n            \"variantName\": \"360mm\",\n            \"barcode\": 10280553,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"360mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2200,\n            \"MRP\": 2340,\n            \"sellingPrice\": 2340,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1173,\n            \"batchVariantName\": \"RENEE OVAL PLATTER Gold 360mm_61014718001_MRP_2200\",\n            \"productID\": 3812,\n            \"variantID\": 3812,\n            \"productName\": \"RENEE OVAL PLATTER Gold 360mm\",\n            \"variantName\": \"360mm\",\n            \"barcode\": 10280553,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"360mm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2200,\n            \"MRP\": 2200,\n            \"sellingPrice\": 2200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1174,\n            \"batchVariantName\": \"Wine Glass Gold 9*9*19CM_61014747001_MRP_400.0000\",\n            \"productID\": 3841,\n            \"variantID\": 3841,\n            \"productName\": \"Wine Glass Gold 9*9*19CM\",\n            \"variantName\": \"9*9*19CM\",\n            \"barcode\": 10287743,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*9*19CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 400,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1175,\n            \"batchVariantName\": \"Wine Glass Gold 9*9*19CM_61014747001_MRP_450\",\n            \"productID\": 3841,\n            \"variantID\": 3841,\n            \"productName\": \"Wine Glass Gold 9*9*19CM\",\n            \"variantName\": \"9*9*19CM\",\n            \"barcode\": 10287743,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*9*19CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1176,\n            \"batchVariantName\": \"Wine Glass Gold 9*9*19CM_61014748001_MRP_400.0000\",\n            \"productID\": 3842,\n            \"variantID\": 3842,\n            \"productName\": \"Wine Glass Gold 9*9*19CM\",\n            \"variantName\": \"9*9*19CM\",\n            \"barcode\": 10287750,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*9*19CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 400,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1177,\n            \"batchVariantName\": \"Wine Glass Gold 9*9*19CM_61014748001_MRP_450\",\n            \"productID\": 3842,\n            \"variantID\": 3842,\n            \"productName\": \"Wine Glass Gold 9*9*19CM\",\n            \"variantName\": \"9*9*19CM\",\n            \"barcode\": 10287750,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*9*19CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1178,\n            \"batchVariantName\": \"Wine Glass Gold 9*9*19CM_61014749001_MRP_400.0000\",\n            \"productID\": 3843,\n            \"variantID\": 3843,\n            \"productName\": \"Wine Glass Gold 9*9*19CM\",\n            \"variantName\": \"9*9*19CM\",\n            \"barcode\": 10287767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*9*19CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 400,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1179,\n            \"batchVariantName\": \"Wine Glass Gold 9*9*19CM_61014749001_MRP_450\",\n            \"productID\": 3843,\n            \"variantID\": 3843,\n            \"productName\": \"Wine Glass Gold 9*9*19CM\",\n            \"variantName\": \"9*9*19CM\",\n            \"barcode\": 10287767,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:57\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*9*19CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1180,\n            \"batchVariantName\": \"12\\\" Pearl VASE PEARL 30.5 cms_61014766001_MRP_1399.0000\",\n            \"productID\": 3860,\n            \"variantID\": 3860,\n            \"productName\": \"12\\\" Pearl VASE PEARL 30.5 cms\",\n            \"variantName\": \"30.5 cms\",\n            \"barcode\": 10287934,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30.5 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1050,\n            \"MRP\": 1399,\n            \"sellingPrice\": 1399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1181,\n            \"batchVariantName\": \"12\\\" Pearl VASE PEARL 30.5 cms_61014766001_MRP_1050\",\n            \"productID\": 3860,\n            \"variantID\": 3860,\n            \"productName\": \"12\\\" Pearl VASE PEARL 30.5 cms\",\n            \"variantName\": \"30.5 cms\",\n            \"barcode\": 10287934,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30.5 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1050,\n            \"MRP\": 1050,\n            \"sellingPrice\": 1050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1182,\n            \"batchVariantName\": \"9\\\" Pearl VASE PEARL 23 cms_61014767001_MRP_1149.0000\",\n            \"productID\": 3861,\n            \"variantID\": 3861,\n            \"productName\": \"9\\\" Pearl VASE PEARL 23 cms\",\n            \"variantName\": \"23 cms\",\n            \"barcode\": 10287941,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"23 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 1149,\n            \"sellingPrice\": 1149,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1183,\n            \"batchVariantName\": \"9\\\" Pearl VASE PEARL 23 cms_61014767001_MRP_950\",\n            \"productID\": 3861,\n            \"variantID\": 3861,\n            \"productName\": \"9\\\" Pearl VASE PEARL 23 cms\",\n            \"variantName\": \"23 cms\",\n            \"barcode\": 10287941,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"23 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 950,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1184,\n            \"batchVariantName\": \"12.5\\\" Pearl VASE PEARL 31 cms_61014768001_MRP_1399.0000\",\n            \"productID\": 3862,\n            \"variantID\": 3862,\n            \"productName\": \"12.5\\\" Pearl VASE PEARL 31 cms\",\n            \"variantName\": \"31 cms\",\n            \"barcode\": 10287958,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"31 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1399,\n            \"sellingPrice\": 1399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1185,\n            \"batchVariantName\": \"12.5\\\" Pearl VASE PEARL 31 cms_61014768001_MRP_1100\",\n            \"productID\": 3862,\n            \"variantID\": 3862,\n            \"productName\": \"12.5\\\" Pearl VASE PEARL 31 cms\",\n            \"variantName\": \"31 cms\",\n            \"barcode\": 10287958,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"31 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1100,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1186,\n            \"batchVariantName\": \"8.5\\\" Pearl VASE PEARL 21.5 cms_61014769001_MRP_1199.0000\",\n            \"productID\": 3863,\n            \"variantID\": 3863,\n            \"productName\": \"8.5\\\" Pearl VASE PEARL 21.5 cms\",\n            \"variantName\": \"21.5 cms\",\n            \"barcode\": 10287965,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21.5 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1187,\n            \"batchVariantName\": \"8.5\\\" Pearl VASE PEARL 21.5 cms_61014769001_MRP_850\",\n            \"productID\": 3863,\n            \"variantID\": 3863,\n            \"productName\": \"8.5\\\" Pearl VASE PEARL 21.5 cms\",\n            \"variantName\": \"21.5 cms\",\n            \"barcode\": 10287965,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21.5 cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1188,\n            \"batchVariantName\": \"Sandra Liquer Glass Clear 65 ML_61014946001_MRP_400.0000\",\n            \"productID\": 4036,\n            \"variantID\": 4036,\n            \"productName\": \"Sandra Liquer Glass Clear 65 ML\",\n            \"variantName\": \"65 ML\",\n            \"barcode\": 10291122,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"65 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 400,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1189,\n            \"batchVariantName\": \"Sandra Liquer Glass Clear 65 ML_61014946001_MRP_450\",\n            \"productID\": 4036,\n            \"variantID\": 4036,\n            \"productName\": \"Sandra Liquer Glass Clear 65 ML\",\n            \"variantName\": \"65 ML\",\n            \"barcode\": 10291122,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"65 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1190,\n            \"batchVariantName\": \"Sandra Wine Glass Clear 570 ML_61014947001_MRP_350.0000\",\n            \"productID\": 4037,\n            \"variantID\": 4037,\n            \"productName\": \"Sandra Wine Glass Clear 570 ML\",\n            \"variantName\": \"570 ML\",\n            \"barcode\": 10291139,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"570 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1191,\n            \"batchVariantName\": \"Sandra Wine Glass Clear 570 ML_61014947001_MRP_450\",\n            \"productID\": 4037,\n            \"variantID\": 4037,\n            \"productName\": \"Sandra Wine Glass Clear 570 ML\",\n            \"variantName\": \"570 ML\",\n            \"barcode\": 10291139,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"570 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1192,\n            \"batchVariantName\": \"Sandra Champagne Flute Clear 200 ML_61014948001_MRP_350.0000\",\n            \"productID\": 4038,\n            \"variantID\": 4038,\n            \"productName\": \"Sandra Champagne Flute Clear 200 ML\",\n            \"variantName\": \"200 ML\",\n            \"barcode\": 10291146,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:58\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"200 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1193,\n            \"batchVariantName\": \"Sandra Champagne Flute Clear 200 ML_61014948001_MRP_450\",\n            \"productID\": 4038,\n            \"variantID\": 4038,\n            \"productName\": \"Sandra Champagne Flute Clear 200 ML\",\n            \"variantName\": \"200 ML\",\n            \"barcode\": 10291146,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"200 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1194,\n            \"batchVariantName\": \"Sandra Beer Glass Clear 380 ML_61014949001_MRP_350.0000\",\n            \"productID\": 4039,\n            \"variantID\": 4039,\n            \"productName\": \"Sandra Beer Glass Clear 380 ML\",\n            \"variantName\": \"380 ML\",\n            \"barcode\": 10291153,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"380 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1195,\n            \"batchVariantName\": \"Sandra Beer Glass Clear 380 ML_61014949001_MRP_450\",\n            \"productID\": 4039,\n            \"variantID\": 4039,\n            \"productName\": \"Sandra Beer Glass Clear 380 ML\",\n            \"variantName\": \"380 ML\",\n            \"barcode\": 10291153,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"380 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1196,\n            \"batchVariantName\": \"Sandra Whiskey Glass Clear 290 ML_61014950001_MRP_320.0000\",\n            \"productID\": 4040,\n            \"variantID\": 4040,\n            \"productName\": \"Sandra Whiskey Glass Clear 290 ML\",\n            \"variantName\": \"290 ML\",\n            \"barcode\": 10291160,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"290 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 320,\n            \"sellingPrice\": 320,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1197,\n            \"batchVariantName\": \"Sandra Whiskey Glass Clear 290 ML_61014950001_MRP_350\",\n            \"productID\": 4040,\n            \"variantID\": 4040,\n            \"productName\": \"Sandra Whiskey Glass Clear 290 ML\",\n            \"variantName\": \"290 ML\",\n            \"barcode\": 10291160,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"290 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1198,\n            \"batchVariantName\": \"Jive Shot Glass Clear 90 ML_61014952001_MRP_250.0000\",\n            \"productID\": 4042,\n            \"variantID\": 4042,\n            \"productName\": \"Jive Shot Glass Clear 90 ML\",\n            \"variantName\": \"90 ML\",\n            \"barcode\": 10291184,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"90 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1199,\n            \"batchVariantName\": \"Jive Shot Glass Clear 90 ML_61014952001_MRP_300\",\n            \"productID\": 4042,\n            \"variantID\": 4042,\n            \"productName\": \"Jive Shot Glass Clear 90 ML\",\n            \"variantName\": \"90 ML\",\n            \"barcode\": 10291184,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"90 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1200,\n            \"batchVariantName\": \"Jive Whiskey Glass Clear 330 ML_61014953001_MRP_300.0000\",\n            \"productID\": 4043,\n            \"variantID\": 4043,\n            \"productName\": \"Jive Whiskey Glass Clear 330 ML\",\n            \"variantName\": \"330 ML\",\n            \"barcode\": 10291191,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"330 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1201,\n            \"batchVariantName\": \"Jive Whiskey Glass Clear 330 ML_61014953001_MRP_350\",\n            \"productID\": 4043,\n            \"variantID\": 4043,\n            \"productName\": \"Jive Whiskey Glass Clear 330 ML\",\n            \"variantName\": \"330 ML\",\n            \"barcode\": 10291191,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"330 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1202,\n            \"batchVariantName\": \"Jive Water Glass Clear 400 ML_61014954001_MRP_300.0000\",\n            \"productID\": 4044,\n            \"variantID\": 4044,\n            \"productName\": \"Jive Water Glass Clear 400 ML\",\n            \"variantName\": \"400 ML\",\n            \"barcode\": 10291207,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"400 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1203,\n            \"batchVariantName\": \"Jive Water Glass Clear 400 ML_61014954001_MRP_350\",\n            \"productID\": 4044,\n            \"variantID\": 4044,\n            \"productName\": \"Jive Water Glass Clear 400 ML\",\n            \"variantName\": \"400 ML\",\n            \"barcode\": 10291207,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:28:59\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"400 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1204,\n            \"batchVariantName\": \"Club Whiskey Glass Clear 300 ML_61014955001_MRP_300.0000\",\n            \"productID\": 4045,\n            \"variantID\": 4045,\n            \"productName\": \"Club Whiskey Glass Clear 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 10291214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1205,\n            \"batchVariantName\": \"Club Whiskey Glass Clear 300 ML_61014955001_MRP_350\",\n            \"productID\": 4045,\n            \"variantID\": 4045,\n            \"productName\": \"Club Whiskey Glass Clear 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 10291214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1206,\n            \"batchVariantName\": \"Club Drinking Glass Clear 350 ML_61014956001_MRP_300.0000\",\n            \"productID\": 4046,\n            \"variantID\": 4046,\n            \"productName\": \"Club Drinking Glass Clear 350 ML\",\n            \"variantName\": \"350 ML\",\n            \"barcode\": 10291221,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"350 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1207,\n            \"batchVariantName\": \"Club Drinking Glass Clear 350 ML_61014956001_MRP_350\",\n            \"productID\": 4046,\n            \"variantID\": 4046,\n            \"productName\": \"Club Drinking Glass Clear 350 ML\",\n            \"variantName\": \"350 ML\",\n            \"barcode\": 10291221,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"350 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1208,\n            \"batchVariantName\": \"Ideal Shot Glass Clear 60 ML_61014957001_MRP_250.0000\",\n            \"productID\": 4047,\n            \"variantID\": 4047,\n            \"productName\": \"Ideal Shot Glass Clear 60 ML\",\n            \"variantName\": \"60 ML\",\n            \"barcode\": 10291238,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1209,\n            \"batchVariantName\": \"Ideal Shot Glass Clear 60 ML_61014957001_MRP_350\",\n            \"productID\": 4047,\n            \"variantID\": 4047,\n            \"productName\": \"Ideal Shot Glass Clear 60 ML\",\n            \"variantName\": \"60 ML\",\n            \"barcode\": 10291238,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1210,\n            \"batchVariantName\": \"Ideal Whiskey Glass Clear 290 ML_61014958001_MRP_300.0000\",\n            \"productID\": 4048,\n            \"variantID\": 4048,\n            \"productName\": \"Ideal Whiskey Glass Clear 290 ML\",\n            \"variantName\": \"290 ML\",\n            \"barcode\": 10291245,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"290 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1211,\n            \"batchVariantName\": \"Ideal Whiskey Glass Clear 290 ML_61014958001_MRP_350\",\n            \"productID\": 4048,\n            \"variantID\": 4048,\n            \"productName\": \"Ideal Whiskey Glass Clear 290 ML\",\n            \"variantName\": \"290 ML\",\n            \"barcode\": 10291245,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"290 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1212,\n            \"batchVariantName\": \"Ideal Water Glass Clear 250 ML_61014959001_MRP_300.0000\",\n            \"productID\": 4049,\n            \"variantID\": 4049,\n            \"productName\": \"Ideal Water Glass Clear 250 ML\",\n            \"variantName\": \"250 ML\",\n            \"barcode\": 10291252,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:00\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"250 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1213,\n            \"batchVariantName\": \"Ideal Water Glass Clear 250 ML_61014959001_MRP_350\",\n            \"productID\": 4049,\n            \"variantID\": 4049,\n            \"productName\": \"Ideal Water Glass Clear 250 ML\",\n            \"variantName\": \"250 ML\",\n            \"barcode\": 10291252,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"250 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1214,\n            \"batchVariantName\": \"Barline Drinking Glass Clear 300 ML_61014960001_MRP_300.0000\",\n            \"productID\": 4050,\n            \"variantID\": 4050,\n            \"productName\": \"Barline Drinking Glass Clear 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 10291269,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1215,\n            \"batchVariantName\": \"Barline Drinking Glass Clear 300 ML_61014960001_MRP_350\",\n            \"productID\": 4050,\n            \"variantID\": 4050,\n            \"productName\": \"Barline Drinking Glass Clear 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 10291269,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1216,\n            \"batchVariantName\": \"Barline Whiskey Glass Clear 280 ML_61014961001_MRP_300.0000\",\n            \"productID\": 4051,\n            \"variantID\": 4051,\n            \"productName\": \"Barline Whiskey Glass Clear 280 ML\",\n            \"variantName\": \"280 ML\",\n            \"barcode\": 10291276,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"280 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1217,\n            \"batchVariantName\": \"Barline Whiskey Glass Clear 280 ML_61014961001_MRP_350\",\n            \"productID\": 4051,\n            \"variantID\": 4051,\n            \"productName\": \"Barline Whiskey Glass Clear 280 ML\",\n            \"variantName\": \"280 ML\",\n            \"barcode\": 10291276,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"280 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 350,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1218,\n            \"batchVariantName\": \"Club Waterfall Whiskey Gl Clear 300 ML_61014962001_MRP_390.0000\",\n            \"productID\": 4052,\n            \"variantID\": 4052,\n            \"productName\": \"Club Waterfall Whiskey Gl Clear 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 10291283,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 390,\n            \"sellingPrice\": 390,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1219,\n            \"batchVariantName\": \"Club Waterfall Whiskey Gl Clear 300 ML_61014962001_MRP_450\",\n            \"productID\": 4052,\n            \"variantID\": 4052,\n            \"productName\": \"Club Waterfall Whiskey Gl Clear 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 10291283,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1220,\n            \"batchVariantName\": \"Club Waterfall Water Glas Clear 350 ML_61014963001_MRP_390.0000\",\n            \"productID\": 4053,\n            \"variantID\": 4053,\n            \"productName\": \"Club Waterfall Water Glas Clear 350 ML\",\n            \"variantName\": \"350 ML\",\n            \"barcode\": 10291290,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"350 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 390,\n            \"sellingPrice\": 390,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1221,\n            \"batchVariantName\": \"Club Waterfall Water Glas Clear 350 ML_61014963001_MRP_450\",\n            \"productID\": 4053,\n            \"variantID\": 4053,\n            \"productName\": \"Club Waterfall Water Glas Clear 350 ML\",\n            \"variantName\": \"350 ML\",\n            \"barcode\": 10291290,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"350 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1222,\n            \"batchVariantName\": \"Viola Champagne Flute Gla Clear 190 ML_61014964001_MRP_350.0000\",\n            \"productID\": 4054,\n            \"variantID\": 4054,\n            \"productName\": \"Viola Champagne Flute Gla Clear 190 ML\",\n            \"variantName\": \"190 ML\",\n            \"barcode\": 10291306,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"190 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1223,\n            \"batchVariantName\": \"Viola Champagne Flute Gla Clear 190 ML_61014964001_MRP_450\",\n            \"productID\": 4054,\n            \"variantID\": 4054,\n            \"productName\": \"Viola Champagne Flute Gla Clear 190 ML\",\n            \"variantName\": \"190 ML\",\n            \"barcode\": 10291306,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:01\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"190 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1224,\n            \"batchVariantName\": \"Viola Wine Glass Clear 350 ML_61014965001_MRP_350.0000\",\n            \"productID\": 4055,\n            \"variantID\": 4055,\n            \"productName\": \"Viola Wine Glass Clear 350 ML\",\n            \"variantName\": \"350 ML\",\n            \"barcode\": 10291313,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"350 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1225,\n            \"batchVariantName\": \"Viola Wine Glass Clear 350 ML_61014965001_MRP_450\",\n            \"productID\": 4055,\n            \"variantID\": 4055,\n            \"productName\": \"Viola Wine Glass Clear 350 ML\",\n            \"variantName\": \"350 ML\",\n            \"barcode\": 10291313,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"350 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1226,\n            \"batchVariantName\": \"Viola Wine Glass Clear 570 ML_61014966001_MRP_350.0000\",\n            \"productID\": 4056,\n            \"variantID\": 4056,\n            \"productName\": \"Viola Wine Glass Clear 570 ML\",\n            \"variantName\": \"570 ML\",\n            \"barcode\": 10291320,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"570 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1227,\n            \"batchVariantName\": \"Viola Wine Glass Clear 570 ML_61014966001_MRP_450\",\n            \"productID\": 4056,\n            \"variantID\": 4056,\n            \"productName\": \"Viola Wine Glass Clear 570 ML\",\n            \"variantName\": \"570 ML\",\n            \"barcode\": 10291320,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"570 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1228,\n            \"batchVariantName\": \"Viola Wine Glass Clear 450 ML_61014967001_MRP_350.0000\",\n            \"productID\": 4057,\n            \"variantID\": 4057,\n            \"productName\": \"Viola Wine Glass Clear 450 ML\",\n            \"variantName\": \"450 ML\",\n            \"barcode\": 10291337,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"450 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 350,\n            \"sellingPrice\": 350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1229,\n            \"batchVariantName\": \"Viola Wine Glass Clear 450 ML_61014967001_MRP_450\",\n            \"productID\": 4057,\n            \"variantID\": 4057,\n            \"productName\": \"Viola Wine Glass Clear 450 ML\",\n            \"variantName\": \"450 ML\",\n            \"barcode\": 10291337,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"450 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1230,\n            \"batchVariantName\": \"2 Tone Ph Blk/Slvr 10.16x15.24x2.54cms_61015006001_MRP_800.0000\",\n            \"productID\": 4108,\n            \"variantID\": 4108,\n            \"productName\": \"2 Tone Ph Blk/Slvr 10.16x15.24x2.54cms\",\n            \"variantName\": \"10.16x15.24x2.54cms\",\n            \"barcode\": 10292341,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x15.24x2.54cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1231,\n            \"batchVariantName\": \"2 Tone Ph Blk/Slvr 10.16x15.24x2.54cms_61015006001_MRP_750\",\n            \"productID\": 4108,\n            \"variantID\": 4108,\n            \"productName\": \"2 Tone Ph Blk/Slvr 10.16x15.24x2.54cms\",\n            \"variantName\": \"10.16x15.24x2.54cms\",\n            \"barcode\": 10292341,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x15.24x2.54cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1232,\n            \"batchVariantName\": \"2 Tone Pho Blk/Slvr 12.7x17.78x2.54cms_61015007001_MRP_950.0000\",\n            \"productID\": 4109,\n            \"variantID\": 4109,\n            \"productName\": \"2 Tone Pho Blk/Slvr 12.7x17.78x2.54cms\",\n            \"variantName\": \"12.7x17.78x2.54cms\",\n            \"barcode\": 10292358,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x17.78x2.54cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1233,\n            \"batchVariantName\": \"2 Tone Pho Blk/Slvr 12.7x17.78x2.54cms_61015007001_MRP_850\",\n            \"productID\": 4109,\n            \"variantID\": 4109,\n            \"productName\": \"2 Tone Pho Blk/Slvr 12.7x17.78x2.54cms\",\n            \"variantName\": \"12.7x17.78x2.54cms\",\n            \"barcode\": 10292358,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x17.78x2.54cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1234,\n            \"batchVariantName\": \"2 Tone Tray 15x1 Blk/Slvr 38.1X38.1CMS_61015008001_MRP_1500.0000\",\n            \"productID\": 4110,\n            \"variantID\": 4110,\n            \"productName\": \"2 Tone Tray 15x1 Blk/Slvr 38.1X38.1CMS\",\n            \"variantName\": \"38.1X38.1CMS\",\n            \"barcode\": 10292365,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"38.1X38.1CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1235,\n            \"batchVariantName\": \"2 Tone Tray 15x1 Blk/Slvr 38.1X38.1CMS_61015008001_MRP_1350\",\n            \"productID\": 4110,\n            \"variantID\": 4110,\n            \"productName\": \"2 Tone Tray 15x1 Blk/Slvr 38.1X38.1CMS\",\n            \"variantName\": \"38.1X38.1CMS\",\n            \"barcode\": 10292365,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:02\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"38.1X38.1CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1236,\n            \"batchVariantName\": \"2 Tone Tray 13 Blk/Slvr 33.02X45.72CMS_61015009001_MRP_1650.0000\",\n            \"productID\": 4111,\n            \"variantID\": 4111,\n            \"productName\": \"2 Tone Tray 13 Blk/Slvr 33.02X45.72CMS\",\n            \"variantName\": \"33.02X45.72CMS\",\n            \"barcode\": 10292372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33.02X45.72CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1237,\n            \"batchVariantName\": \"2 Tone Tray 13 Blk/Slvr 33.02X45.72CMS_61015009001_MRP_1500\",\n            \"productID\": 4111,\n            \"variantID\": 4111,\n            \"productName\": \"2 Tone Tray 13 Blk/Slvr 33.02X45.72CMS\",\n            \"variantName\": \"33.02X45.72CMS\",\n            \"barcode\": 10292372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33.02X45.72CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1238,\n            \"batchVariantName\": \"2 Tone Magazine B Blk/Slvr 47X21X32CMS_61015010001_MRP_2800.0000\",\n            \"productID\": 4112,\n            \"variantID\": 4112,\n            \"productName\": \"2 Tone Magazine B Blk/Slvr 47X21X32CMS\",\n            \"variantName\": \"47X21X32CMS\",\n            \"barcode\": 10292389,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"47X21X32CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2500,\n            \"MRP\": 2800,\n            \"sellingPrice\": 2800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1239,\n            \"batchVariantName\": \"2 Tone Magazine B Blk/Slvr 47X21X32CMS_61015010001_MRP_2500\",\n            \"productID\": 4112,\n            \"variantID\": 4112,\n            \"productName\": \"2 Tone Magazine B Blk/Slvr 47X21X32CMS\",\n            \"variantName\": \"47X21X32CMS\",\n            \"barcode\": 10292389,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"47X21X32CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2500,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1240,\n            \"batchVariantName\": \"2 Tone Box 5x9 Blk/Slvr 12.7x22.86cms_61015011001_MRP_990.0000\",\n            \"productID\": 4113,\n            \"variantID\": 4113,\n            \"productName\": \"2 Tone Box 5x9 Blk/Slvr 12.7x22.86cms\",\n            \"variantName\": \"12.7x22.86cms\",\n            \"barcode\": 10292396,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x22.86cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1241,\n            \"batchVariantName\": \"2 Tone Box 5x9 Blk/Slvr 12.7x22.86cms_61015011001_MRP_900\",\n            \"productID\": 4113,\n            \"variantID\": 4113,\n            \"productName\": \"2 Tone Box 5x9 Blk/Slvr 12.7x22.86cms\",\n            \"variantName\": \"12.7x22.86cms\",\n            \"barcode\": 10292396,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x22.86cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1242,\n            \"batchVariantName\": \"2 Tone Box 6x10 Blk/Slvr 15.24x25.4cms_61015012001_MRP_1150.0000\",\n            \"productID\": 4114,\n            \"variantID\": 4114,\n            \"productName\": \"2 Tone Box 6x10 Blk/Slvr 15.24x25.4cms\",\n            \"variantName\": \"15.24x25.4cms\",\n            \"barcode\": 10292402,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15.24x25.4cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1150,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1243,\n            \"batchVariantName\": \"2 Tone Box 6x10 Blk/Slvr 15.24x25.4cms_61015012001_MRP_990\",\n            \"productID\": 4114,\n            \"variantID\": 4114,\n            \"productName\": \"2 Tone Box 6x10 Blk/Slvr 15.24x25.4cms\",\n            \"variantName\": \"15.24x25.4cms\",\n            \"barcode\": 10292402,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15.24x25.4cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1244,\n            \"batchVariantName\": \"2 Tone Jewe Blk/Slvr 25.5X14.5X13.5CMS_61015013001_MRP_2000.0000\",\n            \"productID\": 4115,\n            \"variantID\": 4115,\n            \"productName\": \"2 Tone Jewe Blk/Slvr 25.5X14.5X13.5CMS\",\n            \"variantName\": \"25.5X14.5X13.5CMS\",\n            \"barcode\": 10292419,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25.5X14.5X13.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2090,\n            \"MRP\": 2000,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1245,\n            \"batchVariantName\": \"2 Tone Jewe Blk/Slvr 25.5X14.5X13.5CMS_61015013001_MRP_2090\",\n            \"productID\": 4115,\n            \"variantID\": 4115,\n            \"productName\": \"2 Tone Jewe Blk/Slvr 25.5X14.5X13.5CMS\",\n            \"variantName\": \"25.5X14.5X13.5CMS\",\n            \"barcode\": 10292419,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25.5X14.5X13.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2090,\n            \"MRP\": 2090,\n            \"sellingPrice\": 2090,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1246,\n            \"batchVariantName\": \"2 Tone Rect. T Blk/Slvr 25X14.5X7.3CMS_61015014001_MRP_850.0000\",\n            \"productID\": 4116,\n            \"variantID\": 4116,\n            \"productName\": \"2 Tone Rect. T Blk/Slvr 25X14.5X7.3CMS\",\n            \"variantName\": \"25X14.5X7.3CMS\",\n            \"barcode\": 10292426,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25X14.5X7.3CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1247,\n            \"batchVariantName\": \"2 Tone Rect. T Blk/Slvr 25X14.5X7.3CMS_61015014001_MRP_800\",\n            \"productID\": 4116,\n            \"variantID\": 4116,\n            \"productName\": \"2 Tone Rect. T Blk/Slvr 25X14.5X7.3CMS\",\n            \"variantName\": \"25X14.5X7.3CMS\",\n            \"barcode\": 10292426,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:03\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25X14.5X7.3CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1248,\n            \"batchVariantName\": \"2 Tone 4Watch Blk/Slvr 28.7X11X7.7CMS_61015015001_MRP_2200.0000\",\n            \"productID\": 4117,\n            \"variantID\": 4117,\n            \"productName\": \"2 Tone 4Watch Blk/Slvr 28.7X11X7.7CMS\",\n            \"variantName\": \"28.7X11X7.7CMS\",\n            \"barcode\": 10292433,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"28.7X11X7.7CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1850,\n            \"MRP\": 2200,\n            \"sellingPrice\": 2200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1249,\n            \"batchVariantName\": \"2 Tone 4Watch Blk/Slvr 28.7X11X7.7CMS_61015015001_MRP_1850\",\n            \"productID\": 4117,\n            \"variantID\": 4117,\n            \"productName\": \"2 Tone 4Watch Blk/Slvr 28.7X11X7.7CMS\",\n            \"variantName\": \"28.7X11X7.7CMS\",\n            \"barcode\": 10292433,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"28.7X11X7.7CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1850,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1250,\n            \"batchVariantName\": \"2 Tone 3Watch Blk/Slvr 21.7X11X7.7CMS_61015016001_MRP_1950.0000\",\n            \"productID\": 4118,\n            \"variantID\": 4118,\n            \"productName\": \"2 Tone 3Watch Blk/Slvr 21.7X11X7.7CMS\",\n            \"variantName\": \"21.7X11X7.7CMS\",\n            \"barcode\": 10292440,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21.7X11X7.7CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1550,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1251,\n            \"batchVariantName\": \"2 Tone 3Watch Blk/Slvr 21.7X11X7.7CMS_61015016001_MRP_1550\",\n            \"productID\": 4118,\n            \"variantID\": 4118,\n            \"productName\": \"2 Tone 3Watch Blk/Slvr 21.7X11X7.7CMS\",\n            \"variantName\": \"21.7X11X7.7CMS\",\n            \"barcode\": 10292440,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21.7X11X7.7CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1550,\n            \"MRP\": 1550,\n            \"sellingPrice\": 1550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1252,\n            \"batchVariantName\": \"2 Tone Blotter Blk/Slvr 51X35.5CMS_61015017001_MRP_1050.0000\",\n            \"productID\": 4119,\n            \"variantID\": 4119,\n            \"productName\": \"2 Tone Blotter Blk/Slvr 51X35.5CMS\",\n            \"variantName\": \"51X35.5CMS\",\n            \"barcode\": 10292457,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"51X35.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1090,\n            \"MRP\": 1050,\n            \"sellingPrice\": 1050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1253,\n            \"batchVariantName\": \"2 Tone Blotter Blk/Slvr 51X35.5CMS_61015017001_MRP_1090\",\n            \"productID\": 4119,\n            \"variantID\": 4119,\n            \"productName\": \"2 Tone Blotter Blk/Slvr 51X35.5CMS\",\n            \"variantName\": \"51X35.5CMS\",\n            \"barcode\": 10292457,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"51X35.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1090,\n            \"MRP\": 1090,\n            \"sellingPrice\": 1090,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1254,\n            \"batchVariantName\": \"2 Tone Dust Blk/Slvr 20.7X20.7X25.5CMS_61015018001_MRP_1350.0000\",\n            \"productID\": 4120,\n            \"variantID\": 4120,\n            \"productName\": \"2 Tone Dust Blk/Slvr 20.7X20.7X25.5CMS\",\n            \"variantName\": \"20.7X20.7X25.5CMS\",\n            \"barcode\": 10292464,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20.7X20.7X25.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1255,\n            \"batchVariantName\": \"2 Tone Dust Blk/Slvr 20.7X20.7X25.5CMS_61015018001_MRP_1250\",\n            \"productID\": 4120,\n            \"variantID\": 4120,\n            \"productName\": \"2 Tone Dust Blk/Slvr 20.7X20.7X25.5CMS\",\n            \"variantName\": \"20.7X20.7X25.5CMS\",\n            \"barcode\": 10292464,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20.7X20.7X25.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1256,\n            \"batchVariantName\": \"2 Tone Laundry B Blk/Slvr 39.5X51.3CMS_61015019001_MRP_4300.0000\",\n            \"productID\": 4121,\n            \"variantID\": 4121,\n            \"productName\": \"2 Tone Laundry B Blk/Slvr 39.5X51.3CMS\",\n            \"variantName\": \"39.5X51.3CMS\",\n            \"barcode\": 10292471,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"39.5X51.3CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4400,\n            \"MRP\": 4300,\n            \"sellingPrice\": 4300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1257,\n            \"batchVariantName\": \"2 Tone Laundry B Blk/Slvr 39.5X51.3CMS_61015019001_MRP_4400\",\n            \"productID\": 4121,\n            \"variantID\": 4121,\n            \"productName\": \"2 Tone Laundry B Blk/Slvr 39.5X51.3CMS\",\n            \"variantName\": \"39.5X51.3CMS\",\n            \"barcode\": 10292471,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"39.5X51.3CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4400,\n            \"MRP\": 4400,\n            \"sellingPrice\": 4400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1258,\n            \"batchVariantName\": \"2 Tone Pen Cup Blk/Slvr 8.2X8.2X10CMS_61015020001_MRP_550.0000\",\n            \"productID\": 4122,\n            \"variantID\": 4122,\n            \"productName\": \"2 Tone Pen Cup Blk/Slvr 8.2X8.2X10CMS\",\n            \"variantName\": \"8.2X8.2X10CMS\",\n            \"barcode\": 10292488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8.2X8.2X10CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1259,\n            \"batchVariantName\": \"2 Tone Pen Cup Blk/Slvr 8.2X8.2X10CMS_61015020001_MRP_450\",\n            \"productID\": 4122,\n            \"variantID\": 4122,\n            \"productName\": \"2 Tone Pen Cup Blk/Slvr 8.2X8.2X10CMS\",\n            \"variantName\": \"8.2X8.2X10CMS\",\n            \"barcode\": 10292488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:04\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8.2X8.2X10CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1260,\n            \"batchVariantName\": \"2 Tone Coaster Blk/Slvr 10.16x10.16cms_61015021001_MRP_550.0000\",\n            \"productID\": 4123,\n            \"variantID\": 4123,\n            \"productName\": \"2 Tone Coaster Blk/Slvr 10.16x10.16cms\",\n            \"variantName\": \"10.16x10.16cms\",\n            \"barcode\": 10292495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x10.16cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 480,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1261,\n            \"batchVariantName\": \"2 Tone Coaster Blk/Slvr 10.16x10.16cms_61015021001_MRP_480\",\n            \"productID\": 4123,\n            \"variantID\": 4123,\n            \"productName\": \"2 Tone Coaster Blk/Slvr 10.16x10.16cms\",\n            \"variantName\": \"10.16x10.16cms\",\n            \"barcode\": 10292495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x10.16cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 480,\n            \"MRP\": 480,\n            \"sellingPrice\": 480,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1262,\n            \"batchVariantName\": \"2 Tone Placemat  Blk/Slvr 30X40CMS_61015022001_MRP_700.0000\",\n            \"productID\": 4124,\n            \"variantID\": 4124,\n            \"productName\": \"2 Tone Placemat  Blk/Slvr 30X40CMS\",\n            \"variantName\": \"30X40CMS\",\n            \"barcode\": 10292501,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X40CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1263,\n            \"batchVariantName\": \"2 Tone Placemat  Blk/Slvr 30X40CMS_61015022001_MRP_490\",\n            \"productID\": 4124,\n            \"variantID\": 4124,\n            \"productName\": \"2 Tone Placemat  Blk/Slvr 30X40CMS\",\n            \"variantName\": \"30X40CMS\",\n            \"barcode\": 10292501,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X40CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1264,\n            \"batchVariantName\": \"2 Tone Open Stora Blk/Slvr 38X30X25CMS_61015023001_MRP_2500.0000\",\n            \"productID\": 4125,\n            \"variantID\": 4125,\n            \"productName\": \"2 Tone Open Stora Blk/Slvr 38X30X25CMS\",\n            \"variantName\": \"38X30X25CMS\",\n            \"barcode\": 10292518,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"38X30X25CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2400,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1265,\n            \"batchVariantName\": \"2 Tone Open Stora Blk/Slvr 38X30X25CMS_61015023001_MRP_2400\",\n            \"productID\": 4125,\n            \"variantID\": 4125,\n            \"productName\": \"2 Tone Open Stora Blk/Slvr 38X30X25CMS\",\n            \"variantName\": \"38X30X25CMS\",\n            \"barcode\": 10292518,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"38X30X25CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2400,\n            \"MRP\": 2400,\n            \"sellingPrice\": 2400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1266,\n            \"batchVariantName\": \"2 Tone Open Stor Blk/Slvr 34X28X23 CMS_61015024001_MRP_2100.0000\",\n            \"productID\": 4126,\n            \"variantID\": 4126,\n            \"productName\": \"2 Tone Open Stor Blk/Slvr 34X28X23 CMS\",\n            \"variantName\": \"34X28X23 CMS\",\n            \"barcode\": 10292525,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"34X28X23 CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2000,\n            \"MRP\": 2100,\n            \"sellingPrice\": 2100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1267,\n            \"batchVariantName\": \"2 Tone Open Stor Blk/Slvr 34X28X23 CMS_61015024001_MRP_2000\",\n            \"productID\": 4126,\n            \"variantID\": 4126,\n            \"productName\": \"2 Tone Open Stor Blk/Slvr 34X28X23 CMS\",\n            \"variantName\": \"34X28X23 CMS\",\n            \"barcode\": 10292525,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"34X28X23 CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2000,\n            \"MRP\": 2000,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1268,\n            \"batchVariantName\": \"2 Tone BEIGE/SLVR 10.16x15.24x2.54cms_61015025001_MRP_800.0000\",\n            \"productID\": 4127,\n            \"variantID\": 4127,\n            \"productName\": \"2 Tone BEIGE/SLVR 10.16x15.24x2.54cms\",\n            \"variantName\": \"10.16x15.24x2.54cms\",\n            \"barcode\": 10292532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x15.24x2.54cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1269,\n            \"batchVariantName\": \"2 Tone BEIGE/SLVR 10.16x15.24x2.54cms_61015025001_MRP_750\",\n            \"productID\": 4127,\n            \"variantID\": 4127,\n            \"productName\": \"2 Tone BEIGE/SLVR 10.16x15.24x2.54cms\",\n            \"variantName\": \"10.16x15.24x2.54cms\",\n            \"barcode\": 10292532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x15.24x2.54cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1270,\n            \"batchVariantName\": \"2 Tone P BEIGE/SLVR 12.7x17.78x2.54cms_61015026001_MRP_950.0000\",\n            \"productID\": 4128,\n            \"variantID\": 4128,\n            \"productName\": \"2 Tone P BEIGE/SLVR 12.7x17.78x2.54cms\",\n            \"variantName\": \"12.7x17.78x2.54cms\",\n            \"barcode\": 10292549,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x17.78x2.54cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1271,\n            \"batchVariantName\": \"2 Tone P BEIGE/SLVR 12.7x17.78x2.54cms_61015026001_MRP_850\",\n            \"productID\": 4128,\n            \"variantID\": 4128,\n            \"productName\": \"2 Tone P BEIGE/SLVR 12.7x17.78x2.54cms\",\n            \"variantName\": \"12.7x17.78x2.54cms\",\n            \"barcode\": 10292549,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x17.78x2.54cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1272,\n            \"batchVariantName\": \"2 Tone Tray 15 BEIGE/SLVR 38.1X38.1CMS_61015027001_MRP_1500.0000\",\n            \"productID\": 4129,\n            \"variantID\": 4129,\n            \"productName\": \"2 Tone Tray 15 BEIGE/SLVR 38.1X38.1CMS\",\n            \"variantName\": \"38.1X38.1CMS\",\n            \"barcode\": 10292556,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:05\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"38.1X38.1CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1273,\n            \"batchVariantName\": \"2 Tone Tray 15 BEIGE/SLVR 38.1X38.1CMS_61015027001_MRP_1350\",\n            \"productID\": 4129,\n            \"variantID\": 4129,\n            \"productName\": \"2 Tone Tray 15 BEIGE/SLVR 38.1X38.1CMS\",\n            \"variantName\": \"38.1X38.1CMS\",\n            \"barcode\": 10292556,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"38.1X38.1CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1274,\n            \"batchVariantName\": \"2 Tone Tray BEIGE/SLVR 33.02X45.72CMS_61015028001_MRP_1650.0000\",\n            \"productID\": 4130,\n            \"variantID\": 4130,\n            \"productName\": \"2 Tone Tray BEIGE/SLVR 33.02X45.72CMS\",\n            \"variantName\": \"33.02X45.72CMS\",\n            \"barcode\": 10292563,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33.02X45.72CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1275,\n            \"batchVariantName\": \"2 Tone Tray BEIGE/SLVR 33.02X45.72CMS_61015028001_MRP_1500\",\n            \"productID\": 4130,\n            \"variantID\": 4130,\n            \"productName\": \"2 Tone Tray BEIGE/SLVR 33.02X45.72CMS\",\n            \"variantName\": \"33.02X45.72CMS\",\n            \"barcode\": 10292563,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33.02X45.72CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1500,\n            \"MRP\": 1500,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1276,\n            \"batchVariantName\": \"2 Tone Magazine BEIGE/SLVR 47X21X32CMS_61015029001_MRP_2800.0000\",\n            \"productID\": 4131,\n            \"variantID\": 4131,\n            \"productName\": \"2 Tone Magazine BEIGE/SLVR 47X21X32CMS\",\n            \"variantName\": \"47X21X32CMS\",\n            \"barcode\": 10292570,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"47X21X32CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2500,\n            \"MRP\": 2800,\n            \"sellingPrice\": 2800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1277,\n            \"batchVariantName\": \"2 Tone Magazine BEIGE/SLVR 47X21X32CMS_61015029001_MRP_2500\",\n            \"productID\": 4131,\n            \"variantID\": 4131,\n            \"productName\": \"2 Tone Magazine BEIGE/SLVR 47X21X32CMS\",\n            \"variantName\": \"47X21X32CMS\",\n            \"barcode\": 10292570,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"47X21X32CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2500,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1278,\n            \"batchVariantName\": \"2 Tone Box 5x BEIGE/SLVR 12.7x22.86cms_61015030001_MRP_990.0000\",\n            \"productID\": 4132,\n            \"variantID\": 4132,\n            \"productName\": \"2 Tone Box 5x BEIGE/SLVR 12.7x22.86cms\",\n            \"variantName\": \"12.7x22.86cms\",\n            \"barcode\": 10292587,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x22.86cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1279,\n            \"batchVariantName\": \"2 Tone Box 5x BEIGE/SLVR 12.7x22.86cms_61015030001_MRP_900\",\n            \"productID\": 4132,\n            \"variantID\": 4132,\n            \"productName\": \"2 Tone Box 5x BEIGE/SLVR 12.7x22.86cms\",\n            \"variantName\": \"12.7x22.86cms\",\n            \"barcode\": 10292587,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x22.86cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1280,\n            \"batchVariantName\": \"2 Tone Box 6x BEIGE/SLVR 15.24x25.4cms_61015031001_MRP_1150.0000\",\n            \"productID\": 4133,\n            \"variantID\": 4133,\n            \"productName\": \"2 Tone Box 6x BEIGE/SLVR 15.24x25.4cms\",\n            \"variantName\": \"15.24x25.4cms\",\n            \"barcode\": 10292594,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15.24x25.4cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 1150,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1281,\n            \"batchVariantName\": \"2 Tone Box 6x BEIGE/SLVR 15.24x25.4cms_61015031001_MRP_990\",\n            \"productID\": 4133,\n            \"variantID\": 4133,\n            \"productName\": \"2 Tone Box 6x BEIGE/SLVR 15.24x25.4cms\",\n            \"variantName\": \"15.24x25.4cms\",\n            \"barcode\": 10292594,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"15.24x25.4cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1282,\n            \"batchVariantName\": \"2 Tone Je BEIGE/SLVR 25.5X14.5X13.5CMS_61015032001_MRP_2000.0000\",\n            \"productID\": 4134,\n            \"variantID\": 4134,\n            \"productName\": \"2 Tone Je BEIGE/SLVR 25.5X14.5X13.5CMS\",\n            \"variantName\": \"25.5X14.5X13.5CMS\",\n            \"barcode\": 10292600,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25.5X14.5X13.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2090,\n            \"MRP\": 2000,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1283,\n            \"batchVariantName\": \"2 Tone Je BEIGE/SLVR 25.5X14.5X13.5CMS_61015032001_MRP_2090\",\n            \"productID\": 4134,\n            \"variantID\": 4134,\n            \"productName\": \"2 Tone Je BEIGE/SLVR 25.5X14.5X13.5CMS\",\n            \"variantName\": \"25.5X14.5X13.5CMS\",\n            \"barcode\": 10292600,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25.5X14.5X13.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2090,\n            \"MRP\": 2090,\n            \"sellingPrice\": 2090,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1284,\n            \"batchVariantName\": \"2 Tone Rect. BEIGE/SLVR 25X14.5X7.3CMS_61015033001_MRP_850.0000\",\n            \"productID\": 4135,\n            \"variantID\": 4135,\n            \"productName\": \"2 Tone Rect. BEIGE/SLVR 25X14.5X7.3CMS\",\n            \"variantName\": \"25X14.5X7.3CMS\",\n            \"barcode\": 10292617,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:06\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25X14.5X7.3CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1285,\n            \"batchVariantName\": \"2 Tone Rect. BEIGE/SLVR 25X14.5X7.3CMS_61015033001_MRP_800\",\n            \"productID\": 4135,\n            \"variantID\": 4135,\n            \"productName\": \"2 Tone Rect. BEIGE/SLVR 25X14.5X7.3CMS\",\n            \"variantName\": \"25X14.5X7.3CMS\",\n            \"barcode\": 10292617,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25X14.5X7.3CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1286,\n            \"batchVariantName\": \"2 Tone 4Watc BEIGE/SLVR 28.7X11X7.7CMS_61015034001_MRP_2200.0000\",\n            \"productID\": 4136,\n            \"variantID\": 4136,\n            \"productName\": \"2 Tone 4Watc BEIGE/SLVR 28.7X11X7.7CMS\",\n            \"variantName\": \"28.7X11X7.7CMS\",\n            \"barcode\": 10292624,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"28.7X11X7.7CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1850,\n            \"MRP\": 2200,\n            \"sellingPrice\": 2200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1287,\n            \"batchVariantName\": \"2 Tone 4Watc BEIGE/SLVR 28.7X11X7.7CMS_61015034001_MRP_1850\",\n            \"productID\": 4136,\n            \"variantID\": 4136,\n            \"productName\": \"2 Tone 4Watc BEIGE/SLVR 28.7X11X7.7CMS\",\n            \"variantName\": \"28.7X11X7.7CMS\",\n            \"barcode\": 10292624,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"28.7X11X7.7CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1850,\n            \"MRP\": 1850,\n            \"sellingPrice\": 1850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1288,\n            \"batchVariantName\": \"2 Tone 3Watc BEIGE/SLVR 21.7X11X7.7CMS_61015035001_MRP_1950.0000\",\n            \"productID\": 4137,\n            \"variantID\": 4137,\n            \"productName\": \"2 Tone 3Watc BEIGE/SLVR 21.7X11X7.7CMS\",\n            \"variantName\": \"21.7X11X7.7CMS\",\n            \"barcode\": 10292631,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21.7X11X7.7CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1550,\n            \"MRP\": 1950,\n            \"sellingPrice\": 1950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1289,\n            \"batchVariantName\": \"2 Tone 3Watc BEIGE/SLVR 21.7X11X7.7CMS_61015035001_MRP_1550\",\n            \"productID\": 4137,\n            \"variantID\": 4137,\n            \"productName\": \"2 Tone 3Watc BEIGE/SLVR 21.7X11X7.7CMS\",\n            \"variantName\": \"21.7X11X7.7CMS\",\n            \"barcode\": 10292631,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"21.7X11X7.7CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1550,\n            \"MRP\": 1550,\n            \"sellingPrice\": 1550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1290,\n            \"batchVariantName\": \"2 Tone Blotter BEIGE/SLVR 51X35.5CMS_61015036001_MRP_1050.0000\",\n            \"productID\": 4138,\n            \"variantID\": 4138,\n            \"productName\": \"2 Tone Blotter BEIGE/SLVR 51X35.5CMS\",\n            \"variantName\": \"51X35.5CMS\",\n            \"barcode\": 10292648,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"51X35.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1090,\n            \"MRP\": 1050,\n            \"sellingPrice\": 1050,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1291,\n            \"batchVariantName\": \"2 Tone Blotter BEIGE/SLVR 51X35.5CMS_61015036001_MRP_1090\",\n            \"productID\": 4138,\n            \"variantID\": 4138,\n            \"productName\": \"2 Tone Blotter BEIGE/SLVR 51X35.5CMS\",\n            \"variantName\": \"51X35.5CMS\",\n            \"barcode\": 10292648,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"51X35.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1090,\n            \"MRP\": 1090,\n            \"sellingPrice\": 1090,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1292,\n            \"batchVariantName\": \"2 Tone Du BEIGE/SLVR 20.7X20.7X25.5CMS_61015037001_MRP_1350.0000\",\n            \"productID\": 4139,\n            \"variantID\": 4139,\n            \"productName\": \"2 Tone Du BEIGE/SLVR 20.7X20.7X25.5CMS\",\n            \"variantName\": \"20.7X20.7X25.5CMS\",\n            \"barcode\": 10292655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20.7X20.7X25.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1293,\n            \"batchVariantName\": \"2 Tone Du BEIGE/SLVR 20.7X20.7X25.5CMS_61015037001_MRP_1250\",\n            \"productID\": 4139,\n            \"variantID\": 4139,\n            \"productName\": \"2 Tone Du BEIGE/SLVR 20.7X20.7X25.5CMS\",\n            \"variantName\": \"20.7X20.7X25.5CMS\",\n            \"barcode\": 10292655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20.7X20.7X25.5CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1294,\n            \"batchVariantName\": \"2 Tone Laundry BEIGE/SLVR 39.5X51.3CMS_61015038001_MRP_4300.0000\",\n            \"productID\": 4140,\n            \"variantID\": 4140,\n            \"productName\": \"2 Tone Laundry BEIGE/SLVR 39.5X51.3CMS\",\n            \"variantName\": \"39.5X51.3CMS\",\n            \"barcode\": 10292662,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"39.5X51.3CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4400,\n            \"MRP\": 4300,\n            \"sellingPrice\": 4300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1295,\n            \"batchVariantName\": \"2 Tone Laundry BEIGE/SLVR 39.5X51.3CMS_61015038001_MRP_4400\",\n            \"productID\": 4140,\n            \"variantID\": 4140,\n            \"productName\": \"2 Tone Laundry BEIGE/SLVR 39.5X51.3CMS\",\n            \"variantName\": \"39.5X51.3CMS\",\n            \"barcode\": 10292662,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"39.5X51.3CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4400,\n            \"MRP\": 4400,\n            \"sellingPrice\": 4400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1296,\n            \"batchVariantName\": \"2 Tone Pen Cu BEIGE/SLVR 8.2X8.2X10CMS_61015039001_MRP_550.0000\",\n            \"productID\": 4141,\n            \"variantID\": 4141,\n            \"productName\": \"2 Tone Pen Cu BEIGE/SLVR 8.2X8.2X10CMS\",\n            \"variantName\": \"8.2X8.2X10CMS\",\n            \"barcode\": 10292679,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:07\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8.2X8.2X10CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1297,\n            \"batchVariantName\": \"2 Tone Pen Cu BEIGE/SLVR 8.2X8.2X10CMS_61015039001_MRP_450\",\n            \"productID\": 4141,\n            \"variantID\": 4141,\n            \"productName\": \"2 Tone Pen Cu BEIGE/SLVR 8.2X8.2X10CMS\",\n            \"variantName\": \"8.2X8.2X10CMS\",\n            \"barcode\": 10292679,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8.2X8.2X10CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1298,\n            \"batchVariantName\": \"2 Tone Coast BEIGE/SLVR 10.16x10.16cms_61015040001_MRP_550.0000\",\n            \"productID\": 4142,\n            \"variantID\": 4142,\n            \"productName\": \"2 Tone Coast BEIGE/SLVR 10.16x10.16cms\",\n            \"variantName\": \"10.16x10.16cms\",\n            \"barcode\": 10292686,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x10.16cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 480,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1299,\n            \"batchVariantName\": \"2 Tone Coast BEIGE/SLVR 10.16x10.16cms_61015040001_MRP_480\",\n            \"productID\": 4142,\n            \"variantID\": 4142,\n            \"productName\": \"2 Tone Coast BEIGE/SLVR 10.16x10.16cms\",\n            \"variantName\": \"10.16x10.16cms\",\n            \"barcode\": 10292686,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x10.16cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 480,\n            \"MRP\": 480,\n            \"sellingPrice\": 480,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1300,\n            \"batchVariantName\": \"2 Tone Placemat  BEIGE/SLVR 30X40CMS_61015041001_MRP_700.0000\",\n            \"productID\": 4143,\n            \"variantID\": 4143,\n            \"productName\": \"2 Tone Placemat  BEIGE/SLVR 30X40CMS\",\n            \"variantName\": \"30X40CMS\",\n            \"barcode\": 10292693,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X40CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1301,\n            \"batchVariantName\": \"2 Tone Placemat  BEIGE/SLVR 30X40CMS_61015041001_MRP_490\",\n            \"productID\": 4143,\n            \"variantID\": 4143,\n            \"productName\": \"2 Tone Placemat  BEIGE/SLVR 30X40CMS\",\n            \"variantName\": \"30X40CMS\",\n            \"barcode\": 10292693,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"30X40CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1302,\n            \"batchVariantName\": \"2 Tone Open Sto BEIGE/SLVR 38X30X25CMS_61015042001_MRP_2500.0000\",\n            \"productID\": 4144,\n            \"variantID\": 4144,\n            \"productName\": \"2 Tone Open Sto BEIGE/SLVR 38X30X25CMS\",\n            \"variantName\": \"38X30X25CMS\",\n            \"barcode\": 10292709,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"38X30X25CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2400,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1303,\n            \"batchVariantName\": \"2 Tone Open Sto BEIGE/SLVR 38X30X25CMS_61015042001_MRP_2400\",\n            \"productID\": 4144,\n            \"variantID\": 4144,\n            \"productName\": \"2 Tone Open Sto BEIGE/SLVR 38X30X25CMS\",\n            \"variantName\": \"38X30X25CMS\",\n            \"barcode\": 10292709,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"38X30X25CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2400,\n            \"MRP\": 2400,\n            \"sellingPrice\": 2400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1304,\n            \"batchVariantName\": \"2 Tone Open St BEIGE/SLVR 34X28X23 CMS_61015043001_MRP_2100.0000\",\n            \"productID\": 4145,\n            \"variantID\": 4145,\n            \"productName\": \"2 Tone Open St BEIGE/SLVR 34X28X23 CMS\",\n            \"variantName\": \"34X28X23 CMS\",\n            \"barcode\": 10292716,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"34X28X23 CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2000,\n            \"MRP\": 2100,\n            \"sellingPrice\": 2100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1305,\n            \"batchVariantName\": \"2 Tone Open St BEIGE/SLVR 34X28X23 CMS_61015043001_MRP_2000\",\n            \"productID\": 4145,\n            \"variantID\": 4145,\n            \"productName\": \"2 Tone Open St BEIGE/SLVR 34X28X23 CMS\",\n            \"variantName\": \"34X28X23 CMS\",\n            \"barcode\": 10292716,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"34X28X23 CMS\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2000,\n            \"MRP\": 2000,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1306,\n            \"batchVariantName\": \"2 TONE ENVLOUPE HOLDER Blk ._61015083001_MRP_1000.0000\",\n            \"productID\": 4185,\n            \"variantID\": 4185,\n            \"productName\": \"2 TONE ENVLOUPE HOLDER Blk .\",\n            \"variantName\": \".\",\n            \"barcode\": 10296189,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1307,\n            \"batchVariantName\": \"2 TONE ENVLOUPE HOLDER Blk ._61015083001_MRP_850\",\n            \"productID\": 4185,\n            \"variantID\": 4185,\n            \"productName\": \"2 TONE ENVLOUPE HOLDER Blk .\",\n            \"variantName\": \".\",\n            \"barcode\": 10296189,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1308,\n            \"batchVariantName\": \"2 TONE ENVLOUPE HOLDER Beige/Br ._61015084001_MRP_1000.0000\",\n            \"productID\": 4186,\n            \"variantID\": 4186,\n            \"productName\": \"2 TONE ENVLOUPE HOLDER Beige/Br .\",\n            \"variantName\": \".\",\n            \"barcode\": 10296196,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:08\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 1000,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1309,\n            \"batchVariantName\": \"2 TONE ENVLOUPE HOLDER Beige/Br ._61015084001_MRP_850\",\n            \"productID\": 4186,\n            \"variantID\": 4186,\n            \"productName\": \"2 TONE ENVLOUPE HOLDER Beige/Br .\",\n            \"variantName\": \".\",\n            \"barcode\": 10296196,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \".\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 850,\n            \"MRP\": 850,\n            \"sellingPrice\": 850,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1310,\n            \"batchVariantName\": \"Peony in Gla White 20.32x20.32x27.31CM_61015132001_MRP_899.0000\",\n            \"productID\": 4191,\n            \"variantID\": 4191,\n            \"productName\": \"Peony in Gla White 20.32x20.32x27.31CM\",\n            \"variantName\": \"20.32x20.32x27.31CM\",\n            \"barcode\": 10297353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20.32x20.32x27.31CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1311,\n            \"batchVariantName\": \"Peony in Gla White 20.32x20.32x27.31CM_61015132001_MRP_620\",\n            \"productID\": 4191,\n            \"variantID\": 4191,\n            \"productName\": \"Peony in Gla White 20.32x20.32x27.31CM\",\n            \"variantName\": \"20.32x20.32x27.31CM\",\n            \"barcode\": 10297353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20.32x20.32x27.31CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 620,\n            \"sellingPrice\": 620,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1312,\n            \"batchVariantName\": \"Peony in Gla White 20.32x20.32x27.31CM_61015132001_MRP_899.0000\",\n            \"productID\": 4191,\n            \"variantID\": 4191,\n            \"productName\": \"Peony in Gla White 20.32x20.32x27.31CM\",\n            \"variantName\": \"20.32x20.32x27.31CM\",\n            \"barcode\": 10297353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20.32x20.32x27.31CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1313,\n            \"batchVariantName\": \"Peony in Gla White 20.32x20.32x27.31CM_61015132001_MRP_700\",\n            \"productID\": 4191,\n            \"variantID\": 4191,\n            \"productName\": \"Peony in Gla White 20.32x20.32x27.31CM\",\n            \"variantName\": \"20.32x20.32x27.31CM\",\n            \"barcode\": 10297353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20.32x20.32x27.31CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 700,\n            \"MRP\": 700,\n            \"sellingPrice\": 700,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1314,\n            \"batchVariantName\": \"Camillia i MAGENTA 22.86x22.86x29.85CM_61015139001_MRP_849.0000\",\n            \"productID\": 4198,\n            \"variantID\": 4198,\n            \"productName\": \"Camillia i MAGENTA 22.86x22.86x29.85CM\",\n            \"variantName\": \"22.86x22.86x29.85CM\",\n            \"barcode\": 10297421,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"22.86x22.86x29.85CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 849,\n            \"sellingPrice\": 849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1315,\n            \"batchVariantName\": \"Camillia i MAGENTA 22.86x22.86x29.85CM_61015139001_MRP_625\",\n            \"productID\": 4198,\n            \"variantID\": 4198,\n            \"productName\": \"Camillia i MAGENTA 22.86x22.86x29.85CM\",\n            \"variantName\": \"22.86x22.86x29.85CM\",\n            \"barcode\": 10297421,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"22.86x22.86x29.85CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 625,\n            \"sellingPrice\": 625,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1316,\n            \"batchVariantName\": \"Camillia i MAGENTA 22.86x22.86x29.85CM_61015139001_MRP_849.0000\",\n            \"productID\": 4198,\n            \"variantID\": 4198,\n            \"productName\": \"Camillia i MAGENTA 22.86x22.86x29.85CM\",\n            \"variantName\": \"22.86x22.86x29.85CM\",\n            \"barcode\": 10297421,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"22.86x22.86x29.85CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 849,\n            \"sellingPrice\": 849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1317,\n            \"batchVariantName\": \"Camillia i MAGENTA 22.86x22.86x29.85CM_61015139001_MRP_750\",\n            \"productID\": 4198,\n            \"variantID\": 4198,\n            \"productName\": \"Camillia i MAGENTA 22.86x22.86x29.85CM\",\n            \"variantName\": \"22.86x22.86x29.85CM\",\n            \"barcode\": 10297421,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"22.86x22.86x29.85CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1318,\n            \"batchVariantName\": \"POTTED 55CM DRACAENA Green 55 cm_61015142001_MRP_1549.0000\",\n            \"productID\": 4201,\n            \"variantID\": 4201,\n            \"productName\": \"POTTED 55CM DRACAENA Green 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10297452,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1299,\n            \"MRP\": 1549,\n            \"sellingPrice\": 1549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1319,\n            \"batchVariantName\": \"POTTED 55CM DRACAENA Green 55 cm_61015142001_MRP_1140\",\n            \"productID\": 4201,\n            \"variantID\": 4201,\n            \"productName\": \"POTTED 55CM DRACAENA Green 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10297452,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:09\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1299,\n            \"MRP\": 1140,\n            \"sellingPrice\": 1140,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1320,\n            \"batchVariantName\": \"POTTED 55CM DRACAENA Green 55 cm_61015142001_MRP_1549.0000\",\n            \"productID\": 4201,\n            \"variantID\": 4201,\n            \"productName\": \"POTTED 55CM DRACAENA Green 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10297452,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1299,\n            \"MRP\": 1549,\n            \"sellingPrice\": 1549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1321,\n            \"batchVariantName\": \"POTTED 55CM DRACAENA Green 55 cm_61015142001_MRP_1299\",\n            \"productID\": 4201,\n            \"variantID\": 4201,\n            \"productName\": \"POTTED 55CM DRACAENA Green 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10297452,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1299,\n            \"MRP\": 1299,\n            \"sellingPrice\": 1299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1322,\n            \"batchVariantName\": \"POTTED 60CM SPATHE Green 60 cm_61015143001_MRP_1699.0000\",\n            \"productID\": 4202,\n            \"variantID\": 4202,\n            \"productName\": \"POTTED 60CM SPATHE Green 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10297469,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1499,\n            \"MRP\": 1699,\n            \"sellingPrice\": 1699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1323,\n            \"batchVariantName\": \"POTTED 60CM SPATHE Green 60 cm_61015143001_MRP_1295\",\n            \"productID\": 4202,\n            \"variantID\": 4202,\n            \"productName\": \"POTTED 60CM SPATHE Green 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10297469,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1499,\n            \"MRP\": 1295,\n            \"sellingPrice\": 1295,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1324,\n            \"batchVariantName\": \"POTTED 60CM SPATHE Green 60 cm_61015143001_MRP_1699.0000\",\n            \"productID\": 4202,\n            \"variantID\": 4202,\n            \"productName\": \"POTTED 60CM SPATHE Green 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10297469,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1499,\n            \"MRP\": 1699,\n            \"sellingPrice\": 1699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1325,\n            \"batchVariantName\": \"POTTED 60CM SPATHE Green 60 cm_61015143001_MRP_1499\",\n            \"productID\": 4202,\n            \"variantID\": 4202,\n            \"productName\": \"POTTED 60CM SPATHE Green 60 cm\",\n            \"variantName\": \"60 cm\",\n            \"barcode\": 10297469,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"60 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1499,\n            \"MRP\": 1499,\n            \"sellingPrice\": 1499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1326,\n            \"batchVariantName\": \"POTTED 120CM NOLINA RECURV Green 120CM_61015144001_MRP_4199.0000\",\n            \"productID\": 4203,\n            \"variantID\": 4203,\n            \"productName\": \"POTTED 120CM NOLINA RECURV Green 120CM\",\n            \"variantName\": \"120CM\",\n            \"barcode\": 10297476,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"120CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3599,\n            \"MRP\": 4199,\n            \"sellingPrice\": 4199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1327,\n            \"batchVariantName\": \"POTTED 120CM NOLINA RECURV Green 120CM_61015144001_MRP_2440\",\n            \"productID\": 4203,\n            \"variantID\": 4203,\n            \"productName\": \"POTTED 120CM NOLINA RECURV Green 120CM\",\n            \"variantName\": \"120CM\",\n            \"barcode\": 10297476,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"120CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3599,\n            \"MRP\": 2440,\n            \"sellingPrice\": 2440,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1328,\n            \"batchVariantName\": \"POTTED 120CM NOLINA RECURV Green 120CM_61015144001_MRP_4199.0000\",\n            \"productID\": 4203,\n            \"variantID\": 4203,\n            \"productName\": \"POTTED 120CM NOLINA RECURV Green 120CM\",\n            \"variantName\": \"120CM\",\n            \"barcode\": 10297476,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"120CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3599,\n            \"MRP\": 4199,\n            \"sellingPrice\": 4199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1329,\n            \"batchVariantName\": \"POTTED 120CM NOLINA RECURV Green 120CM_61015144001_MRP_3599\",\n            \"productID\": 4203,\n            \"variantID\": 4203,\n            \"productName\": \"POTTED 120CM NOLINA RECURV Green 120CM\",\n            \"variantName\": \"120CM\",\n            \"barcode\": 10297476,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"120CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3599,\n            \"MRP\": 3599,\n            \"sellingPrice\": 3599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1330,\n            \"batchVariantName\": \"POTTED 55CM BIRD NEST FERN Green 55 cm_61015145001_MRP_2199.0000\",\n            \"productID\": 4204,\n            \"variantID\": 4204,\n            \"productName\": \"POTTED 55CM BIRD NEST FERN Green 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10297483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1899,\n            \"MRP\": 2199,\n            \"sellingPrice\": 2199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1331,\n            \"batchVariantName\": \"POTTED 55CM BIRD NEST FERN Green 55 cm_61015145001_MRP_1499\",\n            \"productID\": 4204,\n            \"variantID\": 4204,\n            \"productName\": \"POTTED 55CM BIRD NEST FERN Green 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10297483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1899,\n            \"MRP\": 1499,\n            \"sellingPrice\": 1499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1332,\n            \"batchVariantName\": \"POTTED 55CM BIRD NEST FERN Green 55 cm_61015145001_MRP_2199.0000\",\n            \"productID\": 4204,\n            \"variantID\": 4204,\n            \"productName\": \"POTTED 55CM BIRD NEST FERN Green 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10297483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:10\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1899,\n            \"MRP\": 2199,\n            \"sellingPrice\": 2199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1333,\n            \"batchVariantName\": \"POTTED 55CM BIRD NEST FERN Green 55 cm_61015145001_MRP_1899\",\n            \"productID\": 4204,\n            \"variantID\": 4204,\n            \"productName\": \"POTTED 55CM BIRD NEST FERN Green 55 cm\",\n            \"variantName\": \"55 cm\",\n            \"barcode\": 10297483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"55 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1899,\n            \"MRP\": 1899,\n            \"sellingPrice\": 1899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1334,\n            \"batchVariantName\": \"POTTED 120CM FINGER PALM Green 120CM_61015147001_MRP_3400.0000\",\n            \"productID\": 4206,\n            \"variantID\": 4206,\n            \"productName\": \"POTTED 120CM FINGER PALM Green 120CM\",\n            \"variantName\": \"120CM\",\n            \"barcode\": 10297506,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"120CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2500,\n            \"MRP\": 3400,\n            \"sellingPrice\": 3400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1335,\n            \"batchVariantName\": \"POTTED 120CM FINGER PALM Green 120CM_61015147001_MRP_2500\",\n            \"productID\": 4206,\n            \"variantID\": 4206,\n            \"productName\": \"POTTED 120CM FINGER PALM Green 120CM\",\n            \"variantName\": \"120CM\",\n            \"barcode\": 10297506,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"120CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2500,\n            \"MRP\": 2500,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1336,\n            \"batchVariantName\": \"POTTED 75CM YUCCA Green 75CM_61015148001_MRP_1949.0000\",\n            \"productID\": 4207,\n            \"variantID\": 4207,\n            \"productName\": \"POTTED 75CM YUCCA Green 75CM\",\n            \"variantName\": \"75CM\",\n            \"barcode\": 10297513,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"75CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1650,\n            \"MRP\": 1949,\n            \"sellingPrice\": 1949,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1337,\n            \"batchVariantName\": \"POTTED 75CM YUCCA Green 75CM_61015148001_MRP_1240\",\n            \"productID\": 4207,\n            \"variantID\": 4207,\n            \"productName\": \"POTTED 75CM YUCCA Green 75CM\",\n            \"variantName\": \"75CM\",\n            \"barcode\": 10297513,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"75CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1650,\n            \"MRP\": 1240,\n            \"sellingPrice\": 1240,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1338,\n            \"batchVariantName\": \"POTTED 75CM YUCCA Green 75CM_61015148001_MRP_1949.0000\",\n            \"productID\": 4207,\n            \"variantID\": 4207,\n            \"productName\": \"POTTED 75CM YUCCA Green 75CM\",\n            \"variantName\": \"75CM\",\n            \"barcode\": 10297513,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"75CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1650,\n            \"MRP\": 1949,\n            \"sellingPrice\": 1949,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1339,\n            \"batchVariantName\": \"POTTED 75CM YUCCA Green 75CM_61015148001_MRP_1650\",\n            \"productID\": 4207,\n            \"variantID\": 4207,\n            \"productName\": \"POTTED 75CM YUCCA Green 75CM\",\n            \"variantName\": \"75CM\",\n            \"barcode\": 10297513,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"75CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1650,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1340,\n            \"batchVariantName\": \"Serena Nickel Aluminu Ch/Gold 17x25 cm_61015256001_MRP_900.0000\",\n            \"productID\": 4280,\n            \"variantID\": 4280,\n            \"productName\": \"Serena Nickel Aluminu Ch/Gold 17x25 cm\",\n            \"variantName\": \"17x25 cm\",\n            \"barcode\": 10298640,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"17x25 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1341,\n            \"batchVariantName\": \"Serena Nickel Aluminu Ch/Gold 17x25 cm_61015256001_MRP_1250\",\n            \"productID\": 4280,\n            \"variantID\": 4280,\n            \"productName\": \"Serena Nickel Aluminu Ch/Gold 17x25 cm\",\n            \"variantName\": \"17x25 cm\",\n            \"barcode\": 10298640,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"17x25 cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1342,\n            \"batchVariantName\": \"Serena  Aluminum Lea Ch/Gold 20x29.5cm_61015257001_MRP_1250.0000\",\n            \"productID\": 4281,\n            \"variantID\": 4281,\n            \"productName\": \"Serena  Aluminum Lea Ch/Gold 20x29.5cm\",\n            \"variantName\": \"20x29.5cm\",\n            \"barcode\": 10298657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20x29.5cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1343,\n            \"batchVariantName\": \"Serena  Aluminum Lea Ch/Gold 20x29.5cm_61015257001_MRP_900\",\n            \"productID\": 4281,\n            \"variantID\": 4281,\n            \"productName\": \"Serena  Aluminum Lea Ch/Gold 20x29.5cm\",\n            \"variantName\": \"20x29.5cm\",\n            \"barcode\": 10298657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20x29.5cm\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 900,\n            \"MRP\": 900,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1344,\n            \"batchVariantName\": \"Semona Plate M CREAM 26.5*26.5*6_61015275001_MRP_1199.0000\",\n            \"productID\": 4299,\n            \"variantID\": 4299,\n            \"productName\": \"Semona Plate M CREAM 26.5*26.5*6\",\n            \"variantName\": \"26.5*26.5*6\",\n            \"barcode\": 10298831,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:11\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"26.5*26.5*6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1345,\n            \"batchVariantName\": \"Semona Plate M CREAM 26.5*26.5*6_61015275001_MRP_800\",\n            \"productID\": 4299,\n            \"variantID\": 4299,\n            \"productName\": \"Semona Plate M CREAM 26.5*26.5*6\",\n            \"variantName\": \"26.5*26.5*6\",\n            \"barcode\": 10298831,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"26.5*26.5*6\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1346,\n            \"batchVariantName\": \"Semona Plate L CREAM 39*39*7_61015276001_MRP_1799.0000\",\n            \"productID\": 4300,\n            \"variantID\": 4300,\n            \"productName\": \"Semona Plate L CREAM 39*39*7\",\n            \"variantName\": \"39*39*7\",\n            \"barcode\": 10298848,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2799,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"39*39*7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1799,\n            \"sellingPrice\": 1799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1347,\n            \"batchVariantName\": \"Semona Plate L CREAM 39*39*7_61015276001_MRP_1250\",\n            \"productID\": 4300,\n            \"variantID\": 4300,\n            \"productName\": \"Semona Plate L CREAM 39*39*7\",\n            \"variantName\": \"39*39*7\",\n            \"barcode\": 10298848,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2799,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"39*39*7\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1348,\n            \"batchVariantName\": \"Elegant 1 Vase L CREAM 11*11*25.5_61015277001_MRP_799.0000\",\n            \"productID\": 4301,\n            \"variantID\": 4301,\n            \"productName\": \"Elegant 1 Vase L CREAM 11*11*25.5\",\n            \"variantName\": \"11*11*25.5\",\n            \"barcode\": 10298855,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"11*11*25.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 799,\n            \"sellingPrice\": 799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1349,\n            \"batchVariantName\": \"Elegant 1 Vase L CREAM 11*11*25.5_61015277001_MRP_600\",\n            \"productID\": 4301,\n            \"variantID\": 4301,\n            \"productName\": \"Elegant 1 Vase L CREAM 11*11*25.5\",\n            \"variantName\": \"11*11*25.5\",\n            \"barcode\": 10298855,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"11*11*25.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 600,\n            \"MRP\": 600,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1350,\n            \"batchVariantName\": \"Elegant 1 Vase M CREAM 12*12*18.5_61015278001_MRP_749.0000\",\n            \"productID\": 4302,\n            \"variantID\": 4302,\n            \"productName\": \"Elegant 1 Vase M CREAM 12*12*18.5\",\n            \"variantName\": \"12*12*18.5\",\n            \"barcode\": 10298862,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12*12*18.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 749,\n            \"sellingPrice\": 749,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1351,\n            \"batchVariantName\": \"Elegant 1 Vase M CREAM 12*12*18.5_61015278001_MRP_450\",\n            \"productID\": 4302,\n            \"variantID\": 4302,\n            \"productName\": \"Elegant 1 Vase M CREAM 12*12*18.5\",\n            \"variantName\": \"12*12*18.5\",\n            \"barcode\": 10298862,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12*12*18.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 450,\n            \"MRP\": 450,\n            \"sellingPrice\": 450,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1352,\n            \"batchVariantName\": \"Semona Vase M CREAM 16.5*15.5*31_61015279001_MRP_2199.0000\",\n            \"productID\": 4303,\n            \"variantID\": 4303,\n            \"productName\": \"Semona Vase M CREAM 16.5*15.5*31\",\n            \"variantName\": \"16.5*15.5*31\",\n            \"barcode\": 10298879,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"16.5*15.5*31\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 2199,\n            \"sellingPrice\": 2199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1353,\n            \"batchVariantName\": \"Semona Vase M CREAM 16.5*15.5*31_61015279001_MRP_1600\",\n            \"productID\": 4303,\n            \"variantID\": 4303,\n            \"productName\": \"Semona Vase M CREAM 16.5*15.5*31\",\n            \"variantName\": \"16.5*15.5*31\",\n            \"barcode\": 10298879,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"16.5*15.5*31\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1600,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1354,\n            \"batchVariantName\": \"Semona Vase S CREAM 25.5*25.5*14.5_61015280001_MRP_1899.0000\",\n            \"productID\": 4304,\n            \"variantID\": 4304,\n            \"productName\": \"Semona Vase S CREAM 25.5*25.5*14.5\",\n            \"variantName\": \"25.5*25.5*14.5\",\n            \"barcode\": 10298886,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:12\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25.5*25.5*14.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1899,\n            \"sellingPrice\": 1899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1355,\n            \"batchVariantName\": \"Semona Vase S CREAM 25.5*25.5*14.5_61015280001_MRP_1350\",\n            \"productID\": 4304,\n            \"variantID\": 4304,\n            \"productName\": \"Semona Vase S CREAM 25.5*25.5*14.5\",\n            \"variantName\": \"25.5*25.5*14.5\",\n            \"barcode\": 10298886,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25.5*25.5*14.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1356,\n            \"batchVariantName\": \"Elegant Vase M CREAM 10.5*10.5*35.5_61015284001_MRP_1199.0000\",\n            \"productID\": 4308,\n            \"variantID\": 4308,\n            \"productName\": \"Elegant Vase M CREAM 10.5*10.5*35.5\",\n            \"variantName\": \"10.5*10.5*35.5\",\n            \"barcode\": 10298923,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.5*10.5*35.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1357,\n            \"batchVariantName\": \"Elegant Vase M CREAM 10.5*10.5*35.5_61015284001_MRP_800\",\n            \"productID\": 4308,\n            \"variantID\": 4308,\n            \"productName\": \"Elegant Vase M CREAM 10.5*10.5*35.5\",\n            \"variantName\": \"10.5*10.5*35.5\",\n            \"barcode\": 10298923,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.5*10.5*35.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 800,\n            \"MRP\": 800,\n            \"sellingPrice\": 800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1358,\n            \"batchVariantName\": \"Elegant Vase L CREAM 20.5*20.5*41.5_61015285001_MRP_2599.0000\",\n            \"productID\": 4309,\n            \"variantID\": 4309,\n            \"productName\": \"Elegant Vase L CREAM 20.5*20.5*41.5\",\n            \"variantName\": \"20.5*20.5*41.5\",\n            \"barcode\": 10298930,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20.5*20.5*41.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2000,\n            \"MRP\": 2599,\n            \"sellingPrice\": 2599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1359,\n            \"batchVariantName\": \"Elegant Vase L CREAM 20.5*20.5*41.5_61015285001_MRP_2000\",\n            \"productID\": 4309,\n            \"variantID\": 4309,\n            \"productName\": \"Elegant Vase L CREAM 20.5*20.5*41.5\",\n            \"variantName\": \"20.5*20.5*41.5\",\n            \"barcode\": 10298930,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"20.5*20.5*41.5\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2000,\n            \"MRP\": 2000,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1360,\n            \"batchVariantName\": \"Breezy Tray Beig/Br 24.13x35.56cms_61015425001_MRP_1750.0000\",\n            \"productID\": 4400,\n            \"variantID\": 4400,\n            \"productName\": \"Breezy Tray Beig/Br 24.13x35.56cms\",\n            \"variantName\": \"24.13x35.56cms\",\n            \"barcode\": 10303436,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24.13x35.56cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1550,\n            \"MRP\": 1750,\n            \"sellingPrice\": 1750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1361,\n            \"batchVariantName\": \"Breezy Tray Beig/Br 24.13x35.56cms_61015425001_MRP_1550\",\n            \"productID\": 4400,\n            \"variantID\": 4400,\n            \"productName\": \"Breezy Tray Beig/Br 24.13x35.56cms\",\n            \"variantName\": \"24.13x35.56cms\",\n            \"barcode\": 10303436,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24.13x35.56cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1550,\n            \"MRP\": 1550,\n            \"sellingPrice\": 1550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1362,\n            \"batchVariantName\": \"Breezy Tray Beig/Br 24.13x24.13cms_61015426001_MRP_1550.0000\",\n            \"productID\": 4401,\n            \"variantID\": 4401,\n            \"productName\": \"Breezy Tray Beig/Br 24.13x24.13cms\",\n            \"variantName\": \"24.13x24.13cms\",\n            \"barcode\": 10303443,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24.13x24.13cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1750,\n            \"MRP\": 1550,\n            \"sellingPrice\": 1550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1363,\n            \"batchVariantName\": \"Breezy Tray Beig/Br 24.13x24.13cms_61015426001_MRP_1750\",\n            \"productID\": 4401,\n            \"variantID\": 4401,\n            \"productName\": \"Breezy Tray Beig/Br 24.13x24.13cms\",\n            \"variantName\": \"24.13x24.13cms\",\n            \"barcode\": 10303443,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24.13x24.13cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1750,\n            \"MRP\": 1750,\n            \"sellingPrice\": 1750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1364,\n            \"batchVariantName\": \"Shadow PF Wht/Silv 10.16x15.24cms_61015432001_MRP_950.0000\",\n            \"productID\": 4407,\n            \"variantID\": 4407,\n            \"productName\": \"Shadow PF Wht/Silv 10.16x15.24cms\",\n            \"variantName\": \"10.16x15.24cms\",\n            \"barcode\": 10303504,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x15.24cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 324,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1365,\n            \"batchVariantName\": \"Shadow PF Wht/Silv 10.16x15.24cms_61015432001_MRP_324\",\n            \"productID\": 4407,\n            \"variantID\": 4407,\n            \"productName\": \"Shadow PF Wht/Silv 10.16x15.24cms\",\n            \"variantName\": \"10.16x15.24cms\",\n            \"barcode\": 10303504,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x15.24cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 324,\n            \"MRP\": 324,\n            \"sellingPrice\": 324,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1366,\n            \"batchVariantName\": \"Shadow PF Wht/Silv 12.7x17.78cms_61015433001_MRP_1100.0000\",\n            \"productID\": 4408,\n            \"variantID\": 4408,\n            \"productName\": \"Shadow PF Wht/Silv 12.7x17.78cms\",\n            \"variantName\": \"12.7x17.78cms\",\n            \"barcode\": 10303511,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:13\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x17.78cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 500,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1367,\n            \"batchVariantName\": \"Shadow PF Wht/Silv 12.7x17.78cms_61015433001_MRP_500\",\n            \"productID\": 4408,\n            \"variantID\": 4408,\n            \"productName\": \"Shadow PF Wht/Silv 12.7x17.78cms\",\n            \"variantName\": \"12.7x17.78cms\",\n            \"barcode\": 10303511,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x17.78cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 500,\n            \"MRP\": 500,\n            \"sellingPrice\": 500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1368,\n            \"batchVariantName\": \"Jali Tray Wht/Silv 24.13x35.56cms_61015434001_MRP_1800.0000\",\n            \"productID\": 4409,\n            \"variantID\": 4409,\n            \"productName\": \"Jali Tray Wht/Silv 24.13x35.56cms\",\n            \"variantName\": \"24.13x35.56cms\",\n            \"barcode\": 10303528,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24.13x35.56cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 625,\n            \"MRP\": 1800,\n            \"sellingPrice\": 1800,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1369,\n            \"batchVariantName\": \"Jali Tray Wht/Silv 24.13x35.56cms_61015434001_MRP_625\",\n            \"productID\": 4409,\n            \"variantID\": 4409,\n            \"productName\": \"Jali Tray Wht/Silv 24.13x35.56cms\",\n            \"variantName\": \"24.13x35.56cms\",\n            \"barcode\": 10303528,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24.13x35.56cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 625,\n            \"MRP\": 625,\n            \"sellingPrice\": 625,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1370,\n            \"batchVariantName\": \"Jali Tray Wht/Silv 24.13x24.13cms_61015435001_MRP_1600.0000\",\n            \"productID\": 4410,\n            \"variantID\": 4410,\n            \"productName\": \"Jali Tray Wht/Silv 24.13x24.13cms\",\n            \"variantName\": \"24.13x24.13cms\",\n            \"barcode\": 10303535,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24.13x24.13cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 551,\n            \"MRP\": 1600,\n            \"sellingPrice\": 1600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1371,\n            \"batchVariantName\": \"Jali Tray Wht/Silv 24.13x24.13cms_61015435001_MRP_551\",\n            \"productID\": 4410,\n            \"variantID\": 4410,\n            \"productName\": \"Jali Tray Wht/Silv 24.13x24.13cms\",\n            \"variantName\": \"24.13x24.13cms\",\n            \"barcode\": 10303535,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"24.13x24.13cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 551,\n            \"MRP\": 551,\n            \"sellingPrice\": 551,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1372,\n            \"batchVariantName\": \"Taper PF Wht/Silv 10.16x15.24cms_61015436001_MRP_950.0000\",\n            \"productID\": 4411,\n            \"variantID\": 4411,\n            \"productName\": \"Taper PF Wht/Silv 10.16x15.24cms\",\n            \"variantName\": \"10.16x15.24cms\",\n            \"barcode\": 10303542,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x15.24cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 375,\n            \"MRP\": 950,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1373,\n            \"batchVariantName\": \"Taper PF Wht/Silv 10.16x15.24cms_61015436001_MRP_375\",\n            \"productID\": 4411,\n            \"variantID\": 4411,\n            \"productName\": \"Taper PF Wht/Silv 10.16x15.24cms\",\n            \"variantName\": \"10.16x15.24cms\",\n            \"barcode\": 10303542,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16x15.24cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 375,\n            \"MRP\": 375,\n            \"sellingPrice\": 375,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1374,\n            \"batchVariantName\": \"Taper PF Wht/Silv 12.7x17.78cms_61015437001_MRP_1100.0000\",\n            \"productID\": 4412,\n            \"variantID\": 4412,\n            \"productName\": \"Taper PF Wht/Silv 12.7x17.78cms\",\n            \"variantName\": \"12.7x17.78cms\",\n            \"barcode\": 10303559,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x17.78cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 416,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1375,\n            \"batchVariantName\": \"Taper PF Wht/Silv 12.7x17.78cms_61015437001_MRP_416\",\n            \"productID\": 4412,\n            \"variantID\": 4412,\n            \"productName\": \"Taper PF Wht/Silv 12.7x17.78cms\",\n            \"variantName\": \"12.7x17.78cms\",\n            \"barcode\": 10303559,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12.7x17.78cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 416,\n            \"MRP\": 416,\n            \"sellingPrice\": 416,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1376,\n            \"batchVariantName\": \"IVORY CRACKLE CERAMIC LAMP Ivory 50cms_61015847001_MRP_3499.0000\",\n            \"productID\": 4807,\n            \"variantID\": 4807,\n            \"productName\": \"IVORY CRACKLE CERAMIC LAMP Ivory 50cms\",\n            \"variantName\": \"50cms\",\n            \"barcode\": 10320341,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"50cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4500,\n            \"MRP\": 3499,\n            \"sellingPrice\": 3499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1377,\n            \"batchVariantName\": \"IVORY CRACKLE CERAMIC LAMP Ivory 50cms_61015847001_MRP_4500\",\n            \"productID\": 4807,\n            \"variantID\": 4807,\n            \"productName\": \"IVORY CRACKLE CERAMIC LAMP Ivory 50cms\",\n            \"variantName\": \"50cms\",\n            \"barcode\": 10320341,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:14\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"50cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 4500,\n            \"MRP\": 4500,\n            \"sellingPrice\": 4500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1378,\n            \"batchVariantName\": \"Smocky Glass Lamp Grey 57x29x45cms_61015862001_MRP_3099.0000\",\n            \"productID\": 4822,\n            \"variantID\": 4822,\n            \"productName\": \"Smocky Glass Lamp Grey 57x29x45cms\",\n            \"variantName\": \"57x29x45cms\",\n            \"barcode\": 10320532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"57x29x45cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3750,\n            \"MRP\": 3099,\n            \"sellingPrice\": 3099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1379,\n            \"batchVariantName\": \"Smocky Glass Lamp Grey 57x29x45cms_61015862001_MRP_3750\",\n            \"productID\": 4822,\n            \"variantID\": 4822,\n            \"productName\": \"Smocky Glass Lamp Grey 57x29x45cms\",\n            \"variantName\": \"57x29x45cms\",\n            \"barcode\": 10320532,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"57x29x45cms\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3750,\n            \"MRP\": 3750,\n            \"sellingPrice\": 3750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1380,\n            \"batchVariantName\": \"MEMBRANE CUSHION COVER Silver 40X40 CM_61015873001_MRP_750.0000\",\n            \"productID\": 4835,\n            \"variantID\": 4835,\n            \"productName\": \"MEMBRANE CUSHION COVER Silver 40X40 CM\",\n            \"variantName\": \"40X40 CM\",\n            \"barcode\": 10320716,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40X40 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1381,\n            \"batchVariantName\": \"MEMBRANE CUSHION COVER Silver 40X40 CM_61015873001_MRP_990\",\n            \"productID\": 4835,\n            \"variantID\": 4835,\n            \"productName\": \"MEMBRANE CUSHION COVER Silver 40X40 CM\",\n            \"variantName\": \"40X40 CM\",\n            \"barcode\": 10320716,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"40X40 CM\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 990,\n            \"MRP\": 990,\n            \"sellingPrice\": 990,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1382,\n            \"batchVariantName\": \"CACTUS Set (2 RED S - 4 x 4 x 6 (Inch)_61017107001_MRP_1499.0000\",\n            \"productID\": 8368,\n            \"variantID\": 8368,\n            \"productName\": \"CACTUS Set (2 RED S - 4 x 4 x 6 (Inch)\",\n            \"variantName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"barcode\": 8907895005696,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 980,\n            \"MRP\": 1499,\n            \"sellingPrice\": 1499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1383,\n            \"batchVariantName\": \"CACTUS Set (2 RED S - 4 x 4 x 6 (Inch)_61017107001_MRP_980\",\n            \"productID\": 8368,\n            \"variantID\": 8368,\n            \"productName\": \"CACTUS Set (2 RED S - 4 x 4 x 6 (Inch)\",\n            \"variantName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"barcode\": 8907895005696,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S - 4 x 4 x 6 (Inch)\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 980,\n            \"MRP\": 980,\n            \"sellingPrice\": 980,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1384,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Clay 300 ML_61018060001_MRP_890.0000\",\n            \"productID\": 9117,\n            \"variantID\": 9117,\n            \"productName\": \"Galaxy Mug Set of 6 Clay 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013189,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1385,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Clay 300 ML_61018060001_MRP_750\",\n            \"productID\": 9117,\n            \"variantID\": 9117,\n            \"productName\": \"Galaxy Mug Set of 6 Clay 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013189,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1386,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 RED 300 ML_61018061001_MRP_890.0000\",\n            \"productID\": 9118,\n            \"variantID\": 9118,\n            \"productName\": \"Galaxy Mug Set of 6 RED 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013196,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1387,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 RED 300 ML_61018061001_MRP_750\",\n            \"productID\": 9118,\n            \"variantID\": 9118,\n            \"productName\": \"Galaxy Mug Set of 6 RED 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013196,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1388,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Ivory 300 ML_61018062001_MRP_890.0000\",\n            \"productID\": 9119,\n            \"variantID\": 9119,\n            \"productName\": \"Galaxy Mug Set of 6 Ivory 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013202,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:15\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1389,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Ivory 300 ML_61018062001_MRP_750\",\n            \"productID\": 9119,\n            \"variantID\": 9119,\n            \"productName\": \"Galaxy Mug Set of 6 Ivory 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013202,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1390,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Plum 300 ML_61018063001_MRP_890.0000\",\n            \"productID\": 9120,\n            \"variantID\": 9120,\n            \"productName\": \"Galaxy Mug Set of 6 Plum 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013219,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1391,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Plum 300 ML_61018063001_MRP_750\",\n            \"productID\": 9120,\n            \"variantID\": 9120,\n            \"productName\": \"Galaxy Mug Set of 6 Plum 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013219,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1392,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 ASH 300 ML_61018064001_MRP_890.0000\",\n            \"productID\": 9121,\n            \"variantID\": 9121,\n            \"productName\": \"Galaxy Mug Set of 6 ASH 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013226,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1393,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 ASH 300 ML_61018064001_MRP_750\",\n            \"productID\": 9121,\n            \"variantID\": 9121,\n            \"productName\": \"Galaxy Mug Set of 6 ASH 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013226,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1394,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Orange 300 ML_61018065001_MRP_890.0000\",\n            \"productID\": 9122,\n            \"variantID\": 9122,\n            \"productName\": \"Galaxy Mug Set of 6 Orange 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1395,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Orange 300 ML_61018065001_MRP_750\",\n            \"productID\": 9122,\n            \"variantID\": 9122,\n            \"productName\": \"Galaxy Mug Set of 6 Orange 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1396,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Beige 300 ML_61018066001_MRP_890.0000\",\n            \"productID\": 9123,\n            \"variantID\": 9123,\n            \"productName\": \"Galaxy Mug Set of 6 Beige 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013240,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1397,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Beige 300 ML_61018066001_MRP_750\",\n            \"productID\": 9123,\n            \"variantID\": 9123,\n            \"productName\": \"Galaxy Mug Set of 6 Beige 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013240,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1398,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Indigo 300 ML_61018067001_MRP_890.0000\",\n            \"productID\": 9124,\n            \"variantID\": 9124,\n            \"productName\": \"Galaxy Mug Set of 6 Indigo 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013257,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1399,\n            \"batchVariantName\": \"Galaxy Mug Set of 6 Indigo 300 ML_61018067001_MRP_750\",\n            \"productID\": 9124,\n            \"variantID\": 9124,\n            \"productName\": \"Galaxy Mug Set of 6 Indigo 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013257,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1400,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Clay 300 ML_61018068001_MRP_890.0000\",\n            \"productID\": 9125,\n            \"variantID\": 9125,\n            \"productName\": \"Ariel Mug Set of 6 Clay 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013264,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:16\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1401,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Clay 300 ML_61018068001_MRP_750\",\n            \"productID\": 9125,\n            \"variantID\": 9125,\n            \"productName\": \"Ariel Mug Set of 6 Clay 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013264,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1402,\n            \"batchVariantName\": \"Ariel Mug Set of 6 RED 300 ML_61018069001_MRP_890.0000\",\n            \"productID\": 9126,\n            \"variantID\": 9126,\n            \"productName\": \"Ariel Mug Set of 6 RED 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013271,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1403,\n            \"batchVariantName\": \"Ariel Mug Set of 6 RED 300 ML_61018069001_MRP_750\",\n            \"productID\": 9126,\n            \"variantID\": 9126,\n            \"productName\": \"Ariel Mug Set of 6 RED 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013271,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1404,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Ivory 300 ML_61018070001_MRP_890.0000\",\n            \"productID\": 9127,\n            \"variantID\": 9127,\n            \"productName\": \"Ariel Mug Set of 6 Ivory 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013288,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1405,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Ivory 300 ML_61018070001_MRP_750\",\n            \"productID\": 9127,\n            \"variantID\": 9127,\n            \"productName\": \"Ariel Mug Set of 6 Ivory 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013288,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1406,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Plum 300 ML_61018071001_MRP_890.0000\",\n            \"productID\": 9128,\n            \"variantID\": 9128,\n            \"productName\": \"Ariel Mug Set of 6 Plum 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013295,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1407,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Plum 300 ML_61018071001_MRP_750\",\n            \"productID\": 9128,\n            \"variantID\": 9128,\n            \"productName\": \"Ariel Mug Set of 6 Plum 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013295,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1408,\n            \"batchVariantName\": \"Ariel Mug Set of 6 ASH 300 ML_61018072001_MRP_890.0000\",\n            \"productID\": 9129,\n            \"variantID\": 9129,\n            \"productName\": \"Ariel Mug Set of 6 ASH 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013301,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1409,\n            \"batchVariantName\": \"Ariel Mug Set of 6 ASH 300 ML_61018072001_MRP_750\",\n            \"productID\": 9129,\n            \"variantID\": 9129,\n            \"productName\": \"Ariel Mug Set of 6 ASH 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013301,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1410,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Orange 300 ML_61018073001_MRP_890.0000\",\n            \"productID\": 9130,\n            \"variantID\": 9130,\n            \"productName\": \"Ariel Mug Set of 6 Orange 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013318,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1411,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Orange 300 ML_61018073001_MRP_750\",\n            \"productID\": 9130,\n            \"variantID\": 9130,\n            \"productName\": \"Ariel Mug Set of 6 Orange 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013318,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:17\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1412,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Beige 300 ML_61018074001_MRP_890.0000\",\n            \"productID\": 9131,\n            \"variantID\": 9131,\n            \"productName\": \"Ariel Mug Set of 6 Beige 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1413,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Beige 300 ML_61018074001_MRP_750\",\n            \"productID\": 9131,\n            \"variantID\": 9131,\n            \"productName\": \"Ariel Mug Set of 6 Beige 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013325,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1414,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Indigo 300 ML_61018075001_MRP_890.0000\",\n            \"productID\": 9132,\n            \"variantID\": 9132,\n            \"productName\": \"Ariel Mug Set of 6 Indigo 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013332,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1415,\n            \"batchVariantName\": \"Ariel Mug Set of 6 Indigo 300 ML_61018075001_MRP_750\",\n            \"productID\": 9132,\n            \"variantID\": 9132,\n            \"productName\": \"Ariel Mug Set of 6 Indigo 300 ML\",\n            \"variantName\": \"300 ML\",\n            \"barcode\": 8907895013332,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"300 ML\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1416,\n            \"batchVariantName\": \"Hydrangea Bu White 33.02*33.02*39.37CM_61019427001_MRP_1999.0000\",\n            \"productID\": 10275,\n            \"variantID\": 10275,\n            \"productName\": \"Hydrangea Bu White 33.02*33.02*39.37CM\",\n            \"variantName\": \"33.02*33.02*39.37CM\",\n            \"barcode\": 8907895024765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33.02*33.02*39.37CM\",\n            \"colourName\": \"White\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1650,\n            \"MRP\": 1999,\n            \"sellingPrice\": 1999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1417,\n            \"batchVariantName\": \"Hydrangea Bu White 33.02*33.02*39.37CM_61019427001_MRP_1650\",\n            \"productID\": 10275,\n            \"variantID\": 10275,\n            \"productName\": \"Hydrangea Bu White 33.02*33.02*39.37CM\",\n            \"variantName\": \"33.02*33.02*39.37CM\",\n            \"barcode\": 8907895024765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33.02*33.02*39.37CM\",\n            \"colourName\": \"White\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1650,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1418,\n            \"batchVariantName\": \"HYDRANGEA Green 106*24_61019512001_MRP_899.0000\",\n            \"productID\": 10407,\n            \"variantID\": 10407,\n            \"productName\": \"HYDRANGEA Green 106*24\",\n            \"variantName\": \"106*24\",\n            \"barcode\": 8907895026158,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"106*24\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1419,\n            \"batchVariantName\": \"HYDRANGEA Green 106*24_61019512001_MRP_999\",\n            \"productID\": 10407,\n            \"variantID\": 10407,\n            \"productName\": \"HYDRANGEA Green 106*24\",\n            \"variantName\": \"106*24\",\n            \"barcode\": 8907895026158,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"106*24\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1420,\n            \"batchVariantName\": \"AZALEA PINK 103_61019521001_MRP_999.0000\",\n            \"productID\": 10417,\n            \"variantID\": 10417,\n            \"productName\": \"AZALEA PINK 103\",\n            \"variantName\": 103,\n            \"barcode\": 8907895026257,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": 103,\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1421,\n            \"batchVariantName\": \"AZALEA PINK 103_61019521001_MRP_899\",\n            \"productID\": 10417,\n            \"variantID\": 10417,\n            \"productName\": \"AZALEA PINK 103\",\n            \"variantName\": 103,\n            \"barcode\": 8907895026257,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": 103,\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1422,\n            \"batchVariantName\": \"AZALEA Yellow H103 CM_61019573001_MRP_999.0000\",\n            \"productID\": 10415,\n            \"variantID\": 10415,\n            \"productName\": \"AZALEA Yellow H103 CM\",\n            \"variantName\": \"H103 CM\",\n            \"barcode\": 8907895026233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2809,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:18\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H103 CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1423,\n            \"batchVariantName\": \"AZALEA Yellow H103 CM_61019573001_MRP_899\",\n            \"productID\": 10415,\n            \"variantID\": 10415,\n            \"productName\": \"AZALEA Yellow H103 CM\",\n            \"variantName\": \"H103 CM\",\n            \"barcode\": 8907895026233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2809,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H103 CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1424,\n            \"batchVariantName\": \"SHINY SILVER PHOTO FRA Silver 10x15cms_61020534001_MRP_1649.0000\",\n            \"productID\": 11203,\n            \"variantID\": 11203,\n            \"productName\": \"SHINY SILVER PHOTO FRA Silver 10x15cms\",\n            \"variantName\": \"10x15cms\",\n            \"barcode\": 8907895034177,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10x15cms\",\n            \"colourName\": \"Silver\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1499,\n            \"MRP\": 1649,\n            \"sellingPrice\": 1649,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1425,\n            \"batchVariantName\": \"SHINY SILVER PHOTO FRA Silver 10x15cms_61020534001_MRP_1499\",\n            \"productID\": 11203,\n            \"variantID\": 11203,\n            \"productName\": \"SHINY SILVER PHOTO FRA Silver 10x15cms\",\n            \"variantName\": \"10x15cms\",\n            \"barcode\": 8907895034177,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10x15cms\",\n            \"colourName\": \"Silver\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1499,\n            \"MRP\": 1499,\n            \"sellingPrice\": 1499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1426,\n            \"batchVariantName\": \"SHINY SILVER PHOTO FR Silver 13x18 cms_61020535001_MRP_1999.0000\",\n            \"productID\": 11204,\n            \"variantID\": 11204,\n            \"productName\": \"SHINY SILVER PHOTO FR Silver 13x18 cms\",\n            \"variantName\": \"13x18 cms\",\n            \"barcode\": 8907895034184,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"13x18 cms\",\n            \"colourName\": \"Silver\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1699,\n            \"MRP\": 1999,\n            \"sellingPrice\": 1999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1427,\n            \"batchVariantName\": \"SHINY SILVER PHOTO FR Silver 13x18 cms_61020535001_MRP_1699\",\n            \"productID\": 11204,\n            \"variantID\": 11204,\n            \"productName\": \"SHINY SILVER PHOTO FR Silver 13x18 cms\",\n            \"variantName\": \"13x18 cms\",\n            \"barcode\": 8907895034184,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"13x18 cms\",\n            \"colourName\": \"Silver\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1699,\n            \"MRP\": 1699,\n            \"sellingPrice\": 1699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1428,\n            \"batchVariantName\": \"Ambr with Gld Rim Wine G Ambr/Gld 18cm_61021395001_MRP_549.0000\",\n            \"productID\": 12008,\n            \"variantID\": 12008,\n            \"productName\": \"Ambr with Gld Rim Wine G Ambr/Gld 18cm\",\n            \"variantName\": \"18cm\",\n            \"barcode\": 8907895042226,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18cm\",\n            \"colourName\": \"Ambr/Gld\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1429,\n            \"batchVariantName\": \"Ambr with Gld Rim Wine G Ambr/Gld 18cm_61021395001_MRP_399\",\n            \"productID\": 12008,\n            \"variantID\": 12008,\n            \"productName\": \"Ambr with Gld Rim Wine G Ambr/Gld 18cm\",\n            \"variantName\": \"18cm\",\n            \"barcode\": 8907895042226,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18cm\",\n            \"colourName\": \"Ambr/Gld\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1430,\n            \"batchVariantName\": \"Ambr with Gld Rim Wine G Ambr/Gld 18cm_61021395001_MRP_549.0000\",\n            \"productID\": 12008,\n            \"variantID\": 12008,\n            \"productName\": \"Ambr with Gld Rim Wine G Ambr/Gld 18cm\",\n            \"variantName\": \"18cm\",\n            \"barcode\": 8907895042226,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18cm\",\n            \"colourName\": \"Ambr/Gld\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1431,\n            \"batchVariantName\": \"Ambr with Gld Rim Wine G Ambr/Gld 18cm_61021395001_MRP_499\",\n            \"productID\": 12008,\n            \"variantID\": 12008,\n            \"productName\": \"Ambr with Gld Rim Wine G Ambr/Gld 18cm\",\n            \"variantName\": \"18cm\",\n            \"barcode\": 8907895042226,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18cm\",\n            \"colourName\": \"Ambr/Gld\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1432,\n            \"batchVariantName\": \"Ambr with Gld Rim Tumble Ambr/Gld 10cm_61021396001_MRP_449.0000\",\n            \"productID\": 12009,\n            \"variantID\": 12009,\n            \"productName\": \"Ambr with Gld Rim Tumble Ambr/Gld 10cm\",\n            \"variantName\": \"10cm\",\n            \"barcode\": 8907895042233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10cm\",\n            \"colourName\": \"Ambr/Gld\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1433,\n            \"batchVariantName\": \"Ambr with Gld Rim Tumble Ambr/Gld 10cm_61021396001_MRP_299\",\n            \"productID\": 12009,\n            \"variantID\": 12009,\n            \"productName\": \"Ambr with Gld Rim Tumble Ambr/Gld 10cm\",\n            \"variantName\": \"10cm\",\n            \"barcode\": 8907895042233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:19\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10cm\",\n            \"colourName\": \"Ambr/Gld\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 299,\n            \"sellingPrice\": 299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1434,\n            \"batchVariantName\": \"Ambr with Gld Rim Tumble Ambr/Gld 10cm_61021396001_MRP_449.0000\",\n            \"productID\": 12009,\n            \"variantID\": 12009,\n            \"productName\": \"Ambr with Gld Rim Tumble Ambr/Gld 10cm\",\n            \"variantName\": \"10cm\",\n            \"barcode\": 8907895042233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10cm\",\n            \"colourName\": \"Ambr/Gld\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1435,\n            \"batchVariantName\": \"Ambr with Gld Rim Tumble Ambr/Gld 10cm_61021396001_MRP_399\",\n            \"productID\": 12009,\n            \"variantID\": 12009,\n            \"productName\": \"Ambr with Gld Rim Tumble Ambr/Gld 10cm\",\n            \"variantName\": \"10cm\",\n            \"barcode\": 8907895042233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10cm\",\n            \"colourName\": \"Ambr/Gld\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1436,\n            \"batchVariantName\": \"Classic Rim Soup Plate CREAM 23cm_61021399001_MRP_325.0000\",\n            \"productID\": 12012,\n            \"variantID\": 12012,\n            \"productName\": \"Classic Rim Soup Plate CREAM 23cm\",\n            \"variantName\": \"23cm\",\n            \"barcode\": 8907895042264,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"23cm\",\n            \"colourName\": \"CREAM\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 249,\n            \"MRP\": 325,\n            \"sellingPrice\": 325,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1437,\n            \"batchVariantName\": \"Classic Rim Soup Plate CREAM 23cm_61021399001_MRP_249\",\n            \"productID\": 12012,\n            \"variantID\": 12012,\n            \"productName\": \"Classic Rim Soup Plate CREAM 23cm\",\n            \"variantName\": \"23cm\",\n            \"barcode\": 8907895042264,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"23cm\",\n            \"colourName\": \"CREAM\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 249,\n            \"MRP\": 249,\n            \"sellingPrice\": 249,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1438,\n            \"batchVariantName\": \"Classic Footed Bowl CREAM 18cm_61021403001_MRP_500.0000\",\n            \"productID\": 12016,\n            \"variantID\": 12016,\n            \"productName\": \"Classic Footed Bowl CREAM 18cm\",\n            \"variantName\": \"18cm\",\n            \"barcode\": 8907895042301,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18cm\",\n            \"colourName\": \"CREAM\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 500,\n            \"sellingPrice\": 500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1439,\n            \"batchVariantName\": \"Classic Footed Bowl CREAM 18cm_61021403001_MRP_399\",\n            \"productID\": 12016,\n            \"variantID\": 12016,\n            \"productName\": \"Classic Footed Bowl CREAM 18cm\",\n            \"variantName\": \"18cm\",\n            \"barcode\": 8907895042301,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"18cm\",\n            \"colourName\": \"CREAM\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1440,\n            \"batchVariantName\": \"Classic Footed Bowl CREAM 14cm_61021404001_MRP_300.0000\",\n            \"productID\": 12017,\n            \"variantID\": 12017,\n            \"productName\": \"Classic Footed Bowl CREAM 14cm\",\n            \"variantName\": \"14cm\",\n            \"barcode\": 8907895042318,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"14cm\",\n            \"colourName\": \"CREAM\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 249,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1441,\n            \"batchVariantName\": \"Classic Footed Bowl CREAM 14cm_61021404001_MRP_249\",\n            \"productID\": 12017,\n            \"variantID\": 12017,\n            \"productName\": \"Classic Footed Bowl CREAM 14cm\",\n            \"variantName\": \"14cm\",\n            \"barcode\": 8907895042318,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"14cm\",\n            \"colourName\": \"CREAM\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 249,\n            \"MRP\": 249,\n            \"sellingPrice\": 249,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1442,\n            \"batchVariantName\": \"Coupe Cereal Bowl CREAM 12cm_61021409001_MRP_250.0000\",\n            \"productID\": 12022,\n            \"variantID\": 12022,\n            \"productName\": \"Coupe Cereal Bowl CREAM 12cm\",\n            \"variantName\": \"12cm\",\n            \"barcode\": 8907895042363,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12cm\",\n            \"colourName\": \"CREAM\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 199,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1443,\n            \"batchVariantName\": \"Coupe Cereal Bowl CREAM 12cm_61021409001_MRP_199\",\n            \"productID\": 12022,\n            \"variantID\": 12022,\n            \"productName\": \"Coupe Cereal Bowl CREAM 12cm\",\n            \"variantName\": \"12cm\",\n            \"barcode\": 8907895042363,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12cm\",\n            \"colourName\": \"CREAM\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 199,\n            \"MRP\": 199,\n            \"sellingPrice\": 199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1444,\n            \"batchVariantName\": \"Coupe Cereal Bowl CREAM 17cm_61021410001_MRP_300.0000\",\n            \"productID\": 12023,\n            \"variantID\": 12023,\n            \"productName\": \"Coupe Cereal Bowl CREAM 17cm\",\n            \"variantName\": \"17cm\",\n            \"barcode\": 8907895042370,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"17cm\",\n            \"colourName\": \"CREAM\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 249,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1445,\n            \"batchVariantName\": \"Coupe Cereal Bowl CREAM 17cm_61021410001_MRP_249\",\n            \"productID\": 12023,\n            \"variantID\": 12023,\n            \"productName\": \"Coupe Cereal Bowl CREAM 17cm\",\n            \"variantName\": \"17cm\",\n            \"barcode\": 8907895042370,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:20\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"17cm\",\n            \"colourName\": \"CREAM\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 249,\n            \"MRP\": 249,\n            \"sellingPrice\": 249,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1446,\n            \"batchVariantName\": \"Agave in Ceme Green 10.16*10.16*15.24C_61021581001_MRP_849.0000\",\n            \"productID\": 12195,\n            \"variantID\": 12195,\n            \"productName\": \"Agave in Ceme Green 10.16*10.16*15.24C\",\n            \"variantName\": \"10.16*10.16*15.24C\",\n            \"barcode\": 8907895044091,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4213,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16*10.16*15.24C\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 849,\n            \"sellingPrice\": 849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1447,\n            \"batchVariantName\": \"Agave in Ceme Green 10.16*10.16*15.24C_61021581001_MRP_650\",\n            \"productID\": 12195,\n            \"variantID\": 12195,\n            \"productName\": \"Agave in Ceme Green 10.16*10.16*15.24C\",\n            \"variantName\": \"10.16*10.16*15.24C\",\n            \"barcode\": 8907895044091,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4213,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16*10.16*15.24C\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1448,\n            \"batchVariantName\": \"Agave in Ceme Green 10.16*10.16*15.24C_61021581001_MRP_849.0000\",\n            \"productID\": 12195,\n            \"variantID\": 12195,\n            \"productName\": \"Agave in Ceme Green 10.16*10.16*15.24C\",\n            \"variantName\": \"10.16*10.16*15.24C\",\n            \"barcode\": 8907895044091,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4213,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16*10.16*15.24C\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 849,\n            \"sellingPrice\": 849,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1449,\n            \"batchVariantName\": \"Agave in Ceme Green 10.16*10.16*15.24C_61021581001_MRP_750\",\n            \"productID\": 12195,\n            \"variantID\": 12195,\n            \"productName\": \"Agave in Ceme Green 10.16*10.16*15.24C\",\n            \"variantName\": \"10.16*10.16*15.24C\",\n            \"barcode\": 8907895044091,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4213,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.16*10.16*15.24C\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1450,\n            \"batchVariantName\": \"Apple Leaves Green 22.05*22.05*31.85C_61021584001_MRP_999.0000\",\n            \"productID\": 12198,\n            \"variantID\": 12198,\n            \"productName\": \"Apple Leaves Green 22.05*22.05*31.85C\",\n            \"variantName\": \"22.05*22.05*31.85C\",\n            \"barcode\": 8907895044121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"22.05*22.05*31.85C\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1451,\n            \"batchVariantName\": \"Apple Leaves Green 22.05*22.05*31.85C_61021584001_MRP_899\",\n            \"productID\": 12198,\n            \"variantID\": 12198,\n            \"productName\": \"Apple Leaves Green 22.05*22.05*31.85C\",\n            \"variantName\": \"22.05*22.05*31.85C\",\n            \"barcode\": 8907895044121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"22.05*22.05*31.85C\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1452,\n            \"batchVariantName\": \"Hydrangea Bus PINK 33.02*33.02*39.37CM_61021586001_MRP_1999.0000\",\n            \"productID\": 12200,\n            \"variantID\": 12200,\n            \"productName\": \"Hydrangea Bus PINK 33.02*33.02*39.37CM\",\n            \"variantName\": \"33.02*33.02*39.37CM\",\n            \"barcode\": 8907895044145,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33.02*33.02*39.37CM\",\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1650,\n            \"MRP\": 1999,\n            \"sellingPrice\": 1999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1453,\n            \"batchVariantName\": \"Hydrangea Bus PINK 33.02*33.02*39.37CM_61021586001_MRP_1650\",\n            \"productID\": 12200,\n            \"variantID\": 12200,\n            \"productName\": \"Hydrangea Bus PINK 33.02*33.02*39.37CM\",\n            \"variantName\": \"33.02*33.02*39.37CM\",\n            \"barcode\": 8907895044145,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33.02*33.02*39.37CM\",\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1650,\n            \"MRP\": 1650,\n            \"sellingPrice\": 1650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1454,\n            \"batchVariantName\": \"Bean Flower Ivory H-110 CM_61021604001_MRP_699.0000\",\n            \"productID\": 12218,\n            \"variantID\": 12218,\n            \"productName\": \"Bean Flower Ivory H-110 CM\",\n            \"variantName\": \"H-110 CM\",\n            \"barcode\": 8907895044329,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-110 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 699,\n            \"sellingPrice\": 699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1455,\n            \"batchVariantName\": \"Bean Flower Ivory H-110 CM_61021604001_MRP_549\",\n            \"productID\": 12218,\n            \"variantID\": 12218,\n            \"productName\": \"Bean Flower Ivory H-110 CM\",\n            \"variantName\": \"H-110 CM\",\n            \"barcode\": 8907895044329,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-110 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1456,\n            \"batchVariantName\": \"Carnation Ivory 70 CM_61021605001_MRP_449.0000\",\n            \"productID\": 12219,\n            \"variantID\": 12219,\n            \"productName\": \"Carnation Ivory 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895044336,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:21\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1457,\n            \"batchVariantName\": \"Carnation Ivory 70 CM_61021605001_MRP_349\",\n            \"productID\": 12219,\n            \"variantID\": 12219,\n            \"productName\": \"Carnation Ivory 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895044336,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1458,\n            \"batchVariantName\": \"Carnation Ivory 70 CM_61021605001_MRP_449.0000\",\n            \"productID\": 12219,\n            \"variantID\": 12219,\n            \"productName\": \"Carnation Ivory 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895044336,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1459,\n            \"batchVariantName\": \"Carnation Ivory 70 CM_61021605001_MRP_399\",\n            \"productID\": 12219,\n            \"variantID\": 12219,\n            \"productName\": \"Carnation Ivory 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895044336,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1460,\n            \"batchVariantName\": \"Carnation PEACH 70 CM_61021606001_MRP_449.0000\",\n            \"productID\": 12220,\n            \"variantID\": 12220,\n            \"productName\": \"Carnation PEACH 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895044343,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"PEACH\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1461,\n            \"batchVariantName\": \"Carnation PEACH 70 CM_61021606001_MRP_349\",\n            \"productID\": 12220,\n            \"variantID\": 12220,\n            \"productName\": \"Carnation PEACH 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895044343,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"PEACH\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1462,\n            \"batchVariantName\": \"Carnation Yellow 70 CM_61021607001_MRP_449.0000\",\n            \"productID\": 12221,\n            \"variantID\": 12221,\n            \"productName\": \"Carnation Yellow 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895044350,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1463,\n            \"batchVariantName\": \"Carnation Yellow 70 CM_61021607001_MRP_349\",\n            \"productID\": 12221,\n            \"variantID\": 12221,\n            \"productName\": \"Carnation Yellow 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895044350,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1464,\n            \"batchVariantName\": \"Carnation Yellow 70 CM_61021607001_MRP_449.0000\",\n            \"productID\": 12221,\n            \"variantID\": 12221,\n            \"productName\": \"Carnation Yellow 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895044350,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1465,\n            \"batchVariantName\": \"Carnation Yellow 70 CM_61021607001_MRP_399\",\n            \"productID\": 12221,\n            \"variantID\": 12221,\n            \"productName\": \"Carnation Yellow 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895044350,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1466,\n            \"batchVariantName\": \"Gladious Ivory H-110 CM_61021608001_MRP_549.0000\",\n            \"productID\": 12222,\n            \"variantID\": 12222,\n            \"productName\": \"Gladious Ivory H-110 CM\",\n            \"variantName\": \"H-110 CM\",\n            \"barcode\": 8907895044367,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-110 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1467,\n            \"batchVariantName\": \"Gladious Ivory H-110 CM_61021608001_MRP_499\",\n            \"productID\": 12222,\n            \"variantID\": 12222,\n            \"productName\": \"Gladious Ivory H-110 CM\",\n            \"variantName\": \"H-110 CM\",\n            \"barcode\": 8907895044367,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-110 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1468,\n            \"batchVariantName\": \"Gladious PINK H-110 CM_61021609001_MRP_549.0000\",\n            \"productID\": 12223,\n            \"variantID\": 12223,\n            \"productName\": \"Gladious PINK H-110 CM\",\n            \"variantName\": \"H-110 CM\",\n            \"barcode\": 8907895044374,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:22\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-110 CM\",\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1469,\n            \"batchVariantName\": \"Gladious PINK H-110 CM_61021609001_MRP_499\",\n            \"productID\": 12223,\n            \"variantID\": 12223,\n            \"productName\": \"Gladious PINK H-110 CM\",\n            \"variantName\": \"H-110 CM\",\n            \"barcode\": 8907895044374,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-110 CM\",\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1470,\n            \"batchVariantName\": \"Lily Ivory H-104 CM_61021610001_MRP_799.0000\",\n            \"productID\": 12224,\n            \"variantID\": 12224,\n            \"productName\": \"Lily Ivory H-104 CM\",\n            \"variantName\": \"H-104 CM\",\n            \"barcode\": 8907895044381,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-104 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 699,\n            \"MRP\": 799,\n            \"sellingPrice\": 799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1471,\n            \"batchVariantName\": \"Lily Ivory H-104 CM_61021610001_MRP_699\",\n            \"productID\": 12224,\n            \"variantID\": 12224,\n            \"productName\": \"Lily Ivory H-104 CM\",\n            \"variantName\": \"H-104 CM\",\n            \"barcode\": 8907895044381,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-104 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 699,\n            \"MRP\": 699,\n            \"sellingPrice\": 699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1472,\n            \"batchVariantName\": \"Lily PEACH H-104 CM_61021611001_MRP_799.0000\",\n            \"productID\": 12225,\n            \"variantID\": 12225,\n            \"productName\": \"Lily PEACH H-104 CM\",\n            \"variantName\": \"H-104 CM\",\n            \"barcode\": 8907895044398,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-104 CM\",\n            \"colourName\": \"PEACH\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 699,\n            \"MRP\": 799,\n            \"sellingPrice\": 799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1473,\n            \"batchVariantName\": \"Lily PEACH H-104 CM_61021611001_MRP_699\",\n            \"productID\": 12225,\n            \"variantID\": 12225,\n            \"productName\": \"Lily PEACH H-104 CM\",\n            \"variantName\": \"H-104 CM\",\n            \"barcode\": 8907895044398,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-104 CM\",\n            \"colourName\": \"PEACH\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 699,\n            \"MRP\": 699,\n            \"sellingPrice\": 699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1474,\n            \"batchVariantName\": \"Hydrangea Ivory H-48 cm_61021612001_MRP_599.0000\",\n            \"productID\": 12226,\n            \"variantID\": 12226,\n            \"productName\": \"Hydrangea Ivory H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044404,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 599,\n            \"sellingPrice\": 599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1475,\n            \"batchVariantName\": \"Hydrangea Ivory H-48 cm_61021612001_MRP_499\",\n            \"productID\": 12226,\n            \"variantID\": 12226,\n            \"productName\": \"Hydrangea Ivory H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044404,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1476,\n            \"batchVariantName\": \"Hydrangea Ivory H-48 cm_61021612001_MRP_599.0000\",\n            \"productID\": 12226,\n            \"variantID\": 12226,\n            \"productName\": \"Hydrangea Ivory H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044404,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 599,\n            \"sellingPrice\": 599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1477,\n            \"batchVariantName\": \"Hydrangea Ivory H-48 cm_61021612001_MRP_550\",\n            \"productID\": 12226,\n            \"variantID\": 12226,\n            \"productName\": \"Hydrangea Ivory H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044404,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1478,\n            \"batchVariantName\": \"Hydrangea Yellow H-48 cm_61021613001_MRP_599.0000\",\n            \"productID\": 12227,\n            \"variantID\": 12227,\n            \"productName\": \"Hydrangea Yellow H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044411,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 599,\n            \"sellingPrice\": 599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1479,\n            \"batchVariantName\": \"Hydrangea Yellow H-48 cm_61021613001_MRP_499\",\n            \"productID\": 12227,\n            \"variantID\": 12227,\n            \"productName\": \"Hydrangea Yellow H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044411,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1480,\n            \"batchVariantName\": \"Hydrangea Yellow H-48 cm_61021613001_MRP_599.0000\",\n            \"productID\": 12227,\n            \"variantID\": 12227,\n            \"productName\": \"Hydrangea Yellow H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044411,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:23\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 599,\n            \"sellingPrice\": 599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1481,\n            \"batchVariantName\": \"Hydrangea Yellow H-48 cm_61021613001_MRP_550\",\n            \"productID\": 12227,\n            \"variantID\": 12227,\n            \"productName\": \"Hydrangea Yellow H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044411,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1482,\n            \"batchVariantName\": \"Hydrangea PINK H-48 cm_61021615001_MRP_599.0000\",\n            \"productID\": 12229,\n            \"variantID\": 12229,\n            \"productName\": \"Hydrangea PINK H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044435,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 599,\n            \"sellingPrice\": 599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1483,\n            \"batchVariantName\": \"Hydrangea PINK H-48 cm_61021615001_MRP_550\",\n            \"productID\": 12229,\n            \"variantID\": 12229,\n            \"productName\": \"Hydrangea PINK H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044435,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1484,\n            \"batchVariantName\": \"Hydrangea Green H-48 cm_61021616001_MRP_599.0000\",\n            \"productID\": 12230,\n            \"variantID\": 12230,\n            \"productName\": \"Hydrangea Green H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044442,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 599,\n            \"sellingPrice\": 599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1485,\n            \"batchVariantName\": \"Hydrangea Green H-48 cm_61021616001_MRP_499\",\n            \"productID\": 12230,\n            \"variantID\": 12230,\n            \"productName\": \"Hydrangea Green H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044442,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1486,\n            \"batchVariantName\": \"Hydrangea Green H-48 cm_61021616001_MRP_599.0000\",\n            \"productID\": 12230,\n            \"variantID\": 12230,\n            \"productName\": \"Hydrangea Green H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044442,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 599,\n            \"sellingPrice\": 599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1487,\n            \"batchVariantName\": \"Hydrangea Green H-48 cm_61021616001_MRP_550\",\n            \"productID\": 12230,\n            \"variantID\": 12230,\n            \"productName\": \"Hydrangea Green H-48 cm\",\n            \"variantName\": \"H-48 cm\",\n            \"barcode\": 8907895044442,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-48 cm\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1488,\n            \"batchVariantName\": \"Hydrangea Ivory H-106 CM_61021617001_MRP_899.0000\",\n            \"productID\": 12231,\n            \"variantID\": 12231,\n            \"productName\": \"Hydrangea Ivory H-106 CM\",\n            \"variantName\": \"H-106 CM\",\n            \"barcode\": 8907895044459,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-106 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1489,\n            \"batchVariantName\": \"Hydrangea Ivory H-106 CM_61021617001_MRP_999\",\n            \"productID\": 12231,\n            \"variantID\": 12231,\n            \"productName\": \"Hydrangea Ivory H-106 CM\",\n            \"variantName\": \"H-106 CM\",\n            \"barcode\": 8907895044459,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-106 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1490,\n            \"batchVariantName\": \"Hydrangea PINK H-106 CM_61021619001_MRP_899.0000\",\n            \"productID\": 12233,\n            \"variantID\": 12233,\n            \"productName\": \"Hydrangea PINK H-106 CM\",\n            \"variantName\": \"H-106 CM\",\n            \"barcode\": 8907895044473,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-106 CM\",\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1491,\n            \"batchVariantName\": \"Hydrangea PINK H-106 CM_61021619001_MRP_999\",\n            \"productID\": 12233,\n            \"variantID\": 12233,\n            \"productName\": \"Hydrangea PINK H-106 CM\",\n            \"variantName\": \"H-106 CM\",\n            \"barcode\": 8907895044473,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-106 CM\",\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1492,\n            \"batchVariantName\": \"Azalea Ivory H-103 CM_61021623001_MRP_999.0000\",\n            \"productID\": 12237,\n            \"variantID\": 12237,\n            \"productName\": \"Azalea Ivory H-103 CM\",\n            \"variantName\": \"H-103 CM\",\n            \"barcode\": 8907895044510,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:24\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-103 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1493,\n            \"batchVariantName\": \"Azalea Ivory H-103 CM_61021623001_MRP_899\",\n            \"productID\": 12237,\n            \"variantID\": 12237,\n            \"productName\": \"Azalea Ivory H-103 CM\",\n            \"variantName\": \"H-103 CM\",\n            \"barcode\": 8907895044510,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-103 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 899,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1494,\n            \"batchVariantName\": \"Chrysanthemum Green H-84 CM_61021626001_MRP_449.0000\",\n            \"productID\": 12240,\n            \"variantID\": 12240,\n            \"productName\": \"Chrysanthemum Green H-84 CM\",\n            \"variantName\": \"H-84 CM\",\n            \"barcode\": 8907895044541,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-84 CM\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1495,\n            \"batchVariantName\": \"Chrysanthemum Green H-84 CM_61021626001_MRP_349\",\n            \"productID\": 12240,\n            \"variantID\": 12240,\n            \"productName\": \"Chrysanthemum Green H-84 CM\",\n            \"variantName\": \"H-84 CM\",\n            \"barcode\": 8907895044541,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-84 CM\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1496,\n            \"batchVariantName\": \"Chrysanthemum Ivory H-84 CM_61021627001_MRP_449.0000\",\n            \"productID\": 12241,\n            \"variantID\": 12241,\n            \"productName\": \"Chrysanthemum Ivory H-84 CM\",\n            \"variantName\": \"H-84 CM\",\n            \"barcode\": 8907895044558,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-84 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1497,\n            \"batchVariantName\": \"Chrysanthemum Ivory H-84 CM_61021627001_MRP_349\",\n            \"productID\": 12241,\n            \"variantID\": 12241,\n            \"productName\": \"Chrysanthemum Ivory H-84 CM\",\n            \"variantName\": \"H-84 CM\",\n            \"barcode\": 8907895044558,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-84 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1498,\n            \"batchVariantName\": \"Chrysanthemum PEACH H-84 CM_61021628001_MRP_449.0000\",\n            \"productID\": 12242,\n            \"variantID\": 12242,\n            \"productName\": \"Chrysanthemum PEACH H-84 CM\",\n            \"variantName\": \"H-84 CM\",\n            \"barcode\": 8907895044565,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-84 CM\",\n            \"colourName\": \"PEACH\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1499,\n            \"batchVariantName\": \"Chrysanthemum PEACH H-84 CM_61021628001_MRP_349\",\n            \"productID\": 12242,\n            \"variantID\": 12242,\n            \"productName\": \"Chrysanthemum PEACH H-84 CM\",\n            \"variantName\": \"H-84 CM\",\n            \"barcode\": 8907895044565,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-84 CM\",\n            \"colourName\": \"PEACH\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 349,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1500,\n            \"batchVariantName\": \"Orchid Ivory H-94 CM_61021630001_MRP_649.0000\",\n            \"productID\": 12244,\n            \"variantID\": 12244,\n            \"productName\": \"Orchid Ivory H-94 CM\",\n            \"variantName\": \"H-94 CM\",\n            \"barcode\": 8907895044589,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-94 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 799,\n            \"MRP\": 649,\n            \"sellingPrice\": 649,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1501,\n            \"batchVariantName\": \"Orchid Ivory H-94 CM_61021630001_MRP_799\",\n            \"productID\": 12244,\n            \"variantID\": 12244,\n            \"productName\": \"Orchid Ivory H-94 CM\",\n            \"variantName\": \"H-94 CM\",\n            \"barcode\": 8907895044589,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-94 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 799,\n            \"MRP\": 799,\n            \"sellingPrice\": 799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1502,\n            \"batchVariantName\": \"Cherry Blossom Ivory H-115 CM_61021633001_MRP_999.0000\",\n            \"productID\": 12247,\n            \"variantID\": 12247,\n            \"productName\": \"Cherry Blossom Ivory H-115 CM\",\n            \"variantName\": \"H-115 CM\",\n            \"barcode\": 8907895044619,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-115 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 949,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1503,\n            \"batchVariantName\": \"Cherry Blossom Ivory H-115 CM_61021633001_MRP_949\",\n            \"productID\": 12247,\n            \"variantID\": 12247,\n            \"productName\": \"Cherry Blossom Ivory H-115 CM\",\n            \"variantName\": \"H-115 CM\",\n            \"barcode\": 8907895044619,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:25\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-115 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 949,\n            \"MRP\": 949,\n            \"sellingPrice\": 949,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1504,\n            \"batchVariantName\": \"Peony Ivory H-93CM_61021644001_MRP_349.0000\",\n            \"productID\": 12258,\n            \"variantID\": 12258,\n            \"productName\": \"Peony Ivory H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895044725,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 279,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1505,\n            \"batchVariantName\": \"Peony Ivory H-93CM_61021644001_MRP_249\",\n            \"productID\": 12258,\n            \"variantID\": 12258,\n            \"productName\": \"Peony Ivory H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895044725,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 279,\n            \"MRP\": 249,\n            \"sellingPrice\": 249,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1506,\n            \"batchVariantName\": \"Peony Ivory H-93CM_61021644001_MRP_349.0000\",\n            \"productID\": 12258,\n            \"variantID\": 12258,\n            \"productName\": \"Peony Ivory H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895044725,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 279,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1507,\n            \"batchVariantName\": \"Peony Ivory H-93CM_61021644001_MRP_279\",\n            \"productID\": 12258,\n            \"variantID\": 12258,\n            \"productName\": \"Peony Ivory H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895044725,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 279,\n            \"MRP\": 279,\n            \"sellingPrice\": 279,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1508,\n            \"batchVariantName\": \"Peony PEACH H-93CM_61021645001_MRP_349.0000\",\n            \"productID\": 12259,\n            \"variantID\": 12259,\n            \"productName\": \"Peony PEACH H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895044732,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"PEACH\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 249,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1509,\n            \"batchVariantName\": \"Peony PEACH H-93CM_61021645001_MRP_249\",\n            \"productID\": 12259,\n            \"variantID\": 12259,\n            \"productName\": \"Peony PEACH H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895044732,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"PEACH\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 249,\n            \"MRP\": 249,\n            \"sellingPrice\": 249,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1510,\n            \"batchVariantName\": \"Peony Yellow H-93CM_61021647001_MRP_349.0000\",\n            \"productID\": 12261,\n            \"variantID\": 12261,\n            \"productName\": \"Peony Yellow H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895044756,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 279,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1511,\n            \"batchVariantName\": \"Peony Yellow H-93CM_61021647001_MRP_249\",\n            \"productID\": 12261,\n            \"variantID\": 12261,\n            \"productName\": \"Peony Yellow H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895044756,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 279,\n            \"MRP\": 249,\n            \"sellingPrice\": 249,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1512,\n            \"batchVariantName\": \"Peony Yellow H-93CM_61021647001_MRP_349.0000\",\n            \"productID\": 12261,\n            \"variantID\": 12261,\n            \"productName\": \"Peony Yellow H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895044756,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 279,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1513,\n            \"batchVariantName\": \"Peony Yellow H-93CM_61021647001_MRP_279\",\n            \"productID\": 12261,\n            \"variantID\": 12261,\n            \"productName\": \"Peony Yellow H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895044756,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 279,\n            \"MRP\": 279,\n            \"sellingPrice\": 279,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1514,\n            \"batchVariantName\": \"Magnolia Ivory H-103CM_61021648001_MRP_549.0000\",\n            \"productID\": 12262,\n            \"variantID\": 12262,\n            \"productName\": \"Magnolia Ivory H-103CM\",\n            \"variantName\": \"H-103CM\",\n            \"barcode\": 8907895044763,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-103CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1515,\n            \"batchVariantName\": \"Magnolia Ivory H-103CM_61021648001_MRP_449\",\n            \"productID\": 12262,\n            \"variantID\": 12262,\n            \"productName\": \"Magnolia Ivory H-103CM\",\n            \"variantName\": \"H-103CM\",\n            \"barcode\": 8907895044763,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:26\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-103CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1516,\n            \"batchVariantName\": \"Magnolia Ivory H-103CM_61021648001_MRP_549.0000\",\n            \"productID\": 12262,\n            \"variantID\": 12262,\n            \"productName\": \"Magnolia Ivory H-103CM\",\n            \"variantName\": \"H-103CM\",\n            \"barcode\": 8907895044763,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-103CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1517,\n            \"batchVariantName\": \"Magnolia Ivory H-103CM_61021648001_MRP_499\",\n            \"productID\": 12262,\n            \"variantID\": 12262,\n            \"productName\": \"Magnolia Ivory H-103CM\",\n            \"variantName\": \"H-103CM\",\n            \"barcode\": 8907895044763,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-103CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1518,\n            \"batchVariantName\": \"Magnolia PEACH H-103CM_61021649001_MRP_549.0000\",\n            \"productID\": 12263,\n            \"variantID\": 12263,\n            \"productName\": \"Magnolia PEACH H-103CM\",\n            \"variantName\": \"H-103CM\",\n            \"barcode\": 8907895044770,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-103CM\",\n            \"colourName\": \"PEACH\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 449,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1519,\n            \"batchVariantName\": \"Magnolia PEACH H-103CM_61021649001_MRP_449\",\n            \"productID\": 12263,\n            \"variantID\": 12263,\n            \"productName\": \"Magnolia PEACH H-103CM\",\n            \"variantName\": \"H-103CM\",\n            \"barcode\": 8907895044770,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-103CM\",\n            \"colourName\": \"PEACH\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 449,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1520,\n            \"batchVariantName\": \"Brixton Tumbler Clear 320 ML_61021697001_MRP_599.0000\",\n            \"productID\": 12315,\n            \"variantID\": 12315,\n            \"productName\": \"Brixton Tumbler Clear 320 ML\",\n            \"variantName\": \"320 ML\",\n            \"barcode\": 8907895045296,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"320 ML\",\n            \"colourName\": \"Clear\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 599,\n            \"sellingPrice\": 599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1521,\n            \"batchVariantName\": \"Brixton Tumbler Clear 320 ML_61021697001_MRP_499\",\n            \"productID\": 12315,\n            \"variantID\": 12315,\n            \"productName\": \"Brixton Tumbler Clear 320 ML\",\n            \"variantName\": \"320 ML\",\n            \"barcode\": 8907895045296,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"320 ML\",\n            \"colourName\": \"Clear\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1522,\n            \"batchVariantName\": \"Skyline Tumbler Clear 320 ML_61021703001_MRP_599.0000\",\n            \"productID\": 12321,\n            \"variantID\": 12321,\n            \"productName\": \"Skyline Tumbler Clear 320 ML\",\n            \"variantName\": \"320 ML\",\n            \"barcode\": 8907895045357,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"320 ML\",\n            \"colourName\": \"Clear\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 599,\n            \"sellingPrice\": 599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1523,\n            \"batchVariantName\": \"Skyline Tumbler Clear 320 ML_61021703001_MRP_499\",\n            \"productID\": 12321,\n            \"variantID\": 12321,\n            \"productName\": \"Skyline Tumbler Clear 320 ML\",\n            \"variantName\": \"320 ML\",\n            \"barcode\": 8907895045357,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"320 ML\",\n            \"colourName\": \"Clear\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1524,\n            \"batchVariantName\": \"Gold Finish Metal Photo Rose Gold 4x6\\\"_61022025001_MRP_2199.0000\",\n            \"productID\": 12639,\n            \"variantID\": 12639,\n            \"productName\": \"Gold Finish Metal Photo Rose Gold 4x6\\\"\",\n            \"variantName\": \"4x6\\\"\",\n            \"barcode\": 8907895048563,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"4x6\\\"\",\n            \"colourName\": \"Rose Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1899,\n            \"MRP\": 2199,\n            \"sellingPrice\": 2199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1525,\n            \"batchVariantName\": \"Gold Finish Metal Photo Rose Gold 4x6\\\"_61022025001_MRP_1899\",\n            \"productID\": 12639,\n            \"variantID\": 12639,\n            \"productName\": \"Gold Finish Metal Photo Rose Gold 4x6\\\"\",\n            \"variantName\": \"4x6\\\"\",\n            \"barcode\": 8907895048563,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"4x6\\\"\",\n            \"colourName\": \"Rose Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1899,\n            \"MRP\": 1899,\n            \"sellingPrice\": 1899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1526,\n            \"batchVariantName\": \"Gold Finish Metal Photo Rose Gold 5x7\\\"_61022026001_MRP_2399.0000\",\n            \"productID\": 12640,\n            \"variantID\": 12640,\n            \"productName\": \"Gold Finish Metal Photo Rose Gold 5x7\\\"\",\n            \"variantName\": \"5x7\\\"\",\n            \"barcode\": 8907895048570,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:27\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5x7\\\"\",\n            \"colourName\": \"Rose Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2199,\n            \"MRP\": 2399,\n            \"sellingPrice\": 2399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1527,\n            \"batchVariantName\": \"Gold Finish Metal Photo Rose Gold 5x7\\\"_61022026001_MRP_2199\",\n            \"productID\": 12640,\n            \"variantID\": 12640,\n            \"productName\": \"Gold Finish Metal Photo Rose Gold 5x7\\\"\",\n            \"variantName\": \"5x7\\\"\",\n            \"barcode\": 8907895048570,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5x7\\\"\",\n            \"colourName\": \"Rose Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2199,\n            \"MRP\": 2199,\n            \"sellingPrice\": 2199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1528,\n            \"batchVariantName\": \"Gold Finish Metal Photo Rose Gold 4x6\\\"_61022039001_MRP_2349.0000\",\n            \"productID\": 12653,\n            \"variantID\": 12653,\n            \"productName\": \"Gold Finish Metal Photo Rose Gold 4x6\\\"\",\n            \"variantName\": \"4x6\\\"\",\n            \"barcode\": 8907895048709,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"4x6\\\"\",\n            \"colourName\": \"Rose Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2199,\n            \"MRP\": 2349,\n            \"sellingPrice\": 2349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1529,\n            \"batchVariantName\": \"Gold Finish Metal Photo Rose Gold 4x6\\\"_61022039001_MRP_2199\",\n            \"productID\": 12653,\n            \"variantID\": 12653,\n            \"productName\": \"Gold Finish Metal Photo Rose Gold 4x6\\\"\",\n            \"variantName\": \"4x6\\\"\",\n            \"barcode\": 8907895048709,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"4x6\\\"\",\n            \"colourName\": \"Rose Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2199,\n            \"MRP\": 2199,\n            \"sellingPrice\": 2199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1530,\n            \"batchVariantName\": \"Gold Finish Metal Photo Rose Gold 5x7\\\"_61022040001_MRP_2699.0000\",\n            \"productID\": 12654,\n            \"variantID\": 12654,\n            \"productName\": \"Gold Finish Metal Photo Rose Gold 5x7\\\"\",\n            \"variantName\": \"5x7\\\"\",\n            \"barcode\": 8907895048716,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5x7\\\"\",\n            \"colourName\": \"Rose Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2499,\n            \"MRP\": 2699,\n            \"sellingPrice\": 2699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1531,\n            \"batchVariantName\": \"Gold Finish Metal Photo Rose Gold 5x7\\\"_61022040001_MRP_2499\",\n            \"productID\": 12654,\n            \"variantID\": 12654,\n            \"productName\": \"Gold Finish Metal Photo Rose Gold 5x7\\\"\",\n            \"variantName\": \"5x7\\\"\",\n            \"barcode\": 8907895048716,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"5x7\\\"\",\n            \"colourName\": \"Rose Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2499,\n            \"MRP\": 2499,\n            \"sellingPrice\": 2499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1532,\n            \"batchVariantName\": \"Single Protea W/11 Lvs White 61 CM_61022597001_MRP_1249.0000\",\n            \"productID\": 13065,\n            \"variantID\": 13065,\n            \"productName\": \"Single Protea W/11 Lvs White 61 CM\",\n            \"variantName\": \"61 CM\",\n            \"barcode\": 8907895052829,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"61 CM\",\n            \"colourName\": \"White\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 1249,\n            \"sellingPrice\": 1249,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1533,\n            \"batchVariantName\": \"Single Protea W/11 Lvs White 61 CM_61022597001_MRP_550\",\n            \"productID\": 13065,\n            \"variantID\": 13065,\n            \"productName\": \"Single Protea W/11 Lvs White 61 CM\",\n            \"variantName\": \"61 CM\",\n            \"barcode\": 8907895052829,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"61 CM\",\n            \"colourName\": \"White\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 550,\n            \"MRP\": 550,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1534,\n            \"batchVariantName\": \"Glass Box RED 8.5*8.5*14CM_61022699001_MRP_1299.0000\",\n            \"productID\": 13167,\n            \"variantID\": 13167,\n            \"productName\": \"Glass Box RED 8.5*8.5*14CM\",\n            \"variantName\": \"8.5*8.5*14CM\",\n            \"barcode\": 8907895053840,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8.5*8.5*14CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 1299,\n            \"sellingPrice\": 1299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1535,\n            \"batchVariantName\": \"Glass Box RED 8.5*8.5*14CM_61022699001_MRP_499\",\n            \"productID\": 13167,\n            \"variantID\": 13167,\n            \"productName\": \"Glass Box RED 8.5*8.5*14CM\",\n            \"variantName\": \"8.5*8.5*14CM\",\n            \"barcode\": 8907895053840,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8.5*8.5*14CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1536,\n            \"batchVariantName\": \"Glass Box Amber 8.5*8.5*14CM_61022701001_MRP_1299.0000\",\n            \"productID\": 13169,\n            \"variantID\": 13169,\n            \"productName\": \"Glass Box Amber 8.5*8.5*14CM\",\n            \"variantName\": \"8.5*8.5*14CM\",\n            \"barcode\": 8907895053864,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8.5*8.5*14CM\",\n            \"colourName\": \"Amber\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 1299,\n            \"sellingPrice\": 1299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1537,\n            \"batchVariantName\": \"Glass Box Amber 8.5*8.5*14CM_61022701001_MRP_499\",\n            \"productID\": 13169,\n            \"variantID\": 13169,\n            \"productName\": \"Glass Box Amber 8.5*8.5*14CM\",\n            \"variantName\": \"8.5*8.5*14CM\",\n            \"barcode\": 8907895053864,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"8.5*8.5*14CM\",\n            \"colourName\": \"Amber\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1538,\n            \"batchVariantName\": \"Medium Glass Jar RED 9*9*9CM_61022770001_MRP_1199.0000\",\n            \"productID\": 13160,\n            \"variantID\": 13160,\n            \"productName\": \"Medium Glass Jar RED 9*9*9CM\",\n            \"variantName\": \"9*9*9CM\",\n            \"barcode\": 8907895053772,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:28\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*9*9CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1539,\n            \"batchVariantName\": \"Medium Glass Jar RED 9*9*9CM_61022770001_MRP_999\",\n            \"productID\": 13160,\n            \"variantID\": 13160,\n            \"productName\": \"Medium Glass Jar RED 9*9*9CM\",\n            \"variantName\": \"9*9*9CM\",\n            \"barcode\": 8907895053772,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*9*9CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1540,\n            \"batchVariantName\": \"Medium Glass Jar Dark Amber 9*9*9CM_61022772001_MRP_1199.0000\",\n            \"productID\": 13162,\n            \"variantID\": 13162,\n            \"productName\": \"Medium Glass Jar Dark Amber 9*9*9CM\",\n            \"variantName\": \"9*9*9CM\",\n            \"barcode\": 8907895053796,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*9*9CM\",\n            \"colourName\": \"Dark Amber\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1541,\n            \"batchVariantName\": \"Medium Glass Jar Dark Amber 9*9*9CM_61022772001_MRP_999\",\n            \"productID\": 13162,\n            \"variantID\": 13162,\n            \"productName\": \"Medium Glass Jar Dark Amber 9*9*9CM\",\n            \"variantName\": \"9*9*9CM\",\n            \"barcode\": 8907895053796,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"9*9*9CM\",\n            \"colourName\": \"Dark Amber\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 999,\n            \"MRP\": 999,\n            \"sellingPrice\": 999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1542,\n            \"batchVariantName\": \"Sitting Leopard Gold 10.6X9.5X28CM_61022851001_MRP_1799.0000\",\n            \"productID\": 13306,\n            \"variantID\": 13306,\n            \"productName\": \"Sitting Leopard Gold 10.6X9.5X28CM\",\n            \"variantName\": \"10.6X9.5X28CM\",\n            \"barcode\": 8907895055240,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.6X9.5X28CM\",\n            \"colourName\": \"Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1899,\n            \"MRP\": 1799,\n            \"sellingPrice\": 1799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1543,\n            \"batchVariantName\": \"Sitting Leopard Gold 10.6X9.5X28CM_61022851001_MRP_1899\",\n            \"productID\": 13306,\n            \"variantID\": 13306,\n            \"productName\": \"Sitting Leopard Gold 10.6X9.5X28CM\",\n            \"variantName\": \"10.6X9.5X28CM\",\n            \"barcode\": 8907895055240,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.6X9.5X28CM\",\n            \"colourName\": \"Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1899,\n            \"MRP\": 1899,\n            \"sellingPrice\": 1899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1544,\n            \"batchVariantName\": \"Golden Leopard Gold 36X11X16.9CM_61022852001_MRP_2199.0000\",\n            \"productID\": 13307,\n            \"variantID\": 13307,\n            \"productName\": \"Golden Leopard Gold 36X11X16.9CM\",\n            \"variantName\": \"36X11X16.9CM\",\n            \"barcode\": 8907895055257,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"36X11X16.9CM\",\n            \"colourName\": \"Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2299,\n            \"MRP\": 2199,\n            \"sellingPrice\": 2199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1545,\n            \"batchVariantName\": \"Golden Leopard Gold 36X11X16.9CM_61022852001_MRP_2299\",\n            \"productID\": 13307,\n            \"variantID\": 13307,\n            \"productName\": \"Golden Leopard Gold 36X11X16.9CM\",\n            \"variantName\": \"36X11X16.9CM\",\n            \"barcode\": 8907895055257,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"36X11X16.9CM\",\n            \"colourName\": \"Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2299,\n            \"MRP\": 2299,\n            \"sellingPrice\": 2299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1546,\n            \"batchVariantName\": \"Golden Horse Gold 32X9X29.3CM_61022853001_MRP_2699.0000\",\n            \"productID\": 13308,\n            \"variantID\": 13308,\n            \"productName\": \"Golden Horse Gold 32X9X29.3CM\",\n            \"variantName\": \"32X9X29.3CM\",\n            \"barcode\": 8907895055264,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"32X9X29.3CM\",\n            \"colourName\": \"Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2899,\n            \"MRP\": 2699,\n            \"sellingPrice\": 2699,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1547,\n            \"batchVariantName\": \"Golden Horse Gold 32X9X29.3CM_61022853001_MRP_2899\",\n            \"productID\": 13308,\n            \"variantID\": 13308,\n            \"productName\": \"Golden Horse Gold 32X9X29.3CM\",\n            \"variantName\": \"32X9X29.3CM\",\n            \"barcode\": 8907895055264,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"32X9X29.3CM\",\n            \"colourName\": \"Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2899,\n            \"MRP\": 2899,\n            \"sellingPrice\": 2899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1548,\n            \"batchVariantName\": \"Golden Horse Hea Gold 17.8X36.5X40.5CM_61022857001_MRP_3199.0000\",\n            \"productID\": 13312,\n            \"variantID\": 13312,\n            \"productName\": \"Golden Horse Hea Gold 17.8X36.5X40.5CM\",\n            \"variantName\": \"17.8X36.5X40.5CM\",\n            \"barcode\": 8907895055301,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"17.8X36.5X40.5CM\",\n            \"colourName\": \"Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3499,\n            \"MRP\": 3199,\n            \"sellingPrice\": 3199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1549,\n            \"batchVariantName\": \"Golden Horse Hea Gold 17.8X36.5X40.5CM_61022857001_MRP_3499\",\n            \"productID\": 13312,\n            \"variantID\": 13312,\n            \"productName\": \"Golden Horse Hea Gold 17.8X36.5X40.5CM\",\n            \"variantName\": \"17.8X36.5X40.5CM\",\n            \"barcode\": 8907895055301,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"17.8X36.5X40.5CM\",\n            \"colourName\": \"Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3499,\n            \"MRP\": 3499,\n            \"sellingPrice\": 3499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1550,\n            \"batchVariantName\": \"LT Rivet Elephan Golden 33.5X15.5X42CM_61022860001_MRP_2999.0000\",\n            \"productID\": 13315,\n            \"variantID\": 13315,\n            \"productName\": \"LT Rivet Elephan Golden 33.5X15.5X42CM\",\n            \"variantName\": \"33.5X15.5X42CM\",\n            \"barcode\": 8907895055332,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33.5X15.5X42CM\",\n            \"colourName\": \"Golden\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3299,\n            \"MRP\": 2999,\n            \"sellingPrice\": 2999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1551,\n            \"batchVariantName\": \"LT Rivet Elephan Golden 33.5X15.5X42CM_61022860001_MRP_3299\",\n            \"productID\": 13315,\n            \"variantID\": 13315,\n            \"productName\": \"LT Rivet Elephan Golden 33.5X15.5X42CM\",\n            \"variantName\": \"33.5X15.5X42CM\",\n            \"barcode\": 8907895055332,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:29\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"33.5X15.5X42CM\",\n            \"colourName\": \"Golden\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3299,\n            \"MRP\": 3299,\n            \"sellingPrice\": 3299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1552,\n            \"batchVariantName\": \"RT Rivet Elephan Golden 42.5X20X42.5CM_61022861001_MRP_3599.0000\",\n            \"productID\": 13316,\n            \"variantID\": 13316,\n            \"productName\": \"RT Rivet Elephan Golden 42.5X20X42.5CM\",\n            \"variantName\": \"42.5X20X42.5CM\",\n            \"barcode\": 8907895055349,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"42.5X20X42.5CM\",\n            \"colourName\": \"Golden\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3999,\n            \"MRP\": 3599,\n            \"sellingPrice\": 3599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1553,\n            \"batchVariantName\": \"RT Rivet Elephan Golden 42.5X20X42.5CM_61022861001_MRP_3999\",\n            \"productID\": 13316,\n            \"variantID\": 13316,\n            \"productName\": \"RT Rivet Elephan Golden 42.5X20X42.5CM\",\n            \"variantName\": \"42.5X20X42.5CM\",\n            \"barcode\": 8907895055349,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"42.5X20X42.5CM\",\n            \"colourName\": \"Golden\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3999,\n            \"MRP\": 3999,\n            \"sellingPrice\": 3999,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1554,\n            \"batchVariantName\": \"SINGLE MAGNOLIA LEAF SPRAY Wht 65CM_61023511001_MRP_1489.0000\",\n            \"productID\": 13972,\n            \"variantID\": 13972,\n            \"productName\": \"SINGLE MAGNOLIA LEAF SPRAY Wht 65CM\",\n            \"variantName\": \"65CM\",\n            \"barcode\": 8907895061906,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2802,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"65CM\",\n            \"colourName\": \"Wht\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1499,\n            \"MRP\": 1489,\n            \"sellingPrice\": 1489,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1555,\n            \"batchVariantName\": \"SINGLE MAGNOLIA LEAF SPRAY Wht 65CM_61023511001_MRP_1499\",\n            \"productID\": 13972,\n            \"variantID\": 13972,\n            \"productName\": \"SINGLE MAGNOLIA LEAF SPRAY Wht 65CM\",\n            \"variantName\": \"65CM\",\n            \"barcode\": 8907895061906,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2802,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"65CM\",\n            \"colourName\": \"Wht\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1499,\n            \"MRP\": 1499,\n            \"sellingPrice\": 1499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1556,\n            \"batchVariantName\": \"SINGLE MAGNOLIA LEAF SPRAY Brwn 65CM_61023512001_MRP_1489.0000\",\n            \"productID\": 13973,\n            \"variantID\": 13973,\n            \"productName\": \"SINGLE MAGNOLIA LEAF SPRAY Brwn 65CM\",\n            \"variantName\": \"65CM\",\n            \"barcode\": 8907895061913,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"65CM\",\n            \"colourName\": \"Brwn\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1499,\n            \"MRP\": 1489,\n            \"sellingPrice\": 1489,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1557,\n            \"batchVariantName\": \"SINGLE MAGNOLIA LEAF SPRAY Brwn 65CM_61023512001_MRP_1499\",\n            \"productID\": 13973,\n            \"variantID\": 13973,\n            \"productName\": \"SINGLE MAGNOLIA LEAF SPRAY Brwn 65CM\",\n            \"variantName\": \"65CM\",\n            \"barcode\": 8907895061913,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"65CM\",\n            \"colourName\": \"Brwn\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1499,\n            \"MRP\": 1499,\n            \"sellingPrice\": 1499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1558,\n            \"batchVariantName\": \"Wine Glass Clear 23cm_61023517001_MRP_499.0000\",\n            \"productID\": 13978,\n            \"variantID\": 13978,\n            \"productName\": \"Wine Glass Clear 23cm\",\n            \"variantName\": \"23cm\",\n            \"barcode\": 8907895061968,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"23cm\",\n            \"colourName\": \"Clear\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1559,\n            \"batchVariantName\": \"Wine Glass Clear 23cm_61023517001_MRP_399\",\n            \"productID\": 13978,\n            \"variantID\": 13978,\n            \"productName\": \"Wine Glass Clear 23cm\",\n            \"variantName\": \"23cm\",\n            \"barcode\": 8907895061968,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"23cm\",\n            \"colourName\": \"Clear\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1560,\n            \"batchVariantName\": \"Tumbler Clear 10cm_61023518001_MRP_399.0000\",\n            \"productID\": 13979,\n            \"variantID\": 13979,\n            \"productName\": \"Tumbler Clear 10cm\",\n            \"variantName\": \"10cm\",\n            \"barcode\": 8907895061975,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10cm\",\n            \"colourName\": \"Clear\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 299,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1561,\n            \"batchVariantName\": \"Tumbler Clear 10cm_61023518001_MRP_299\",\n            \"productID\": 13979,\n            \"variantID\": 13979,\n            \"productName\": \"Tumbler Clear 10cm\",\n            \"variantName\": \"10cm\",\n            \"barcode\": 8907895061975,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10cm\",\n            \"colourName\": \"Clear\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 299,\n            \"MRP\": 299,\n            \"sellingPrice\": 299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1562,\n            \"batchVariantName\": \"Wine Glass Grey 23cm_61023519001_MRP_499.0000\",\n            \"productID\": 13980,\n            \"variantID\": 13980,\n            \"productName\": \"Wine Glass Grey 23cm\",\n            \"variantName\": \"23cm\",\n            \"barcode\": 8907895061982,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"23cm\",\n            \"colourName\": \"GREY\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1563,\n            \"batchVariantName\": \"Wine Glass Grey 23cm_61023519001_MRP_399\",\n            \"productID\": 13980,\n            \"variantID\": 13980,\n            \"productName\": \"Wine Glass Grey 23cm\",\n            \"variantName\": \"23cm\",\n            \"barcode\": 8907895061982,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:30\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"23cm\",\n            \"colourName\": \"GREY\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1564,\n            \"batchVariantName\": \"Tumbler Grey 10cm_61023520001_MRP_399.0000\",\n            \"productID\": 13981,\n            \"variantID\": 13981,\n            \"productName\": \"Tumbler Grey 10cm\",\n            \"variantName\": \"10cm\",\n            \"barcode\": 8907895061999,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10cm\",\n            \"colourName\": \"GREY\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 299,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1565,\n            \"batchVariantName\": \"Tumbler Grey 10cm_61023520001_MRP_299\",\n            \"productID\": 13981,\n            \"variantID\": 13981,\n            \"productName\": \"Tumbler Grey 10cm\",\n            \"variantName\": \"10cm\",\n            \"barcode\": 8907895061999,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10cm\",\n            \"colourName\": \"GREY\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 299,\n            \"MRP\": 299,\n            \"sellingPrice\": 299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1566,\n            \"batchVariantName\": \"Wine Glass Brown 23cm_61023521001_MRP_499.0000\",\n            \"productID\": 13982,\n            \"variantID\": 13982,\n            \"productName\": \"Wine Glass Brown 23cm\",\n            \"variantName\": \"23cm\",\n            \"barcode\": 8907895062002,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"23cm\",\n            \"colourName\": \"Brown\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1567,\n            \"batchVariantName\": \"Wine Glass Brown 23cm_61023521001_MRP_399\",\n            \"productID\": 13982,\n            \"variantID\": 13982,\n            \"productName\": \"Wine Glass Brown 23cm\",\n            \"variantName\": \"23cm\",\n            \"barcode\": 8907895062002,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"23cm\",\n            \"colourName\": \"Brown\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1568,\n            \"batchVariantName\": \"Tumbler Brown 10cm_61023522001_MRP_399.0000\",\n            \"productID\": 13983,\n            \"variantID\": 13983,\n            \"productName\": \"Tumbler Brown 10cm\",\n            \"variantName\": \"10cm\",\n            \"barcode\": 8907895062019,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10cm\",\n            \"colourName\": \"Brown\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 299,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1569,\n            \"batchVariantName\": \"Tumbler Brown 10cm_61023522001_MRP_299\",\n            \"productID\": 13983,\n            \"variantID\": 13983,\n            \"productName\": \"Tumbler Brown 10cm\",\n            \"variantName\": \"10cm\",\n            \"barcode\": 8907895062019,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10cm\",\n            \"colourName\": \"Brown\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 299,\n            \"MRP\": 299,\n            \"sellingPrice\": 299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1570,\n            \"batchVariantName\": \"Carnation Flower Grn 70 CM_61023671001_MRP_449.0000\",\n            \"productID\": 14131,\n            \"variantID\": 14131,\n            \"productName\": \"Carnation Flower Grn 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895063504,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Grn\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1571,\n            \"batchVariantName\": \"Carnation Flower Grn 70 CM_61023671001_MRP_349\",\n            \"productID\": 14131,\n            \"variantID\": 14131,\n            \"productName\": \"Carnation Flower Grn 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895063504,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Grn\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 349,\n            \"sellingPrice\": 349,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1572,\n            \"batchVariantName\": \"Carnation Flower Grn 70 CM_61023671001_MRP_449.0000\",\n            \"productID\": 14131,\n            \"variantID\": 14131,\n            \"productName\": \"Carnation Flower Grn 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895063504,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Grn\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 449,\n            \"sellingPrice\": 449,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1573,\n            \"batchVariantName\": \"Carnation Flower Grn 70 CM_61023671001_MRP_399\",\n            \"productID\": 14131,\n            \"variantID\": 14131,\n            \"productName\": \"Carnation Flower Grn 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895063504,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4215,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Grn\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 399,\n            \"MRP\": 399,\n            \"sellingPrice\": 399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1574,\n            \"batchVariantName\": \"Fizz Serving Bowl CLEAR/GOLD 25cm_61023680001_MRP_1599.0000\",\n            \"productID\": 14140,\n            \"variantID\": 14140,\n            \"productName\": \"Fizz Serving Bowl CLEAR/GOLD 25cm\",\n            \"variantName\": \"25cm\",\n            \"barcode\": 8907895063597,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25cm\",\n            \"colourName\": \"CLEAR/GOLD\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1399,\n            \"MRP\": 1599,\n            \"sellingPrice\": 1599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1575,\n            \"batchVariantName\": \"Fizz Serving Bowl CLEAR/GOLD 25cm_61023680001_MRP_1399\",\n            \"productID\": 14140,\n            \"variantID\": 14140,\n            \"productName\": \"Fizz Serving Bowl CLEAR/GOLD 25cm\",\n            \"variantName\": \"25cm\",\n            \"barcode\": 8907895063597,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:31\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"25cm\",\n            \"colourName\": \"CLEAR/GOLD\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1399,\n            \"MRP\": 1399,\n            \"sellingPrice\": 1399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1576,\n            \"batchVariantName\": \"Fizz Rctngl Tray CLEAR/GOLD 47x16CM_61023681001_MRP_3899.0000\",\n            \"productID\": 14141,\n            \"variantID\": 14141,\n            \"productName\": \"Fizz Rctngl Tray CLEAR/GOLD 47x16CM\",\n            \"variantName\": \"47x16CM\",\n            \"barcode\": 8907895063603,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"47x16CM\",\n            \"colourName\": \"CLEAR/GOLD\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3499,\n            \"MRP\": 3899,\n            \"sellingPrice\": 3899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1577,\n            \"batchVariantName\": \"Fizz Rctngl Tray CLEAR/GOLD 47x16CM_61023681001_MRP_3499\",\n            \"productID\": 14141,\n            \"variantID\": 14141,\n            \"productName\": \"Fizz Rctngl Tray CLEAR/GOLD 47x16CM\",\n            \"variantName\": \"47x16CM\",\n            \"barcode\": 8907895063603,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"47x16CM\",\n            \"colourName\": \"CLEAR/GOLD\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 3499,\n            \"MRP\": 3499,\n            \"sellingPrice\": 3499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1578,\n            \"batchVariantName\": \"TUMBLER Brwn/Gold 7.4X7.4X11.5CM_61023844001_MRP_899.0000\",\n            \"productID\": 14296,\n            \"variantID\": 14296,\n            \"productName\": \"TUMBLER Brwn/Gold 7.4X7.4X11.5CM\",\n            \"variantName\": \"7.4X7.4X11.5CM\",\n            \"barcode\": 8907895065157,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.4X7.4X11.5CM\",\n            \"colourName\": \"Brwn/Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 949,\n            \"MRP\": 899,\n            \"sellingPrice\": 899,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1579,\n            \"batchVariantName\": \"TUMBLER Brwn/Gold 7.4X7.4X11.5CM_61023844001_MRP_949\",\n            \"productID\": 14296,\n            \"variantID\": 14296,\n            \"productName\": \"TUMBLER Brwn/Gold 7.4X7.4X11.5CM\",\n            \"variantName\": \"7.4X7.4X11.5CM\",\n            \"barcode\": 8907895065157,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"7.4X7.4X11.5CM\",\n            \"colourName\": \"Brwn/Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 949,\n            \"MRP\": 949,\n            \"sellingPrice\": 949,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1580,\n            \"batchVariantName\": \"COTTON JAR W/ Brwn/Gold 10.8X10.8X12CM_61023845001_MRP_1399.0000\",\n            \"productID\": 14297,\n            \"variantID\": 14297,\n            \"productName\": \"COTTON JAR W/ Brwn/Gold 10.8X10.8X12CM\",\n            \"variantName\": \"10.8X10.8X12CM\",\n            \"barcode\": 8907895065164,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.8X10.8X12CM\",\n            \"colourName\": \"Brwn/Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1399,\n            \"sellingPrice\": 1399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1581,\n            \"batchVariantName\": \"COTTON JAR W/ Brwn/Gold 10.8X10.8X12CM_61023845001_MRP_1350\",\n            \"productID\": 14297,\n            \"variantID\": 14297,\n            \"productName\": \"COTTON JAR W/ Brwn/Gold 10.8X10.8X12CM\",\n            \"variantName\": \"10.8X10.8X12CM\",\n            \"barcode\": 8907895065164,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"10.8X10.8X12CM\",\n            \"colourName\": \"Brwn/Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1350,\n            \"MRP\": 1350,\n            \"sellingPrice\": 1350,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1582,\n            \"batchVariantName\": \"Soap Dispense Brwn/Gold 6.8X6.8X18.7CM_61023847001_MRP_1299.0000\",\n            \"productID\": 14299,\n            \"variantID\": 14299,\n            \"productName\": \"Soap Dispense Brwn/Gold 6.8X6.8X18.7CM\",\n            \"variantName\": \"6.8X6.8X18.7CM\",\n            \"barcode\": 8907895065188,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"6.8X6.8X18.7CM\",\n            \"colourName\": \"Brwn/Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1399,\n            \"MRP\": 1299,\n            \"sellingPrice\": 1299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1583,\n            \"batchVariantName\": \"Soap Dispense Brwn/Gold 6.8X6.8X18.7CM_61023847001_MRP_1399\",\n            \"productID\": 14299,\n            \"variantID\": 14299,\n            \"productName\": \"Soap Dispense Brwn/Gold 6.8X6.8X18.7CM\",\n            \"variantName\": \"6.8X6.8X18.7CM\",\n            \"barcode\": 8907895065188,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"6.8X6.8X18.7CM\",\n            \"colourName\": \"Brwn/Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1399,\n            \"MRP\": 1399,\n            \"sellingPrice\": 1399,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1584,\n            \"batchVariantName\": \"TRAY Brwn/Gold 14.8X3.2X30CM_61023848001_MRP_2099.0000\",\n            \"productID\": 14300,\n            \"variantID\": 14300,\n            \"productName\": \"TRAY Brwn/Gold 14.8X3.2X30CM\",\n            \"variantName\": \"14.8X3.2X30CM\",\n            \"barcode\": 8907895065195,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"14.8X3.2X30CM\",\n            \"colourName\": \"Brwn/Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2199,\n            \"MRP\": 2099,\n            \"sellingPrice\": 2099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1585,\n            \"batchVariantName\": \"TRAY Brwn/Gold 14.8X3.2X30CM_61023848001_MRP_2199\",\n            \"productID\": 14300,\n            \"variantID\": 14300,\n            \"productName\": \"TRAY Brwn/Gold 14.8X3.2X30CM\",\n            \"variantName\": \"14.8X3.2X30CM\",\n            \"barcode\": 8907895065195,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"14.8X3.2X30CM\",\n            \"colourName\": \"Brwn/Gold\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 2199,\n            \"MRP\": 2199,\n            \"sellingPrice\": 2199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1586,\n            \"batchVariantName\": \"Set of 2 Carnation Ivory 70 CM_61024094001_MRP_789.0000\",\n            \"productID\": 14494,\n            \"variantID\": 14494,\n            \"productName\": \"Set of 2 Carnation Ivory 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895067137,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 690,\n            \"MRP\": 789,\n            \"sellingPrice\": 789,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1587,\n            \"batchVariantName\": \"Set of 2 Carnation Ivory 70 CM_61024094001_MRP_690\",\n            \"productID\": 14494,\n            \"variantID\": 14494,\n            \"productName\": \"Set of 2 Carnation Ivory 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895067137,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:32\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 690,\n            \"MRP\": 690,\n            \"sellingPrice\": 690,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1588,\n            \"batchVariantName\": \"Set of 2 Carnation Yellow 70 CM_61024096001_MRP_789.0000\",\n            \"productID\": 14496,\n            \"variantID\": 14496,\n            \"productName\": \"Set of 2 Carnation Yellow 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895067151,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 690,\n            \"MRP\": 789,\n            \"sellingPrice\": 789,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1589,\n            \"batchVariantName\": \"Set of 2 Carnation Yellow 70 CM_61024096001_MRP_690\",\n            \"productID\": 14496,\n            \"variantID\": 14496,\n            \"productName\": \"Set of 2 Carnation Yellow 70 CM\",\n            \"variantName\": \"70 CM\",\n            \"barcode\": 8907895067151,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"70 CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 690,\n            \"MRP\": 690,\n            \"sellingPrice\": 690,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1590,\n            \"batchVariantName\": \"Set of 2 Peony Ivory H-93CM_61024108001_MRP_549.0000\",\n            \"productID\": 14508,\n            \"variantID\": 14508,\n            \"productName\": \"Set of 2 Peony Ivory H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895067274,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1591,\n            \"batchVariantName\": \"Set of 2 Peony Ivory H-93CM_61024108001_MRP_490\",\n            \"productID\": 14508,\n            \"variantID\": 14508,\n            \"productName\": \"Set of 2 Peony Ivory H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895067274,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1592,\n            \"batchVariantName\": \"Set of 2 Peony Yellow H-93CM_61024111001_MRP_549.0000\",\n            \"productID\": 14511,\n            \"variantID\": 14511,\n            \"productName\": \"Set of 2 Peony Yellow H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895067304,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1593,\n            \"batchVariantName\": \"Set of 2 Peony Yellow H-93CM_61024111001_MRP_490\",\n            \"productID\": 14511,\n            \"variantID\": 14511,\n            \"productName\": \"Set of 2 Peony Yellow H-93CM\",\n            \"variantName\": \"H-93CM\",\n            \"barcode\": 8907895067304,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-93CM\",\n            \"colourName\": \"Yellow\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 490,\n            \"MRP\": 490,\n            \"sellingPrice\": 490,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1594,\n            \"batchVariantName\": \"Set of 2 Magnolia Ivory H-103CM_61024112001_MRP_989.0000\",\n            \"productID\": 14512,\n            \"variantID\": 14512,\n            \"productName\": \"Set of 2 Magnolia Ivory H-103CM\",\n            \"variantName\": \"H-103CM\",\n            \"barcode\": 8907895067311,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-103CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 989,\n            \"sellingPrice\": 989,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1595,\n            \"batchVariantName\": \"Set of 2 Magnolia Ivory H-103CM_61024112001_MRP_890\",\n            \"productID\": 14512,\n            \"variantID\": 14512,\n            \"productName\": \"Set of 2 Magnolia Ivory H-103CM\",\n            \"variantName\": \"H-103CM\",\n            \"barcode\": 8907895067311,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-07 15:29:33\",\n            \"creationDate\": \"2023-06-07\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"H-103CM\",\n            \"colourName\": \"Ivory\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1596,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1252\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:30:59\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1252,\n            \"sellingPrice\": 1152,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1052,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1597,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067034_MRP_1252\",\n            \"productID\": 18767,\n            \"variantID\": 18767,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 1478060,\n            \"creationTimeLocal\": \"2023-06-08 09:30:59\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1252,\n            \"sellingPrice\": 1152,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1052,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1598,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067035_MRP_1252\",\n            \"productID\": 18807,\n            \"variantID\": 18807,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:11\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1252,\n            \"sellingPrice\": 1152,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1052,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1599,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1252\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:11\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1252,\n            \"sellingPrice\": 1152,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1052,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1600,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1252\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:11\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1252,\n            \"sellingPrice\": 1152,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1052,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1601,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1253\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1253,\n            \"sellingPrice\": 1153,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1053,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1602,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1254\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1254,\n            \"sellingPrice\": 1154,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1054,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1603,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1255\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1255,\n            \"sellingPrice\": 1155,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1055,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1604,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1256\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1256,\n            \"sellingPrice\": 1156,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1056,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1605,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1257\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1257,\n            \"sellingPrice\": 1157,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1057,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1606,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1258\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1258,\n            \"sellingPrice\": 1158,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1058,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1607,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1259\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1259,\n            \"sellingPrice\": 1159,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1059,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1608,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1260\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1260,\n            \"sellingPrice\": 1160,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1060,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1609,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1261\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1261,\n            \"sellingPrice\": 1161,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1061,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1610,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1262\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1262,\n            \"sellingPrice\": 1162,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1062,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1611,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1263\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1263,\n            \"sellingPrice\": 1163,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1063,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1612,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1264\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1264,\n            \"sellingPrice\": 1164,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1064,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1613,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1265\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1265,\n            \"sellingPrice\": 1166,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1067,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1614,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1268\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1268,\n            \"sellingPrice\": 1168,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1068,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1615,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1269\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1269,\n            \"sellingPrice\": 1169,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1069,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1616,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1270\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1270,\n            \"sellingPrice\": 1170,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1070,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1617,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1271\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1271,\n            \"sellingPrice\": 1172,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1073,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1618,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1274\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1274,\n            \"sellingPrice\": 1175,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1074,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1619,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1275\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1275,\n            \"sellingPrice\": 1175,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1075,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1620,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1276\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1276,\n            \"sellingPrice\": 1176,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1076,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1621,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1277\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1277,\n            \"sellingPrice\": 1177,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1077,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1622,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1278\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1278,\n            \"sellingPrice\": 1178,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1078,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1623,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1279\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1279,\n            \"sellingPrice\": 1179,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1079,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1624,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1280\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1280,\n            \"sellingPrice\": 1180,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1080,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1625,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1281\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1281,\n            \"sellingPrice\": 1182,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1083,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1626,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067033_MRP_1284\",\n            \"productID\": 18766,\n            \"variantID\": 18766,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 37935,\n            \"inventoryCost\": 40473835,\n            \"creationTimeLocal\": \"2023-06-08 09:31:25\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1284,\n            \"sellingPrice\": 1184,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1084,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1627,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1253\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1253,\n            \"sellingPrice\": 1153,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1053,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1628,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1254\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1254,\n            \"sellingPrice\": 1154,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1054,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1629,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1255\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1255,\n            \"sellingPrice\": 1155,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1055,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1630,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1256\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1256,\n            \"sellingPrice\": 1156,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1056,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1631,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1257\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1257,\n            \"sellingPrice\": 1157,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1057,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1632,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1258\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1258,\n            \"sellingPrice\": 1158,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1058,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1633,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1259\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1259,\n            \"sellingPrice\": 1159,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1059,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1634,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1260\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1260,\n            \"sellingPrice\": 1160,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1060,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1635,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1261\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1261,\n            \"sellingPrice\": 1161,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1061,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1636,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1262\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1262,\n            \"sellingPrice\": 1162,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1062,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1637,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1263\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1263,\n            \"sellingPrice\": 1163,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1063,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1638,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1264\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1264,\n            \"sellingPrice\": 1164,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1064,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1639,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1265\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1265,\n            \"sellingPrice\": 1166,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1067,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1640,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1268\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1268,\n            \"sellingPrice\": 1168,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1068,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1641,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1269\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1269,\n            \"sellingPrice\": 1169,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1069,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1642,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1270\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1270,\n            \"sellingPrice\": 1170,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1070,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1643,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1271\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1271,\n            \"sellingPrice\": 1172,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1073,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1644,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1274\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1274,\n            \"sellingPrice\": 1175,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1074,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1645,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1275\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1275,\n            \"sellingPrice\": 1175,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1075,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1646,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1276\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1276,\n            \"sellingPrice\": 1176,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1076,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1647,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1277\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1277,\n            \"sellingPrice\": 1177,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1077,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1648,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1278\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1278,\n            \"sellingPrice\": 1178,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1078,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1649,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1279\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1279,\n            \"sellingPrice\": 1179,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1079,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1650,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1280\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1280,\n            \"sellingPrice\": 1180,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1080,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1651,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1281\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1281,\n            \"sellingPrice\": 1182,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1083,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1652,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067036_MRP_1284\",\n            \"productID\": 18808,\n            \"variantID\": 18808,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:31\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1284,\n            \"sellingPrice\": 1184,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1084,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1653,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1253\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1253,\n            \"sellingPrice\": 1153,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1053,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1654,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1254\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1254,\n            \"sellingPrice\": 1154,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1054,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1655,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1255\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1255,\n            \"sellingPrice\": 1155,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1055,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1656,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1256\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1256,\n            \"sellingPrice\": 1156,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1056,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1657,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1257\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1257,\n            \"sellingPrice\": 1157,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1057,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1658,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1258\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1258,\n            \"sellingPrice\": 1158,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1058,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1659,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1259\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1259,\n            \"sellingPrice\": 1159,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1059,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1660,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1260\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1260,\n            \"sellingPrice\": 1160,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1060,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1661,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1261\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1261,\n            \"sellingPrice\": 1161,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1061,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1662,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1262\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1262,\n            \"sellingPrice\": 1162,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1062,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1663,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1263\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1263,\n            \"sellingPrice\": 1163,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1063,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1664,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1264\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1264,\n            \"sellingPrice\": 1164,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1064,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1665,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1265\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1265,\n            \"sellingPrice\": 1166,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1067,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1666,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1268\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1268,\n            \"sellingPrice\": 1168,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1068,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1667,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1269\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1269,\n            \"sellingPrice\": 1169,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1069,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1668,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1270\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1270,\n            \"sellingPrice\": 1170,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1070,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1669,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1271\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1271,\n            \"sellingPrice\": 1172,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1073,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1670,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1274\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1274,\n            \"sellingPrice\": 1175,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1074,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1671,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1275\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1275,\n            \"sellingPrice\": 1175,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1075,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1672,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1276\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1276,\n            \"sellingPrice\": 1176,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1076,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1673,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1277\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1277,\n            \"sellingPrice\": 1177,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1077,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1674,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1278\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1278,\n            \"sellingPrice\": 1178,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1078,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1675,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1279\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1279,\n            \"sellingPrice\": 1179,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1079,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1676,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1280\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1280,\n            \"sellingPrice\": 1180,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1080,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1677,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1281\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1281,\n            \"sellingPrice\": 1182,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1083,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1678,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067038_MRP_1284\",\n            \"productID\": 18810,\n            \"variantID\": 18810,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 09:31:37\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1284,\n            \"sellingPrice\": 1184,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1084,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1679,\n            \"batchVariantName\": \"Glazed Pot Turquoise L_71001067040_MRP_1252\",\n            \"productID\": 18811,\n            \"variantID\": 18811,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-08 12:14:57\",\n            \"creationDate\": \"2023-06-08\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1252,\n            \"MRP\": 1252,\n            \"sellingPrice\": 1152,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1052,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1680,\n            \"batchVariantName\": \"DLF Group\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 4236842,\n            \"serialNumber\": 43342,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-10 10:43:47\",\n            \"creationDate\": \"2023-06-10\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1681,\n            \"batchVariantName\": \"DLF Test P \",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": 3290832,\n            \"serialNumber\": \"Sn341902\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-10 15:12:18\",\n            \"creationDate\": \"2023-06-10\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1682,\n            \"batchVariantName\": \"DLF Third \",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": \"233253u920\",\n            \"serialNumber\": 4238792398,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-10 15:16:30\",\n            \"creationDate\": \"2023-06-10\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1683,\n            \"batchVariantName\": \"Voucher1\",\n            \"productID\": 18815,\n            \"variantID\": 18815,\n            \"productName\": \"Dlf test voucher 3\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-10 15:32:21\",\n            \"creationDate\": \"2023-06-10\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1684,\n            \"batchVariantName\": \"Test voucher 2\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-10 17:16:35\",\n            \"creationDate\": \"2023-06-10\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1685,\n            \"batchVariantName\": \"Glazed Pot Lime S1_81001067001_MRP_250\",\n            \"productID\": 18949,\n            \"variantID\": 18949,\n            \"productName\": \"Glazed Pot Lime S1\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:04\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1686,\n            \"batchVariantName\": \"Glazed Pot Lime M1_81001067002_MRP_650\",\n            \"productID\": 18950,\n            \"variantID\": 18950,\n            \"productName\": \"Glazed Pot Lime M1\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:04\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1687,\n            \"batchVariantName\": \"Glazed Pot Lime L3_81001067003_MRP_549\",\n            \"productID\": 18951,\n            \"variantID\": 18951,\n            \"productName\": \"Glazed Pot Lime L3\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005521,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:04\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1688,\n            \"batchVariantName\": \"Glazed Pot Lime XL 1_81001067004_MRP_1135\",\n            \"productID\": 18952,\n            \"variantID\": 18952,\n            \"productName\": \"Glazed Pot Lime XL 10\",\n            \"variantName\": \"XL\",\n            \"barcode\": 10005538,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:04\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1135,\n            \"MRP\": 1135,\n            \"sellingPrice\": 1135,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1689,\n            \"batchVariantName\": \"Glazed Pot Turquoise S2_81001067005_MRP_565\",\n            \"productID\": 18953,\n            \"variantID\": 18953,\n            \"productName\": \"Glazed Pot Turquoise S2\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:05\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 565,\n            \"sellingPrice\": 565,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1690,\n            \"batchVariantName\": \"Glazed Pot Turquoise M1_81001067006_MRP_890\",\n            \"productID\": 18954,\n            \"variantID\": 18954,\n            \"productName\": \"Glazed Pot Turquoise M1\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:05\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1691,\n            \"batchVariantName\": \"Glazed Pot Turquoise L5_81001067010_MRP_750\",\n            \"productID\": 18958,\n            \"variantID\": 18958,\n            \"productName\": \"Glazed Pot Turquoise L5\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:05\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1692,\n            \"batchVariantName\": \"Glazed Pot Turquoise L6_81001067011_MRP_750\",\n            \"productID\": 18959,\n            \"variantID\": 18959,\n            \"productName\": \"Glazed Pot Turquoise L6\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:05\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1693,\n            \"batchVariantName\": \"Glazed Pot Turquise L10_81001067018_MRP_750\",\n            \"productID\": 18966,\n            \"variantID\": 18966,\n            \"productName\": \"Glazed Pot Turquise L10\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:05\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1694,\n            \"batchVariantName\": \"Glazed Pot Turquoise L11_81001067019_MRP_1250\",\n            \"productID\": 18967,\n            \"variantID\": 18967,\n            \"productName\": \"Glazed Pot Turquoise L11\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:05\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1695,\n            \"batchVariantName\": \"Glazed Pot Turquoise L12_81001067020_MRP_1200\",\n            \"productID\": 18968,\n            \"variantID\": 18968,\n            \"productName\": \"Glazed Pot Turquoise L12\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:05\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1200,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1696,\n            \"batchVariantName\": \"Glazed Pot Turquoise L13_81001067021_MRP_1000\",\n            \"productID\": 18969,\n            \"variantID\": 18969,\n            \"productName\": \"Glazed Pot Turquoise L13\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:05\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1000,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1697,\n            \"batchVariantName\": \"Glazed Pot Turquoise L13_81001067021_MRP_1001\",\n            \"productID\": 18969,\n            \"variantID\": 18969,\n            \"productName\": \"Glazed Pot Turquoise L13\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 12:52:05\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1001,\n            \"MRP\": 1001,\n            \"sellingPrice\": 951,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1698,\n            \"batchVariantName\": \"Glazed Pot Lime S10_91001067001_MRP_250\",\n            \"productID\": 18970,\n            \"variantID\": 18970,\n            \"productName\": \"Glazed Pot Lime S10\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1699,\n            \"batchVariantName\": \"Glazed Pot Lime M11_91001067002_MRP_650\",\n            \"productID\": 18971,\n            \"variantID\": 18971,\n            \"productName\": \"Glazed Pot Lime M11\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1700,\n            \"batchVariantName\": \"Glazed Pot Lime L31_91001067003_MRP_549\",\n            \"productID\": 18972,\n            \"variantID\": 18972,\n            \"productName\": \"Glazed Pot Lime L31\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005521,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 549,\n            \"sellingPrice\": 549,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1701,\n            \"batchVariantName\": \"Glazed Pot Turquoise S2_91001067005_MRP_565\",\n            \"productID\": 18973,\n            \"variantID\": 18973,\n            \"productName\": \"Glazed Pot Turquoise S2\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 565,\n            \"sellingPrice\": 565,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1702,\n            \"batchVariantName\": \"Glazed Pot Turquoise M1_91001067006_MRP_890\",\n            \"productID\": 18974,\n            \"variantID\": 18974,\n            \"productName\": \"Glazed Pot Turquoise M1\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1703,\n            \"batchVariantName\": \"Glazed Pot Turquoise L5_91001067010_MRP_750\",\n            \"productID\": 18978,\n            \"variantID\": 18978,\n            \"productName\": \"Glazed Pot Turquoise L5\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1704,\n            \"batchVariantName\": \"Glazed Pot Turquoise L6_91001067011_MRP_750\",\n            \"productID\": 18979,\n            \"variantID\": 18979,\n            \"productName\": \"Glazed Pot Turquoise L6\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1705,\n            \"batchVariantName\": \"Glazed Pot Turquise L10_91001067018_MRP_750\",\n            \"productID\": 18986,\n            \"variantID\": 18986,\n            \"productName\": \"Glazed Pot Turquise L10\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1706,\n            \"batchVariantName\": \"Glazed Pot Turquoise L11_91001067019_MRP_1250\",\n            \"productID\": 18987,\n            \"variantID\": 18987,\n            \"productName\": \"Glazed Pot Turquoise L11\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 1250,\n            \"sellingPrice\": 1150,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1050,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1707,\n            \"batchVariantName\": \"Glazed Pot Turquoise L12_91001067020_MRP_1200\",\n            \"productID\": 18988,\n            \"variantID\": 18988,\n            \"productName\": \"Glazed Pot Turquoise L12\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1200,\n            \"MRP\": 1200,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1708,\n            \"batchVariantName\": \"Glazed Pot Turquoise L13_91001067021_MRP_1000\",\n            \"productID\": 18989,\n            \"variantID\": 18989,\n            \"productName\": \"Glazed Pot Turquoise L13\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1000,\n            \"MRP\": 1000,\n            \"sellingPrice\": 950,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1709,\n            \"batchVariantName\": \"Glazed Pot Turquoise L13_91001067021_MRP_1001\",\n            \"productID\": 18989,\n            \"variantID\": 18989,\n            \"productName\": \"Glazed Pot Turquoise L13\",\n            \"variantName\": \"L\",\n            \"barcode\": 1314144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-12 13:24:03\",\n            \"creationDate\": \"2023-06-12\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1000,\n            \"MRP\": 1001,\n            \"sellingPrice\": 951,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1710,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_251\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 251,\n            \"sellingPrice\": 251,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 251,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1711,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_651\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 651,\n            \"sellingPrice\": 651,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 651,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1712,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_252\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 252,\n            \"sellingPrice\": 252,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 252,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1713,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_652\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 652,\n            \"sellingPrice\": 652,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 652,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1714,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_253\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 253,\n            \"sellingPrice\": 253,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 253,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1715,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_653\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 653,\n            \"sellingPrice\": 653,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 653,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1716,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_254\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 254,\n            \"sellingPrice\": 254,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 254,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1717,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_654\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 654,\n            \"sellingPrice\": 654,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 654,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1718,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_255\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 255,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 255,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1719,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_655\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 655,\n            \"sellingPrice\": 655,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 655,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1720,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_256\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 256,\n            \"sellingPrice\": 256,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 256,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1721,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_656\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 656,\n            \"sellingPrice\": 656,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 656,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1722,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_251\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 251,\n            \"sellingPrice\": 251,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 251,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1723,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_651\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 651,\n            \"sellingPrice\": 651,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 651,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1724,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_252\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 252,\n            \"sellingPrice\": 252,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 252,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1725,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_652\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 652,\n            \"sellingPrice\": 652,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 652,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1726,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_253\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 253,\n            \"sellingPrice\": 253,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 253,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1727,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_653\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 653,\n            \"sellingPrice\": 653,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 653,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1728,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_254\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 254,\n            \"sellingPrice\": 254,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 254,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1729,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_654\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 654,\n            \"sellingPrice\": 654,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 654,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1730,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_255\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 255,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 255,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1731,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_655\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 655,\n            \"sellingPrice\": 655,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 655,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1732,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_256\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 256,\n            \"sellingPrice\": 256,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 256,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1733,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_656\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 656,\n            \"sellingPrice\": 656,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 656,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1734,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_251\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 251,\n            \"sellingPrice\": 251,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 251,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1735,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_651\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 651,\n            \"sellingPrice\": 651,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 651,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1736,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_252\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 252,\n            \"sellingPrice\": 252,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 252,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1737,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_652\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 652,\n            \"sellingPrice\": 652,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 652,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1738,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_253\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 253,\n            \"sellingPrice\": 253,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 253,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1739,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_653\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 653,\n            \"sellingPrice\": 653,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 653,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1740,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_254\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 254,\n            \"sellingPrice\": 254,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 254,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1741,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_654\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 654,\n            \"sellingPrice\": 654,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 654,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1742,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_255\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 255,\n            \"sellingPrice\": 255,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 255,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1743,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_655\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 655,\n            \"sellingPrice\": 655,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 655,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1744,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_256\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 256,\n            \"sellingPrice\": 256,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 256,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1745,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_656\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:04:35\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 656,\n            \"sellingPrice\": 656,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 656,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1746,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_271\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 271,\n            \"sellingPrice\": 271,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 271,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1747,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_671\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 671,\n            \"sellingPrice\": 671,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 671,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1748,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_272\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 272,\n            \"sellingPrice\": 272,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 272,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1749,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_672\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 672,\n            \"sellingPrice\": 672,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 672,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1750,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_273\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 273,\n            \"sellingPrice\": 273,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 273,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1751,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_673\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 673,\n            \"sellingPrice\": 673,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 673,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1752,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_274\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 274,\n            \"sellingPrice\": 274,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 274,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1753,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_674\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 674,\n            \"sellingPrice\": 674,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 674,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1754,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_275\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 275,\n            \"sellingPrice\": 275,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 275,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1755,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_675\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 675,\n            \"sellingPrice\": 675,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 675,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1756,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_276\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 276,\n            \"sellingPrice\": 276,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 276,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1757,\n            \"batchVariantName\": \"Glazed Pot Lime M31_91001067030_MRP_676\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 676,\n            \"sellingPrice\": 676,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 676,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1758,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_27\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 08:25:56\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 27,\n            \"sellingPrice\": 276,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 276,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1759,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067041_MRP_250\",\n            \"productID\": 19021,\n            \"variantID\": 19021,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1760,\n            \"batchVariantName\": \"Glazed Pot Lime M31_910010670031_MRP_650\",\n            \"productID\": 19022,\n            \"variantID\": 19022,\n            \"productName\": \"Glazed Pot Lime M31\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1761,\n            \"batchVariantName\": \"Glazed Pot Turquoise M32_91001067032_MRP_890\",\n            \"productID\": 19023,\n            \"variantID\": 19023,\n            \"productName\": \"Glazed Pot Turquoise M32\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1762,\n            \"batchVariantName\": \"Glazed Pot Turquoise L36_91001067036_MRP_750\",\n            \"productID\": 19027,\n            \"variantID\": 19027,\n            \"productName\": \"Glazed Pot Turquoise L36\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1763,\n            \"batchVariantName\": \"Glazed Pot Turquoise L37_91001067037_MRP_750\",\n            \"productID\": 19028,\n            \"variantID\": 19028,\n            \"productName\": \"Glazed Pot Turquoise L37\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 754,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1764,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067041_MRP_250\",\n            \"productID\": 19021,\n            \"variantID\": 19021,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1765,\n            \"batchVariantName\": \"Glazed Pot Lime M31_910010670031_MRP_650\",\n            \"productID\": 19022,\n            \"variantID\": 19022,\n            \"productName\": \"Glazed Pot Lime M31\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1766,\n            \"batchVariantName\": \"Glazed Pot Turquoise M32_91001067032_MRP_890\",\n            \"productID\": 19023,\n            \"variantID\": 19023,\n            \"productName\": \"Glazed Pot Turquoise M32\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1767,\n            \"batchVariantName\": \"Glazed Pot Turquoise L36_91001067036_MRP_750\",\n            \"productID\": 19027,\n            \"variantID\": 19027,\n            \"productName\": \"Glazed Pot Turquoise L36\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1768,\n            \"batchVariantName\": \"Glazed Pot Turquoise L37_91001067037_MRP_750\",\n            \"productID\": 19028,\n            \"variantID\": 19028,\n            \"productName\": \"Glazed Pot Turquoise L37\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 754,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1769,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067030_MRP_250\",\n            \"productID\": 18990,\n            \"variantID\": 18990,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1770,\n            \"batchVariantName\": \"Glazed Pot Lime M31_910010670031_MRP_650\",\n            \"productID\": 19022,\n            \"variantID\": 19022,\n            \"productName\": \"Glazed Pot Lime M31\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1771,\n            \"batchVariantName\": \"Glazed Pot Turquoise M32_91001067032_MRP_890\",\n            \"productID\": 19023,\n            \"variantID\": 19023,\n            \"productName\": \"Glazed Pot Turquoise M32\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1772,\n            \"batchVariantName\": \"Glazed Pot Turquoise L36_91001067036_MRP_750\",\n            \"productID\": 19027,\n            \"variantID\": 19027,\n            \"productName\": \"Glazed Pot Turquoise L36\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1773,\n            \"batchVariantName\": \"Glazed Pot Turquoise L37_91001067037_MRP_750\",\n            \"productID\": 19028,\n            \"variantID\": 19028,\n            \"productName\": \"Glazed Pot Turquoise L37\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 754,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1774,\n            \"batchVariantName\": \"Glazed Pot Lime S30_91001067041_MRP_250\",\n            \"productID\": 19021,\n            \"variantID\": 19021,\n            \"productName\": \"Glazed Pot Lime S30\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 250,\n            \"sellingPrice\": 250,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1775,\n            \"batchVariantName\": \"Glazed Pot Lime M31_910010670031_MRP_650\",\n            \"productID\": 19022,\n            \"variantID\": 19022,\n            \"productName\": \"Glazed Pot Lime M31\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 650,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1776,\n            \"batchVariantName\": \"Glazed Pot Turquoise M32_91001067032_MRP_890\",\n            \"productID\": 19023,\n            \"variantID\": 19023,\n            \"productName\": \"Glazed Pot Turquoise M32\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 890,\n            \"sellingPrice\": 890,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1777,\n            \"batchVariantName\": \"Glazed Pot Turquoise L36_91001067036_MRP_750\",\n            \"productID\": 19027,\n            \"variantID\": 19027,\n            \"productName\": \"Glazed Pot Turquoise L36\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1778,\n            \"batchVariantName\": \"Glazed Pot Turquoise L37_91001067037_MRP_750\",\n            \"productID\": 19028,\n            \"variantID\": 19028,\n            \"productName\": \"Glazed Pot Turquoise L37\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:40:45\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 754,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1779,\n            \"batchVariantName\": \"Glazed Pot Turquoise L37_91001067037_MRP_751\",\n            \"productID\": 19028,\n            \"variantID\": 19028,\n            \"productName\": \"Glazed Pot Turquoise L37\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:45:40\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 754,\n            \"MRP\": 751,\n            \"sellingPrice\": 751,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 751,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1780,\n            \"batchVariantName\": \"Glazed Pot Turquoise L37_91001067037_MRP_752\",\n            \"productID\": 19028,\n            \"variantID\": 19028,\n            \"productName\": \"Glazed Pot Turquoise L37\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:45:40\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 754,\n            \"MRP\": 752,\n            \"sellingPrice\": 752,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 752,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1781,\n            \"batchVariantName\": \"Glazed Pot Turquoise L37_91001067037_MRP_753\",\n            \"productID\": 19028,\n            \"variantID\": 19028,\n            \"productName\": \"Glazed Pot Turquoise L37\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:45:40\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 754,\n            \"MRP\": 753,\n            \"sellingPrice\": 753,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 753,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1782,\n            \"batchVariantName\": \"Glazed Pot Turquoise L37_91001067037_MRP_754\",\n            \"productID\": 19028,\n            \"variantID\": 19028,\n            \"productName\": \"Glazed Pot Turquoise L37\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:45:40\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 754,\n            \"MRP\": 754,\n            \"sellingPrice\": 754,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 754,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1783,\n            \"batchVariantName\": \"Glazed Pot Lime M31_100010670031_MRP_650\",\n            \"productID\": 19033,\n            \"variantID\": 19033,\n            \"productName\": \"Glazed Pot Lime M31\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:53:40\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 654,\n            \"MRP\": 650,\n            \"sellingPrice\": 650,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1784,\n            \"batchVariantName\": \"Glazed Pot Lime M31_100010670031_MRP_651\",\n            \"productID\": 19033,\n            \"variantID\": 19033,\n            \"productName\": \"Glazed Pot Lime M31\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:58:46\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 654,\n            \"MRP\": 651,\n            \"sellingPrice\": 651,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1785,\n            \"batchVariantName\": \"Glazed Pot Lime M31_100010670031_MRP_652\",\n            \"productID\": 19033,\n            \"variantID\": 19033,\n            \"productName\": \"Glazed Pot Lime M31\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:58:46\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 654,\n            \"MRP\": 652,\n            \"sellingPrice\": 652,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1786,\n            \"batchVariantName\": \"Glazed Pot Lime M31_100010670031_MRP_653\",\n            \"productID\": 19033,\n            \"variantID\": 19033,\n            \"productName\": \"Glazed Pot Lime M31\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:58:46\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 654,\n            \"MRP\": 653,\n            \"sellingPrice\": 653,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1787,\n            \"batchVariantName\": \"Glazed Pot Lime M31_100010670031_MRP_654\",\n            \"productID\": 19033,\n            \"variantID\": 19033,\n            \"productName\": \"Glazed Pot Lime M31\",\n            \"variantName\": \"M\",\n            \"barcode\": 10005514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-13 10:58:46\",\n            \"creationDate\": \"2023-06-13\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"Lime\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 654,\n            \"MRP\": 654,\n            \"sellingPrice\": 654,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1788,\n            \"batchVariantName\": \"Test Gift Voucher 2 - batch: 15-Jun-2023 15:16\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 15:16:01\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1789,\n            \"batchVariantName\": \"Test Gift Voucher 2 - batch: 15-Jun-2023 15:16\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 15:16:01\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1790,\n            \"batchVariantName\": \"Test Gift Voucher 2 - batch: 15-Jun-2023 15:16\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 15:16:01\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1791,\n            \"batchVariantName\": \"Test Gift Voucher 2 - batch: 15-Jun-2023 15:16\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 15:16:01\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1792,\n            \"batchVariantName\": \"Test Gift Voucher 2 - batch: 15-Jun-2023 15:16\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 15:16:01\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1793,\n            \"batchVariantName\": \"Test Gift Voucher 2 - batch: 15-Jun-2023 15:16\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 15:16:01\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1794,\n            \"batchVariantName\": \"Test Gift Voucher 2 - batch: 15-Jun-2023 15:16\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 15:16:01\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1795,\n            \"batchVariantName\": \"Test Gift Voucher 2 - batch: 15-Jun-2023 15:16\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 15:16:01\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1796,\n            \"batchVariantName\": \"Test Gift Voucher 2 - batch: 15-Jun-2023 15:16\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 15:16:01\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1797,\n            \"batchVariantName\": \"Test Gift Voucher 2 - batch: 15-Jun-2023 15:16\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-15 15:16:01\",\n            \"creationDate\": \"2023-06-15\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1798,\n            \"batchVariantName\": \"Test Voucher Group\",\n            \"productID\": 18814,\n            \"variantID\": 18814,\n            \"productName\": \"Test Gift Voucher 2\",\n            \"variantName\": \"\",\n            \"barcode\": 8281929283828192,\n            \"serialNumber\": 8281929283828192,\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-06-21 16:08:57\",\n            \"creationDate\": \"2023-06-21\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 100,\n            \"sellingPrice\": 100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1799,\n            \"batchVariantName\": \"Glazed Pot Turquoise M - batch: 21-Jun-2023 19:05\",\n            \"productID\": 7,\n            \"variantID\": 7,\n            \"productName\": \"Glazed Pot Turquoise M\",\n            \"variantName\": \"M\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8354,\n            \"inventoryCost\": -2671.278,\n            \"creationTimeLocal\": \"2023-06-21 19:05:39\",\n            \"creationDate\": \"2023-06-21\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"M\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 890,\n            \"MRP\": 250,\n            \"sellingPrice\": 500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1800,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 21-Jun-2023 19:06\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2023-06-21 19:06:11\",\n            \"creationDate\": \"2023-06-21\",\n            \"creationMonth\": 6,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 0,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1801,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 20-Jul-2023 16:47\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:47:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1802,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 20-Jul-2023 16:47\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:47:55\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1803,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 20-Jul-2023 16:50\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1689852004493,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:50:04\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1804,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 20-Jul-2023 16:50\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1689852004127,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:50:04\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1805,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 20-Jul-2023 16:50\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1689852004824,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:50:04\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1806,\n            \"batchVariantName\": \"Pure home - batch: 20-Jul-2023 16:57\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1689852430799,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:57:10\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1807,\n            \"batchVariantName\": \"Pure home - batch: 20-Jul-2023 16:57\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1689852430927,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:57:10\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1808,\n            \"batchVariantName\": \"Pure home - batch: 20-Jul-2023 16:57\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1689852430149,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:57:10\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1809,\n            \"batchVariantName\": \"Pure home - batch: 20-Jul-2023 16:57\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1689852430351,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:57:10\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1810,\n            \"batchVariantName\": \"Pure home - batch: 20-Jul-2023 16:57\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1689852430604,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 16:57:10\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1811,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380636,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1812,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380574,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1813,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380808,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1814,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380168,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1815,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380846,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1816,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1817,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380846,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1818,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380701,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1819,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380226,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1820,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380359,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1821,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380831,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1822,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380642,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1823,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380308,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1824,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380536,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1825,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380825,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1826,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380320,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1827,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380969,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1828,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380330,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1829,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380273,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1830,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380435,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1831,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380861,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1832,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380214,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1833,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380617,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1834,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380498,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1835,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380299,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1836,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380630,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1837,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380414,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1838,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380738,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1839,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380782,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1840,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380317,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1841,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380391,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1842,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380419,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1843,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380791,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1844,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380200,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1845,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380487,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1846,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380637,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1847,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380669,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1848,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380334,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1849,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380339,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1850,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380796,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1851,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380594,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1852,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380170,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1853,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380439,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1854,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380803,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1855,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380607,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1856,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380264,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1857,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380123,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1858,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380577,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1859,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380494,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1860,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380297,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1861,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380912,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1862,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380356,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1863,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380411,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1864,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380529,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1865,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380754,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1866,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380611,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1867,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380159,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1868,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380169,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1869,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380350,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1870,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380841,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1871,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380386,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1872,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380641,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1873,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380260,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1874,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380177,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1875,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1876,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380648,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1877,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380715,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1878,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380411,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1879,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380883,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1880,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380954,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1881,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380208,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1882,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380478,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1883,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380125,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1884,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380547,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1885,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380281,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1886,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380632,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1887,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380712,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1888,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380305,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1889,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380209,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1890,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380207,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1891,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380503,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1892,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380121,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1893,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380463,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1894,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380814,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1895,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380551,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1896,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380218,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1897,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380426,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1898,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380610,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1899,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380287,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1900,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380676,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1901,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380452,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1902,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380573,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1903,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380318,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1904,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380613,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1905,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380650,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1906,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380960,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1907,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380262,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1908,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380366,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1909,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380372,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1910,\n            \"batchVariantName\": \"Pur2500 - batch: 20-Jul-2023 17:46\",\n            \"productID\": 19036,\n            \"variantID\": 19036,\n            \"productName\": \"Pur2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689855380145,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 17:46:20\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1911,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301297,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1912,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301426,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1913,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301404,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1914,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301591,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1915,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301482,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1916,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301181,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1917,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301409,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1918,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301907,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1919,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301802,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1920,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301761,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1921,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301883,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1922,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301955,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1923,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1924,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301901,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1925,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301433,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1926,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1927,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301527,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1928,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301752,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1929,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1930,\n            \"batchVariantName\": \"Pure2500 - batch: 20-Jul-2023 18:18\",\n            \"productID\": 19037,\n            \"variantID\": 19037,\n            \"productName\": \"Pure2500\",\n            \"variantName\": \"\",\n            \"barcode\": 1689857301193,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-20 18:18:21\",\n            \"creationDate\": \"2023-07-20\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 2500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1931,\n            \"batchVariantName\": \"Pure home - batch: 21-Jul-2023 12:40\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1689923411713,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-21 12:40:11\",\n            \"creationDate\": \"2023-07-21\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1932,\n            \"batchVariantName\": \"Pure home - batch: 21-Jul-2023 12:40\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1689923411574,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-21 12:40:11\",\n            \"creationDate\": \"2023-07-21\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1933,\n            \"batchVariantName\": \"Pure home - batch: 21-Jul-2023 12:40\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1689923411498,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-21 12:40:11\",\n            \"creationDate\": \"2023-07-21\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1934,\n            \"batchVariantName\": \"Pure home - batch: 21-Jul-2023 12:40\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1689923411267,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-21 12:40:11\",\n            \"creationDate\": \"2023-07-21\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1935,\n            \"batchVariantName\": \"Pure home - batch: 21-Jul-2023 12:40\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 978020137962,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-21 12:40:11\",\n            \"creationDate\": \"2023-07-21\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1936,\n            \"batchVariantName\": \"Celebrate Aniversary - batch: 25-Jul-2023 18:44\",\n            \"productID\": 19038,\n            \"variantID\": 19038,\n            \"productName\": \"Celebrate Aniversary\",\n            \"variantName\": \"\",\n            \"barcode\": 1690290845805,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-25 18:44:05\",\n            \"creationDate\": \"2023-07-25\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1937,\n            \"batchVariantName\": \"Celebrate Aniversary - batch: 25-Jul-2023 18:44\",\n            \"productID\": 19038,\n            \"variantID\": 19038,\n            \"productName\": \"Celebrate Aniversary\",\n            \"variantName\": \"\",\n            \"barcode\": 1690290845150,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-25 18:44:05\",\n            \"creationDate\": \"2023-07-25\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1938,\n            \"batchVariantName\": \"Celebrate Aniversary - batch: 25-Jul-2023 18:44\",\n            \"productID\": 19038,\n            \"variantID\": 19038,\n            \"productName\": \"Celebrate Aniversary\",\n            \"variantName\": \"\",\n            \"barcode\": 1690290845582,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-25 18:44:05\",\n            \"creationDate\": \"2023-07-25\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1939,\n            \"batchVariantName\": \"Celebrate Aniversary - batch: 25-Jul-2023 18:44\",\n            \"productID\": 19038,\n            \"variantID\": 19038,\n            \"productName\": \"Celebrate Aniversary\",\n            \"variantName\": \"\",\n            \"barcode\": 1690290845224,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-25 18:44:05\",\n            \"creationDate\": \"2023-07-25\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1940,\n            \"batchVariantName\": \"Celebrate Aniversary - batch: 25-Jul-2023 18:44\",\n            \"productID\": 19038,\n            \"variantID\": 19038,\n            \"productName\": \"Celebrate Aniversary\",\n            \"variantName\": \"\",\n            \"barcode\": 1690290845957,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-25 18:44:05\",\n            \"creationDate\": \"2023-07-25\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1941,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 26-Jul-2023 18:31\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690376514569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-26 18:31:54\",\n            \"creationDate\": \"2023-07-26\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1942,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 26-Jul-2023 18:31\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690376514790,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-26 18:31:54\",\n            \"creationDate\": \"2023-07-26\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1943,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 26-Jul-2023 18:31\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690376514890,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-26 18:31:54\",\n            \"creationDate\": \"2023-07-26\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1944,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 26-Jul-2023 18:31\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690376514921,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-26 18:31:54\",\n            \"creationDate\": \"2023-07-26\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1945,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 26-Jul-2023 18:31\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690376514707,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-07-26 18:31:54\",\n            \"creationDate\": \"2023-07-26\",\n            \"creationMonth\": 7,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1946,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 02-Aug-2023 17:54\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690979059220,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:54:19\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1947,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 02-Aug-2023 17:54\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690979059809,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:54:19\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1948,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 02-Aug-2023 17:54\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690979059670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:54:19\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1949,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 02-Aug-2023 17:54\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690979059652,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:54:19\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1950,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 02-Aug-2023 17:54\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690979059248,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:54:19\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1951,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 02-Aug-2023 17:54\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690979059773,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:54:19\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1952,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 02-Aug-2023 17:54\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690979059931,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:54:19\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1953,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 02-Aug-2023 17:54\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690979059615,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:54:19\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1954,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 02-Aug-2023 17:54\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690979059375,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:54:19\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1955,\n            \"batchVariantName\": \"Diwali Voucher  - batch: 02-Aug-2023 17:54\",\n            \"productID\": 19039,\n            \"variantID\": 19039,\n            \"productName\": \"Diwali Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1690979059212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:54:19\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1956,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230743,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1957,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230698,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1958,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230909,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1959,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230654,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1960,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1961,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230964,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1962,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230364,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1963,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230666,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1964,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230164,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1965,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230337,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1966,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230736,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1967,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230423,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1968,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230221,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1969,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230572,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1970,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230184,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1971,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230865,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1972,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230386,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1973,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230411,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1974,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230420,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1975,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230353,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1976,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230507,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1977,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230458,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1978,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230450,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1979,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230198,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1980,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230979,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1981,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230995,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1982,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1983,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230599,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1984,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230946,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1985,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230283,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1986,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230846,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1987,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230689,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1988,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230882,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1989,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230756,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1990,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230344,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1991,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230668,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1992,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230721,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1993,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230608,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1994,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230335,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1995,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230785,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1996,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230846,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1997,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230971,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1998,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230209,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 1999,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230967,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2000,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230543,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2001,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230293,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2002,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230832,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2003,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230830,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2004,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230605,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2005,\n            \"batchVariantName\": \"Friendship day offer - batch: 02-Aug-2023 17:57\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1690979230253,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-02 17:57:10\",\n            \"creationDate\": \"2023-08-02\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2006,\n            \"batchVariantName\": \"Glazed Pot Turquoise L - batch: 21-Aug-2023 18:06\",\n            \"productID\": 18662,\n            \"variantID\": 18662,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-21 18:06:16\",\n            \"creationDate\": \"2023-08-21\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1200,\n            \"MRP\": 0,\n            \"sellingPrice\": 2580,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2007,\n            \"batchVariantName\": \"Glazed Pot Turquoise L - batch: 21-Aug-2023 12:36\",\n            \"productID\": 18700,\n            \"variantID\": 18700,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-21 18:06:16\",\n            \"creationDate\": \"2023-08-21\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 2222,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2008,\n            \"batchVariantName\": \"Glazed Pot Turquoise L - batch: 21-Aug-2023 12:36\",\n            \"productID\": 18661,\n            \"variantID\": 18661,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2810,\n            \"inventoryCost\": 1475250,\n            \"creationTimeLocal\": \"2023-08-21 18:06:16\",\n            \"creationDate\": \"2023-08-21\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"L\",\n            \"colourName\": \"Turquoise\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1250,\n            \"MRP\": 0,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2009,\n            \"batchVariantName\": \"Test voucher 1 - batch: 21-Aug-2023 18:32\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1692622953514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-21 18:32:33\",\n            \"creationDate\": \"2023-08-21\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2010,\n            \"batchVariantName\": \"TEST VOUCHER 2 - batch: 21-Aug-2023 18:37\",\n            \"productID\": 19042,\n            \"variantID\": 19042,\n            \"productName\": \"TEST VOUCHER 2\",\n            \"variantName\": \"\",\n            \"barcode\": 1692623263464,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-21 18:37:43\",\n            \"creationDate\": \"2023-08-21\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2011,\n            \"batchVariantName\": \" Golf Voucher  - batch: 21-Aug-2023 18:46\",\n            \"productID\": 19043,\n            \"variantID\": 19043,\n            \"productName\": \" Golf Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1692623785128,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-21 18:46:25\",\n            \"creationDate\": \"2023-08-21\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2012,\n            \"batchVariantName\": \" Golf Voucher  - batch: 21-Aug-2023 18:46\",\n            \"productID\": 19043,\n            \"variantID\": 19043,\n            \"productName\": \" Golf Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1692623785218,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-21 18:46:25\",\n            \"creationDate\": \"2023-08-21\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2013,\n            \"batchVariantName\": \" Golf Voucher  - batch: 21-Aug-2023 18:46\",\n            \"productID\": 19043,\n            \"variantID\": 19043,\n            \"productName\": \" Golf Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1692623785563,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-21 18:46:25\",\n            \"creationDate\": \"2023-08-21\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2014,\n            \"batchVariantName\": \" Golf Voucher  - batch: 21-Aug-2023 18:46\",\n            \"productID\": 19043,\n            \"variantID\": 19043,\n            \"productName\": \" Golf Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1692623785679,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-21 18:46:25\",\n            \"creationDate\": \"2023-08-21\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2015,\n            \"batchVariantName\": \" Golf Voucher  - batch: 21-Aug-2023 18:46\",\n            \"productID\": 19043,\n            \"variantID\": 19043,\n            \"productName\": \" Golf Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1692623785109,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-21 18:46:25\",\n            \"creationDate\": \"2023-08-21\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2016,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697704,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2017,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697922,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2018,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697685,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2019,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697326,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2020,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697494,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2021,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697636,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2022,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697268,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2023,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697849,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2024,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697771,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2025,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697242,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2026,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697249,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2027,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697680,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2028,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697704,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2029,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697512,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2030,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697456,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2031,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697120,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2032,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697156,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2033,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697301,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2034,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697115,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2035,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697651,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2036,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697471,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2037,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697240,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2038,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697105,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2039,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697941,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2040,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697244,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2041,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697667,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2042,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697502,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2043,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697342,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2044,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697895,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2045,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697604,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2046,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697169,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2047,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697599,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2048,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697527,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2049,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697754,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2050,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697825,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2051,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697921,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2052,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697391,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2053,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697994,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2054,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697771,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2055,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697162,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2056,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697236,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2057,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697920,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2058,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2059,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697840,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2060,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697432,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2061,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697199,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2062,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697861,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2063,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697489,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2064,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697400,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2065,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697876,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2066,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697140,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2067,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697771,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2068,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697116,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2069,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697145,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2070,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697713,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2071,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697260,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2072,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697712,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2073,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697215,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2074,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697503,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2075,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697608,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2076,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697720,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2077,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697573,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2078,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697208,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2079,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697247,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2080,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697328,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2081,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697934,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2082,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697169,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2083,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697619,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2084,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697928,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2085,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697840,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2086,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697681,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2087,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697164,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2088,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697760,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2089,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697423,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2090,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2091,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697193,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2092,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697523,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2093,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697766,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2094,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697582,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2095,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697823,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2096,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697643,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2097,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697622,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2098,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697595,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2099,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697659,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2100,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697668,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2101,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697308,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2102,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697820,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2103,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697381,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2104,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697424,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2105,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697324,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2106,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697889,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2107,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2108,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697797,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2109,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697998,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2110,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697292,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2111,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697125,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2112,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697932,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2113,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697361,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2114,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697644,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2115,\n            \"batchVariantName\": \"diwaliofeer500 - batch: 24-Aug-2023 18:24\",\n            \"productID\": 19044,\n            \"variantID\": 19044,\n            \"productName\": \"diwaliofeer500\",\n            \"variantName\": \"\",\n            \"barcode\": 1692881697860,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-08-24 18:24:57\",\n            \"creationDate\": \"2023-08-24\",\n            \"creationMonth\": 8,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2116,\n            \"batchVariantName\": \"test group 1\",\n            \"productID\": 2,\n            \"variantID\": 2,\n            \"productName\": \"Glazed Pot Lime S\",\n            \"variantName\": \"S\",\n            \"barcode\": 123812938192,\n            \"serialNumber\": \"qwew4\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -74,\n            \"inventoryCost\": -2527950.5262,\n            \"creationTimeLocal\": \"2023-09-12 13:09:21\",\n            \"creationDate\": \"2023-09-12\",\n            \"creationMonth\": 9,\n            \"creationYear\": 2023,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 250,\n            \"MRP\": 300,\n            \"sellingPrice\": 400,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2117,\n            \"batchVariantName\": \"Test voucher 1 - batch: 04-Oct-2023 18:30\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696424412557,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-04 18:30:12\",\n            \"creationDate\": \"2023-10-04\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2118,\n            \"batchVariantName\": \"celeberate500 - batch: 05-Oct-2023 15:38\",\n            \"productID\": 19068,\n            \"variantID\": 19068,\n            \"productName\": \"celeberate500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696500533520,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:38:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2119,\n            \"batchVariantName\": \"celeberate500 - batch: 05-Oct-2023 15:38\",\n            \"productID\": 19068,\n            \"variantID\": 19068,\n            \"productName\": \"celeberate500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696500533382,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:38:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2120,\n            \"batchVariantName\": \"celeberate500 - batch: 05-Oct-2023 15:38\",\n            \"productID\": 19068,\n            \"variantID\": 19068,\n            \"productName\": \"celeberate500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696500533921,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:38:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2121,\n            \"batchVariantName\": \"celeberate500 - batch: 05-Oct-2023 15:38\",\n            \"productID\": 19068,\n            \"variantID\": 19068,\n            \"productName\": \"celeberate500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696500533619,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:38:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2122,\n            \"batchVariantName\": \"celeberate500 - batch: 05-Oct-2023 15:38\",\n            \"productID\": 19068,\n            \"variantID\": 19068,\n            \"productName\": \"celeberate500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696500533855,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:38:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2123,\n            \"batchVariantName\": \"celeberate500 - batch: 05-Oct-2023 15:38\",\n            \"productID\": 19068,\n            \"variantID\": 19068,\n            \"productName\": \"celeberate500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696500533757,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:38:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2124,\n            \"batchVariantName\": \"celeberate500 - batch: 05-Oct-2023 15:38\",\n            \"productID\": 19068,\n            \"variantID\": 19068,\n            \"productName\": \"celeberate500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696500533514,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:38:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2125,\n            \"batchVariantName\": \"celeberate500 - batch: 05-Oct-2023 15:38\",\n            \"productID\": 19068,\n            \"variantID\": 19068,\n            \"productName\": \"celeberate500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696500533672,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:38:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2126,\n            \"batchVariantName\": \"celeberate500 - batch: 05-Oct-2023 15:38\",\n            \"productID\": 19068,\n            \"variantID\": 19068,\n            \"productName\": \"celeberate500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696500533795,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:38:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2127,\n            \"batchVariantName\": \"celeberate500 - batch: 05-Oct-2023 15:38\",\n            \"productID\": 19068,\n            \"variantID\": 19068,\n            \"productName\": \"celeberate500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696500533945,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:38:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2128,\n            \"batchVariantName\": \"Test voucher 1 - batch: 05-Oct-2023 15:51\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696501313415,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:51:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2129,\n            \"batchVariantName\": \"Test voucher 1 - batch: 05-Oct-2023 15:51\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696501313479,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:51:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2130,\n            \"batchVariantName\": \"Test voucher 1 - batch: 05-Oct-2023 15:51\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696501313323,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:51:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2131,\n            \"batchVariantName\": \"Test voucher 1 - batch: 05-Oct-2023 15:51\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696501313597,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:51:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2132,\n            \"batchVariantName\": \"Test voucher 1 - batch: 05-Oct-2023 15:51\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696501313916,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:51:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2133,\n            \"batchVariantName\": \"Test voucher 1 - batch: 05-Oct-2023 15:51\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696501313909,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:51:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2134,\n            \"batchVariantName\": \"Test voucher 1 - batch: 05-Oct-2023 15:51\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696501313303,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:51:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2135,\n            \"batchVariantName\": \"Test voucher 1 - batch: 05-Oct-2023 15:51\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696501313694,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:51:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2136,\n            \"batchVariantName\": \"Test voucher 1 - batch: 05-Oct-2023 15:51\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696501313144,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:51:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2137,\n            \"batchVariantName\": \"Test voucher 1 - batch: 05-Oct-2023 15:51\",\n            \"productID\": 18812,\n            \"variantID\": 18812,\n            \"productName\": \"Test voucher 1\",\n            \"variantName\": \"\",\n            \"barcode\": 1696501313935,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 15:51:53\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2138,\n            \"batchVariantName\": \"Diwaliiii500 - batch: 05-Oct-2023 16:07\",\n            \"productID\": 19069,\n            \"variantID\": 19069,\n            \"productName\": \"Diwaliiii500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696502236653,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 16:07:16\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2139,\n            \"batchVariantName\": \"Diwaliiii500 - batch: 05-Oct-2023 16:07\",\n            \"productID\": 19069,\n            \"variantID\": 19069,\n            \"productName\": \"Diwaliiii500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696502236631,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 16:07:16\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2140,\n            \"batchVariantName\": \"Diwaliiii500 - batch: 05-Oct-2023 16:07\",\n            \"productID\": 19069,\n            \"variantID\": 19069,\n            \"productName\": \"Diwaliiii500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696502236819,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 16:07:16\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2141,\n            \"batchVariantName\": \"Diwaliiii500 - batch: 05-Oct-2023 16:07\",\n            \"productID\": 19069,\n            \"variantID\": 19069,\n            \"productName\": \"Diwaliiii500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696502236693,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 16:07:16\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2142,\n            \"batchVariantName\": \"Diwaliiii500 - batch: 05-Oct-2023 16:07\",\n            \"productID\": 19069,\n            \"variantID\": 19069,\n            \"productName\": \"Diwaliiii500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696502236846,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 16:07:16\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2143,\n            \"batchVariantName\": \"Diwaliiii500 - batch: 05-Oct-2023 16:07\",\n            \"productID\": 19069,\n            \"variantID\": 19069,\n            \"productName\": \"Diwaliiii500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696502236946,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 16:07:16\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2144,\n            \"batchVariantName\": \"Diwaliiii500 - batch: 05-Oct-2023 16:07\",\n            \"productID\": 19069,\n            \"variantID\": 19069,\n            \"productName\": \"Diwaliiii500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696502236716,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 16:07:16\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2145,\n            \"batchVariantName\": \"Diwaliiii500 - batch: 05-Oct-2023 16:07\",\n            \"productID\": 19069,\n            \"variantID\": 19069,\n            \"productName\": \"Diwaliiii500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696502236105,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 16:07:16\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2146,\n            \"batchVariantName\": \"Diwaliiii500 - batch: 05-Oct-2023 16:07\",\n            \"productID\": 19069,\n            \"variantID\": 19069,\n            \"productName\": \"Diwaliiii500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696502236861,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 16:07:16\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2147,\n            \"batchVariantName\": \"Diwaliiii500 - batch: 05-Oct-2023 16:07\",\n            \"productID\": 19069,\n            \"variantID\": 19069,\n            \"productName\": \"Diwaliiii500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696502236649,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-05 16:07:16\",\n            \"creationDate\": \"2023-10-05\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2148,\n            \"batchVariantName\": \"test500 - batch: 06-Oct-2023 16:32\",\n            \"productID\": 19070,\n            \"variantID\": 19070,\n            \"productName\": \"test500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696590155742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -2,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-06 16:32:35\",\n            \"creationDate\": \"2023-10-06\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2149,\n            \"batchVariantName\": \"test500 - batch: 06-Oct-2023 16:32\",\n            \"productID\": 19070,\n            \"variantID\": 19070,\n            \"productName\": \"test500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696590155452,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -2,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-06 16:32:35\",\n            \"creationDate\": \"2023-10-06\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2150,\n            \"batchVariantName\": \"test500 - batch: 06-Oct-2023 16:32\",\n            \"productID\": 19070,\n            \"variantID\": 19070,\n            \"productName\": \"test500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696590155183,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -2,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-06 16:32:35\",\n            \"creationDate\": \"2023-10-06\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2151,\n            \"batchVariantName\": \"test500 - batch: 06-Oct-2023 16:32\",\n            \"productID\": 19070,\n            \"variantID\": 19070,\n            \"productName\": \"test500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696590155191,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -2,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-06 16:32:35\",\n            \"creationDate\": \"2023-10-06\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2152,\n            \"batchVariantName\": \"test500 - batch: 06-Oct-2023 16:32\",\n            \"productID\": 19070,\n            \"variantID\": 19070,\n            \"productName\": \"test500\",\n            \"variantName\": \"\",\n            \"barcode\": 1696590155859,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": -2,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-06 16:32:35\",\n            \"creationDate\": \"2023-10-06\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2153,\n            \"batchVariantName\": \"OCT SALE - batch: 06-Oct-2023 17:02\",\n            \"productID\": 19071,\n            \"variantID\": 19071,\n            \"productName\": \"OCT SALE\",\n            \"variantName\": \"\",\n            \"barcode\": 1696591959931,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-06 17:02:39\",\n            \"creationDate\": \"2023-10-06\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2154,\n            \"batchVariantName\": \"OCT SALE - batch: 06-Oct-2023 17:02\",\n            \"productID\": 19071,\n            \"variantID\": 19071,\n            \"productName\": \"OCT SALE\",\n            \"variantName\": \"\",\n            \"barcode\": 1696591959849,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-06 17:02:39\",\n            \"creationDate\": \"2023-10-06\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2155,\n            \"batchVariantName\": \"OCT SALE - batch: 06-Oct-2023 17:02\",\n            \"productID\": 19071,\n            \"variantID\": 19071,\n            \"productName\": \"OCT SALE\",\n            \"variantName\": \"\",\n            \"barcode\": 1696591959644,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-06 17:02:39\",\n            \"creationDate\": \"2023-10-06\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2156,\n            \"batchVariantName\": \"OCT SALE - batch: 06-Oct-2023 17:02\",\n            \"productID\": 19071,\n            \"variantID\": 19071,\n            \"productName\": \"OCT SALE\",\n            \"variantName\": \"\",\n            \"barcode\": 1696591959142,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-06 17:02:39\",\n            \"creationDate\": \"2023-10-06\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2157,\n            \"batchVariantName\": \"OCT SALE - batch: 06-Oct-2023 17:02\",\n            \"productID\": 19071,\n            \"variantID\": 19071,\n            \"productName\": \"OCT SALE\",\n            \"variantName\": \"\",\n            \"barcode\": 1696591959538,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-06 17:02:39\",\n            \"creationDate\": \"2023-10-06\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2158,\n            \"batchVariantName\": \"Pure home - batch: 11-Oct-2023 13:42\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1697011957420,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:42:37\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2159,\n            \"batchVariantName\": \"Pure home - batch: 11-Oct-2023 13:42\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1697011957586,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:42:37\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2160,\n            \"batchVariantName\": \"Pure home - batch: 11-Oct-2023 13:42\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1697011957212,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:42:37\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2161,\n            \"batchVariantName\": \"Pure home - batch: 11-Oct-2023 13:42\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1697011957483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:42:37\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2162,\n            \"batchVariantName\": \"Pure home - batch: 11-Oct-2023 13:42\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1697011957462,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:42:37\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2163,\n            \"batchVariantName\": \"Pure home - batch: 11-Oct-2023 13:42\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1697011957563,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:42:37\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2164,\n            \"batchVariantName\": \"Pure home - batch: 11-Oct-2023 13:42\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1697011957812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:42:37\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2165,\n            \"batchVariantName\": \"Pure home - batch: 11-Oct-2023 13:42\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1697011957664,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:42:37\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2166,\n            \"batchVariantName\": \"Pure home - batch: 11-Oct-2023 13:42\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1697011957640,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:42:37\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2167,\n            \"batchVariantName\": \"Pure home - batch: 11-Oct-2023 13:42\",\n            \"productID\": 19035,\n            \"variantID\": 19035,\n            \"productName\": \"Pure home\",\n            \"variantName\": \"\",\n            \"barcode\": 1697011957367,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 12,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:42:37\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 800,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2168,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 13:46\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697012203984,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:46:43\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2169,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 13:46\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697012203725,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 13:46:43\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2170,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 15:57\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697020055612,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 15:57:35\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2171,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 15:57\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697020055369,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 15:57:35\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2172,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 15:57\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697020055157,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 15:57:35\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2173,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 15:57\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697020055387,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 15:57:35\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2174,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 15:57\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697020055488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 15:57:35\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2175,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 15:57\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697020055386,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 15:57:35\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2176,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 15:57\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697020055493,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 15:57:35\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2177,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 15:57\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697020055956,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 15:57:35\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2178,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 15:57\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697020055900,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 15:57:35\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2179,\n            \"batchVariantName\": \"Dlf test voucher 4 - batch: 11-Oct-2023 15:57\",\n            \"productID\": 18816,\n            \"variantID\": 18816,\n            \"productName\": \"Dlf test voucher 4\",\n            \"variantName\": \"\",\n            \"barcode\": 1697020055698,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 16,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-11 15:57:35\",\n            \"creationDate\": \"2023-10-11\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2182,\n            \"batchVariantName\": \"Lotus Tealight Hold Silver 16x32x11.6cm_51031626008_MRP_499\",\n            \"productID\": 19132,\n            \"variantID\": 19132,\n            \"productName\": \"Lotus Tealight Hold Silver 16x32x11.6cm\",\n            \"variantName\": \"12x12x5.6cm\",\n            \"barcode\": 8907900000000,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 11:50:30\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12x12x5.6cm\",\n            \"colourName\": \"Silver\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2183,\n            \"batchVariantName\": \"Lotus Tealight Hold Silver 32x16x22.4cm_51031626009_MRP_499\",\n            \"productID\": 19133,\n            \"variantID\": 19133,\n            \"productName\": \"Lotus Tealight Hold Silver 32x16x22.4cm\",\n            \"variantName\": \"12x12x5.6cm\",\n            \"barcode\": 8907900000000,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-12 11:50:30\",\n            \"creationDate\": \"2023-10-12\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"12x12x5.6cm\",\n            \"colourName\": \"Silver\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 499,\n            \"MRP\": 499,\n            \"sellingPrice\": 499,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2184,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:57\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610479431,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:57:59\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2185,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:57\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610479865,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:57:59\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2186,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:57\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610479989,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:57:59\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2187,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:57\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610479735,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:57:59\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2188,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:57\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610479796,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:57:59\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2189,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:57\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610479443,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:57:59\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2190,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:57\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610479122,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:57:59\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2191,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:57\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610479692,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:57:59\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2192,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:57\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610479275,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:57:59\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2193,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:57\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610479202,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:57:59\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2194,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:58\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610495719,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:58:15\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2195,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:58\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610495497,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:58:15\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2196,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:58\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610495253,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:58:15\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2197,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:58\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610495657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:58:15\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2198,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:58\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610495463,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:58:15\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2199,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:58\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610495434,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:58:15\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2200,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:58\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610495425,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:58:15\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2201,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:58\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610495222,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:58:15\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2202,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:58\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610495826,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:58:15\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2203,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 11:58\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610495524,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 11:58:15\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2204,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:00\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610647916,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:00:47\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2205,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:00\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610647789,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:00:47\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2206,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:00\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610647496,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:00:47\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2207,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:00\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610647280,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:00:47\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2208,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:00\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697610647255,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:00:47\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2209,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:31\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697612515498,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:31:55\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2210,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:31\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697612515675,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:31:55\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2211,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:31\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697612515207,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:31:55\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2212,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:31\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697612515478,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:31:55\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2213,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:31\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697612515287,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:31:55\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2214,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:31\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697612515724,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:31:55\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2215,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:31\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697612515877,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:31:55\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2216,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:31\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697612515659,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:31:55\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2217,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:31\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697612515128,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:31:55\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2218,\n            \"batchVariantName\": \"New Gift Voucher - batch: 18-Oct-2023 12:31\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697612515639,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 12:31:55\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2219,\n            \"batchVariantName\": \"Dusherra  - batch: 18-Oct-2023 18:06\",\n            \"productID\": 19135,\n            \"variantID\": 19135,\n            \"productName\": \"Dusherra \",\n            \"variantName\": \"\",\n            \"barcode\": 1697632588151,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 18:06:28\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2220,\n            \"batchVariantName\": \"Dusherra  - batch: 18-Oct-2023 18:06\",\n            \"productID\": 19135,\n            \"variantID\": 19135,\n            \"productName\": \"Dusherra \",\n            \"variantName\": \"\",\n            \"barcode\": 1697632588160,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-18 18:06:28\",\n            \"creationDate\": \"2023-10-18\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2221,\n            \"batchVariantName\": \"Dusherra  - batch: 19-Oct-2023 12:22\",\n            \"productID\": 19135,\n            \"variantID\": 19135,\n            \"productName\": \"Dusherra \",\n            \"variantName\": \"\",\n            \"barcode\": 1697698334164,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 12:22:14\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2222,\n            \"batchVariantName\": \"Dusherra  - batch: 19-Oct-2023 12:22\",\n            \"productID\": 19135,\n            \"variantID\": 19135,\n            \"productName\": \"Dusherra \",\n            \"variantName\": \"\",\n            \"barcode\": 1697698334142,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 12:22:14\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2223,\n            \"batchVariantName\": \"Dusherra  - batch: 19-Oct-2023 12:22\",\n            \"productID\": 19135,\n            \"variantID\": 19135,\n            \"productName\": \"Dusherra \",\n            \"variantName\": \"\",\n            \"barcode\": 1697698334732,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 12:22:14\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2224,\n            \"batchVariantName\": \"Dusherra  - batch: 19-Oct-2023 12:22\",\n            \"productID\": 19135,\n            \"variantID\": 19135,\n            \"productName\": \"Dusherra \",\n            \"variantName\": \"\",\n            \"barcode\": 1697698334161,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 12:22:14\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2225,\n            \"batchVariantName\": \"Dusherra  - batch: 19-Oct-2023 12:22\",\n            \"productID\": 19135,\n            \"variantID\": 19135,\n            \"productName\": \"Dusherra \",\n            \"variantName\": \"\",\n            \"barcode\": 1697698334280,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 12:22:14\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2226,\n            \"batchVariantName\": \"Celeb Dus  - batch: 19-Oct-2023 12:40\",\n            \"productID\": 19136,\n            \"variantID\": 19136,\n            \"productName\": \"Celeb Dus \",\n            \"variantName\": \"\",\n            \"barcode\": 1697699428465,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 12:40:28\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2227,\n            \"batchVariantName\": \"Celeb Dus  - batch: 19-Oct-2023 12:40\",\n            \"productID\": 19136,\n            \"variantID\": 19136,\n            \"productName\": \"Celeb Dus \",\n            \"variantName\": \"\",\n            \"barcode\": 1697699428702,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 12:40:28\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2228,\n            \"batchVariantName\": \"New Gift Voucher - batch: 19-Oct-2023 14:27\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697705832285,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 14:27:12\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2229,\n            \"batchVariantName\": \"New Gift Voucher - batch: 19-Oct-2023 14:27\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697705832972,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 14:27:12\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2230,\n            \"batchVariantName\": \"New Gift Voucher - batch: 19-Oct-2023 14:27\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697705832600,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 14:27:12\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2231,\n            \"batchVariantName\": \"New Gift Voucher - batch: 19-Oct-2023 14:27\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697705832200,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 14:27:12\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2232,\n            \"batchVariantName\": \"New Gift Voucher - batch: 19-Oct-2023 14:27\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697705832827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 14:27:12\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2233,\n            \"batchVariantName\": \"New Gift Voucher - batch: 19-Oct-2023 14:27\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697705832971,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 14:27:12\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2234,\n            \"batchVariantName\": \"New Gift Voucher - batch: 19-Oct-2023 14:27\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697705832592,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 14:27:12\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2235,\n            \"batchVariantName\": \"New Gift Voucher - batch: 19-Oct-2023 14:27\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697705832417,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 14:27:12\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2236,\n            \"batchVariantName\": \"New Gift Voucher - batch: 19-Oct-2023 14:27\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697705832977,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 14:27:12\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2237,\n            \"batchVariantName\": \"New Gift Voucher - batch: 19-Oct-2023 14:27\",\n            \"productID\": 19134,\n            \"variantID\": 19134,\n            \"productName\": \"New Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1697705832766,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 38,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 14:27:12\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2238,\n            \"batchVariantName\": \"Celeb Dus  - batch: 19-Oct-2023 15:38\",\n            \"productID\": 19136,\n            \"variantID\": 19136,\n            \"productName\": \"Celeb Dus \",\n            \"variantName\": \"\",\n            \"barcode\": 1697710090974,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 15:38:09\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2239,\n            \"batchVariantName\": \"Celeb Dus  - batch: 19-Oct-2023 15:38\",\n            \"productID\": 19136,\n            \"variantID\": 19136,\n            \"productName\": \"Celeb Dus \",\n            \"variantName\": \"\",\n            \"barcode\": 1697710090755,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-19 15:38:09\",\n            \"creationDate\": \"2023-10-19\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2240,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2241,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544721,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2242,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544528,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2243,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544222,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2244,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544931,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2245,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544500,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2246,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544816,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2247,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544233,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2248,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544406,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2249,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544529,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2250,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2251,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544816,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2252,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544166,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2253,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544127,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2254,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544894,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2255,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544930,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2256,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544732,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2257,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544101,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2258,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544409,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2259,\n            \"batchVariantName\": \"Dushera Golf City  - batch: 23-Oct-2023 11:59\",\n            \"productID\": 19137,\n            \"variantID\": 19137,\n            \"productName\": \"Dushera Golf City \",\n            \"variantName\": \"\",\n            \"barcode\": 1698042544326,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 11:59:03\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2260,\n            \"batchVariantName\": \"QB Voucher - batch: 23-Oct-2023 14:49\",\n            \"productID\": 19138,\n            \"variantID\": 19138,\n            \"productName\": \"QB Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698052750602,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 14:49:10\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2261,\n            \"batchVariantName\": \"QB Voucher - batch: 23-Oct-2023 14:49\",\n            \"productID\": 19138,\n            \"variantID\": 19138,\n            \"productName\": \"QB Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698052750572,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-23 14:49:10\",\n            \"creationDate\": \"2023-10-23\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 200,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2262,\n            \"batchVariantName\": \"Strawberry Voucher - batch: 25-Oct-2023 15:20\",\n            \"productID\": 19139,\n            \"variantID\": 19139,\n            \"productName\": \"Strawberry Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698227428574,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 15:20:28\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2263,\n            \"batchVariantName\": \"Strawberry Voucher - batch: 25-Oct-2023 15:20\",\n            \"productID\": 19139,\n            \"variantID\": 19139,\n            \"productName\": \"Strawberry Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698227428881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 15:20:28\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2264,\n            \"batchVariantName\": \"Strawberry Voucher - batch: 25-Oct-2023 15:20\",\n            \"productID\": 19139,\n            \"variantID\": 19139,\n            \"productName\": \"Strawberry Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698227428101,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 15:20:28\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2265,\n            \"batchVariantName\": \"Strawberry Voucher - batch: 25-Oct-2023 15:20\",\n            \"productID\": 19139,\n            \"variantID\": 19139,\n            \"productName\": \"Strawberry Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698227428996,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 15:20:28\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2266,\n            \"batchVariantName\": \"Strawberry Voucher - batch: 25-Oct-2023 15:20\",\n            \"productID\": 19139,\n            \"variantID\": 19139,\n            \"productName\": \"Strawberry Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698227428292,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 15:20:28\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2267,\n            \"batchVariantName\": \"Test sale 500 - batch: 25-Oct-2023 16:42\",\n            \"productID\": 19140,\n            \"variantID\": 19140,\n            \"productName\": \"Test sale 500\",\n            \"variantName\": \"\",\n            \"barcode\": 1698232347535,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 16:42:27\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2268,\n            \"batchVariantName\": \"Test sale 500 - batch: 25-Oct-2023 16:42\",\n            \"productID\": 19140,\n            \"variantID\": 19140,\n            \"productName\": \"Test sale 500\",\n            \"variantName\": \"\",\n            \"barcode\": 1698232347190,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 16:42:27\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2269,\n            \"batchVariantName\": \"Test sale 500 - batch: 25-Oct-2023 16:42\",\n            \"productID\": 19140,\n            \"variantID\": 19140,\n            \"productName\": \"Test sale 500\",\n            \"variantName\": \"\",\n            \"barcode\": 1698232347698,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 16:42:27\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2270,\n            \"batchVariantName\": \"Test sale 500 - batch: 25-Oct-2023 16:42\",\n            \"productID\": 19140,\n            \"variantID\": 19140,\n            \"productName\": \"Test sale 500\",\n            \"variantName\": \"\",\n            \"barcode\": 1698232347112,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 16:42:27\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2271,\n            \"batchVariantName\": \"Test sale 500 - batch: 25-Oct-2023 16:42\",\n            \"productID\": 19140,\n            \"variantID\": 19140,\n            \"productName\": \"Test sale 500\",\n            \"variantName\": \"\",\n            \"barcode\": 1698232347303,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 16:42:27\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2272,\n            \"batchVariantName\": \"Test sale 500 - batch: 25-Oct-2023 16:42\",\n            \"productID\": 19140,\n            \"variantID\": 19140,\n            \"productName\": \"Test sale 500\",\n            \"variantName\": \"\",\n            \"barcode\": 1698232347603,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 16:42:27\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2273,\n            \"batchVariantName\": \"Test sale 500 - batch: 25-Oct-2023 16:42\",\n            \"productID\": 19140,\n            \"variantID\": 19140,\n            \"productName\": \"Test sale 500\",\n            \"variantName\": \"\",\n            \"barcode\": 1698232347259,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 16:42:27\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2274,\n            \"batchVariantName\": \"Test sale 500 - batch: 25-Oct-2023 16:42\",\n            \"productID\": 19140,\n            \"variantID\": 19140,\n            \"productName\": \"Test sale 500\",\n            \"variantName\": \"\",\n            \"barcode\": 1698232347650,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 16:42:27\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2275,\n            \"batchVariantName\": \"Test sale 500 - batch: 25-Oct-2023 16:42\",\n            \"productID\": 19140,\n            \"variantID\": 19140,\n            \"productName\": \"Test sale 500\",\n            \"variantName\": \"\",\n            \"barcode\": 1698232347713,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 16:42:27\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2276,\n            \"batchVariantName\": \"Test sale 500 - batch: 25-Oct-2023 16:42\",\n            \"productID\": 19140,\n            \"variantID\": 19140,\n            \"productName\": \"Test sale 500\",\n            \"variantName\": \"\",\n            \"barcode\": 1698232347541,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 16:42:27\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2277,\n            \"batchVariantName\": \"Strawberry Voucher - batch: 25-Oct-2023 17:14\",\n            \"productID\": 19139,\n            \"variantID\": 19139,\n            \"productName\": \"Strawberry Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698234287448,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 17:14:47\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2278,\n            \"batchVariantName\": \"Strawberry Voucher - batch: 25-Oct-2023 17:14\",\n            \"productID\": 19139,\n            \"variantID\": 19139,\n            \"productName\": \"Strawberry Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698234287339,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 17:14:47\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2279,\n            \"batchVariantName\": \"Strawberry Voucher - batch: 25-Oct-2023 17:14\",\n            \"productID\": 19139,\n            \"variantID\": 19139,\n            \"productName\": \"Strawberry Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698234287134,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 17:14:47\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2280,\n            \"batchVariantName\": \"Strawberry Voucher - batch: 25-Oct-2023 17:14\",\n            \"productID\": 19139,\n            \"variantID\": 19139,\n            \"productName\": \"Strawberry Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698234287129,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 17:14:47\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2281,\n            \"batchVariantName\": \"Strawberry Voucher - batch: 25-Oct-2023 17:14\",\n            \"productID\": 19139,\n            \"variantID\": 19139,\n            \"productName\": \"Strawberry Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698234287770,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-25 17:14:47\",\n            \"creationDate\": \"2023-10-25\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2282,\n            \"batchVariantName\": \"Govardhan Celebration - batch: 26-Oct-2023 11:56\",\n            \"productID\": 19141,\n            \"variantID\": 19141,\n            \"productName\": \"Govardhan Celebration\",\n            \"variantName\": \"\",\n            \"barcode\": 1698301578201,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-26 11:56:18\",\n            \"creationDate\": \"2023-10-26\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2283,\n            \"batchVariantName\": \"Govardhan Celebration - batch: 26-Oct-2023 11:56\",\n            \"productID\": 19141,\n            \"variantID\": 19141,\n            \"productName\": \"Govardhan Celebration\",\n            \"variantName\": \"\",\n            \"barcode\": 1698301578820,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-26 11:56:18\",\n            \"creationDate\": \"2023-10-26\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2284,\n            \"batchVariantName\": \"Govardhan Celebration - batch: 26-Oct-2023 11:56\",\n            \"productID\": 19141,\n            \"variantID\": 19141,\n            \"productName\": \"Govardhan Celebration\",\n            \"variantName\": \"\",\n            \"barcode\": 1698301578624,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-26 11:56:18\",\n            \"creationDate\": \"2023-10-26\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2285,\n            \"batchVariantName\": \"Govardhan Celebration - batch: 26-Oct-2023 11:56\",\n            \"productID\": 19141,\n            \"variantID\": 19141,\n            \"productName\": \"Govardhan Celebration\",\n            \"variantName\": \"\",\n            \"barcode\": 1698301578207,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-26 11:56:18\",\n            \"creationDate\": \"2023-10-26\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2286,\n            \"batchVariantName\": \"Govardhan Celebration - batch: 26-Oct-2023 11:56\",\n            \"productID\": 19141,\n            \"variantID\": 19141,\n            \"productName\": \"Govardhan Celebration\",\n            \"variantName\": \"\",\n            \"barcode\": 1698301578671,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-26 11:56:18\",\n            \"creationDate\": \"2023-10-26\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2287,\n            \"batchVariantName\": \"Govardhan Celebration - batch: 26-Oct-2023 16:46\",\n            \"productID\": 19141,\n            \"variantID\": 19141,\n            \"productName\": \"Govardhan Celebration\",\n            \"variantName\": \"\",\n            \"barcode\": 1698319003690,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-26 16:46:43\",\n            \"creationDate\": \"2023-10-26\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2288,\n            \"batchVariantName\": \"Govardhan Celebration - batch: 26-Oct-2023 16:46\",\n            \"productID\": 19141,\n            \"variantID\": 19141,\n            \"productName\": \"Govardhan Celebration\",\n            \"variantName\": \"\",\n            \"barcode\": 1698319003504,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-26 16:46:43\",\n            \"creationDate\": \"2023-10-26\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2289,\n            \"batchVariantName\": \"Govardhan Celebration - batch: 26-Oct-2023 16:46\",\n            \"productID\": 19141,\n            \"variantID\": 19141,\n            \"productName\": \"Govardhan Celebration\",\n            \"variantName\": \"\",\n            \"barcode\": 1698319003910,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-26 16:46:43\",\n            \"creationDate\": \"2023-10-26\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2290,\n            \"batchVariantName\": \"Govardhan Celebration - batch: 26-Oct-2023 16:46\",\n            \"productID\": 19141,\n            \"variantID\": 19141,\n            \"productName\": \"Govardhan Celebration\",\n            \"variantName\": \"\",\n            \"barcode\": 1698319003196,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-26 16:46:43\",\n            \"creationDate\": \"2023-10-26\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2291,\n            \"batchVariantName\": \"Govardhan Celebration - batch: 26-Oct-2023 16:46\",\n            \"productID\": 19141,\n            \"variantID\": 19141,\n            \"productName\": \"Govardhan Celebration\",\n            \"variantName\": \"\",\n            \"barcode\": 1698319003184,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-26 16:46:43\",\n            \"creationDate\": \"2023-10-26\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2292,\n            \"batchVariantName\": \"Gift Box - batch: 27-Oct-2023 10:59\",\n            \"productID\": 19144,\n            \"variantID\": 19144,\n            \"productName\": \"Gift Box\",\n            \"variantName\": \"\",\n            \"barcode\": 1698384585758,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 10:59:45\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2293,\n            \"batchVariantName\": \"Gift Box - batch: 27-Oct-2023 10:59\",\n            \"productID\": 19144,\n            \"variantID\": 19144,\n            \"productName\": \"Gift Box\",\n            \"variantName\": \"\",\n            \"barcode\": 1698384585131,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 10:59:45\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2294,\n            \"batchVariantName\": \"Diwali Box - batch: 27-Oct-2023 11:11\",\n            \"productID\": 19145,\n            \"variantID\": 19145,\n            \"productName\": \"Diwali Box\",\n            \"variantName\": \"\",\n            \"barcode\": 1698385263733,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 11:11:03\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2295,\n            \"batchVariantName\": \"Diwali Box - batch: 27-Oct-2023 11:11\",\n            \"productID\": 19145,\n            \"variantID\": 19145,\n            \"productName\": \"Diwali Box\",\n            \"variantName\": \"\",\n            \"barcode\": 1698385263106,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 11:11:03\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2296,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855648,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2297,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855679,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2298,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855227,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2299,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855974,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2300,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855240,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2301,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855599,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2302,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855423,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2303,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855845,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2304,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855921,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2305,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2306,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855454,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2307,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855101,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2308,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855753,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2309,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855587,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2310,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855798,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2311,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855677,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2312,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855908,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2313,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855827,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2314,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855188,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2315,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855273,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2316,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855673,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2317,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855570,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2318,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855665,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2319,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855321,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2320,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855485,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2321,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855494,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2322,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855937,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2323,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855209,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2324,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855306,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2325,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855662,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2326,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855375,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2327,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855855,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2328,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855342,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2329,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855503,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2330,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855829,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2331,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855482,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2332,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855102,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2333,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855252,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2334,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855328,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2335,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855923,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2336,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855964,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2337,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855682,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2338,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855925,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2339,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855718,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2340,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855270,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2341,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855723,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2342,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855396,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2343,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2344,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855551,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2345,\n            \"batchVariantName\": \"Pre Diwali Sale - batch: 27-Oct-2023 14:57\",\n            \"productID\": 19155,\n            \"variantID\": 19155,\n            \"productName\": \"Pre Diwali Sale\",\n            \"variantName\": \"\",\n            \"barcode\": 1698398855484,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 14:57:35\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2346,\n            \"batchVariantName\": \"Pre Diwali - batch: 27-Oct-2023 15:10\",\n            \"productID\": 19156,\n            \"variantID\": 19156,\n            \"productName\": \"Pre Diwali\",\n            \"variantName\": \"\",\n            \"barcode\": 1698399616207,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 15:10:16\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2347,\n            \"batchVariantName\": \"Pre Diwali - batch: 27-Oct-2023 15:10\",\n            \"productID\": 19156,\n            \"variantID\": 19156,\n            \"productName\": \"Pre Diwali\",\n            \"variantName\": \"\",\n            \"barcode\": 1698399616738,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 15:10:16\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2348,\n            \"batchVariantName\": \"Pre Diwali - batch: 27-Oct-2023 15:10\",\n            \"productID\": 19156,\n            \"variantID\": 19156,\n            \"productName\": \"Pre Diwali\",\n            \"variantName\": \"\",\n            \"barcode\": 1698399616237,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 15:10:16\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2349,\n            \"batchVariantName\": \"Pre Diwali - batch: 27-Oct-2023 15:10\",\n            \"productID\": 19156,\n            \"variantID\": 19156,\n            \"productName\": \"Pre Diwali\",\n            \"variantName\": \"\",\n            \"barcode\": 1698399616339,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 15:10:16\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2350,\n            \"batchVariantName\": \"Pre Diwali - batch: 27-Oct-2023 15:10\",\n            \"productID\": 19156,\n            \"variantID\": 19156,\n            \"productName\": \"Pre Diwali\",\n            \"variantName\": \"\",\n            \"barcode\": 1698399616882,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 15:10:16\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2351,\n            \"batchVariantName\": \"Pre Diwali - batch: 27-Oct-2023 15:10\",\n            \"productID\": 19156,\n            \"variantID\": 19156,\n            \"productName\": \"Pre Diwali\",\n            \"variantName\": \"\",\n            \"barcode\": 1698399616686,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 15:10:16\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2352,\n            \"batchVariantName\": \"Pre Diwali - batch: 27-Oct-2023 15:10\",\n            \"productID\": 19156,\n            \"variantID\": 19156,\n            \"productName\": \"Pre Diwali\",\n            \"variantName\": \"\",\n            \"barcode\": 1698399616345,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 15:10:16\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2353,\n            \"batchVariantName\": \"Pre Diwali - batch: 27-Oct-2023 15:10\",\n            \"productID\": 19156,\n            \"variantID\": 19156,\n            \"productName\": \"Pre Diwali\",\n            \"variantName\": \"\",\n            \"barcode\": 1698399616825,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 15:10:16\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2354,\n            \"batchVariantName\": \"Pre Diwali - batch: 27-Oct-2023 15:10\",\n            \"productID\": 19156,\n            \"variantID\": 19156,\n            \"productName\": \"Pre Diwali\",\n            \"variantName\": \"\",\n            \"barcode\": 1698399616984,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 15:10:16\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2355,\n            \"batchVariantName\": \"Pre Diwali - batch: 27-Oct-2023 15:10\",\n            \"productID\": 19156,\n            \"variantID\": 19156,\n            \"productName\": \"Pre Diwali\",\n            \"variantName\": \"\",\n            \"barcode\": 1698399616407,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 15:10:16\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2356,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750477,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2357,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750246,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2358,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750433,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2359,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750942,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2360,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750450,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2361,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750920,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2362,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750584,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2363,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750578,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2364,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750710,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2365,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750114,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2366,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750344,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2367,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750666,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2368,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750450,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2369,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750577,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2370,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750824,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2371,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750700,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2372,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750902,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2373,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750339,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2374,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750548,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2375,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750769,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2376,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750800,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2377,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750499,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2378,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750467,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2379,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750722,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2380,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750896,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2381,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750273,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2382,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750392,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2383,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750888,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2384,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750631,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2385,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750155,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2386,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750937,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2387,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750108,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2388,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750302,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2389,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750370,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2390,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750951,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2391,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750653,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2392,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750291,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2393,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750536,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2394,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750231,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2395,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750901,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2396,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750550,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2397,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750475,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2398,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750567,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2399,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750900,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2400,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750952,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2401,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750392,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2402,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750601,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2403,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750855,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2404,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750631,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2405,\n            \"batchVariantName\": \"SAle150 - batch: 27-Oct-2023 16:52\",\n            \"productID\": 19157,\n            \"variantID\": 19157,\n            \"productName\": \"SAle150\",\n            \"variantName\": \"\",\n            \"barcode\": 1698405750149,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 50,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 16:52:30\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2406,\n            \"batchVariantName\": \"Validate Voucher  - batch: 27-Oct-2023 18:04\",\n            \"productID\": 19158,\n            \"variantID\": 19158,\n            \"productName\": \"Validate Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698410053674,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 18:04:13\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2407,\n            \"batchVariantName\": \"Validate Voucher  - batch: 27-Oct-2023 18:04\",\n            \"productID\": 19158,\n            \"variantID\": 19158,\n            \"productName\": \"Validate Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698410053557,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 18:04:13\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2408,\n            \"batchVariantName\": \"Validate Voucher  - batch: 27-Oct-2023 18:04\",\n            \"productID\": 19158,\n            \"variantID\": 19158,\n            \"productName\": \"Validate Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698410053867,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 18:04:13\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2409,\n            \"batchVariantName\": \"Validate Voucher  - batch: 27-Oct-2023 18:04\",\n            \"productID\": 19158,\n            \"variantID\": 19158,\n            \"productName\": \"Validate Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698410053909,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 18:04:13\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2410,\n            \"batchVariantName\": \"Validate Voucher  - batch: 27-Oct-2023 18:04\",\n            \"productID\": 19158,\n            \"variantID\": 19158,\n            \"productName\": \"Validate Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698410053575,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-27 18:04:13\",\n            \"creationDate\": \"2023-10-27\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2411,\n            \"batchVariantName\": \"Momos Voucher - batch: 30-Oct-2023 13:27\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698652633187,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-30 13:27:13\",\n            \"creationDate\": \"2023-10-30\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2412,\n            \"batchVariantName\": \"Momos Voucher - batch: 30-Oct-2023 13:27\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698652633257,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-30 13:27:13\",\n            \"creationDate\": \"2023-10-30\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2413,\n            \"batchVariantName\": \"Momos Voucher - batch: 30-Oct-2023 13:27\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698652633794,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-30 13:27:13\",\n            \"creationDate\": \"2023-10-30\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2414,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:15\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738353299,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:15:53\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2415,\n            \"batchVariantName\": \"Testgv - batch: 31-Oct-2023 13:20\",\n            \"productID\": 19160,\n            \"variantID\": 19160,\n            \"productName\": \"Testgv\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738626178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:20:26\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2416,\n            \"batchVariantName\": \"Testgv - batch: 31-Oct-2023 13:20\",\n            \"productID\": 19160,\n            \"variantID\": 19160,\n            \"productName\": \"Testgv\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738626684,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:20:26\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2417,\n            \"batchVariantName\": \"Testgv - batch: 31-Oct-2023 13:20\",\n            \"productID\": 19160,\n            \"variantID\": 19160,\n            \"productName\": \"Testgv\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738626195,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:20:26\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2418,\n            \"batchVariantName\": \"Testgv - batch: 31-Oct-2023 13:20\",\n            \"productID\": 19160,\n            \"variantID\": 19160,\n            \"productName\": \"Testgv\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738626790,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:20:26\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2419,\n            \"batchVariantName\": \"Testgv - batch: 31-Oct-2023 13:20\",\n            \"productID\": 19160,\n            \"variantID\": 19160,\n            \"productName\": \"Testgv\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738626679,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:20:26\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2420,\n            \"batchVariantName\": \"Testgv - batch: 31-Oct-2023 13:20\",\n            \"productID\": 19160,\n            \"variantID\": 19160,\n            \"productName\": \"Testgv\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738626142,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:20:26\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2421,\n            \"batchVariantName\": \"Testgv - batch: 31-Oct-2023 13:20\",\n            \"productID\": 19160,\n            \"variantID\": 19160,\n            \"productName\": \"Testgv\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738626526,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:20:26\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2422,\n            \"batchVariantName\": \"Testgv - batch: 31-Oct-2023 13:20\",\n            \"productID\": 19160,\n            \"variantID\": 19160,\n            \"productName\": \"Testgv\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738626997,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:20:26\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2423,\n            \"batchVariantName\": \"Testgv - batch: 31-Oct-2023 13:20\",\n            \"productID\": 19160,\n            \"variantID\": 19160,\n            \"productName\": \"Testgv\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738626997,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:20:26\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2424,\n            \"batchVariantName\": \"Testgv - batch: 31-Oct-2023 13:20\",\n            \"productID\": 19160,\n            \"variantID\": 19160,\n            \"productName\": \"Testgv\",\n            \"variantName\": \"\",\n            \"barcode\": 1698738626684,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:20:26\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2425,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186321,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2426,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186296,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2427,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186399,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2428,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186786,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2429,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186341,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2430,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186558,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2431,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186226,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2432,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186523,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2433,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186138,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2434,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186880,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2435,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186290,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2436,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 13:29\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698739186905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 13:29:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2437,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 15:00\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698744626745,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 15:00:25\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2438,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 15:00\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698744626441,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 15:00:25\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2439,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 15:00\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698744626681,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 15:00:25\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2440,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 15:00\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698744626628,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 15:00:25\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2441,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 15:00\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698744626174,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 15:00:25\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2442,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 15:00\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698744626273,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 15:00:25\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2443,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 15:00\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698744626739,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 15:00:25\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2444,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 15:00\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698744626309,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 15:00:25\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2445,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 15:00\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698744626495,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 15:00:25\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2446,\n            \"batchVariantName\": \"Momos Voucher - batch: 31-Oct-2023 15:00\",\n            \"productID\": 19159,\n            \"variantID\": 19159,\n            \"productName\": \"Momos Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698744626237,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 15:00:25\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2447,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:00\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748252401,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:00:52\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2448,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:00\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748252898,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:00:52\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2449,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:00\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748252439,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:00:52\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2450,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:00\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748252157,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:00:52\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2451,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:00\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748252243,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:00:52\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2452,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:09\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748773790,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:09:33\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2453,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:09\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748773684,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:09:33\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2454,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:09\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748773335,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:09:33\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2455,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:09\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748773967,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:09:33\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2456,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:09\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748773187,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:09:33\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2457,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:12\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748966820,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:12:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2458,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:12\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748967548,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:12:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2459,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:12\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748967198,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:12:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2460,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:12\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748967463,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:12:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2461,\n            \"batchVariantName\": \"CivitechVC - batch: 31-Oct-2023 16:12\",\n            \"productID\": 19161,\n            \"variantID\": 19161,\n            \"productName\": \"CivitechVC\",\n            \"variantName\": \"\",\n            \"barcode\": 1698748967280,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 5,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:12:46\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2462,\n            \"batchVariantName\": \"Vishesh Voucher - batch: 31-Oct-2023 16:21\",\n            \"productID\": 19162,\n            \"variantID\": 19162,\n            \"productName\": \"Vishesh Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698749519122,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:21:59\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2463,\n            \"batchVariantName\": \"Vishesh Voucher - batch: 31-Oct-2023 16:21\",\n            \"productID\": 19162,\n            \"variantID\": 19162,\n            \"productName\": \"Vishesh Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698749519829,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:21:59\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2464,\n            \"batchVariantName\": \"Vishesh Voucher - batch: 31-Oct-2023 16:53\",\n            \"productID\": 19162,\n            \"variantID\": 19162,\n            \"productName\": \"Vishesh Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698751434873,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:53:53\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2465,\n            \"batchVariantName\": \"Vishesh Voucher - batch: 31-Oct-2023 16:53\",\n            \"productID\": 19162,\n            \"variantID\": 19162,\n            \"productName\": \"Vishesh Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1698751434337,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 16:53:53\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2466,\n            \"batchVariantName\": \"Baraut Voucher  - batch: 31-Oct-2023 18:06\",\n            \"productID\": 19163,\n            \"variantID\": 19163,\n            \"productName\": \"Baraut Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698755795649,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 18:06:35\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2467,\n            \"batchVariantName\": \"Baraut Voucher  - batch: 31-Oct-2023 18:06\",\n            \"productID\": 19163,\n            \"variantID\": 19163,\n            \"productName\": \"Baraut Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698755795399,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-10-31 18:06:35\",\n            \"creationDate\": \"2023-10-31\",\n            \"creationMonth\": 10,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2468,\n            \"batchVariantName\": \"Shamli Voucher  - batch: 01-Nov-2023 12:46\",\n            \"productID\": 19164,\n            \"variantID\": 19164,\n            \"productName\": \"Shamli Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698823015572,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-01 12:46:55\",\n            \"creationDate\": \"2023-11-01\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2469,\n            \"batchVariantName\": \"Shamli Voucher  - batch: 01-Nov-2023 12:46\",\n            \"productID\": 19164,\n            \"variantID\": 19164,\n            \"productName\": \"Shamli Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698823015238,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-01 12:46:55\",\n            \"creationDate\": \"2023-11-01\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2470,\n            \"batchVariantName\": \"Shamli Voucher  - batch: 01-Nov-2023 12:46\",\n            \"productID\": 19164,\n            \"variantID\": 19164,\n            \"productName\": \"Shamli Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698823015630,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-01 12:46:55\",\n            \"creationDate\": \"2023-11-01\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2471,\n            \"batchVariantName\": \"Shamli Voucher  - batch: 01-Nov-2023 12:46\",\n            \"productID\": 19164,\n            \"variantID\": 19164,\n            \"productName\": \"Shamli Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698823015244,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-01 12:46:55\",\n            \"creationDate\": \"2023-11-01\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2472,\n            \"batchVariantName\": \"Shamli Voucher  - batch: 01-Nov-2023 12:46\",\n            \"productID\": 19164,\n            \"variantID\": 19164,\n            \"productName\": \"Shamli Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698823015675,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-01 12:46:55\",\n            \"creationDate\": \"2023-11-01\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2473,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 12:21\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698907906420,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 12:21:46\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2474,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 12:21\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698907906469,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 12:21:46\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2475,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 12:21\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698907906768,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 12:21:46\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2476,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 12:21\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698907906309,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 12:21:46\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2477,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 12:21\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698907906751,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 12:21:46\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2478,\n            \"batchVariantName\": \"Shamli Voucher  - batch: 02-Nov-2023 13:12\",\n            \"productID\": 19164,\n            \"variantID\": 19164,\n            \"productName\": \"Shamli Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698910931210,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 13:12:11\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2479,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 13:44\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698912850461,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 13:44:10\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2480,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 13:44\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698912850847,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 13:44:10\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2481,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 13:44\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698912850668,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 13:44:10\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2482,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 13:44\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698912850985,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 13:44:10\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2483,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 13:44\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698912850670,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 13:44:10\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2484,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 15:33\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698919402535,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:33:22\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2485,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 15:33\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698919402143,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:33:22\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2486,\n            \"batchVariantName\": \"Noida Voucher  - batch: 02-Nov-2023 15:33\",\n            \"productID\": 19165,\n            \"variantID\": 19165,\n            \"productName\": \"Noida Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698919402106,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:33:22\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2487,\n            \"batchVariantName\": \"Gurgaon Voucher  - batch: 02-Nov-2023 15:48\",\n            \"productID\": 19166,\n            \"variantID\": 19166,\n            \"productName\": \"Gurgaon Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698920331192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:48:51\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2488,\n            \"batchVariantName\": \"Gurgaon Voucher  - batch: 02-Nov-2023 15:48\",\n            \"productID\": 19166,\n            \"variantID\": 19166,\n            \"productName\": \"Gurgaon Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698920331379,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:48:51\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2489,\n            \"batchVariantName\": \"Gurgaon Voucher  - batch: 02-Nov-2023 15:48\",\n            \"productID\": 19166,\n            \"variantID\": 19166,\n            \"productName\": \"Gurgaon Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698920331737,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:48:51\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2490,\n            \"batchVariantName\": \"Gurgaon Voucher  - batch: 02-Nov-2023 15:48\",\n            \"productID\": 19166,\n            \"variantID\": 19166,\n            \"productName\": \"Gurgaon Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698920331954,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:48:51\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2491,\n            \"batchVariantName\": \"Gurgaon Voucher  - batch: 02-Nov-2023 15:48\",\n            \"productID\": 19166,\n            \"variantID\": 19166,\n            \"productName\": \"Gurgaon Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698920331851,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:48:51\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2492,\n            \"batchVariantName\": \"Gurgaon Voucher  - batch: 02-Nov-2023 15:48\",\n            \"productID\": 19166,\n            \"variantID\": 19166,\n            \"productName\": \"Gurgaon Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698920331916,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:48:51\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2493,\n            \"batchVariantName\": \"Gurgaon Voucher  - batch: 02-Nov-2023 15:48\",\n            \"productID\": 19166,\n            \"variantID\": 19166,\n            \"productName\": \"Gurgaon Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698920331312,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:48:51\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2494,\n            \"batchVariantName\": \"Gurgaon Voucher  - batch: 02-Nov-2023 15:48\",\n            \"productID\": 19166,\n            \"variantID\": 19166,\n            \"productName\": \"Gurgaon Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698920331148,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:48:51\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2495,\n            \"batchVariantName\": \"Gurgaon Voucher  - batch: 02-Nov-2023 15:48\",\n            \"productID\": 19166,\n            \"variantID\": 19166,\n            \"productName\": \"Gurgaon Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698920331772,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:48:51\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2496,\n            \"batchVariantName\": \"Gurgaon Voucher  - batch: 02-Nov-2023 15:48\",\n            \"productID\": 19166,\n            \"variantID\": 19166,\n            \"productName\": \"Gurgaon Voucher \",\n            \"variantName\": \"\",\n            \"barcode\": 1698920331491,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-02 15:48:51\",\n            \"creationDate\": \"2023-11-02\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2497,\n            \"batchVariantName\": \"DLF Group - Default\",\n            \"productID\": 19167,\n            \"variantID\": 19167,\n            \"productName\": \"DLF Group\",\n            \"variantName\": \"\",\n            \"barcode\": 1698996721787,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-03 13:02:01\",\n            \"creationDate\": \"2023-11-03\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2498,\n            \"batchVariantName\": \"DLFGroup First \",\n            \"productID\": 19167,\n            \"variantID\": 19167,\n            \"productName\": \"DLF Group\",\n            \"variantName\": \"\",\n            \"barcode\": \"Br17094200423\",\n            \"serialNumber\": \"SN384324\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1405,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-03 13:05:07\",\n            \"creationDate\": \"2023-11-03\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 600,\n            \"sellingPrice\": 450,\n            \"attribute2\": 4293865,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2499,\n            \"batchVariantName\": \"Mirpur@500 - batch: 06-Nov-2023 16:00\",\n            \"productID\": 19169,\n            \"variantID\": 19169,\n            \"productName\": \"Mirpur@500\",\n            \"variantName\": \"\",\n            \"barcode\": 1699266642416,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-06 16:00:42\",\n            \"creationDate\": \"2023-11-06\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2500,\n            \"batchVariantName\": \"Mirpur@500 - batch: 06-Nov-2023 16:00\",\n            \"productID\": 19169,\n            \"variantID\": 19169,\n            \"productName\": \"Mirpur@500\",\n            \"variantName\": \"\",\n            \"barcode\": 1699266642496,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-06 16:00:42\",\n            \"creationDate\": \"2023-11-06\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2501,\n            \"batchVariantName\": \"Mirpur@500 - batch: 06-Nov-2023 16:00\",\n            \"productID\": 19169,\n            \"variantID\": 19169,\n            \"productName\": \"Mirpur@500\",\n            \"variantName\": \"\",\n            \"barcode\": 1699266642905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-06 16:00:42\",\n            \"creationDate\": \"2023-11-06\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2502,\n            \"batchVariantName\": \"Mirpur@500 - batch: 06-Nov-2023 16:00\",\n            \"productID\": 19169,\n            \"variantID\": 19169,\n            \"productName\": \"Mirpur@500\",\n            \"variantName\": \"\",\n            \"barcode\": 1699266642552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-06 16:00:42\",\n            \"creationDate\": \"2023-11-06\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2503,\n            \"batchVariantName\": \"Mirpur@500 - batch: 06-Nov-2023 16:00\",\n            \"productID\": 19169,\n            \"variantID\": 19169,\n            \"productName\": \"Mirpur@500\",\n            \"variantName\": \"\",\n            \"barcode\": 1699266642810,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-06 16:00:42\",\n            \"creationDate\": \"2023-11-06\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 5,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2504,\n            \"batchVariantName\": \"Review Voucher - batch: 07-Nov-2023 12:07\",\n            \"productID\": 19170,\n            \"variantID\": 19170,\n            \"productName\": \"Review Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1699339026793,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 12:07:06\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2505,\n            \"batchVariantName\": \"Review Voucher - batch: 07-Nov-2023 12:07\",\n            \"productID\": 19170,\n            \"variantID\": 19170,\n            \"productName\": \"Review Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1699339026682,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 12:07:06\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2506,\n            \"batchVariantName\": \"Review Voucher - batch: 07-Nov-2023 12:07\",\n            \"productID\": 19170,\n            \"variantID\": 19170,\n            \"productName\": \"Review Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1699339026290,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 12:07:06\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2507,\n            \"batchVariantName\": \"Review Voucher - batch: 07-Nov-2023 12:07\",\n            \"productID\": 19170,\n            \"variantID\": 19170,\n            \"productName\": \"Review Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1699339026973,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 12:07:06\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2508,\n            \"batchVariantName\": \"Review Voucher - batch: 07-Nov-2023 12:07\",\n            \"productID\": 19170,\n            \"variantID\": 19170,\n            \"productName\": \"Review Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1699339026856,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 12:07:06\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2509,\n            \"batchVariantName\": \"Review Voucher - batch: 07-Nov-2023 12:07\",\n            \"productID\": 19170,\n            \"variantID\": 19170,\n            \"productName\": \"Review Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1699339026989,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 12:07:06\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2510,\n            \"batchVariantName\": \"Review Voucher - batch: 07-Nov-2023 12:07\",\n            \"productID\": 19170,\n            \"variantID\": 19170,\n            \"productName\": \"Review Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1699339026592,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 12:07:06\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2511,\n            \"batchVariantName\": \"Review Voucher - batch: 07-Nov-2023 12:07\",\n            \"productID\": 19170,\n            \"variantID\": 19170,\n            \"productName\": \"Review Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1699339026488,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 12:07:06\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2512,\n            \"batchVariantName\": \"Review Voucher - batch: 07-Nov-2023 12:07\",\n            \"productID\": 19170,\n            \"variantID\": 19170,\n            \"productName\": \"Review Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1699339026592,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 12:07:06\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2513,\n            \"batchVariantName\": \"Review Voucher - batch: 07-Nov-2023 12:07\",\n            \"productID\": 19170,\n            \"variantID\": 19170,\n            \"productName\": \"Review Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1699339026563,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 12:07:06\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2514,\n            \"batchVariantName\": \"Test DLF  - batch: 07-Nov-2023 15:45\",\n            \"productID\": 19171,\n            \"variantID\": 19171,\n            \"productName\": \"Test DLF \",\n            \"variantName\": \"\",\n            \"barcode\": 1699352118155,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 15:45:18\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2515,\n            \"batchVariantName\": \"Test DLF  - batch: 07-Nov-2023 15:45\",\n            \"productID\": 19171,\n            \"variantID\": 19171,\n            \"productName\": \"Test DLF \",\n            \"variantName\": \"\",\n            \"barcode\": 1699352118885,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 15:45:18\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2516,\n            \"batchVariantName\": \"SUNITA - batch: 07-Nov-2023 16:09\",\n            \"productID\": 19172,\n            \"variantID\": 19172,\n            \"productName\": \"SUNITA\",\n            \"variantName\": \"\",\n            \"barcode\": 1699353568654,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 16:09:28\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2517,\n            \"batchVariantName\": \"SUNITA - batch: 07-Nov-2023 16:09\",\n            \"productID\": 19172,\n            \"variantID\": 19172,\n            \"productName\": \"SUNITA\",\n            \"variantName\": \"\",\n            \"barcode\": 1699353568267,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 16:09:28\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2518,\n            \"batchVariantName\": \"SUNITA - batch: 07-Nov-2023 16:09\",\n            \"productID\": 19172,\n            \"variantID\": 19172,\n            \"productName\": \"SUNITA\",\n            \"variantName\": \"\",\n            \"barcode\": 1699353568219,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 16:09:28\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2519,\n            \"batchVariantName\": \"SUNITA - batch: 07-Nov-2023 16:09\",\n            \"productID\": 19172,\n            \"variantID\": 19172,\n            \"productName\": \"SUNITA\",\n            \"variantName\": \"\",\n            \"barcode\": 1699353568959,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 16:09:28\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2520,\n            \"batchVariantName\": \"SUNITA - batch: 07-Nov-2023 16:09\",\n            \"productID\": 19172,\n            \"variantID\": 19172,\n            \"productName\": \"SUNITA\",\n            \"variantName\": \"\",\n            \"barcode\": 1699353568984,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 16:09:28\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2521,\n            \"batchVariantName\": \"SUNITA - batch: 07-Nov-2023 16:09\",\n            \"productID\": 19172,\n            \"variantID\": 19172,\n            \"productName\": \"SUNITA\",\n            \"variantName\": \"\",\n            \"barcode\": 1699353568478,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 4,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 16:09:28\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 0,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2522,\n            \"batchVariantName\": \"QBSLGDSF - batch: 07-Nov-2023 17:29\",\n            \"productID\": 19173,\n            \"variantID\": 19173,\n            \"productName\": \"QBSLGDSF\",\n            \"variantName\": \"\",\n            \"barcode\": 1699358375726,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-07 17:29:35\",\n            \"creationDate\": \"2023-11-07\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2523,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 17-Nov-2023 10:43\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700198034814,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-17 10:43:54\",\n            \"creationDate\": \"2023-11-17\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2524,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 17-Nov-2023 10:43\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700198034774,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-17 10:43:54\",\n            \"creationDate\": \"2023-11-17\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2525,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 17-Nov-2023 10:43\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700198034707,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-17 10:43:54\",\n            \"creationDate\": \"2023-11-17\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2526,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 17-Nov-2023 10:43\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700198034461,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-17 10:43:54\",\n            \"creationDate\": \"2023-11-17\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2527,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 17-Nov-2023 10:43\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700198034869,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-17 10:43:54\",\n            \"creationDate\": \"2023-11-17\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2528,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 17-Nov-2023 10:43\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700198034921,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-17 10:43:54\",\n            \"creationDate\": \"2023-11-17\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2529,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 17-Nov-2023 10:43\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700198034900,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-17 10:43:54\",\n            \"creationDate\": \"2023-11-17\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2530,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 17-Nov-2023 10:43\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700198034910,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-17 10:43:54\",\n            \"creationDate\": \"2023-11-17\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2531,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 17-Nov-2023 10:43\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700198034735,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-17 10:43:54\",\n            \"creationDate\": \"2023-11-17\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2532,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 17-Nov-2023 10:43\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700198034522,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-17 10:43:54\",\n            \"creationDate\": \"2023-11-17\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2533,\n            \"batchVariantName\": \"puja voucher - batch: 20-Nov-2023 12:42\",\n            \"productID\": 19176,\n            \"variantID\": 19176,\n            \"productName\": \"puja voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1700464344399,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-20 12:42:24\",\n            \"creationDate\": \"2023-11-20\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2534,\n            \"batchVariantName\": \"puja voucher - batch: 20-Nov-2023 12:42\",\n            \"productID\": 19176,\n            \"variantID\": 19176,\n            \"productName\": \"puja voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1700464344143,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-20 12:42:24\",\n            \"creationDate\": \"2023-11-20\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2535,\n            \"batchVariantName\": \"puja voucher - batch: 20-Nov-2023 12:42\",\n            \"productID\": 19176,\n            \"variantID\": 19176,\n            \"productName\": \"puja voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1700464344408,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-20 12:42:24\",\n            \"creationDate\": \"2023-11-20\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2536,\n            \"batchVariantName\": \"puja voucher - batch: 20-Nov-2023 12:42\",\n            \"productID\": 19176,\n            \"variantID\": 19176,\n            \"productName\": \"puja voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1700464344777,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-20 12:42:24\",\n            \"creationDate\": \"2023-11-20\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2537,\n            \"batchVariantName\": \"puja voucher - batch: 20-Nov-2023 12:42\",\n            \"productID\": 19176,\n            \"variantID\": 19176,\n            \"productName\": \"puja voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1700464344491,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-20 12:42:24\",\n            \"creationDate\": \"2023-11-20\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2538,\n            \"batchVariantName\": \"Vishal mega mart - batch: 22-Nov-2023 18:25\",\n            \"productID\": 19179,\n            \"variantID\": 19179,\n            \"productName\": \"Vishal mega mart\",\n            \"variantName\": \"\",\n            \"barcode\": 1700657748945,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 18:25:48\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2539,\n            \"batchVariantName\": \"Vishal mega mart - batch: 22-Nov-2023 18:25\",\n            \"productID\": 19179,\n            \"variantID\": 19179,\n            \"productName\": \"Vishal mega mart\",\n            \"variantName\": \"\",\n            \"barcode\": 1700657748802,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 18:25:48\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2540,\n            \"batchVariantName\": \"Vishal mega mart - batch: 22-Nov-2023 18:25\",\n            \"productID\": 19179,\n            \"variantID\": 19179,\n            \"productName\": \"Vishal mega mart\",\n            \"variantName\": \"\",\n            \"barcode\": 1700657748468,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 18:25:48\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2541,\n            \"batchVariantName\": \"Vishal mega mart - batch: 22-Nov-2023 18:25\",\n            \"productID\": 19179,\n            \"variantID\": 19179,\n            \"productName\": \"Vishal mega mart\",\n            \"variantName\": \"\",\n            \"barcode\": 1700657748620,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 18:25:48\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2542,\n            \"batchVariantName\": \"Vishal mega mart - batch: 22-Nov-2023 18:25\",\n            \"productID\": 19179,\n            \"variantID\": 19179,\n            \"productName\": \"Vishal mega mart\",\n            \"variantName\": \"\",\n            \"barcode\": 1700657748245,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 18:25:48\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 50,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2543,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193468,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2544,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193600,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2545,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193854,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2546,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193530,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2547,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193622,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2548,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193822,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2549,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193983,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2550,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193213,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2551,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193953,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2552,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193408,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2553,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193943,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2554,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193612,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2555,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193782,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2556,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660193235,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2557,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194913,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2558,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194118,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2559,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194552,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2560,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194765,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2561,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194598,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2562,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194129,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2563,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194802,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2564,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194873,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2565,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194426,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2566,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194640,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2567,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194881,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2568,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194136,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2569,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194807,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2570,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194403,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2571,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194414,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2572,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194435,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2573,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194657,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2574,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194782,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2575,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194936,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2576,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194511,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2577,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194313,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2578,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194558,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2579,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194334,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2580,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194296,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2581,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194672,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2582,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194288,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2583,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194605,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2584,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194615,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2585,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194800,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2586,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194388,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2587,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194751,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2588,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194714,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2589,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194407,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2590,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194304,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2591,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194479,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2592,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:06\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700660194905,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:06:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2593,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:48\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700662713293,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:48:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2594,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 19:48\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700662713436,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 19:48:33\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2595,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 20:20\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700664650578,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 20:20:50\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2596,\n            \"batchVariantName\": \"DLF_GV_TEST - batch: 22-Nov-2023 20:20\",\n            \"productID\": 19174,\n            \"variantID\": 19174,\n            \"productName\": \"DLF_GV_TEST\",\n            \"variantName\": \"\",\n            \"barcode\": 1700664650423,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-22 20:20:50\",\n            \"creationDate\": \"2023-11-22\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2597,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672247,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2598,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672509,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2599,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672391,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2600,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672264,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2601,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672211,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2602,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672840,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2603,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672674,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2604,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672178,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2605,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672168,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2606,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672884,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2607,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672254,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2608,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672575,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2609,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672967,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2610,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672734,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2611,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672699,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2612,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672327,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2613,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672427,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2614,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672824,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2615,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672384,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2616,\n            \"batchVariantName\": \"Black_Friday - batch: 23-Nov-2023 11:04\",\n            \"productID\": 19180,\n            \"variantID\": 19180,\n            \"productName\": \"Black_Friday\",\n            \"variantName\": \"\",\n            \"barcode\": 1700717672655,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 11:04:32\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2617,\n            \"batchVariantName\": \"Winter Voucher - batch: 23-Nov-2023 12:31\",\n            \"productID\": 19181,\n            \"variantID\": 19181,\n            \"productName\": \"Winter Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1700722868206,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 12:31:08\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2618,\n            \"batchVariantName\": \"Winter Voucher - batch: 23-Nov-2023 12:31\",\n            \"productID\": 19181,\n            \"variantID\": 19181,\n            \"productName\": \"Winter Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1700722868816,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 12:31:08\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2619,\n            \"batchVariantName\": \"Winter Voucher - batch: 23-Nov-2023 12:31\",\n            \"productID\": 19181,\n            \"variantID\": 19181,\n            \"productName\": \"Winter Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1700722868483,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 12:31:08\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2620,\n            \"batchVariantName\": \"Winter Voucher - batch: 23-Nov-2023 12:31\",\n            \"productID\": 19181,\n            \"variantID\": 19181,\n            \"productName\": \"Winter Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1700722868931,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 12:31:08\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2621,\n            \"batchVariantName\": \"Winter Voucher - batch: 23-Nov-2023 12:31\",\n            \"productID\": 19181,\n            \"variantID\": 19181,\n            \"productName\": \"Winter Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1700722868228,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-23 12:31:08\",\n            \"creationDate\": \"2023-11-23\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2622,\n            \"batchVariantName\": \"Friendship day offer - batch: 24-Nov-2023 13:50\",\n            \"productID\": 19040,\n            \"variantID\": 19040,\n            \"productName\": \"Friendship day offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1700814026896,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-24 13:50:26\",\n            \"creationDate\": \"2023-11-24\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2623,\n            \"batchVariantName\": \"Black_F1 - batch: 24-Nov-2023 15:35\",\n            \"productID\": 19184,\n            \"variantID\": 19184,\n            \"productName\": \"Black_F1\",\n            \"variantName\": \"\",\n            \"barcode\": 1700820349913,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-24 15:35:49\",\n            \"creationDate\": \"2023-11-24\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2624,\n            \"batchVariantName\": \"Test_10 - batch: 28-Nov-2023 19:22\",\n            \"productID\": 19186,\n            \"variantID\": 19186,\n            \"productName\": \"Test_10\",\n            \"variantName\": \"\",\n            \"barcode\": 1701179547377,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-28 19:22:27\",\n            \"creationDate\": \"2023-11-28\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2625,\n            \"batchVariantName\": \"Test_10 - batch: 28-Nov-2023 19:22\",\n            \"productID\": 19186,\n            \"variantID\": 19186,\n            \"productName\": \"Test_10\",\n            \"variantName\": \"\",\n            \"barcode\": 1701179547434,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-28 19:22:27\",\n            \"creationDate\": \"2023-11-28\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2626,\n            \"batchVariantName\": \"Test_10 - batch: 28-Nov-2023 19:22\",\n            \"productID\": 19186,\n            \"variantID\": 19186,\n            \"productName\": \"Test_10\",\n            \"variantName\": \"\",\n            \"barcode\": 1701179547759,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-28 19:22:27\",\n            \"creationDate\": \"2023-11-28\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2627,\n            \"batchVariantName\": \"Test_10 - batch: 28-Nov-2023 19:22\",\n            \"productID\": 19186,\n            \"variantID\": 19186,\n            \"productName\": \"Test_10\",\n            \"variantName\": \"\",\n            \"barcode\": 1701179547524,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-28 19:22:27\",\n            \"creationDate\": \"2023-11-28\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2628,\n            \"batchVariantName\": \"Test_10 - batch: 28-Nov-2023 19:22\",\n            \"productID\": 19186,\n            \"variantID\": 19186,\n            \"productName\": \"Test_10\",\n            \"variantName\": \"\",\n            \"barcode\": 1701179547826,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-28 19:22:27\",\n            \"creationDate\": \"2023-11-28\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 10,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2629,\n            \"batchVariantName\": \"Mon Voucher - batch: 30-Nov-2023 14:55\",\n            \"productID\": 19187,\n            \"variantID\": 19187,\n            \"productName\": \"Mon Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1701336316719,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-30 14:55:16\",\n            \"creationDate\": \"2023-11-30\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2630,\n            \"batchVariantName\": \"Mon Voucher - batch: 30-Nov-2023 14:55\",\n            \"productID\": 19187,\n            \"variantID\": 19187,\n            \"productName\": \"Mon Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1701336316969,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-30 14:55:16\",\n            \"creationDate\": \"2023-11-30\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2631,\n            \"batchVariantName\": \"Mon Voucher - batch: 30-Nov-2023 14:55\",\n            \"productID\": 19187,\n            \"variantID\": 19187,\n            \"productName\": \"Mon Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1701336316774,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-30 14:55:16\",\n            \"creationDate\": \"2023-11-30\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2632,\n            \"batchVariantName\": \"Mon Voucher - batch: 30-Nov-2023 14:55\",\n            \"productID\": 19187,\n            \"variantID\": 19187,\n            \"productName\": \"Mon Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1701336316484,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-30 14:55:16\",\n            \"creationDate\": \"2023-11-30\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2633,\n            \"batchVariantName\": \"Mon Voucher - batch: 30-Nov-2023 14:55\",\n            \"productID\": 19187,\n            \"variantID\": 19187,\n            \"productName\": \"Mon Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1701336316680,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-11-30 14:55:16\",\n            \"creationDate\": \"2023-11-30\",\n            \"creationMonth\": 11,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2634,\n            \"batchVariantName\": \"Animal Gift Voucher - batch: 04-Dec-2023 18:43\",\n            \"productID\": 19188,\n            \"variantID\": 19188,\n            \"productName\": \"Animal Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1701695589528,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-12-04 18:43:09\",\n            \"creationDate\": \"2023-12-04\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2635,\n            \"batchVariantName\": \"Animal Gift Voucher - batch: 04-Dec-2023 18:43\",\n            \"productID\": 19188,\n            \"variantID\": 19188,\n            \"productName\": \"Animal Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1701695589344,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-12-04 18:43:09\",\n            \"creationDate\": \"2023-12-04\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2636,\n            \"batchVariantName\": \"Animal Gift Voucher - batch: 04-Dec-2023 18:43\",\n            \"productID\": 19188,\n            \"variantID\": 19188,\n            \"productName\": \"Animal Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1701695589645,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-12-04 18:43:09\",\n            \"creationDate\": \"2023-12-04\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2637,\n            \"batchVariantName\": \"Animal Gift Voucher - batch: 04-Dec-2023 18:43\",\n            \"productID\": 19188,\n            \"variantID\": 19188,\n            \"productName\": \"Animal Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1701695589677,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-12-04 18:43:09\",\n            \"creationDate\": \"2023-12-04\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2638,\n            \"batchVariantName\": \"Animal Gift Voucher - batch: 04-Dec-2023 18:43\",\n            \"productID\": 19188,\n            \"variantID\": 19188,\n            \"productName\": \"Animal Gift Voucher\",\n            \"variantName\": \"\",\n            \"barcode\": 1701695589409,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-12-04 18:43:09\",\n            \"creationDate\": \"2023-12-04\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2639,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 13-Dec-2023 15:45\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1702462521386,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2023-12-13 15:45:21\",\n            \"creationDate\": \"2023-12-13\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2640,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 13-Dec-2023 15:45\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1702462521642,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2023-12-13 15:45:21\",\n            \"creationDate\": \"2023-12-13\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2641,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 13-Dec-2023 15:45\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1702462521156,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2023-12-13 15:45:21\",\n            \"creationDate\": \"2023-12-13\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2642,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 13-Dec-2023 15:45\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1702462521804,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2023-12-13 15:45:21\",\n            \"creationDate\": \"2023-12-13\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2643,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 13-Dec-2023 15:45\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1702462521208,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2023-12-13 15:45:21\",\n            \"creationDate\": \"2023-12-13\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2644,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 13-Dec-2023 15:45\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1702462521427,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2023-12-13 15:45:21\",\n            \"creationDate\": \"2023-12-13\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2645,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 13-Dec-2023 15:45\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1702462521701,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2023-12-13 15:45:21\",\n            \"creationDate\": \"2023-12-13\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2646,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 13-Dec-2023 15:45\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1702462521122,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2023-12-13 15:45:21\",\n            \"creationDate\": \"2023-12-13\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2647,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 13-Dec-2023 15:45\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1702462521415,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2023-12-13 15:45:21\",\n            \"creationDate\": \"2023-12-13\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2648,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 13-Dec-2023 15:45\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1702462521522,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2023-12-13 15:45:21\",\n            \"creationDate\": \"2023-12-13\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2674,\n            \"batchVariantName\": \"mayur vihar offer - batch: 26-Dec-2023 16:23\",\n            \"productID\": 19193,\n            \"variantID\": 19193,\n            \"productName\": \"mayur vihar offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1703587982328,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-12-26 16:23:02\",\n            \"creationDate\": \"2023-12-26\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2675,\n            \"batchVariantName\": \"mayur vihar offer - batch: 26-Dec-2023 16:23\",\n            \"productID\": 19193,\n            \"variantID\": 19193,\n            \"productName\": \"mayur vihar offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1703587982195,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-12-26 16:23:02\",\n            \"creationDate\": \"2023-12-26\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2676,\n            \"batchVariantName\": \"mayur vihar offer - batch: 26-Dec-2023 16:23\",\n            \"productID\": 19193,\n            \"variantID\": 19193,\n            \"productName\": \"mayur vihar offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1703587982292,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-12-26 16:23:02\",\n            \"creationDate\": \"2023-12-26\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2677,\n            \"batchVariantName\": \"mayur vihar offer - batch: 26-Dec-2023 16:23\",\n            \"productID\": 19193,\n            \"variantID\": 19193,\n            \"productName\": \"mayur vihar offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1703587982395,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-12-26 16:23:02\",\n            \"creationDate\": \"2023-12-26\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2678,\n            \"batchVariantName\": \"mayur vihar offer - batch: 26-Dec-2023 16:23\",\n            \"productID\": 19193,\n            \"variantID\": 19193,\n            \"productName\": \"mayur vihar offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1703587982865,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2023-12-26 16:23:02\",\n            \"creationDate\": \"2023-12-26\",\n            \"creationMonth\": 12,\n            \"creationYear\": 2023,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2696,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 08-Jan-2024 13:34\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704701040527,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-08 13:34:00\",\n            \"creationDate\": \"2024-01-08\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2697,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 08-Jan-2024 13:34\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704701040625,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-08 13:34:00\",\n            \"creationDate\": \"2024-01-08\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2698,\n            \"batchVariantName\": \"mayur vihar offer - batch: 11-Jan-2024 12:13\",\n            \"productID\": 19193,\n            \"variantID\": 19193,\n            \"productName\": \"mayur vihar offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1704955383914,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:13:02\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2699,\n            \"batchVariantName\": \"mayur vihar offer - batch: 11-Jan-2024 12:13\",\n            \"productID\": 19193,\n            \"variantID\": 19193,\n            \"productName\": \"mayur vihar offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1704955383576,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:13:02\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2700,\n            \"batchVariantName\": \"mayur vihar offer - batch: 11-Jan-2024 12:13\",\n            \"productID\": 19193,\n            \"variantID\": 19193,\n            \"productName\": \"mayur vihar offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1704955383896,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:13:02\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2701,\n            \"batchVariantName\": \"mayur vihar offer - batch: 11-Jan-2024 12:13\",\n            \"productID\": 19193,\n            \"variantID\": 19193,\n            \"productName\": \"mayur vihar offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1704955383680,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:13:02\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2702,\n            \"batchVariantName\": \"mayur vihar offer - batch: 11-Jan-2024 12:13\",\n            \"productID\": 19193,\n            \"variantID\": 19193,\n            \"productName\": \"mayur vihar offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1704955383174,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:13:02\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2703,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956028805,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2704,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956028320,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2705,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956029734,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2706,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956029768,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2707,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956029539,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2708,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956029960,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2709,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956029746,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2710,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956029945,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2711,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956029366,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2712,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956029990,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2713,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956029889,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2714,\n            \"batchVariantName\": \"Utap - batch: 11-Jan-2024 12:23\",\n            \"productID\": 19197,\n            \"variantID\": 19197,\n            \"productName\": \"Utap\",\n            \"variantName\": \"\",\n            \"barcode\": 1704956029718,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-11 12:23:48\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 500,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2715,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 11-Jan-2024 16:02\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704969130339,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-11 16:02:10\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2716,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 11-Jan-2024 16:02\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704969130391,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-11 16:02:10\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2717,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 11-Jan-2024 16:02\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704969130374,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-11 16:02:10\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2718,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 11-Jan-2024 16:02\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704969130934,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-11 16:02:10\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2719,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 11-Jan-2024 16:02\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704969130215,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-11 16:02:10\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2720,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 11-Jan-2024 16:02\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704969130235,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-11 16:02:10\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2721,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 11-Jan-2024 16:02\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704969130787,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-11 16:02:10\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2722,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 11-Jan-2024 16:02\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704969130687,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-11 16:02:10\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2723,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 11-Jan-2024 16:02\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704969130906,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-11 16:02:10\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2724,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 11-Jan-2024 16:02\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1704969130883,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-11 16:02:10\",\n            \"creationDate\": \"2024-01-11\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2725,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223151,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2726,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223391,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2727,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223401,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2728,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223371,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2729,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223970,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2730,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223783,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2731,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223529,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2732,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223651,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2733,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223231,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2734,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223379,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2735,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223320,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2736,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223913,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2737,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223122,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2738,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223801,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2739,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223873,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2740,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223795,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2741,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223107,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2742,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223254,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2743,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223940,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2744,\n            \"batchVariantName\": \"CELEBRATE90 - batch: 12-Jan-2024 16:30\",\n            \"productID\": 19189,\n            \"variantID\": 19189,\n            \"productName\": \"CELEBRATE90\",\n            \"variantName\": \"\",\n            \"barcode\": 1705057223974,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 15,\n            \"inventoryCost\": 5700,\n            \"creationTimeLocal\": \"2024-01-12 16:30:22\",\n            \"creationDate\": \"2024-01-12\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"\",\n            \"categoryName\": \"\",\n            \"productPrice\": 400,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 380,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2745,\n            \"batchVariantName\": \"Pink Single Cymbidium Orchid PINK 76cm_61027023001_MRP_1099.00\",\n            \"productID\": 17061,\n            \"variantID\": 17061,\n            \"productName\": \"Pink Single Cymbidium Orchid PINK 76cm\",\n            \"variantName\": \"\",\n            \"barcode\": 8907895093341,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2788,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-29 15:56:39\",\n            \"creationDate\": \"2024-01-29\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": -1,\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1299,\n            \"MRP\": 1099,\n            \"sellingPrice\": 1099,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2746,\n            \"batchVariantName\": \"Pink Single Cymbidium Orchid PINK 76cm_1299\",\n            \"productID\": 17061,\n            \"variantID\": 17061,\n            \"productName\": \"Pink Single Cymbidium Orchid PINK 76cm\",\n            \"variantName\": \"\",\n            \"barcode\": 8907895093341,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 2788,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-01-29 15:58:05\",\n            \"creationDate\": \"2024-01-29\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": -1,\n            \"colourName\": \"PINK\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1299,\n            \"MRP\": 1299,\n            \"sellingPrice\": 1299,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2757,\n            \"batchVariantName\": \"Blue Sapphire Floral Pl Blue 39x39x7CM_8907895081812_MRP_3199\",\n            \"productID\": 15929,\n            \"variantID\": 15929,\n            \"productName\": \"Set of 2 Green Faux Succulent with Cement Pot\",\n            \"variantName\": \"39x39x7CM\",\n            \"barcode\": 8907895081812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3945,\n            \"inventoryCost\": -1233.3149,\n            \"creationTimeLocal\": \"2024-01-30 11:08:51\",\n            \"creationDate\": \"2024-01-30\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"10.79 cm\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"Pure Home and Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1199,\n            \"MRP\": 3199,\n            \"sellingPrice\": 3199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2759,\n            \"batchVariantName\": \"Blue Sapphire Floral Pl Blue 39x39x7CM_8907895081812_MRP_1799\",\n            \"productID\": 15929,\n            \"variantID\": 15929,\n            \"productName\": \"Set of 2 Green Faux Succulent with Cement Pot\",\n            \"variantName\": \"39x39x7CM\",\n            \"barcode\": 8907895081812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3945,\n            \"inventoryCost\": -1233.3149,\n            \"creationTimeLocal\": \"2024-01-30 11:20:09\",\n            \"creationDate\": \"2024-01-30\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"10.79 cm\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"Pure Home and Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1199,\n            \"MRP\": 1799,\n            \"sellingPrice\": 1799,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2760,\n            \"batchVariantName\": \"\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2024-01-30 17:34:09\",\n            \"creationDate\": \"2024-01-30\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 750,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2761,\n            \"batchVariantName\": \"Glazed Pot Turquoise L-1000\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2024-01-30 17:36:43\",\n            \"creationDate\": \"2024-01-30\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 750,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2762,\n            \"batchVariantName\": \"\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2024-01-30 18:02:04\",\n            \"creationDate\": \"2024-01-30\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 750,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2763,\n            \"batchVariantName\": \"Glazed Pot Turquoise L*100000\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2024-01-30 18:03:00\",\n            \"creationDate\": \"2024-01-30\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 998,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 750,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2764,\n            \"batchVariantName\": \"\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2024-01-30 18:03:45\",\n            \"creationDate\": \"2024-01-30\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 995,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 750,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2765,\n            \"batchVariantName\": \"Blue Sapphire Floral Pl Blue 39x39x7CM_8907895081812_MRP_1199\",\n            \"productID\": 15929,\n            \"variantID\": 15929,\n            \"productName\": \"Set of 2 Green Faux Succulent with Cement Pot\",\n            \"variantName\": \"39x39x7CM\",\n            \"barcode\": 8907895081812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 3945,\n            \"inventoryCost\": -1233.3149,\n            \"creationTimeLocal\": \"2024-01-30 20:00:10\",\n            \"creationDate\": \"2024-01-30\",\n            \"creationMonth\": 1,\n            \"creationYear\": 2024,\n            \"sizeName\": \"10.79 cm\",\n            \"colourName\": \"Green\",\n            \"brandName\": \"Pure Home and Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1199,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2766,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 01-Feb-2024 17:38\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 10005545,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-01 17:38:52\",\n            \"creationDate\": \"2024-02-01\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 565,\n            \"sellingPrice\": 565,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 565,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2767,\n            \"batchVariantName\": \"RIBBED GLA CLEAR/GOLD 23 x 23 x 20 Cms_2300\",\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Red Faux Berries RED H-74CM\",\n            \"variantName\": \"23 x 23 x 20 Cms\",\n            \"barcode\": 8906042480690,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1436,\n            \"inventoryCost\": 2663493.8785,\n            \"creationTimeLocal\": \"2024-02-02 19:40:56\",\n            \"creationDate\": \"2024-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"H-74CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1100,\n            \"MRP\": 2299,\n            \"sellingPrice\": 2500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 2300,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2768,\n            \"batchVariantName\": \"RIBBED GLA CLEAR/GOLD 23 x 23 x 20 Cms*1500\",\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Red Faux Berries RED H-74CM\",\n            \"variantName\": \"23 x 23 x 20 Cms\",\n            \"barcode\": 890604241234568,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1436,\n            \"inventoryCost\": 2663493.8785,\n            \"creationTimeLocal\": \"2024-02-02 20:04:42\",\n            \"creationDate\": \"2024-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"H-74CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1100,\n            \"MRP\": 2299,\n            \"sellingPrice\": 1500,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1200,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2769,\n            \"batchVariantName\": \"RIBBED GLA CLEAR/GOLD 23 x 23 x 20 Cms*2000\",\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Red Faux Berries RED H-74CM\",\n            \"variantName\": \"23 x 23 x 20 Cms\",\n            \"barcode\": 890604241234567,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1436,\n            \"inventoryCost\": 2663493.8785,\n            \"creationTimeLocal\": \"2024-02-02 20:04:42\",\n            \"creationDate\": \"2024-02-02\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"H-74CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1100,\n            \"MRP\": 2299,\n            \"sellingPrice\": 2000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1800,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2770,\n            \"batchVariantName\": \"RIBBED GLA CLEAR/GOLD 23 x 23 x 20 Cms - batch: 06-Feb-2024 14:15\",\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Red Faux Berries RED H-74CM\",\n            \"variantName\": \"23 x 23 x 20 Cms\",\n            \"barcode\": \"\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1436,\n            \"inventoryCost\": 2663493.8785,\n            \"creationTimeLocal\": \"2024-02-06 14:15:38\",\n            \"creationDate\": \"2024-02-06\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"H-74CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1100,\n            \"MRP\": 1100,\n            \"sellingPrice\": 1100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2771,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 13:39\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583702,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 600,\n            \"sellingPrice\": 550,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 550,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2772,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 13:39\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583703,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 601,\n            \"sellingPrice\": 551,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 551,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2773,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 13:39\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583704,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 602,\n            \"sellingPrice\": 552,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 552,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2774,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 13:39\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583705,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 603,\n            \"sellingPrice\": 553,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 553,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2775,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 13:39\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583706,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 604,\n            \"sellingPrice\": 554,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 554,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2776,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 13:39\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583707,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 605,\n            \"sellingPrice\": 555,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 555,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2777,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 13:39\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583708,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 606,\n            \"sellingPrice\": 556,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 556,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2778,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 13:39\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583709,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 607,\n            \"sellingPrice\": 557,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 557,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2779,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 13:39\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583710,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 608,\n            \"sellingPrice\": 558,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 558,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2780,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 13:39\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583711,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 609,\n            \"sellingPrice\": 559,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 559,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2781,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583712,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 610,\n            \"sellingPrice\": 560,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 560,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2782,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583713,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 611,\n            \"sellingPrice\": 561,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 561,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2783,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583714,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 612,\n            \"sellingPrice\": 562,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 562,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2784,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583715,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 613,\n            \"sellingPrice\": 563,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 563,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2785,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583716,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 614,\n            \"sellingPrice\": 564,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 564,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2786,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583717,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 615,\n            \"sellingPrice\": 565,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 565,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2787,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583718,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 616,\n            \"sellingPrice\": 566,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 566,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2788,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583719,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 617,\n            \"sellingPrice\": 567,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 567,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2789,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583720,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 618,\n            \"sellingPrice\": 568,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 568,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2790,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583721,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 619,\n            \"sellingPrice\": 569,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 569,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2791,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 13:39\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583722,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 13:39:32\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 620,\n            \"sellingPrice\": 570,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 570,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2792,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 14:13\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583702,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 642,\n            \"sellingPrice\": 592,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 592,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2793,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 14:13\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583703,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 643,\n            \"sellingPrice\": 593,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 593,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2794,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 14:13\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583704,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 644,\n            \"sellingPrice\": 594,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 594,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2795,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 14:13\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583705,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 645,\n            \"sellingPrice\": 595,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 595,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2796,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 14:13\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583706,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 646,\n            \"sellingPrice\": 596,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 596,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2797,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 14:13\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583707,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 647,\n            \"sellingPrice\": 597,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 597,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2798,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 14:13\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583708,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 648,\n            \"sellingPrice\": 598,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 598,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2799,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 14:13\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583709,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 649,\n            \"sellingPrice\": 599,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 599,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2800,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 14:13\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583710,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 650,\n            \"sellingPrice\": 600,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 600,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2801,\n            \"batchVariantName\": \"Glazed Pot Lime L - batch: 09-Feb-2024 14:13\",\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"productName\": \"Glazed Pot Lime L\",\n            \"variantName\": \"L\",\n            \"barcode\": 8906120583711,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8167,\n            \"inventoryCost\": -10980,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 549,\n            \"MRP\": 651,\n            \"sellingPrice\": 601,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 601,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2802,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583712,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 652,\n            \"sellingPrice\": 602,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 602,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2803,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583713,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 653,\n            \"sellingPrice\": 603,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 603,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2804,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583714,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 654,\n            \"sellingPrice\": 604,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 604,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2805,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583715,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 655,\n            \"sellingPrice\": 605,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 605,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2806,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583716,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 656,\n            \"sellingPrice\": 606,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 606,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2807,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583717,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 657,\n            \"sellingPrice\": 607,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 607,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2808,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583718,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 658,\n            \"sellingPrice\": 608,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 608,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2809,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583719,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 659,\n            \"sellingPrice\": 609,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 609,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2810,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583720,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 660,\n            \"sellingPrice\": 610,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 610,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2811,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583721,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 661,\n            \"sellingPrice\": 611,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 611,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2812,\n            \"batchVariantName\": \"Glazed Pot Lime XL - batch: 09-Feb-2024 14:13\",\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Glazed Pot Lime XL\",\n            \"variantName\": \"XL\",\n            \"barcode\": 8906120583722,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 9587,\n            \"inventoryCost\": -908040,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"XL\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 9870,\n            \"MRP\": 662,\n            \"sellingPrice\": 612,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 612,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2813,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583723,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 663,\n            \"sellingPrice\": 613,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 613,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2814,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583724,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 664,\n            \"sellingPrice\": 614,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 614,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2815,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583725,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 665,\n            \"sellingPrice\": 615,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 615,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2816,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583726,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 666,\n            \"sellingPrice\": 616,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 616,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2817,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583727,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 667,\n            \"sellingPrice\": 617,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 617,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2818,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583728,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 668,\n            \"sellingPrice\": 618,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 618,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2819,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583729,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 669,\n            \"sellingPrice\": 619,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 619,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2820,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583730,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 670,\n            \"sellingPrice\": 620,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 620,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2821,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583731,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 671,\n            \"sellingPrice\": 621,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 621,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2822,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583732,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 672,\n            \"sellingPrice\": 622,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 622,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2823,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583733,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 673,\n            \"sellingPrice\": 623,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 623,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2824,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583734,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 674,\n            \"sellingPrice\": 624,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 624,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2825,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583735,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 675,\n            \"sellingPrice\": 625,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 625,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2826,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583736,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 676,\n            \"sellingPrice\": 626,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 626,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2827,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583737,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 677,\n            \"sellingPrice\": 627,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 627,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2828,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583738,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 678,\n            \"sellingPrice\": 628,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 628,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2829,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583739,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 679,\n            \"sellingPrice\": 629,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 629,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2830,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583740,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 680,\n            \"sellingPrice\": 630,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 630,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2831,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583741,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 681,\n            \"sellingPrice\": 631,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 631,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2832,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583742,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 682,\n            \"sellingPrice\": 632,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 632,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2833,\n            \"batchVariantName\": \"Glazed Pot Turquoise S - batch: 09-Feb-2024 14:13\",\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Glazed Pot Turquoise S\",\n            \"variantName\": \"S\",\n            \"barcode\": 8906120583743,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 8334,\n            \"inventoryCost\": -7345,\n            \"creationTimeLocal\": \"2024-02-09 14:13:17\",\n            \"creationDate\": \"2024-02-09\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"S\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 565,\n            \"MRP\": 683,\n            \"sellingPrice\": 633,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 633,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2834,\n            \"batchVariantName\": \"CHAITHANYA TEST\",\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Red Faux Berries RED H-74CM\",\n            \"variantName\": \"23 x 23 x 20 Cms\",\n            \"barcode\": 8906042480690,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1436,\n            \"inventoryCost\": 2663493.8785,\n            \"creationTimeLocal\": \"2024-02-16 17:34:18\",\n            \"creationDate\": \"2024-02-16\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"H-74CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1100,\n            \"MRP\": 2299,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 2299,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2835,\n            \"batchVariantName\": \"Chaithanya Test\",\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Red Faux Berries RED H-74CM\",\n            \"variantName\": \"23 x 23 x 20 Cms\",\n            \"barcode\": 8906042480690,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1436,\n            \"inventoryCost\": 2663493.8785,\n            \"creationTimeLocal\": \"2024-02-19 11:38:35\",\n            \"creationDate\": \"2024-02-19\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"H-74CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1100,\n            \"MRP\": 2299,\n            \"sellingPrice\": 1200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 2299,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2836,\n            \"batchVariantName\": \"wew\",\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Red Faux Berries RED H-74CM\",\n            \"variantName\": \"23 x 23 x 20 Cms\",\n            \"barcode\": 8906042480690,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1436,\n            \"inventoryCost\": 2663493.8785,\n            \"creationTimeLocal\": \"2024-02-19 12:33:09\",\n            \"creationDate\": \"2024-02-19\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"H-74CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1100,\n            \"MRP\": 4,\n            \"sellingPrice\": 344,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 2299,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2837,\n            \"batchVariantName\": \"8907895100377 - batch: 19-Feb-2024 18:11\",\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Red Faux Berries RED H-74CM\",\n            \"variantName\": \"23 x 23 x 20 Cms\",\n            \"barcode\": 8907895100377,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1436,\n            \"inventoryCost\": 2663493.8785,\n            \"creationTimeLocal\": \"2024-02-19 18:11:58\",\n            \"creationDate\": \"2024-02-19\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"H-74CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1100,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2839,\n            \"batchVariantName\": \"QBtest\",\n            \"productID\": 15928,\n            \"variantID\": 15928,\n            \"productName\": \"Blue Sapphire Flora Blue 26.5x26.5x6CM\",\n            \"variantName\": \"\",\n            \"barcode\": 8907895081805,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 13,\n            \"inventoryCost\": 1996.1493,\n            \"creationTimeLocal\": \"2024-02-20 13:34:42\",\n            \"creationDate\": \"2024-02-20\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": -1,\n            \"colourName\": \"Blue\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2840,\n            \"batchVariantName\": \"8907895081805 - batch: 20-Feb-2024 17:08\",\n            \"productID\": 15928,\n            \"variantID\": 15928,\n            \"productName\": \"Blue Sapphire Flora Blue 26.5x26.5x6CM\",\n            \"variantName\": \"\",\n            \"barcode\": 8907895081805,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 13,\n            \"inventoryCost\": 1996.1493,\n            \"creationTimeLocal\": \"2024-02-20 17:08:28\",\n            \"creationDate\": \"2024-02-20\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": -1,\n            \"colourName\": \"Blue\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1199,\n            \"sellingPrice\": 1199,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2841,\n            \"batchVariantName\": \"QBchaituTest\",\n            \"productID\": 15928,\n            \"variantID\": 15928,\n            \"productName\": \"Blue Sapphire Flora Blue 26.5x26.5x6CM\",\n            \"variantName\": \"\",\n            \"barcode\": 8907895081805,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 13,\n            \"inventoryCost\": 1996.1493,\n            \"creationTimeLocal\": \"2024-02-21 17:56:57\",\n            \"creationDate\": \"2024-02-21\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": -1,\n            \"colourName\": \"Blue\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 1199,\n            \"MRP\": 1199,\n            \"sellingPrice\": 100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2842,\n            \"batchVariantName\": \"\",\n            \"productID\": 1,\n            \"variantID\": 1,\n            \"productName\": \"Red Faux Berries RED H-74CM\",\n            \"variantName\": \"23 x 23 x 20 Cms\",\n            \"barcode\": 8906042480690,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 1436,\n            \"inventoryCost\": 2663493.8785,\n            \"creationTimeLocal\": \"2024-02-23 11:23:56\",\n            \"creationDate\": \"2024-02-23\",\n            \"creationMonth\": 2,\n            \"creationYear\": 2024,\n            \"sizeName\": \"H-74CM\",\n            \"colourName\": \"RED\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"Flower& Greens\",\n            \"productPrice\": 1100,\n            \"MRP\": 2299,\n            \"sellingPrice\": 100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 2299,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2843,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 01-Mar-2024 15:03\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1709285613963,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-01 15:03:33\",\n            \"creationDate\": \"2024-03-01\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2844,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 01-Mar-2024 15:03\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1709285613184,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-01 15:03:33\",\n            \"creationDate\": \"2024-03-01\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2845,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 01-Mar-2024 15:03\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1709285613949,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-01 15:03:33\",\n            \"creationDate\": \"2024-03-01\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2846,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 01-Mar-2024 15:03\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1709285613866,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-01 15:03:33\",\n            \"creationDate\": \"2024-03-01\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2847,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 01-Mar-2024 15:03\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1709285613513,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-01 15:03:33\",\n            \"creationDate\": \"2024-03-01\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2849,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 14-Mar-2024 14:11\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710405684609,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-14 14:11:24\",\n            \"creationDate\": \"2024-03-14\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2850,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 14-Mar-2024 14:11\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710405684546,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-14 14:11:24\",\n            \"creationDate\": \"2024-03-14\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2851,\n            \"batchVariantName\": \"GV\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710405792940,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-14 14:13:12\",\n            \"creationDate\": \"2024-03-14\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 999,\n            \"sellingPrice\": 900,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 500,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2852,\n            \"batchVariantName\": \"TestBatchProduct - Default\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 1710484877777,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-15 12:11:17\",\n            \"creationDate\": \"2024-03-15\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2853,\n            \"batchVariantName\": \"Product Group 1\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 989898,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-15 12:16:12\",\n            \"creationDate\": \"2024-03-15\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 50,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2854,\n            \"batchVariantName\": \"Productgroup2\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 5555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-15 13:21:37\",\n            \"creationDate\": \"2024-03-15\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 2,\n            \"sellingPrice\": 100,\n            \"attribute2\": 6666,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 20,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2855,\n            \"batchVariantName\": \"Productgroup3\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 2419221192186,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-15 13:21:37\",\n            \"creationDate\": \"2024-03-15\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 2,\n            \"sellingPrice\": 100,\n            \"attribute2\": 10101,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 30,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2856,\n            \"batchVariantName\": \"\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 2222,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-15 13:26:04\",\n            \"creationDate\": \"2024-03-15\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 200,\n            \"attribute2\": 1111,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 30,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2857,\n            \"batchVariantName\": \"\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 10005569,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2024-03-18 17:52:29\",\n            \"creationDate\": \"2024-03-18\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 750,\n            \"sellingPrice\": 750,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 750,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2858,\n            \"batchVariantName\": \"\",\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Glazed Pot Turquoise L\",\n            \"variantName\": \"L\",\n            \"barcode\": 1000556932,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 10902,\n            \"inventoryCost\": 4039975.941,\n            \"creationTimeLocal\": \"2024-03-18 17:54:32\",\n            \"creationDate\": \"2024-03-18\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"L\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME + LIVING\",\n            \"categoryName\": \"PURE HOME + LIVING\",\n            \"productPrice\": 750,\n            \"MRP\": 89898,\n            \"sellingPrice\": 89898,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 750,\n            \"inventoryAttributes\": [\n                \"MRP\",\n                \"sellingPrice\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2859,\n            \"batchVariantName\": \"product group 11\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 1111,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-19 13:35:46\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 25,\n            \"attribute2\": 3333,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 20,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2860,\n            \"batchVariantName\": \"TestBatchProduct - batch: 19-Mar-2024 15:01\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 44,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-19 15:01:03\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 100,\n            \"attribute2\": 345,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2861,\n            \"batchVariantName\": \"TestBatchProduct - batch: 19-Mar-2024 15:42\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 23,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-19 15:42:44\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 100,\n            \"attribute2\": 45,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2862,\n            \"batchVariantName\": \"TestBatchProduct - batch: 19-Mar-2024 15:53\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 22,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-19 15:53:37\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 100,\n            \"attribute2\": 44,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 100,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2863,\n            \"batchVariantName\": \"PGN \",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 11,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-19 16:02:31\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 200,\n            \"attribute2\": 33,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 20,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2864,\n            \"batchVariantName\": \"pg34\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-19 16:33:46\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 500,\n            \"attribute2\": 9889,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2865,\n            \"batchVariantName\": \"\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 98,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-19 16:36:45\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 500,\n            \"attribute2\": 98,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 5,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2866,\n            \"batchVariantName\": \"TestBatchProduct-0 - Default\",\n            \"productID\": 19222,\n            \"variantID\": 19219,\n            \"productName\": \"TestBatchProduct-0\",\n            \"variantName\": 10,\n            \"barcode\": 1710851172812,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 25,\n            \"inventoryCost\": 250,\n            \"creationTimeLocal\": \"2024-03-19 17:56:12\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 120,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2867,\n            \"batchVariantName\": \"TestBatchProduct-1 - Default\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": 1710851226487,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-03-19 17:57:06\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2868,\n            \"batchVariantName\": \"TestBatchProduct-0 - batch: 19-Mar-2024 18:05\",\n            \"productID\": 19222,\n            \"variantID\": 19219,\n            \"productName\": \"TestBatchProduct-0\",\n            \"variantName\": 10,\n            \"barcode\": 1710851759146,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 25,\n            \"inventoryCost\": 250,\n            \"creationTimeLocal\": \"2024-03-19 18:05:59\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2869,\n            \"batchVariantName\": \"TestBatchProduct-1 - batch: 19-Mar-2024 18:05\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": 111,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-03-19 18:05:59\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2870,\n            \"batchVariantName\": \"testpg\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-19 18:10:49\",\n            \"creationDate\": \"2024-03-19\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 50,\n            \"attribute2\": 1234567891,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2871,\n            \"batchVariantName\": \"TestBatchProduct-0 - batch: 20-Mar-2024 11:37\",\n            \"productID\": 19222,\n            \"variantID\": 19219,\n            \"productName\": \"TestBatchProduct-0\",\n            \"variantName\": 10,\n            \"barcode\": 1710914842705,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 25,\n            \"inventoryCost\": 250,\n            \"creationTimeLocal\": \"2024-03-20 11:37:22\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 120,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2872,\n            \"batchVariantName\": \"TestBatchProduct-1 - batch: 20-Mar-2024 11:37\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": \"bar1\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-03-20 11:37:22\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 300,\n            \"sellingPrice\": 300,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 20,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2873,\n            \"batchVariantName\": \"prod\",\n            \"productID\": 19222,\n            \"variantID\": 19219,\n            \"productName\": \"TestBatchProduct-0\",\n            \"variantName\": 10,\n            \"barcode\": 2419222192192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 25,\n            \"inventoryCost\": 250,\n            \"creationTimeLocal\": \"2024-03-20 11:46:22\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 0,\n            \"attribute2\": 12,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2874,\n            \"batchVariantName\": \"prod2\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": 33,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-03-20 11:46:22\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 111,\n            \"sellingPrice\": 11,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 20,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2875,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 20-Mar-2024 12:27\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710917822103,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-20 12:27:02\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2876,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 20-Mar-2024 12:27\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710917822799,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-20 12:27:02\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2877,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 20-Mar-2024 12:27\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710917822244,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-20 12:27:02\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2878,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 20-Mar-2024 12:27\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710917822334,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-20 12:27:02\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2879,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 20-Mar-2024 12:27\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710917822308,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-20 12:27:02\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2880,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 20-Mar-2024 12:27\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710917822935,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-20 12:27:02\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2881,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 20-Mar-2024 12:27\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710917822133,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-20 12:27:02\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2882,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 20-Mar-2024 12:27\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710917822896,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-20 12:27:02\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2883,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 20-Mar-2024 12:27\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710917822578,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-20 12:27:02\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2884,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 20-Mar-2024 12:27\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1710917822938,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-20 12:27:02\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2885,\n            \"batchVariantName\": \"pg12\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 45,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-20 17:00:26\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 200,\n            \"sellingPrice\": 100,\n            \"attribute2\": 87,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2886,\n            \"batchVariantName\": \"pk56\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 65,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-20 17:09:55\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 20,\n            \"sellingPrice\": 100,\n            \"attribute2\": 8709,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 40,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2887,\n            \"batchVariantName\": \"pjk43\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 9,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-03-20 17:09:55\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 100,\n            \"sellingPrice\": 1000,\n            \"attribute2\": 9809,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 40,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2888,\n            \"batchVariantName\": \"pkk\",\n            \"productID\": 19222,\n            \"variantID\": 19219,\n            \"productName\": \"TestBatchProduct-0\",\n            \"variantName\": 10,\n            \"barcode\": 2419222192192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 25,\n            \"inventoryCost\": 250,\n            \"creationTimeLocal\": \"2024-03-20 17:23:32\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2889,\n            \"batchVariantName\": \"plfgfgjfg\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": 4577,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-03-20 17:23:32\",\n            \"creationDate\": \"2024-03-20\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 300,\n            \"sellingPrice\": 90,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 20,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2890,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 27-Mar-2024 12:00\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1711521001935,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-27 12:00:01\",\n            \"creationDate\": \"2024-03-27\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2891,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 27-Mar-2024 12:00\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1711521001869,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-27 12:00:01\",\n            \"creationDate\": \"2024-03-27\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2892,\n            \"batchVariantName\": \"Amarpali Zodaic Offer - batch: 27-Mar-2024 12:00\",\n            \"productID\": 19219,\n            \"variantID\": 19216,\n            \"productName\": \"Amarpali Zodaic Offer\",\n            \"variantName\": \"\",\n            \"barcode\": 1711521001101,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 17,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-03-27 12:00:01\",\n            \"creationDate\": \"2024-03-27\",\n            \"creationMonth\": 3,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"\",\n            \"productPrice\": 1000,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2893,\n            \"batchVariantName\": \"Pg3\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 333,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-04-04 16:50:43\",\n            \"creationDate\": \"2024-04-04\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 85,\n            \"sellingPrice\": 90,\n            \"attribute2\": 6,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 80,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2894,\n            \"batchVariantName\": \"PG1\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": 1111,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-04-04 16:50:43\",\n            \"creationDate\": \"2024-04-04\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 20,\n            \"sellingPrice\": 30,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2895,\n            \"batchVariantName\": \"PG2\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": 222,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-04-04 16:50:43\",\n            \"creationDate\": \"2024-04-04\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 60,\n            \"sellingPrice\": 70,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 50,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2896,\n            \"batchVariantName\": \"pg05\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 222,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-04-04 18:16:49\",\n            \"creationDate\": \"2024-04-04\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 30,\n            \"sellingPrice\": 20,\n            \"attribute2\": 454,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2897,\n            \"batchVariantName\": \"pg06\",\n            \"productID\": 19222,\n            \"variantID\": 19219,\n            \"productName\": \"TestBatchProduct-0\",\n            \"variantName\": 10,\n            \"barcode\": 2419222192192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 25,\n            \"inventoryCost\": 250,\n            \"creationTimeLocal\": \"2024-04-04 18:16:49\",\n            \"creationDate\": \"2024-04-04\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 0,\n            \"attribute2\": 77,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 50,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2898,\n            \"batchVariantName\": \"pg06\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": 2001,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-04-04 18:16:49\",\n            \"creationDate\": \"2024-04-04\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 75,\n            \"sellingPrice\": 80,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 70,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2899,\n            \"batchVariantName\": \"\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 1,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-04-05 11:39:58\",\n            \"creationDate\": \"2024-04-05\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 30,\n            \"sellingPrice\": 20,\n            \"attribute2\": 3,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 30,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2900,\n            \"batchVariantName\": \"\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 2419221192186,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-04-05 11:39:58\",\n            \"creationDate\": \"2024-04-05\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 40,\n            \"sellingPrice\": 50,\n            \"attribute2\": 5,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 30,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2901,\n            \"batchVariantName\": \"\",\n            \"productID\": 19222,\n            \"variantID\": 19219,\n            \"productName\": \"TestBatchProduct-0\",\n            \"variantName\": 10,\n            \"barcode\": 2419222192192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 25,\n            \"inventoryCost\": 250,\n            \"creationTimeLocal\": \"2024-04-05 11:51:02\",\n            \"creationDate\": \"2024-04-05\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 0,\n            \"attribute2\": 122,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2902,\n            \"batchVariantName\": \"\",\n            \"productID\": 19222,\n            \"variantID\": 19219,\n            \"productName\": \"TestBatchProduct-0\",\n            \"variantName\": 10,\n            \"barcode\": 2419222192192,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 25,\n            \"inventoryCost\": 250,\n            \"creationTimeLocal\": \"2024-04-05 11:51:02\",\n            \"creationDate\": \"2024-04-05\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"PURE HOME\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 120,\n            \"MRP\": 120,\n            \"sellingPrice\": 0,\n            \"attribute2\": 4544,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 50,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2903,\n            \"batchVariantName\": \"\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": \"bar2\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-04-05 11:51:02\",\n            \"creationDate\": \"2024-04-05\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 300,\n            \"sellingPrice\": 200,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 102.5,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2904,\n            \"batchVariantName\": \"pg(11)\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": 111,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-04-05 12:05:31\",\n            \"creationDate\": \"2024-04-05\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 20,\n            \"sellingPrice\": 30,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 10.25,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2905,\n            \"batchVariantName\": \"pg(12)\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": 241,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-04-05 12:05:31\",\n            \"creationDate\": \"2024-04-05\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 60,\n            \"sellingPrice\": 70,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 51.25,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2906,\n            \"batchVariantName\": \"pg(124)\",\n            \"productID\": 19223,\n            \"variantID\": 19220,\n            \"productName\": \"TestBatchProduct-1\",\n            \"variantName\": 2,\n            \"barcode\": 222,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 52,\n            \"inventoryCost\": 560,\n            \"creationTimeLocal\": \"2024-04-05 12:33:02\",\n            \"creationDate\": \"2024-04-05\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME+LIVING\",\n            \"productPrice\": 300,\n            \"MRP\": 50,\n            \"sellingPrice\": 100,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 20,\n            \"inventoryAttributes\": [\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2907,\n            \"batchVariantName\": \"TestbatchProduct-6 - Default\",\n            \"productID\": 19246,\n            \"variantID\": 19243,\n            \"productName\": \"TestbatchProduct-6\",\n            \"variantName\": 4,\n            \"barcode\": 1713942421572,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-04-24 12:37:01\",\n            \"creationDate\": \"2024-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 150,\n            \"MRP\": 0,\n            \"sellingPrice\": 0,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"attribute2\",\n                \"attribute3\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2908,\n            \"batchVariantName\": \"Productgroup6\",\n            \"productID\": 19246,\n            \"variantID\": 19243,\n            \"productName\": \"TestbatchProduct-6\",\n            \"variantName\": 4,\n            \"barcode\": 111,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-04-24 13:37:17\",\n            \"creationDate\": \"2024-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 150,\n            \"MRP\": 3,\n            \"sellingPrice\": 0,\n            \"attribute2\": 222,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1,\n            \"inventoryAttributes\": [\n                \"attribute2\",\n                \"attribute3\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2909,\n            \"batchVariantName\": \"PG06\",\n            \"productID\": 19246,\n            \"variantID\": 19243,\n            \"productName\": \"TestbatchProduct-6\",\n            \"variantName\": 4,\n            \"barcode\": 555,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-04-24 13:37:17\",\n            \"creationDate\": \"2024-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 150,\n            \"MRP\": 6,\n            \"sellingPrice\": 0,\n            \"attribute2\": 444,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1,\n            \"inventoryAttributes\": [\n                \"attribute2\",\n                \"attribute3\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2910,\n            \"batchVariantName\": \"PG0000\",\n            \"productID\": 19246,\n            \"variantID\": 19243,\n            \"productName\": \"TestbatchProduct-6\",\n            \"variantName\": 4,\n            \"barcode\": 2,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-04-24 13:43:57\",\n            \"creationDate\": \"2024-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 150,\n            \"MRP\": 2,\n            \"sellingPrice\": 0,\n            \"attribute2\": 6656,\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1,\n            \"inventoryAttributes\": [\n                \"attribute2\",\n                \"attribute3\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2911,\n            \"batchVariantName\": \"Productgroup8\",\n            \"productID\": 19246,\n            \"variantID\": 19243,\n            \"productName\": \"TestbatchProduct-6\",\n            \"variantName\": 4,\n            \"barcode\": \"b111\",\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 0,\n            \"inventoryCost\": 0,\n            \"creationTimeLocal\": \"2024-04-24 15:52:15\",\n            \"creationDate\": \"2024-04-24\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"PURE HOME\",\n            \"productPrice\": 150,\n            \"MRP\": 87,\n            \"sellingPrice\": 100,\n            \"attribute2\": \"i999\",\n            \"attribute3\": 7,\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 1,\n            \"inventoryAttributes\": [\n                \"attribute2\",\n                \"attribute3\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        },\n        {\n            \"batchVariantID\": 2912,\n            \"batchVariantName\": \"sample\",\n            \"productID\": 19221,\n            \"variantID\": 19218,\n            \"productName\": \"TestBatchProduct\",\n            \"variantName\": 10,\n            \"barcode\": 123123123123123123,\n            \"serialNumber\": \"\",\n            \"remarks\": \"\",\n            \"manufacturingDate\": \"0001-01-01\",\n            \"expiryDate\": \"0001-01-01\",\n            \"inventory\": 102,\n            \"inventoryCost\": 2555,\n            \"creationTimeLocal\": \"2024-04-25 19:36:20\",\n            \"creationDate\": \"2024-04-25\",\n            \"creationMonth\": 4,\n            \"creationYear\": 2024,\n            \"sizeName\": \"\",\n            \"colourName\": \"\",\n            \"brandName\": \"Pure Home + Living\",\n            \"categoryName\": \"\",\n            \"productPrice\": 100,\n            \"MRP\": 5000,\n            \"sellingPrice\": 5000,\n            \"attribute2\": \"\",\n            \"attribute3\": \"\",\n            \"sellByDate\": \"0001-01-01\",\n            \"costPerUnit\": 0,\n            \"inventoryAttributes\": [\n                \"voucherCode\",\n                \"attribute2\",\n                \"costPerUnit\",\n                \"MRP\",\n                \"sellingPrice\",\n                \"barcode\"\n            ]\n        }\n    ]\n}"},{"id":"61b2a0cf-de76-4ae5-b4ee-465a164437e0","name":"mandatoryFields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":\"\",\n    \"thirdPartyChainID\":\"\",\n    \"storeID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchStoreBatchVariants"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 10:38:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ],\n        \"chainID\": [\n            \"ChainID is required\"\n        ],\n        \"storeID\": [\n            \"StoreID is required\"\n        ]\n    }\n}"}],"_postman_id":"5d32f02a-adf1-4b65-b339-e9f34004b570"},{"name":"Update Batch Variants updateBatchVariants","id":"882bc016-2267-4fbd-9a9c-3c954c0b105b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"5cfaa0256a3a45ed074e40d22ca08e233d9db255e3e5cf31be8baaed30a142c4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":63,\n    \"chainID\":1424,\n    \"batchVariantList\":[\n        {\n            \"batchVariantID\":2,\n            \"barcode\":\"\",\n            \"serialNumber\":\"\",\n            \"MRP\":\"\",\n            \"sellingPrice\":\"52\",\n            \"remarks\":\"testimg\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/updateBatchVariants","urlObject":{"path":["v1","thirdparty","updateBatchVariants"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"8ff4cd17-2983-4721-b69b-bc686ff8d7b2","name":"Update Batch Variants updateBatchVariants","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b8805dd2b0d64ae65d332995d64404cd8fa259bf2740afdda858a7600228e88c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":63,\n    \"chainID\":1424,\n    \"batchVariantList\":[\n        {\n            \"batchVariantID\":1,\n            \"barcode\":\"1707209138196\",\n            \"serialNumber\":\"\",\n            \"MRP\":\"\",\n            \"sellingPrice\":\"\",\n            \"remarks\":\"\"\n        },\n        {\n            \"batchVariantID\":2,\n            \"barcode\":\"1707209138196\",\n            \"serialNumber\":\"\",\n            \"MRP\":\"\",\n            \"sellingPrice\":\"\",\n            \"remarks\":\"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/updateBatchVariants"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 26 Apr 2024 09:33:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"messsage\": \"Batch Variants updated successfully\"\n}"}],"_postman_id":"882bc016-2267-4fbd-9a9c-3c954c0b105b"}],"id":"aa2e6fda-9632-4332-818c-1483639eafbb","_postman_id":"aa2e6fda-9632-4332-818c-1483639eafbb","description":""},{"name":"Custom Price List","item":[{"name":"fetch price list channels","id":"2e9be103-5fd2-4ab4-a71b-7e2184933d93","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"priceListID\":28\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListChannels","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","getPriceListChannels"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"1fe7fd50-5dcf-4d93-8323-5eaa777672bf","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"priceListID\":14\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListChannels"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Sep 2023 13:33:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"count\": 1,\n    \"data\": [\n        {\n            \"channelID\": 10,\n            \"channelName\": \"Amazon\",\n            \"channelCode\": \"amazon-001\"\n        }\n    ]\n}"},{"id":"8ca2fa5a-d748-4507-b5a5-c2459c65b0b5","name":"Mandatory fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":\"\",\n    \"priceListID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListChannels"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 10:16:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ],\n        \"chainID\": [\n            \"ChainID is required\"\n        ],\n        \"priceListID\": [\n            \"PriceListID is required\"\n        ]\n    }\n}"}],"_postman_id":"2e9be103-5fd2-4ab4-a71b-7e2184933d93"},{"name":"Fetch Price List Customers","id":"0dc24be7-e2eb-438a-bdca-d158690698d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"priceListID\":\"34\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListCustomers","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","getPriceListCustomers"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"f621f63d-a2e5-4580-88d1-14286230474c","name":"Fetch Price List Customers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"priceListID\":14\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListCustomers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Sep 2023 13:35:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"count\": 6,\n    \"data\": [\n        {\n            \"customerID\": 1,\n            \"customerName\": \"vishal \",\n            \"phone\": 9643775621,\n            \"email\": \"vishal@queuebuster.co\"\n        },\n        {\n            \"customerID\": 2,\n            \"customerName\": \"Mohit \",\n            \"phone\": 1234567890,\n            \"email\": \"\"\n        },\n        {\n            \"customerID\": 3,\n            \"customerName\": \"John Doe \",\n            \"phone\": 8506062500,\n            \"email\": \"abc@xyz.com\"\n        },\n        {\n            \"customerID\": 4,\n            \"customerName\": \"Dhirendra Kumar \",\n            \"phone\": 8700114111,\n            \"email\": \"priyanka@queuebuster.co\"\n        },\n        {\n            \"customerID\": 6,\n            \"customerName\": \"aman hadasdi\",\n            \"phone\": 93813127124505,\n            \"email\": \"\"\n        },\n        {\n            \"customerID\": 7,\n            \"customerName\": \"sujeet hi\",\n            \"phone\": 938137412121505,\n            \"email\": \"\"\n        }\n    ]\n}"},{"id":"ef3f2106-8429-413d-b9e2-71d6d154c592","name":"mandatory field","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"priceListID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListCustomers"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 10:21:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"priceListID\": [\n            \"PriceListID is required\"\n        ]\n    }\n}"}],"_postman_id":"0dc24be7-e2eb-438a-bdca-d158690698d9"},{"name":"Update Price List","id":"29e71c0e-4f7b-49b3-aaa1-b87bcf0847f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"ID\":62,\n    \"listName\": \"PLA2\",\n    \"listDescription\": \"cheaper prices\", \n    \"priceRule\": \"CUSTOM\",\n    \"marginPercentage\": \"\",\n    \"channelsList\":\"8,9,10\",\n    \"customersList\":\"175,176\",\n    \"detailList\":[\n\n        {\n            \"productID\":8, \n            \"variantID\":8,\n            \"price\":900,\n            \"priceRemarks\": \"test1\"\n        },\n        {\n            \"productID\":12, \n            \"variantID\":12, \n            \"price\":800,\n            \"priceRemarks\": \"test2\"\n        },\n        {\n            \"productID\":11, \n            \"variantID\":11, \n            \"price\":700,\n            \"priceRemarks\": \"test2\"\n        }\n\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/updatePriceList","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","updatePriceList"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"30efce21-673a-4c53-998a-7d89b8dccd29","name":"Update Price List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"ID\":14,\n    \"listName\": \"cheap list\",\n    \"listDescription\": \"cheaper prices\", \n    \"priceRule\": \"CUSTOM\",\n    \"marginPercentage\": 10,\n    \"customerIDs\":\"1,2,3,4,6,7\",\n    \"detailList\":[\n\n        {\n            \"ID\":1,\n            \"productID\":1, \n            \"variantID\":1,\n            \"price\":900,\n            \"priceRemarks\": \"test1\"\n        },\n        {\n            \"ID\":2,\n            \"productID\":2, \n            \"variantID\":2, \n            \"price\":800,\n            \"priceRemarks\": \"test2\"\n        },\n        {\n            \"productID\":4, \n            \"variantID\":4, \n            \"price\":700,\n            \"priceRemarks\": \"test2\"\n        }\n\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/updatePriceList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Sep 2023 13:35:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Custom price list updated successfully!\"\n}"},{"id":"26770352-9e16-402c-9e81-456533e9fbdb","name":"Able to update non exist price list","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"ID\":1,\n    \"listName\": \"PLA2\",\n    \"listDescription\": \"cheaper prices\", \n    \"priceRule\": \"CUSTOM\",\n    \"marginPercentage\": 15,\n    \"customerIDs\":\"1,2,3,4,6,7\",\n    \"detailList\":[\n\n        {\n            \"ID\":1,\n            \"productID\":1, \n            \"variantID\":1,\n            \"price\":900,\n            \"priceRemarks\": \"test1\"\n        },\n        {\n            \"ID\":2,\n            \"productID\":2, \n            \"variantID\":2, \n            \"price\":800,\n            \"priceRemarks\": \"test2\"\n        },\n        {\n            \"productID\":4, \n            \"variantID\":4, \n            \"price\":700,\n            \"priceRemarks\": \"test2\"\n        }\n\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/updatePriceList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Oct 2023 12:13:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"priceListID\": 1,\n    \"message\": \"Custom price list updated successfully!\"\n}"}],"_postman_id":"29e71c0e-4f7b-49b3-aaa1-b87bcf0847f8"},{"name":"Delete Price List","id":"d34dffb8-21cf-46db-9abe-7c4fc43b386c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"ID\":1\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/deletePriceList","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","deletePriceList"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"ec5e0af0-8334-453b-8344-c094319528cf","name":"Delete Price List","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"ID\":11\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/deletePriceList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Sep 2023 13:35:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Custom price list deleted successfully\"\n}"},{"id":"f9083aa3-4d2d-4de5-9ecb-f471ba7d05a7","name":"Not exist","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"ID\":11\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/deletePriceList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 10:23:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Custom price list doesn't exist\"\n}"}],"_postman_id":"d34dffb8-21cf-46db-9abe-7c4fc43b386c"},{"name":"Fetch Price List Details","id":"45e84845-82cc-4a9f-b1f4-5b1c8334c6a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"priceListID\":52\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListDetail","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","getPriceListDetail"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"8d56d505-be2e-4fa7-9734-5f78ae3962b9","name":"Fetch Price List Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"priceListID\":14\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListDetail"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Sep 2023 13:37:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"count\": 1,\n    \"data\": [\n        {\n            \"ID\": 141,\n            \"priceListID\": 14,\n            \"productID\": 4,\n            \"variantID\": 4,\n            \"price\": 700,\n            \"productName\": \"Chicken Keema Paratha Meal\"\n        }\n    ]\n}"},{"id":"a139b089-3a44-43a5-b08f-267461e8a745","name":"mandatory fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":\"\",\n    \"priceListID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListDetail"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 10:26:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ],\n        \"chainID\": [\n            \"ChainID is required\"\n        ],\n        \"priceListID\": [\n            \"PriceListID is required\"\n        ]\n    }\n}"},{"id":"2e73a73b-9db1-4a21-8d11-a1d26b4620a2","name":"Not Exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"priceListID\":78965\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListDetail"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 10:26:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Custom price list doesn't exist\"\n}"}],"_postman_id":"45e84845-82cc-4a9f-b1f4-5b1c8334c6a3"},{"name":"Fetch Price List Summary","id":"388109a6-5390-4015-9c84-36929b65a71b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListSummary","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","getPriceListSummary"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"e4080ae5-fa0d-40e3-9d06-61c6b9253220","name":"Fetch Price List Summary","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListSummary"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Sep 2023 13:36:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"ID\": 14,\n            \"listName\": \"cheap list\",\n            \"listDescription\": \"cheaper prices\",\n            \"itemCount\": 4,\n            \"priceRule\": \"CUSTOM\",\n            \"marginType\": \"\",\n            \"marginValue\": 10\n        },\n        {\n            \"ID\": 15,\n            \"listName\": \"cheap list3\",\n            \"listDescription\": \"cheaper prices\",\n            \"itemCount\": 3,\n            \"priceRule\": \"CUSTOM\",\n            \"marginType\": \"\",\n            \"marginValue\": 0\n        },\n        {\n            \"ID\": 23,\n            \"listName\": \"Sasta Price\",\n            \"listDescription\": \"Cheap Price\",\n            \"itemCount\": 70,\n            \"priceRule\": \"CUSTOM\",\n            \"marginType\": \"PERCENTAGE\",\n            \"marginValue\": 0\n        },\n        {\n            \"ID\": 24,\n            \"listName\": \"Special Price\",\n            \"listDescription\": \"Offer Price\",\n            \"itemCount\": 6,\n            \"priceRule\": \"CUSTOM\",\n            \"marginType\": \"PERCENTAGE\",\n            \"marginValue\": 0\n        },\n        {\n            \"ID\": 25,\n            \"listName\": \"AmanPrice1\",\n            \"listDescription\": \"Cheap Price\",\n            \"itemCount\": 0,\n            \"priceRule\": \"MARK_DOWN\",\n            \"marginType\": \"PERCENTAGE\",\n            \"marginValue\": 1\n        },\n        {\n            \"ID\": 26,\n            \"listName\": \"zxscs\",\n            \"listDescription\": \"\",\n            \"itemCount\": 2,\n            \"priceRule\": \"MARK_DOWN\",\n            \"marginType\": \"PERCENTAGE\",\n            \"marginValue\": 90\n        },\n        {\n            \"ID\": 27,\n            \"listName\": \"cheap list-05\",\n            \"listDescription\": \"cheaper prices\",\n            \"itemCount\": 9,\n            \"priceRule\": \"CUSTOM\",\n            \"marginType\": \"PERCENTAGE\",\n            \"marginValue\": 0\n        },\n        {\n            \"ID\": 28,\n            \"listName\": \"ddedd\",\n            \"listDescription\": \"Cheap Price\",\n            \"itemCount\": 6,\n            \"priceRule\": \"CUSTOM\",\n            \"marginType\": \"PERCENTAGE\",\n            \"marginValue\": 0\n        }\n    ]\n}"},{"id":"2193ad95-d068-41bc-8700-f52c5ad80c9d","name":"mandatory fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getPriceListSummary"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 10:27:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ],\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"}],"_postman_id":"388109a6-5390-4015-9c84-36929b65a71b"},{"name":"Create Price List","id":"d4ddd5c7-1295-4939-b38d-60d670538770","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"listName\": \"Price List 28\",\n    \"listDescription\": \"Higher prices\", \n    \"itemCount\": 0, \n    \"priceRule\": \"CUSTOM\",\n    \"marginType\":\"\",\n    \"marginValue\":\"\" ,\n    \"customersList\":\"1\",\n    \"channelsList\":\"1\",\n    \"detailList\":[\n        {\n            \"productID\":8, \n            \"variantID\":8,\n            \"price\":900,\n            \"priceRemarks\": \"test1\"\n        },\n        {\n            \"productID\":11, \n            \"variantID\":11, \n            \"price\":800,\n            \"priceRemarks\": \"test2\"\n        },\n        {\n            \"productID\":12, \n            \"variantID\":12,\n            \"price\":700\n\n        }\n\n       \n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createPriceList","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","createPriceList"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"1f018b78-195d-4ea9-957d-52e1359fc7f5","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"listName\": \"cheap list4\",\n    \"listDescription\": \"cheaper prices\", \n    \"itemCount\": 3, \n    \"priceRule\": \"CUSTOM\",\n    \"marginType\":\"PERCENTAGE\",\n    \"marginValue\": 10,\n    \"customerIDs\":\"6,7,8,9,10\",\n    \"channelIDs\":\"4,5\",\n    \"detailList\":[\n\n        {\n            \"productID\":1, \n            \"variantID\":1,\n            \"price\":900,\n            \"priceRemarks\": \"test1\"\n        },\n        {\n            \"productID\":2, \n            \"variantID\":2, \n            \"price\":800,\n            \"priceRemarks\": \"test2\"\n        },\n        {\n            \"productID\":3, \n            \"variantID\":3,\n            \"price\":700\n\n        }\n\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createPriceList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Sep 2023 13:49:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Price list created successfully!\"\n}"},{"id":"452eaca8-a050-4a8a-807e-a732bdaee070","name":"mandatory fields","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"listName\": \"\",\n    \"listDescription\": \"Higher prices\", \n    \"itemCount\": 3, \n    \"priceRule\": \"CUSTOM\",\n    \"marginType\":\"PERCENTAGE\",\n    \"marginValue\": 85,\n    \"customerIDs\":\"9,10\",\n    \"channelIDs\":\"9\",\n    \"detailList\":[\n\n        {\n            \"productID\":1, \n            \"variantID\":1,\n            \"price\":900,\n            \"priceRemarks\": \"test1\"\n        },\n        {\n            \"productID\":2, \n            \"variantID\":2, \n            \"price\":800,\n            \"priceRemarks\": \"test2\"\n        },\n        {\n            \"productID\":3, \n            \"variantID\":3,\n            \"price\":700\n\n        }\n\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createPriceList"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 13 Oct 2023 10:15:11 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"listName\": [\n            \"ListName is required\"\n        ]\n    }\n}"},{"id":"5606c9cb-ac8a-4773-bec0-3d42e86e01ca","name":"500 Internal server error when send blank detail list","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"listName\": \"Price List 12\",\n    \"listDescription\": \"Higher prices\", \n    \"itemCount\": 0, \n    \"priceRule\": \"CUSTOM\",\n    \"marginType\":\"\",\n    \"marginValue\":\"\" ,\n    \"customerIDs\":\"\",\n    \"channelIDs\":\"\",\n    \"detailList\":[\n\n        {\n            \n        },\n        {\n            \n        }\n\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createPriceList"},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Fri, 27 Oct 2023 09:09:48 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache, private"}],"cookie":[],"responseTime":null,"body":"   \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">2/2</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Illuminate\\Database\\QueryException\">QueryException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 662\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 662</a>:\n                </span>\n                <span class=\"exception_message\">SQLSTATE[23000]: Integrity constraint violation: 1048 Column &#039;productID&#039; cannot be null (SQL: insert into `chain1114_customPriceListDetail` (`productID`, `variantID`, `price`, `priceRemarks`, `isActive`, `priceListID`) values (, , , , 1, 44))</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 662\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 662</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->runQueryCallback('insert into `chain1114_customPriceListDetail` (`productID`, `variantID`, `price`, `priceRemarks`, `isActive`, `priceListID`) values (?, ?, ?, ?, ?, ?)',\n                        <em>array</em>(\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>, '1', '44'),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 618\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 618</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->run('insert into `chain1114_customPriceListDetail` (`productID`, `variantID`, `price`, `priceRemarks`, `isActive`, `priceListID`) values (?, ?, ?, ?, ?, ?)',\n                        <em>array</em>(\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>, '1', '44'),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 391\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 391</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->statement('insert into `chain1114_customPriceListDetail` (`productID`, `variantID`, `price`, `priceRemarks`, `isActive`, `priceListID`) values (?, ?, ?, ?, ?, ?)',\n                        <em>array</em>(\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>, '1', '44')) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 347\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 347</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->insert('insert into `chain1114_customPriceListDetail` (`productID`, `variantID`, `price`, `priceRemarks`, `isActive`, `priceListID`) values (?, ?, ?, ?, ?, ?)',\n                        <em>array</em>(\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>, '1', '44')) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php line 1827\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Builder.php line 1827</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Query\\Builder\">Builder</abbr>->insert(\n                        <em>array</em>(\n                        <em>array</em>('productID' =>\n                        <em>null</em>, 'variantID' =>\n                        <em>null</em>, 'price' =>\n                        <em>null</em>, 'priceRemarks' =>\n                        <em>null</em>, 'isActive' => '1', 'priceListID' => '44'))) in\n                        <a title=\"/var/www/API/app/PriceList.php line 200\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">PriceList.php line 200</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\PriceList\">PriceList</abbr>::App\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Database\\MySqlConnection\">MySqlConnection</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 476\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 476</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->transaction(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Database\\MySqlConnection\">MySqlConnection</abbr>), 'transaction'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php line 296\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">DatabaseManager.php line 296</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\DatabaseManager\">DatabaseManager</abbr>->__call('transaction',\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php line 215\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Facade.php line 215</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Support\\Facades\\Facade\">Facade</abbr>::__callStatic('transaction',\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/app/PriceList.php line 210\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">PriceList.php line 210</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\PriceList\">PriceList</abbr>::createPriceList('1114',\n                        <em>array</em>('chainID' => '1114', 'thirdPartyChainID' => '17', 'listName' => 'Price List 12', 'listDescription' => 'Higher prices', 'itemCount' => '0', 'priceRule' => 'CUSTOM', 'marginType' => '', 'marginValue' => '', 'customerIDs' =>\n                        <em>null</em>, 'channelIDs' =>\n                        <em>null</em>, 'detailList' =>\n                        <em>array</em>(\n                        <em>array</em>(),\n                        <em>array</em>()))) in\n                        <a title=\"/var/www/API/app/Http/Controllers/thirdPartyController.php line 3166\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyController.php line 3166</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>->createPriceList(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>), 'createPriceList'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Controller.php line 256\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Controller.php line 256</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Controller\">Controller</abbr>->callAction('createPriceList',\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 164\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 164</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->call(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>), 'createPriceList') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 112\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 112</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 196\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 196</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'createPriceList') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\thirdPartyController', 'createPriceList') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 140\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 140</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/2</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"PDOException\">PDOException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 390\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 390</a>:\n                </span>\n                <span class=\"exception_message\">SQLSTATE[23000]: Integrity constraint violation: 1048 Column &#039;productID&#039; cannot be null</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 390\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 390</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"PDOStatement\">PDOStatement</abbr>->execute(\n                        <em>array</em>(\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>, '1', '44')) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 390\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 390</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->Illuminate\\Database\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Database\\MySqlConnection\">MySqlConnection</abbr>), 'insert into `chain1114_customPriceListDetail` (`productID`, `variantID`, `price`, `priceRemarks`, `isActive`, `priceListID`) values (?, ?, ?, ?, ?, ?)',\n                        <em>array</em>(\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>, '1', '44')) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 655\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 655</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->runQueryCallback('insert into `chain1114_customPriceListDetail` (`productID`, `variantID`, `price`, `priceRemarks`, `isActive`, `priceListID`) values (?, ?, ?, ?, ?, ?)',\n                        <em>array</em>(\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>, '1', '44'),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 618\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 618</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->run('insert into `chain1114_customPriceListDetail` (`productID`, `variantID`, `price`, `priceRemarks`, `isActive`, `priceListID`) values (?, ?, ?, ?, ?, ?)',\n                        <em>array</em>(\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>, '1', '44'),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 391\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 391</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->statement('insert into `chain1114_customPriceListDetail` (`productID`, `variantID`, `price`, `priceRemarks`, `isActive`, `priceListID`) values (?, ?, ?, ?, ?, ?)',\n                        <em>array</em>(\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>, '1', '44')) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 347\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 347</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->insert('insert into `chain1114_customPriceListDetail` (`productID`, `variantID`, `price`, `priceRemarks`, `isActive`, `priceListID`) values (?, ?, ?, ?, ?, ?)',\n                        <em>array</em>(\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>,\n                        <em>null</em>, '1', '44')) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php line 1827\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Builder.php line 1827</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Query\\Builder\">Builder</abbr>->insert(\n                        <em>array</em>(\n                        <em>array</em>('productID' =>\n                        <em>null</em>, 'variantID' =>\n                        <em>null</em>, 'price' =>\n                        <em>null</em>, 'priceRemarks' =>\n                        <em>null</em>, 'isActive' => '1', 'priceListID' => '44'))) in\n                        <a title=\"/var/www/API/app/PriceList.php line 200\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">PriceList.php line 200</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\PriceList\">PriceList</abbr>::App\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Database\\MySqlConnection\">MySqlConnection</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/Connection.php line 476\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Connection.php line 476</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\Connection\">Connection</abbr>->transaction(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Database\\MySqlConnection\">MySqlConnection</abbr>), 'transaction'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Database/DatabaseManager.php line 296\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">DatabaseManager.php line 296</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Database\\DatabaseManager\">DatabaseManager</abbr>->__call('transaction',\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php line 215\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Facade.php line 215</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Support\\Facades\\Facade\">Facade</abbr>::__callStatic('transaction',\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/app/PriceList.php line 210\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">PriceList.php line 210</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\PriceList\">PriceList</abbr>::createPriceList('1114',\n                        <em>array</em>('chainID' => '1114', 'thirdPartyChainID' => '17', 'listName' => 'Price List 12', 'listDescription' => 'Higher prices', 'itemCount' => '0', 'priceRule' => 'CUSTOM', 'marginType' => '', 'marginValue' => '', 'customerIDs' =>\n                        <em>null</em>, 'channelIDs' =>\n                        <em>null</em>, 'detailList' =>\n                        <em>array</em>(\n                        <em>array</em>(),\n                        <em>array</em>()))) in\n                        <a title=\"/var/www/API/app/Http/Controllers/thirdPartyController.php line 3166\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyController.php line 3166</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>->createPriceList(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>), 'createPriceList'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Controller.php line 256\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Controller.php line 256</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Controller\">Controller</abbr>->callAction('createPriceList',\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 164\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 164</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->call(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>), 'createPriceList') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 112\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 112</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 196\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 196</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'createPriceList') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\thirdPartyController', 'createPriceList') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 140\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 140</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"44ced7f7-3a51-4999-b226-c32b7f40943e","name":"Should not be created with deleted product","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"listName\": \"Price List 12\",\n    \"listDescription\": \"Higher prices\", \n    \"itemCount\": 0, \n    \"priceRule\": \"CUSTOM\",\n    \"marginType\":\"\",\n    \"marginValue\":\"\" ,\n    \"customerIDs\":\"\",\n    \"channelIDs\":\"\",\n    \"detailList\":[\n\n        {\n            \"productID\":1, \n            \"variantID\":1,\n            \"price\":900,\n            \"priceRemarks\": \"test1\"\n        },\n        {\n            \"productID\":2, \n            \"variantID\":2, \n            \"price\":800,\n            \"priceRemarks\": \"test2\"\n        },\n        {\n            \"productID\":3, \n            \"variantID\":3,\n            \"price\":700\n\n        }\n\n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createPriceList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Oct 2023 09:21:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"priceListID\": 45,\n    \"message\": \"Price list created successfully!\"\n}"},{"id":"617c7dbc-a340-47cc-951a-063ec6b5fea4","name":"Price Rule with 0 value","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"listName\": \"Price List 15\",\n    \"listDescription\": \"Higher prices\", \n    \"itemCount\": 0, \n    \"priceRule\": \"0\",\n    \"marginType\":\"ABSOLUTE\",\n    \"marginValue\":\"100\" ,\n    \"customerIDs\":\"\",\n    \"channelIDs\":\"\",\n    \"detailList\":[\n\n       \n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createPriceList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Oct 2023 10:55:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"priceListID\": 49,\n    \"message\": \"Price list created successfully!\"\n}"},{"id":"3c8485c2-31c7-48f6-9ab2-630d45efc5d2","name":"Margin type blank","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"listName\": \"Price List 15\",\n    \"listDescription\": \"Higher prices\", \n    \"itemCount\": 0, \n    \"priceRule\": \"MARK_UP\",\n    \"marginType\":\"\",\n    \"marginValue\":\"100\" ,\n    \"customerIDs\":\"\",\n    \"channelIDs\":\"\",\n    \"detailList\":[\n\n       \n    ]\n\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/createPriceList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Oct 2023 11:00:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"priceListID\": 53,\n    \"message\": \"Price list created successfully!\"\n}"}],"_postman_id":"d4ddd5c7-1295-4939-b38d-60d670538770"}],"id":"6423df06-27ca-421c-aebe-412db85c7ca9","_postman_id":"6423df06-27ca-421c-aebe-412db85c7ca9","description":""}],"id":"928a42f0-4173-4eb7-ab63-916e91ea7163","_postman_id":"928a42f0-4173-4eb7-ab63-916e91ea7163","description":""},{"name":"QB eStore","item":[{"name":"Get All Online Stores","id":"820fc2f8-c32c-4704-80de-27a749d00501","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"158b84e065ef56aaaf2166659b9d7264d49680113f17b58f438d95d7274c3f64","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":35,\n    \"chainID\":873\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getAllOnlineStores","description":"<p>This api is used to share a list of all the stores mapped to the chain requested by the partner prior to authorisation by QB team.</p>\n","urlObject":{"protocol":"http","path":["API","public","v1","thirdParty","getAllOnlineStores"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"1368833b-1982-4499-b851-260fdd69478c","name":"Get All Online Stores - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"158b84e065ef56aaaf2166659b9d7264d49680113f17b58f438d95d7274c3f64","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":35,\n    \"chainID\":873\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getAllOnlineStores"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"storeData\": [\n        {\n            \"chainID\": 873,\n            \"storeID\": 1206,\n            \"storeName\": \"Sarjapur\",\n            \"outletAddLine1\": \"Survey No 475/2, \",\n            \"outletAddLine2\": \"Sarjapur Atibele Road Sarjapur , Bengaluru (Bangalore) Urban\",\n            \"outletAddCity\": \"Bangaluru\",\n            \"outletAddState\": \"Karnataka\",\n            \"outletAddPincode\": 562125,\n            \"outletAddCountry\": \"India\",\n            \"minimumOrderValue\": 0,\n            \"storeOpeningTime\": 0,\n            \"storeClosingTime\": 2359,\n            \"latitude\": \"\",\n            \"longitude\": \"\",\n            \"deliveryZipCodes\": 403501\n        }\n    ],\n    \"totalRecordCount\": 1,\n    \"apiTrackerID\": \"API-35-042021\",\n    \"message\": \"store data fetched successfully\"\n}"},{"id":"9e6bb1c5-90eb-465d-a7c4-4a60436eb771","name":"Get All Online Stores - Error","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"158b84e065ef56aaaf2166659b9d7264d49680113f17b58f438d95d7274c3f64","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":35,\n    \"chainID\":872\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getAllOnlineStores"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"No stores found\"\n}"}],"_postman_id":"820fc2f8-c32c-4704-80de-27a749d00501"},{"name":"Get All Online Products","id":"4a7fbf39-642d-4cb7-9e3e-e40080b2e8b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"1aaf3bd27b9081f3eaaba91ef036fb4de65b2bd1f8ca84fcd9f3eb93acc12287","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"storeID\":1666\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/getAllOnlineProducts","description":"<p>This api is used to share the pricing as well as inventory level information for all the eStore enabled products for a given store. This api also contains the taxation and additional charge information which is to be applied on the products while adding to the cart.</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdParty","getAllOnlineProducts"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"65660d23-118c-4110-bd25-ca3d9d207962","name":"Pass (code 200) Get All Online Products - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b8d4e0ef81d8f82399134fb5bb60a744ca4ea25503ebbac2370cf4eb79a90636","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":35,\n    \"chainID\":873,\n    \"storeID\":1206\n}","options":{"raw":{"language":"json"}}},"url":"https://queuebuster.co/API/public/v1/thirdParty/getAllOnlineProducts"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"catalogueData\": [\n        {\n            \"productID\": 50,\n            \"productName\": \"Aloo Parathas\",\n            \"variantName\": \"\",\n            \"categoryID\": 2,\n            \"categoryName\": \"C2\",\n            \"onlinePrice\": 100,\n            \"mrp\": 100,\n            \"discountPercentage\": 0,\n            \"taxIDs\": \"1,3\",\n            \"additionalChargeIDs\": \"1,6\",\n            \"brandID\": -1,\n            \"subCategoryID\": -1,\n            \"priceIncludesTaxes\": 1,\n            \"variantID\": 50,\n            \"inventoryLevel\": -21,\n            \"safeStockLevel\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"image\": \"\",\n            \"imageType\": \"\"\n        },\n        {\n            \"productID\": 51,\n            \"productName\": \"Plain Butter Parathas\",\n            \"variantName\": \"\",\n            \"categoryID\": 2,\n            \"categoryName\": \"C2\",\n            \"onlinePrice\": 90,\n            \"mrp\": 100,\n            \"discountPercentage\": 10,\n            \"taxIDs\": \"1,3\",\n            \"additionalChargeIDs\": \"1,6\",\n            \"brandID\": -1,\n            \"subCategoryID\": -1,\n            \"priceIncludesTaxes\": 1,\n            \"variantID\": 51,\n            \"inventoryLevel\": -5,\n            \"safeStockLevel\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"image\": \"\",\n            \"imageType\": \"\"\n        },\n        {\n            \"productID\": 52,\n            \"productName\": \"Khasta Paratha\",\n            \"variantName\": \"\",\n            \"categoryID\": 2,\n            \"categoryName\": \"C2\",\n            \"onlinePrice\": 80,\n            \"mrp\": 100,\n            \"discountPercentage\": 20,\n            \"taxIDs\": \"1,3\",\n            \"additionalChargeIDs\": \"1,6\",\n            \"brandID\": -1,\n            \"subCategoryID\": -1,\n            \"priceIncludesTaxes\": 1,\n            \"variantID\": 52,\n            \"inventoryLevel\": -16,\n            \"safeStockLevel\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"image\": \"\",\n            \"imageType\": \"\"\n        },\n        {\n            \"productID\": 9,\n            \"productName\": \"Formalin - 1Litre\",\n            \"variantName\": \"\",\n            \"categoryID\": 2,\n            \"categoryName\": \"C2\",\n            \"onlinePrice\": 70,\n            \"mrp\": 100,\n            \"discountPercentage\": 30,\n            \"taxIDs\": \"1,3\",\n            \"additionalChargeIDs\": \"1,6\",\n            \"brandID\": -1,\n            \"subCategoryID\": -1,\n            \"priceIncludesTaxes\": 1,\n            \"variantID\": 9,\n            \"inventoryLevel\": -9,\n            \"safeStockLevel\": 5,\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"image\": \"https://qbstore.s3.ap-south-1.amazonaws.com/chain873/product_226304942_1622359356.png\",\n            \"imageType\": \"png\"\n        },\n        {\n            \"productID\": 10,\n            \"productName\": \"Bleaching Powder 1 Kg\",\n            \"variantName\": \"\",\n            \"categoryID\": 2,\n            \"categoryName\": \"C2\",\n            \"onlinePrice\": 40,\n            \"mrp\": 31,\n            \"discountPercentage\": 0,\n            \"taxIDs\": \"1,3\",\n            \"additionalChargeIDs\": \"1,6\",\n            \"brandID\": -1,\n            \"subCategoryID\": -1,\n            \"priceIncludesTaxes\": 1,\n            \"variantID\": 10,\n            \"inventoryLevel\": -4,\n            \"safeStockLevel\": 5,\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"image\": \"\",\n            \"imageType\": \"\"\n        },\n        {\n            \"productID\": 14,\n            \"productName\": \"Hydrated Lime Powder 1 kg\",\n            \"variantName\": \"\",\n            \"categoryID\": 2,\n            \"categoryName\": \"C2\",\n            \"onlinePrice\": 356,\n            \"mrp\": 333,\n            \"discountPercentage\": 0,\n            \"taxIDs\": 3,\n            \"additionalChargeIDs\": \"1,6\",\n            \"brandID\": -1,\n            \"subCategoryID\": -1,\n            \"priceIncludesTaxes\": 1,\n            \"variantID\": 14,\n            \"inventoryLevel\": 3,\n            \"safeStockLevel\": 16,\n            \"subCategoryName\": \"\",\n            \"brandName\": \"\",\n            \"image\": \"\",\n            \"imageType\": \"\"\n        },\n        {\n            \"productID\": 18,\n            \"productName\": \"B Powder - 1KG\",\n            \"variantName\": \"\",\n            \"categoryID\": 2,\n            \"categoryName\": \"C2\",\n            \"onlinePrice\": 50,\n            \"mrp\": 4555,\n            \"discountPercentage\": 99,\n            \"taxIDs\": 3,\n            \"additionalChargeIDs\": \"1,6\",\n            \"brandID\": 1,\n            \"subCategoryID\": -1,\n            \"priceIncludesTaxes\": 1,\n            \"variantID\": 18,\n            \"inventoryLevel\": -5,\n            \"safeStockLevel\": 54,\n            \"subCategoryName\": \"\",\n            \"brandName\": \"B1\",\n            \"image\": \"\",\n            \"imageType\": \"\"\n        }\n    ],\n    \"taxData\": [\n        {\n            \"taxID\": 1,\n            \"metaTaxID\": \"\",\n            \"parentTaxID\": 0,\n            \"accountID\": 20,\n            \"accountName\": \"taxt1\",\n            \"taxName\": \"TaxT1\",\n            \"nameOnBill\": \"TaxT1\",\n            \"taxPercentage\": 2.5,\n            \"isIGST\": 0,\n            \"creationTimeLocal\": \"2021-04-26 14:46:56\",\n            \"creationTimeUTC\": \"2021-04-26 09:16:56\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        },\n        {\n            \"taxID\": 3,\n            \"metaTaxID\": \"\",\n            \"parentTaxID\": -1,\n            \"accountID\": 31,\n            \"accountName\": \"igst\",\n            \"taxName\": \"SGST\",\n            \"nameOnBill\": \"SGST\",\n            \"taxPercentage\": 5,\n            \"isIGST\": 0,\n            \"creationTimeLocal\": \"2020-11-23 15:54:53\",\n            \"creationTimeUTC\": \"2020-11-23 10:24:53\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        }\n    ],\n    \"chargeData\": [\n        {\n            \"additionalChargeID\": 1,\n            \"metaChargeID\": \"\",\n            \"accountID\": 21,\n            \"accountName\": \"chargec1\",\n            \"appliedOnLevel\": \"PRODUCT\",\n            \"name\": \"Additional Charges\",\n            \"nameOnBill\": \"Additional Charges\",\n            \"chargeType\": \"ABSOLUTE\",\n            \"value\": 10,\n            \"creationTimeLocal\": \"2021-04-26 14:47:40\",\n            \"creationTimeUTC\": \"2021-04-26 09:17:40\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"taxIDs\": \"\",\n            \"applyOnOrderDelivery\": 1,\n            \"maximumOrderValue\": 200,\n            \"isActive\": 1,\n            \"additionalChargeName\": \"Additional Charges\"\n        },\n        {\n            \"additionalChargeID\": 6,\n            \"metaChargeID\": \"\",\n            \"accountID\": 57,\n            \"accountName\": \"deliverycharge\",\n            \"appliedOnLevel\": \"PRODUCT\",\n            \"name\": \"Packaging Charge\",\n            \"nameOnBill\": \"Packaging Charge\",\n            \"chargeType\": \"PERCENTAGE\",\n            \"value\": 10,\n            \"creationTimeLocal\": \"2021-04-01 11:01:21\",\n            \"creationTimeUTC\": \"2021-04-01 05:31:21\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"taxIDs\": \"\",\n            \"applyOnOrderDelivery\": 0,\n            \"maximumOrderValue\": 0,\n            \"isActive\": 1,\n            \"additionalChargeName\": \"Packaging Charge\"\n        }\n    ],\n    \"totalRecordCount\": 7,\n    \"message\": \"Catalogue fetch successfull\",\n    \"apiTrackerID\": \"API-35-042021\"\n}"},{"id":"2a0e5764-d430-4222-a25d-fe80e21f1f1d","name":"Status-false (code 422) Get All Online Products","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1534,\n    \"storeID\":2454\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getAllOnlineProducts"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 06:40:03 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"No product found\"\n}"}],"_postman_id":"4a7fbf39-642d-4cb7-9e3e-e40080b2e8b3"},{"name":"External Ecom Order","id":"f02a0bba-fe25-4617-8ff7-59846aa131e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"efd055185c0aec8106ddff46ae1c1c6f1d86a4aedd4a0699914ff83f7295491a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"address\": {\n            \"country\": \"India\",\n            \"state\": \"Uttar Pradesh\",\n            \"city\": \"Noida\",\n            \"landmark\": \"post office\",\n            \"line_1\": \"A3\",\n            \"line_2\": null,\n            \"pin\": \"201301\"\n        },\n        \"name\": \"dhirendra 890 \",\n        \"phone\": 8888888888\n    },\n    \"external_order_id\": 567987,\n    \"chain_id\": 598,\n    \"third_party_chain_id\": 35,\n    \"store_id\": 848,\n    \"billing_user\": \"test\",\n    \"details\": {\n        \"instructions\": \"Test Order\",\n        \"item_level_total_charges\": 60.0,\n        \"item_level_total_taxes\": 18.75,\n        \"order_level_total_charges\": 0,\n        \"order_level_total_taxes\": 0,\n        \"order_subtotal\": 300.0,\n        \"order_total\": 328.74,\n        \"payable_amount\": 328.74,\n        \"total_charges\": 60.0,\n        \"total_taxes\": 22.50,\n        \"taxes\": 22.50,\n        \"order_time\":\"2021-05-19 10:23:00\",\n        \"order_date\":\"2021-05-19\",\n        \"items\": [\n            {\n                \"charges\": [\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Delivery Charge\",\n                        \"id\": 1,\n                        \"value\": 10.0\n                    },\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Packaging Charge\",\n                        \"id\": 6,\n                        \"value\": 10.0\n                    }\n                ],\n                \"discount_total\": 16.67,\n                \"product_id\": 85,\n                \"price\": 100.0,\n                \"quantity\": 1,\n                \"discounts\": [\n                    {\n                        \"discount_title\": \"FLAT 20% OFF\",\n                        \"discount_remarks\": \"discount remarks 3\",\n                        \"discount_value\": 16.67\n                    }\n                ],\n                \"taxes\": [\n                    {\n                        \"rate\": 5.0,\n                        \"title\": \"SGST\",\n                        \"id\": 3,\n                        \"value\": 4.17\n                    },\n                    {\n                        \"rate\": 2.5,\n                        \"title\": \"CGST\",\n                        \"id\": 1,\n                        \"value\": 2.08\n                    }\n                ],\n                \"title\": \"Khasta Paratha\",\n                \"total\":100.0,\n                \"total_with_tax\": 109.58,\n                \"unit_weight\": 0.0\n            },\n            {\n                \"charges\": [\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Delivery Charge\",\n                        \"id\": 1,\n                        \"value\": 10.0\n                    },\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Packaging Charge\",\n                        \"id\": 6,\n                        \"value\": 10.0\n                    }\n                ],\n                \"discount_total\": 16.67,\n                \"product_id\": 52,\n                \"price\": 100.0,\n                \"quantity\": 1,\n                \"discounts\": [\n                    {\n                        \"discount_title\": \"FLAT 20% OFF\",\n                        \"discount_remarks\": \" discount remarks\",\n                        \"discount_value\": 16.67\n                    }\n                ],\n                \"taxes\": [\n                    {\n                        \"rate\": 5.0,\n                        \"title\": \"SGST\",\n                        \"id\": 3,\n                        \"value\": 4.17\n                    },\n                    {\n                        \"rate\": 2.5,\n                        \"title\": \"CGST\",\n                        \"id\": 1,\n                        \"value\": 2.08\n                    }\n                ],\n                \"title\": \"Plain Butter Parathas\",\n                \"total\": 100.0,\n                \"total_with_tax\": 109.58,\n                \"unit_weight\": 0.0\n            },\n            {\n                \"charges\": [\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Delivery Charge\",\n                        \"id\": 1,\n                        \"value\": 10.0\n                    },\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Packaging Charge\",\n                        \"id\": 6,\n                        \"value\": 10.0\n                    }\n                ],\n                \"discount_total\": 16.67,\n                \"product_id\": 55,\n                \"price\": 100.0,\n                \"quantity\": 1,\n                \"discounts\": [\n                    {\n                        \"discount_title\": \"FLAT 20% OFF\",\n                        \"discount_remarks\": \"discount remarks 2\",\n                        \"discount_value\": 16.67\n                    }\n                ],\n                \"taxes\": [\n                    {\n                        \"rate\": 5.0,\n                        \"title\": \"SGST\",\n                        \"id\": 3,\n                        \"value\": 4.17\n                    },\n                    {\n                        \"rate\": 2.5,\n                        \"title\": \"CGST\",\n                        \"value\": 2.08,\n                        \"id\": 1\n                    }\n                ],\n                \"title\": \"Aloo Parathas\",\n                \"total\": 100.0,\n                \"total_with_tax\": 109.58,\n                \"unit_weight\": 0.0\n            }\n        ],\n        \"payment\": [\n            {\n                \"payment_subid\": 1,\n                \"payment_type\": \"PAYMENT_ONLINE\",\n                \"amount\": 328.74\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/externalEcomOrder","description":"<p>This api is used to receive ecom orders from external applications. The ecom orders received are converted to invoices in QB application.</p>\n<p>Mandatory parameters:</p>\n<ol>\n<li>chain_id</li>\n<li>store_id</li>\n<li>third_party_chain_id</li>\n<li>phone (inside customer object)</li>\n<li>item_level_total_charges (should be in decimals)</li>\n<li>item_level_total_taxes (should be in decimals)</li>\n<li>order_subtotal (should be in decimals)</li>\n<li>order_total (should be in decimals)</li>\n<li>total_charges (should be in decimals)</li>\n<li>total_taxes (should be in decimals)</li>\n<li>items (array of item objects within details object)</li>\n<li>taxes (array of tax objects inside the items array)</li>\n</ol>\n","urlObject":{"protocol":"http","path":["API","public","v1","thirdParty","externalEcomOrder"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"065ab73e-d595-45af-bd88-09a870ca3d4c","name":"External Ecom Order - Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"efd055185c0aec8106ddff46ae1c1c6f1d86a4aedd4a0699914ff83f7295491a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"address\": {\n            \"country\": \"India\",\n            \"state\": \"Uttar Pradesh\",\n            \"city\": \"Noida\",\n            \"landmark\": \"post office\",\n            \"line_1\": \"A3\",\n            \"line_2\": null,\n            \"pin\": \"201301\"\n        },\n        \"name\": \"dhirendra 890 \",\n        \"phone\": 8888888888\n    },\n    \"external_order_id\": 567987,\n    \"chain_id\": 598,\n    \"third_party_chain_id\": 35,\n    \"store_id\": 848,\n    \"billing_user\": \"test\",\n    \"details\": {\n        \"instructions\": \"Test Order\",\n        \"item_level_total_charges\": 60.0,\n        \"item_level_total_taxes\": 18.75,\n        \"order_level_total_charges\": 0,\n        \"order_level_total_taxes\": 0,\n        \"order_subtotal\": 300.0,\n        \"order_total\": 328.74,\n        \"payable_amount\": 328.74,\n        \"total_charges\": 60.0,\n        \"total_taxes\": 22.50,\n        \"taxes\": 22.50,\n        \"order_time\":\"2021-05-19 10:23:00\",\n        \"order_date\":\"2021-05-19\",\n        \"items\": [\n            {\n                \"charges\": [\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Delivery Charge\",\n                        \"id\": 1,\n                        \"value\": 10.0\n                    },\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Packaging Charge\",\n                        \"id\": 6,\n                        \"value\": 10.0\n                    }\n                ],\n                \"discount_total\": 16.67,\n                \"product_id\": 85,\n                \"price\": 100.0,\n                \"quantity\": 1,\n                \"discounts\": [\n                    {\n                        \"discount_title\": \"FLAT 20% OFF\",\n                        \"discount_remarks\": \"discount remarks 3\",\n                        \"discount_value\": 16.67\n                    }\n                ],\n                \"taxes\": [\n                    {\n                        \"rate\": 5.0,\n                        \"title\": \"SGST\",\n                        \"id\": 3,\n                        \"value\": 4.17\n                    },\n                    {\n                        \"rate\": 2.5,\n                        \"title\": \"CGST\",\n                        \"id\": 1,\n                        \"value\": 2.08\n                    }\n                ],\n                \"title\": \"Khasta Paratha\",\n                \"total\":100.0,\n                \"total_with_tax\": 109.58,\n                \"unit_weight\": 0.0\n            },\n            {\n                \"charges\": [\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Delivery Charge\",\n                        \"id\": 1,\n                        \"value\": 10.0\n                    },\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Packaging Charge\",\n                        \"id\": 6,\n                        \"value\": 10.0\n                    }\n                ],\n                \"discount_total\": 16.67,\n                \"product_id\": 52,\n                \"price\": 100.0,\n                \"quantity\": 1,\n                \"discounts\": [\n                    {\n                        \"discount_title\": \"FLAT 20% OFF\",\n                        \"discount_remarks\": \" discount remarks\",\n                        \"discount_value\": 16.67\n                    }\n                ],\n                \"taxes\": [\n                    {\n                        \"rate\": 5.0,\n                        \"title\": \"SGST\",\n                        \"id\": 3,\n                        \"value\": 4.17\n                    },\n                    {\n                        \"rate\": 2.5,\n                        \"title\": \"CGST\",\n                        \"id\": 1,\n                        \"value\": 2.08\n                    }\n                ],\n                \"title\": \"Plain Butter Parathas\",\n                \"total\": 100.0,\n                \"total_with_tax\": 109.58,\n                \"unit_weight\": 0.0\n            },\n            {\n                \"charges\": [\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Delivery Charge\",\n                        \"id\": 1,\n                        \"value\": 10.0\n                    },\n                    {\n                        \"rate\": 10.0,\n                        \"title\": \"Packaging Charge\",\n                        \"id\": 6,\n                        \"value\": 10.0\n                    }\n                ],\n                \"discount_total\": 16.67,\n                \"product_id\": 55,\n                \"price\": 100.0,\n                \"quantity\": 1,\n                \"discounts\": [\n                    {\n                        \"discount_title\": \"FLAT 20% OFF\",\n                        \"discount_remarks\": \"discount remarks 2\",\n                        \"discount_value\": 16.67\n                    }\n                ],\n                \"taxes\": [\n                    {\n                        \"rate\": 5.0,\n                        \"title\": \"SGST\",\n                        \"id\": 3,\n                        \"value\": 4.17\n                    },\n                    {\n                        \"rate\": 2.5,\n                        \"title\": \"CGST\",\n                        \"value\": 2.08,\n                        \"id\": 1\n                    }\n                ],\n                \"title\": \"Aloo Parathas\",\n                \"total\": 100.0,\n                \"total_with_tax\": 109.58,\n                \"unit_weight\": 0.0\n            }\n        ],\n        \"payment\": [\n            {\n                \"payment_subid\": 1,\n                \"payment_type\": \"PAYMENT_ONLINE\",\n                \"amount\": 328.74\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/externalEcomOrder"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Order successfully recorded\",\n    \"order_number\": \"PI-OL-598-848-74\",\n    \"apiTrackerID\": \"API-35-042021\"\n}"}],"_postman_id":"f02a0bba-fe25-4617-8ff7-59846aa131e9"},{"name":"Customer Invoice Settlement","id":"fc5c4c7c-018d-49cc-8281-18094d90e1b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"f34d13a66c1749146589b8badf2dac446305ec995d2deca84ec44b389e11566e","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR712420220722-3\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 100\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement","description":"<p>Customer Invoice settlement with proper status-paid/unpaid &amp; amountDue.</p>\n<p>*Manadatory fields:</p>\n<p>*chainID</p>\n<p>*thirdPartyChainID</p>\n<p>*storeID</p>\n<p>*orderID</p>\n<p>*paymentType</p>\n<p>*amount</p>\n<p>Acceptable modes for payment available:</p>\n<ol>\n<li>Payment_Cash (Payment Type Of Cash)</li>\n</ol>\n<p>2. Payment_Card (Payment Type Of Card)</p>\n<p>3. Payment_Wallet (Payment Type of Wallet)</p>\n<p>4. Payment_UPI (Payment Type of UPI)</p>\n","urlObject":{"protocol":"http","path":["API","public","v1","thirdParty","customerInvoiceSettlement"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"b3fea506-d94f-4349-8226-efc2e440c6b1","name":"customerInvoiceSettlement_Paid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220719-136\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 51\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 11:29:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"orderPaybleAmount\": 118,\n    \"amountPaid\": 102,\n    \"amountDue\": 16,\n    \"paymentStatus\": \"UNPAID\",\n    \"apiTrackerID\": \"API-17-072022\"\n}"},{"id":"492f11f2-012a-414a-b101-91be4b282516","name":"customerInvoiceSettlement_unpaid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220719-136\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 16\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Jul 2022 11:33:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"orderPaybleAmount\": 118,\n    \"amountPaid\": 118,\n    \"amountDue\": 0,\n    \"paymentStatus\": \"PAID\",\n    \"apiTrackerID\": \"API-17-072022\"\n}"},{"id":"7e908fa9-9bb7-47ac-a25d-e3dc196e9d63","name":"Customer Invoice Settlement_Invalid Token/expired Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220719-136\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 16\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:38:09 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Invalid Token</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Invalid Token',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Invalid Token') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 37\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 37</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'customerInvoiceSettlement') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\thirdPartyController', 'customerInvoiceSettlement') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"55229c55-1f50-4a67-a179-10ca17e17cd6","name":"Customer Invoice Settlement_Token Is missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220719-136\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 16\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:38:50 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'customerInvoiceSettlement') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\thirdPartyController', 'customerInvoiceSettlement') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"1a5ab1da-a4ab-4699-978a-3e6f92ad8acc","name":"Customer Invoice Settlement_Invalid OrderID","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220719-140\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 16\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:39:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"invalid orderID\"\n}"},{"id":"0441701c-686d-4c69-beab-7af46a4e0918","name":"Customer Invoice Settlement_ChainID is required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": \"\",\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220720-137\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 16\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:44:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"},{"id":"3d52ab18-9fd1-44d0-bd07-a8bc9758cf74","name":"Customer Invoice Settlement_ThirdPartyChainID is required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\":\"\",\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220720-137\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 16\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:47:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ]\n    }\n}"},{"id":"0a829528-74c0-4a33-8db7-af7c844e94e8","name":"Customer Invoice Settlement_StoreID is required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\":\"\",\r\n    \"orderID\": \"OR623020220720-137\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 16\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:48:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"storeID\": [\n            \"StoreID is required\"\n        ]\n    }\n}"},{"id":"6ac12357-c482-4975-aff6-450ec94491d7","name":"Customer Invoice Settlement_OrderID is required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 16\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:49:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"orderID\": [\n            \"OrderID is required\"\n        ]\n    }\n}"},{"id":"8537e735-a1c4-4bb9-b108-6b86dd757364","name":"Customer Invoice Settlement_Invalid payment type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220720-137\",\r\n    \"paymentType\": \"\",\r\n    \"amount\": 16\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:51:06 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid payment type\"\n}"},{"id":"2593b45f-d5a5-484b-9716-bb08d206cebf","name":"Customer Invoice Settlement_amount greater than Zero","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220720-137\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": \"\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:51:42 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Settlement amount must be greater than 0\"\n}"},{"id":"4bf40fde-5f15-464a-9163-07af23ced42b","name":"Customer Invoice Settlement_amount can't be negative","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220720-137\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": \"-56\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:52:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Settlement amount must be greater than 0\"\n}"},{"id":"2343dc64-c2d6-4cc8-b5f1-62e07a4c0dee","name":"Customer Invoice Settlement_Settlement amount is less/equal than credit amount","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"orderID\": \"OR623020220720-137\",\r\n    \"paymentType\": \"PAYMENT_CASH\",\r\n    \"amount\": 356\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerInvoiceSettlement"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:54:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Settlement amount is less/equal than credit amount\"\n}"}],"_postman_id":"fc5c4c7c-018d-49cc-8281-18094d90e1b5"},{"name":"Add Customer Money","id":"f2edc47a-62c2-4f52-aa7f-159b5911a065","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"f34d13a66c1749146589b8badf2dac446305ec995d2deca84ec44b389e11566e","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"50\",\r\n    \"customerID\": 39,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CASH\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney","description":"<p>This API is used to add money to customer's account which can be used to automatically settle future invoices.</p>\n<p>Acceptable modes for payment available:</p>\n<ol>\n<li>Payment_Cash (Payment Type Of Cash)</li>\n</ol>\n<p>2. Payment_Card (Payment Type Of Card)</p>\n<p>3. Payment_Wallet (Payment Type of Wallet)</p>\n<p>4. Payment_UPI (Payment Type of UPI)</p>\n","urlObject":{"protocol":"http","path":["API","public","v1","thirdParty","addCustomerMoney"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"60fc9dc1-c752-404b-a762-5631505c14a0","name":"Add Customer Money_success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"48\",\r\n    \"customerID\": 1,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CHEQUE\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:24:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"customerAccount\": {\n        \"amountPaid\": 48,\n        \"balance\": 11900\n    }\n}"},{"id":"3da8f538-55ae-45f7-b4ef-8742907a9cd0","name":"Add Customer Money_ChainID required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": \"\",\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"48\",\r\n    \"customerID\": 1,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CHEQUE\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:27:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"},{"id":"38af6cb1-ee6a-473d-a75e-6e96e58236e2","name":"Add Customer Money_ThirdPartyChainID is required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\":\"\",\r\n    \"storeID\": 2453,\r\n    \"amount\": \"48\",\r\n    \"customerID\": 1,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CHEQUE\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:28:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ]\n    }\n}"},{"id":"436a4336-e157-405d-bb2d-21846dcd0307","name":"Add Customer Money_storeID is Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\":\"\",\r\n    \"amount\": \"48\",\r\n    \"customerID\": 1,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CHEQUE\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:28:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"storeID\": [\n            \"StoreID is required\"\n        ]\n    }\n}"},{"id":"13c39644-c21b-464d-bc03-a546d5a38d23","name":"Add Customer Money_Amount Is required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"\",\r\n    \"customerID\": 1,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CHEQUE\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:29:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"amount\": [\n            \"Amount is required\"\n        ]\n    }\n}"},{"id":"34469f67-8764-4017-8cd7-7ddabbc30da6","name":"Add Customer Money_amount can't be Negative","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"-20\",\r\n    \"customerID\": 1,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CHEQUE\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:30:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Amount must be greater than 0\"\n}"},{"id":"9b212c6c-6a95-4d93-86b6-7fc52b72cc01","name":"Add Customer Money_amount greater than zero","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"0\",\r\n    \"customerID\": 1,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CHEQUE\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:30:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Amount must be greater than 0\"\n}"},{"id":"df40edc1-179a-4ef6-b60d-9edad1f8efa9","name":"Add Customer Money_customer Is required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"50\",\r\n    \"customerID\": \"\",\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CHEQUE\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:32:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"customerID\": [\n            \"CustomerID is required\"\n        ]\n    }\n}"},{"id":"b2ce1e8e-e1a7-454f-a69a-4de9dd297bc6","name":"Add Customer Money_UserID is required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"50\",\r\n    \"customerID\": 1,\r\n    \"userID\": \"\",\r\n    \"paymentType\": \"PAYMENT_CHEQUE\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:33:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"userID\": [\n            \"UserID is required\"\n        ]\n    }\n}"},{"id":"c79e964b-19d5-44b7-b68b-26c631d1504b","name":"Add Customer Money_Invalid Payment Type","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"50\",\r\n    \"customerID\": 1,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:34:20 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid payment type\"\n}"},{"id":"56534f5f-4787-4b48-ae6c-b00d7da6df73","name":"Add Customer Money_Token is missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"50\",\r\n    \"customerID\": 1,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CASH\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:35:23 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'addCustomerMoney') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\thirdPartyController', 'addCustomerMoney') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"116f7108-9fcc-40db-b2dc-a7d28b98fa8a","name":"Add Customer Money_Invalid Token/Expired Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"b99bfcccbc45454bd44c007980e0febda9520440c6df10af44f80a579eec23d8","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453,\r\n    \"amount\": \"50\",\r\n    \"customerID\": 1,\r\n    \"userID\": 2151,\r\n    \"paymentType\": \"PAYMENT_CASH\"\r\n}"},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/addCustomerMoney"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 20 Jul 2022 05:36:38 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Invalid Token</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Invalid Token',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Invalid Token') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 37\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 37</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'addCustomerMoney') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\thirdPartyController', 'addCustomerMoney') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"}],"_postman_id":"f2edc47a-62c2-4f52-aa7f-159b5911a065"},{"name":"Get all store product","id":"20f66939-8077-4bf0-b74c-b2f76d1b4fc0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"20f66939-8077-4bf0-b74c-b2f76d1b4fc0"},{"name":"Customer Order Listing","id":"a98d9df7-4512-47da-937b-81d67cc35dc1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"95539e5a13ad7d4e5167616da37ef61add0a093359436aecb9446000af624b46","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\":1534,\n    \"storeID\":2453,\n    \"phone\":7503664514,\n    \"from_date\":\"2022-10-10\",\n    \"to_date\":\"2022-10-10\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerOrderListing","urlObject":{"protocol":"http","path":["API","public","v1","thirdParty","customerOrderListing"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"26235380-d873-4c00-826e-ab017eb8a7bf","name":"Customer Order Listing Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"c8595d747fa3ba044d75251578811b6843bdc28edc4dbdccb3293169880475a8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":35,\n    \"chain_id\":873,\n    \"phone\":9999999999,\n    \"from_date\":\"2021-06-25\",\n    \"to_date\":\"2021-06-28\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/customerOrderListing"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"storeName\": \"Kormangala\",\n            \"storeID\": 1206,\n            \"order_time\": \"2021-06-25 11:36:48\",\n            \"total_amount\": 95.25,\n            \"ecom_order_id\": \"PI-OL-873-1206-142\",\n            \"invoiced_order_id\": \"\",\n            \"order_status\": \"Expired\",\n            \"payment_status\": \"\",\n            \"delivery_time\": \"\"\n        },\n        {\n            \"storeName\": \"Kormangala\",\n            \"storeID\": 1206,\n            \"order_time\": \"2021-06-25 11:37:48\",\n            \"total_amount\": 170.5,\n            \"ecom_order_id\": \"PI-OL-873-1206-143\",\n            \"invoiced_order_id\": \"\",\n            \"order_status\": \"Expired\",\n            \"payment_status\": \"\",\n            \"delivery_time\": \"\"\n        },\n        {\n            \"storeName\": \"Kormangala\",\n            \"storeID\": 1206,\n            \"order_time\": \"2021-06-25 11:48:00\",\n            \"total_amount\": 95.25,\n            \"ecom_order_id\": \"PI-OL-873-1206-144\",\n            \"invoiced_order_id\": \"\",\n            \"order_status\": \"Expired\",\n            \"payment_status\": \"\",\n            \"delivery_time\": \"\"\n        },\n        {\n            \"storeName\": \"Kormangala\",\n            \"storeID\": 1206,\n            \"order_time\": \"2021-06-25 12:32:17\",\n            \"total_amount\": 2740.15,\n            \"ecom_order_id\": \"PI-OL-873-1206-145\",\n            \"invoiced_order_id\": \"\",\n            \"order_status\": \"Expired\",\n            \"payment_status\": \"\",\n            \"delivery_time\": \"\"\n        },\n        {\n            \"storeName\": \"Kormangala\",\n            \"storeID\": 1206,\n            \"order_time\": \"2021-06-26 14:10:22\",\n            \"total_amount\": 95.25,\n            \"ecom_order_id\": \"PI-OL-873-1206-146\",\n            \"invoiced_order_id\": \"\",\n            \"order_status\": \"Expired\",\n            \"payment_status\": \"\",\n            \"delivery_time\": \"\"\n        }\n    ]\n}"}],"_postman_id":"a98d9df7-4512-47da-937b-81d67cc35dc1"},{"name":"Customer Order Detail","id":"a06c31cf-0ae1-45c7-820b-5fb5f10c543a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"c8595d747fa3ba044d75251578811b6843bdc28edc4dbdccb3293169880475a8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":35,\n    \"chain_id\":873,\n    \"store_id\":1206,\n    \"order_id\":\"PI-OL-873-1206-142\"\n    \n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/thirdPartyCustomerOrderDetail","urlObject":{"protocol":"http","path":["API","public","v1","thirdParty","thirdPartyCustomerOrderDetail"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"d36c95e7-b358-4e8a-a3b7-e1c6293c6b1f","name":"Customer Order Detail Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"c8595d747fa3ba044d75251578811b6843bdc28edc4dbdccb3293169880475a8","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\": 35,\n    \"chain_id\": 873,\n    \"store_id\": 1206,\n    \"order_id\": \"PI-OL-873-1206-142\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/thirdPartyCustomerOrderDetail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"customer\": {\n                \"address\": {\n                    \"city\": \"\",\n                    \"is_guest_mode\": false,\n                    \"landmark\": \"\",\n                    \"latitude\": 0,\n                    \"line_1\": \"\",\n                    \"line_2\": \"\",\n                    \"longitude\": 0,\n                    \"pin\": \"\",\n                    \"sub_locality\": null,\n                    \"tag\": \"\"\n                },\n                \"email\": \"abc6@gmail.com\",\n                \"name\": \"abc \",\n                \"phone\": 9999999999\n            },\n            \"chainID\": 873,\n            \"store_id\": 1206,\n            \"billing_user\": \"Billing_User_1206\",\n            \"details\": {\n                \"order_id\": \"PI-OL-873-1206-142\",\n                \"invoice_number\": null,\n                \"instructions\": \"\",\n                \"item_level_total_charges\": 20,\n                \"item_level_total_taxes\": 5.25,\n                \"order_level_total_charges\": 0,\n                \"order_level_total_taxes\": 0,\n                \"order_subtotal\": 95.25,\n                \"order_total\": 95.25,\n                \"payable_amount\": 95.25,\n                \"total_charges\": 20,\n                \"total_taxes\": 5.25,\n                \"taxes\": 5.25,\n                \"order_time\": \"2021-06-25 11:36:48\",\n                \"order_date\": \"2021-06-25\",\n                \"items\": [\n                    {\n                        \"charges\": [\n                            {\n                                \"rate\": 10,\n                                \"title\": \"Additional Charges\",\n                                \"id\": 10\n                            },\n                            {\n                                \"rate\": 10,\n                                \"title\": \"Packaging Charge\",\n                                \"id\": 10\n                            }\n                        ],\n                        \"discount_total\": \"\",\n                        \"product_id\": 9,\n                        \"price\": 70,\n                        \"quantity\": 1,\n                        \"discounts\": [],\n                        \"taxes\": [\n                            {\n                                \"rate\": 1.75,\n                                \"title\": \"TaxT1\"\n                            },\n                            {\n                                \"rate\": 3.5,\n                                \"title\": \"SGST\"\n                            }\n                        ],\n                        \"title\": \"Formalin - 1Litre\",\n                        \"total\": 70,\n                        \"total_with_tax\": 90,\n                        \"unit\": null,\n                        \"brand\": \"B1\",\n                        \"category\": \"C2\",\n                        \"sub_category\": \"\",\n                        \"barcode\": \"\",\n                        \"sku\": \"\",\n                        \"hsn_code\": 2912\n                    }\n                ],\n                \"payment\": [\n                    {\n                        \"payment_subid\": 2147483647,\n                        \"payment_type\": \"COD\",\n                        \"amount\": 95.25\n                    },\n                    {\n                        \"payment_subid\": 2147483647,\n                        \"payment_type\": \"COD\",\n                        \"amount\": -95.25\n                    }\n                ],\n                \"order_tracking_info\": [\n                    {\n                        \"order_status\": \"Placed\",\n                        \"log_time\": \"2021-06-25 11:36:48\",\n                        \"remarks\": \"\"\n                    },\n                    {\n                        \"order_status\": \"Expired\",\n                        \"log_time\": \"2021-06-25 13:00:01\",\n                        \"remarks\": \"\"\n                    }\n                ]\n            }\n        }\n    ],\n    \"apiTrackerID\": \"API-35-042021\",\n    \"message\": \"Data fetched successfully for date  for the storeID 1206\"\n}"}],"_postman_id":"a06c31cf-0ae1-45c7-820b-5fb5f10c543a"}],"id":"07625234-e8c0-4176-ba3f-318b962d48c7","_postman_id":"07625234-e8c0-4176-ba3f-318b962d48c7","description":""},{"name":"Reports & Analytics","item":[{"name":"Fetch Chain Sales Transaction Tracker","id":"dcf83be7-cdf3-4f9e-96d9-f437c30b77e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ed54fa85df7c033e011dfd37804d6dda54fa526eb658e4764b209b84bd315439","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"sales_date\": \"2024-03-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/chainSalesTransactionTracker","description":"<p>This api is used to fetch sales invoices for a specific date.</p>\n<p>Mandatory params:</p>\n<ol>\n<li>third_party_chain_id</li>\n<li>chain_id</li>\n<li>store_id</li>\n<li>sales_date</li>\n</ol>\n<p>Live merchant account Jason:</p>\n<p>{ \"third_party_chain_id\":24, \"chain_id\": 11119, \"sales_date\": \"2022-11-14\"}</p>\n<p>OR</p>\n<p>ThirdParty Info: thirdparty chainID: 4<br />ClientID: C70175221E13F6ED<br />Client Secret: B97507DF750BB3C1</p>\n<p>Beta Account:</p>\n<p>\"ThirdParty mapped details:<br />\"\"clientID\"\": \"\"5BE2FBF755C51A26\"\",<br />\"\"clientSecret\"\": \"\"4235239C38DD2B03\"\"</p>\n<p>ThirdParty-ID: 50\"</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdParty","chainSalesTransactionTracker"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"aeccb0ce-f51d-4f14-9fc1-3face89a58fe","name":"Normal Biiling","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ded6f04ff6e95632fbbe15c0b1ebaed01d49e4d1df2ecfc596113293db54dcd4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-01-31\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 10:22:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Akshay Gaur\",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 345787849,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 14345,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 19,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": 1234,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR874420230131-19_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR874420230131-19_NR_1\",\n                    \"itemSales\": 2000,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 110,\n                    \"productName\": \"kaka\",\n                    \"productType\": \"MEMBERSHIP\",\n                    \"quantity\": 1,\n                    \"rate\": 2000,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                },\n                {\n                    \"HSNOrSACCode\": 12345,\n                    \"MRP\": 0,\n                    \"barcode\": 123456,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR874420230131-19_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR874420230131-19_NR_2\",\n                    \"itemSales\": 12345,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 2,\n                    \"productID\": 121,\n                    \"productName\": \"Aman\",\n                    \"productType\": \"MEMBERSHIP\",\n                    \"quantity\": 1,\n                    \"rate\": 12345,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 3,\n            \"orderID\": \"OR874420230131-19\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Loyalty\",\n                    \"subType\": \"NA\",\n                    \"amount\": 30\n                },\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 14315\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-19\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 2,\n            \"totalItemQuantity\": 2,\n            \"totalItemSales\": 14345,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 14345\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Akshay Gaur\",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 345787849,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 38032,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 20,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": 1234,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR874420230131-20_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR874420230131-20_NR_1\",\n                    \"itemSales\": 2000,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 110,\n                    \"productName\": \"kaka\",\n                    \"productType\": \"MEMBERSHIP\",\n                    \"quantity\": 1,\n                    \"rate\": 2000,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                },\n                {\n                    \"HSNOrSACCode\": 12345,\n                    \"MRP\": 0,\n                    \"barcode\": 123456,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR874420230131-20_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR874420230131-20_NR_2\",\n                    \"itemSales\": 134,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 2,\n                    \"productID\": 94,\n                    \"productName\": \"DEMO\",\n                    \"productType\": \"MEMBERSHIP\",\n                    \"quantity\": 1,\n                    \"rate\": 134,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": 2,\n                    \"subCategoryName\": \" veg-Salads\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                },\n                {\n                    \"HSNOrSACCode\": 12345,\n                    \"MRP\": 0,\n                    \"barcode\": 123456,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR874420230131-20_3\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR874420230131-20_NR_3\",\n                    \"itemSales\": 12345,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 3,\n                    \"productID\": 121,\n                    \"productName\": \"Aman\",\n                    \"productType\": \"MEMBERSHIP\",\n                    \"quantity\": 1,\n                    \"rate\": 12345,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                },\n                {\n                    \"HSNOrSACCode\": 1234,\n                    \"MRP\": 0,\n                    \"barcode\": 1234,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR874420230131-20_4\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR874420230131-20_NR_4\",\n                    \"itemSales\": 23553,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 4,\n                    \"productID\": 119,\n                    \"productName\": \"Virat kohli\",\n                    \"productType\": \"MEMBERSHIP\",\n                    \"quantity\": 1,\n                    \"rate\": 23553,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": 16,\n                    \"subCategoryName\": \"Non-Veg Starters\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 6,\n            \"orderID\": \"OR874420230131-20\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Loyalty\",\n                    \"subType\": \"NA\",\n                    \"amount\": 60\n                },\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 37972\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-19\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 4,\n            \"totalItemQuantity\": 4,\n            \"totalItemSales\": 38032,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"ea61d42c-8c8e-473b-8061-f85188d07657","name":"Charges Applied","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ded6f04ff6e95632fbbe15c0b1ebaed01d49e4d1df2ecfc596113293db54dcd4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-01-31\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 10:57:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \n            \"billingUsername\": \"food\",\n            \"charges\": [\n                {\n                    \"chargeID\": 14,\n                    \"chargeName\": \"Packaging Charge\",\n                    \"chargeRate\": 50,\n                    \"chargeValue\": 50\n                }\n            ],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 2,\n            \"customerInfo\": {\n                \"customerID\": 2,\n                \"name\": \"Chaithanya Reddy\",\n                \"customerCode\": \"\",\n                \"accountID\": 42,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"2003-02-01\",\n                \"gender\": \"MALE\",\n                \"phone\": 8183698000,\n                \"email\": \"sunita@queueuster.co\",\n                \"addressLine1\": \"G7\",\n                \"addressLine2\": \"sector 119\",\n                \"city\": \"Noida\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 20101\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 700,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 13,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 130,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"NONE\",\n                    \"categoryID\": 153,\n                    \"categoryName\": \"Veg-Thali north Indian\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR780120230131-13_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR780120230131-13_NR_1\",\n                    \"itemSales\": 650,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 5617,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 5,\n                    \"rate\": 130,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"NONE\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR780120230131-13\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 700\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-31\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 50,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 5,\n            \"totalItemSales\": 650,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 700\n        }\n    ]\n}"},{"id":"10829f4d-fe79-4256-8aa4-a2e9d3f49aa8","name":"Discount Applied","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ded6f04ff6e95632fbbe15c0b1ebaed01d49e4d1df2ecfc596113293db54dcd4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-01-31\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 11:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 47,\n            \"customerInfo\": {\n                \"customerID\": 47,\n                \"name\": \"Sunita  Gautam\",\n                \"customerCode\": \"\",\n                \"accountID\": 101,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": 47,\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"FEMALE\",\n                \"phone\": 7503664514,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 987,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 16,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 130,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"NONE\",\n                    \"categoryID\": 153,\n                    \"categoryName\": \"Veg-Thali north Indian\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"₹50\",\n                            \"chargeValue\": 350\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR780120230131-16_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": -1,\n                            \"discountName\": \"Runtime Discount\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 210,\n                            \"discountValue\": 273\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR780120230131-16_NR_1\",\n                    \"itemSales\": 910,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 5617,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 7,\n                    \"rate\": 130,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"NONE\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 350,\n                    \"totalDiscountValue\": 273,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR780120230131-16\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 987\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-31\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 350,\n            \"totalDiscountValue\": 273,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 7,\n            \"totalItemSales\": 910,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 987\n        \n        }\n    ]\n}"},{"id":"d5fea7ec-f6d9-48ae-a996-44897a5b9d78","name":"Customer Added","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ded6f04ff6e95632fbbe15c0b1ebaed01d49e4d1df2ecfc596113293db54dcd4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-01-31\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 11:09:46 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 47,\n            \"customerInfo\": {\n                \"customerID\": 47,\n                \"name\": \"Sunita  Gautam\",\n                \"customerCode\": \"\",\n                \"accountID\": 101,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": 47,\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"FEMALE\",\n                \"phone\": 7503664514,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 987,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 16,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 130,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"NONE\",\n                    \"categoryID\": 153,\n                    \"categoryName\": \"Veg-Thali north Indian\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"₹50\",\n                            \"chargeValue\": 350\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR780120230131-16_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": -1,\n                            \"discountName\": \"Runtime Discount\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 210,\n                            \"discountValue\": 273\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR780120230131-16_NR_1\",\n                    \"itemSales\": 910,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 5617,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 7,\n                    \"rate\": 130,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"NONE\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 350,\n                    \"totalDiscountValue\": 273,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR780120230131-16\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 987\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-31\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 350,\n            \"totalDiscountValue\": 273,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 7,\n            \"totalItemSales\": 910,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 987\n        \n        }\n    ]\n}"},{"id":"01a0cdd9-4ba3-41dc-9be1-ae952be107da","name":"Tax Applied","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ded6f04ff6e95632fbbe15c0b1ebaed01d49e4d1df2ecfc596113293db54dcd4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-01-31\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 11:22:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 39,\n            \"customerInfo\": {\n                \"customerID\": 39,\n                \"name\": \"Priyanka Gupta \",\n                \"customerCode\": \"\",\n                \"accountID\": 92,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": 39,\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 8233788112,\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 265,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 17,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"HSAc5678\",\n                    \"MRP\": 250,\n                    \"barcode\": 9856238745,\n                    \"batchVariantID\": 48,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 7,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR780120230131-17_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR780120230131-17_NR_1\",\n                    \"itemSales\": 250,\n                    \"manufacturerID\": 0,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 5445,\n                    \"productName\": \"Almonds Milk Shake\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 250,\n                    \"sku\": \"SKU67812\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 15\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 15,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"big\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Litre\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR780120230131-17\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 265\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-31\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": 250,\n            \"totalTaxValue\": 15,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 265\n        }\n    ]\n}"},{"id":"ad61d6a4-fa24-4d5d-b10b-d5d232760ffa","name":"multiples payment modes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ded6f04ff6e95632fbbe15c0b1ebaed01d49e4d1df2ecfc596113293db54dcd4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-01-31\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 31 Jan 2023 11:39:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 2,\n            \"customerInfo\": {\n                \"customerID\": 2,\n                \"name\": \"Chaithanya Reddy\",\n                \"customerCode\": \"\",\n                \"accountID\": 42,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"2003-02-01\",\n                \"gender\": \"MALE\",\n                \"phone\": 8183698000,\n                \"email\": \"sunita@queueuster.co\",\n                \"addressLine1\": \"G7\",\n                \"addressLine2\": \"sector 119\",\n                \"city\": \"Noida\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 20101\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 2696.9,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 19,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"HSC4567\",\n                    \"MRP\": 250,\n                    \"barcode\": 895623874512,\n                    \"batchVariantID\": 53,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 60,\n                    \"categoryName\": \"Burger King\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR780120230131-19_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR780120230131-19_NR_1\",\n                    \"itemSales\": 250,\n                    \"manufacturerID\": 73,\n                    \"manufacturerName\": \"Mithas kakjaja\",\n                    \"orderSubID\": 1,\n                    \"productID\": 66,\n                    \"productName\": \"Chicken Burger\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 250,\n                    \"sku\": \"UGH5678\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": 98653,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"\",\n                    \"categoryID\": 7,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": -35974.083,\n                    \"detailKey\": \"OR780120230131-19_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR780120230131-19_NR_2\",\n                    \"itemSales\": 250,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 2,\n                    \"productID\": 5332,\n                    \"productName\": \"Soft Drinks Combo\",\n                    \"productType\": \"COMBO\",\n                    \"quantity\": 1,\n                    \"rate\": 250,\n                    \"sku\": \"\",\n                    \"subCategoryID\": 7,\n                    \"subCategoryName\": \"veg-Salads\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 130,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 153,\n                    \"categoryName\": \"Veg-Thali north Indian\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"₹50\",\n                            \"chargeValue\": 750\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 141.7672,\n                    \"detailKey\": \"OR780120230131-19_3\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 43,\n                            \"discountName\": \"Super Discount 30%\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 30,\n                            \"discountValue\": 585\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR780120230131-19_NR_3\",\n                    \"itemSales\": 1950,\n                    \"manufacturerID\": 0,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 3,\n                    \"productID\": 5617,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 15,\n                    \"rate\": 130,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 81.9\n                        }\n                    ],\n                    \"totalChargeValue\": 750,\n                    \"totalDiscountValue\": 585,\n                    \"totalTaxValue\": 81.9,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR780120230131-19\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 96.9\n                },\n                {\n                    \"type\": \"Cheque\",\n                    \"subType\": \"NA\",\n                    \"amount\": 260\n                },\n                {\n                    \"type\": \"Wallet\",\n                    \"subType\": \"Paytm\",\n                    \"amount\": 230\n                },\n                {\n                    \"type\": \"Bharat QR\",\n                    \"subType\": \"NA\",\n                    \"amount\": 2110\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-31\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 750,\n            \"totalDiscountValue\": 585,\n            \"totalItemCount\": 3,\n            \"totalItemQuantity\": 17,\n            \"totalItemSales\": 2450,\n            \"totalTaxValue\": 81.9,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 2696.9\n        }\n    ]\n}"},{"id":"52ecddd5-8313-4223-91d5-42f101258f78","name":"Runtime Order level Discount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"e801da66f59ae5f45511ae3512af9a5d798cf1897ddf3f0bef3afa28dcc0385b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-02-07\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Feb 2023 08:50:58 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Akshay Gaur\",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 345787849,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 143.33,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 1,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 130,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 153,\n                    \"categoryName\": \"Veg-Thali north Indian\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 12.74\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 141.7672,\n                    \"detailKey\": \"OR950320230207-1_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": -1,\n                            \"discountName\": \"Runtime Discount\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 2,\n                            \"discountValue\": 2.6\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR950320230207-1_NR_1\",\n                    \"itemSales\": 130,\n                    \"manufacturerID\": 0,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 5617,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 130,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 3.19\n                        }\n                    ],\n                    \"totalChargeValue\": 12.74,\n                    \"totalDiscountValue\": 2.6,\n                    \"totalTaxValue\": 3.19,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230207-1\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 143.33\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-07\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 12.74,\n            \"totalDiscountValue\": 2.6,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": 130,\n            \"totalTaxValue\": 3.19,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"557d60a7-c67c-4b90-8d6b-1b5e1a3c1e4b","name":"Order and Product Level charges Applied","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"e801da66f59ae5f45511ae3512af9a5d798cf1897ddf3f0bef3afa28dcc0385b","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-02-07\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 07 Feb 2023 11:04:28 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [\n                {\n                    \"chargeID\": 5,\n                    \"chargeName\": \"Service Charge \",\n                    \"chargeRate\": 2.5,\n                    \"chargeValue\": 2.5\n                }\n            ],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 3,\n            \"customerInfo\": {\n                \"customerID\": 3,\n                \"name\": \"Shivani Qb \",\n                \"customerCode\": \"\",\n                \"accountID\": 49,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"2004-02-01\",\n                \"gender\": \"FEMALE\",\n                \"phone\": 8052369708,\n                \"email\": \"shivani@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"Noida\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"@01301\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 207.25,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 3,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 130,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 153,\n                    \"categoryName\": \"Veg-Thali north Indian\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 18.2\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 141.7672,\n                    \"detailKey\": \"OR950320230207-3_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 43,\n                            \"discountName\": \"Super Discount 30%\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 30,\n                            \"discountValue\": 78\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR950320230207-3_NR_1\",\n                    \"itemSales\": 260,\n                    \"manufacturerID\": 0,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 5617,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 130,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 4.55\n                        }\n                    ],\n                    \"totalChargeValue\": 18.2,\n                    \"totalDiscountValue\": 78,\n                    \"totalTaxValue\": 4.55,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230207-3\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 207.25\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-07\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 20.7,\n            \"totalDiscountValue\": 78,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 2,\n            \"totalItemSales\": 260,\n            \"totalTaxValue\": 4.55,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"e3901ae9-4916-4f26-85fa-6c02bba04a83","name":"TaxOn Additional Charge","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"7fd7288e7cde7acbe799b2aeaa465b07c7b4f5b355c2c8b19113c4b14e64d6f0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-02-08\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Feb 2023 06:54:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n             {\n            \"billingUsername\": \"food\",\n            \"charges\": [\n                {\n                    \"chargeID\": 15,\n                    \"chargeName\": \"Delivery Charges\",\n                    \"chargeRate\": 20,\n                    \"chargeValue\": 24\n                }\n            ],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Akshay Gaur\",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 345787849,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 175.92,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 6,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"DFGH96532\",\n                    \"MRP\": 120,\n                    \"barcode\": 789456123,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"North Indian Food\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230208-6_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR950320230208-6_NR_1\",\n                    \"itemSales\": 120,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 3,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 120,\n                    \"sku\": \"SKU874512\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 6\n                        },\n                        {\n                            \"taxID\": 18,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"18%\",\n                            \"taxValue\": 21.6\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 27.6,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230208-6\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 175.92\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-08\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [\n                {\n                    \"taxID\": 18,\n                    \"taxName\": \"SGST\",\n                    \"taxRate\": 18,\n                    \"taxValue\": 4.32\n                }\n            ],\n            \"totalChargeValue\": 24,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": 120,\n            \"totalTaxValue\": 31.92,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"e9f98335-b190-4d14-ac71-9a5578ea0ffc","name":"AllScenarios","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"7fd7288e7cde7acbe799b2aeaa465b07c7b4f5b355c2c8b19113c4b14e64d6f0","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-02-08\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 08 Feb 2023 09:56:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [\n                {\n                    \"chargeID\": 15,\n                    \"chargeName\": \"Delivery Charges\",\n                    \"chargeRate\": 20,\n                    \"chargeValue\": 212.05\n                }\n            ],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 48,\n            \"customerInfo\": {\n                \"customerID\": 48,\n                \"name\": \"Shweta \",\n                \"customerCode\": \"\",\n                \"accountID\": 102,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": 48,\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 9899351261,\n                \"email\": \"shweta@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 1443.039,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 7,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 345,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 4,\n                    \"categoryName\": \"South Indian Food\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 106.05\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230208-7_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 44,\n                            \"discountName\": \"10% Off Discount\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 10,\n                            \"discountValue\": 168.29\n                        },\n                        {\n                            \"discountID\": 43,\n                            \"discountName\": \"Super Discount 30%\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 30,\n                            \"discountValue\": 454.4\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR950320230208-7_NR_1\",\n                    \"itemSales\": 1682.95,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 5,\n                    \"productName\": \"Masala Rawa Dosa\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 5,\n                    \"rate\": 336.59,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 20,\n                            \"taxName\": \"CGST 2.5\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 26.51\n                        }\n                    ],\n                    \"totalChargeValue\": 106.05,\n                    \"totalDiscountValue\": 622.69,\n                    \"totalTaxValue\": 26.51,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\"\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230208-7\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 43.04\n                },\n                {\n                    \"type\": \"Card\",\n                    \"subType\": \"Master Card\",\n                    \"amount\": 140\n                },\n                {\n                    \"type\": \"Wallet\",\n                    \"subType\": \"Paytm\",\n                    \"amount\": 120\n                },\n                {\n                    \"type\": \"UPI\",\n                    \"subType\": \"NA\",\n                    \"amount\": 1140\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-08\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [\n                {\n                    \"taxID\": 18,\n                    \"taxName\": \"SGST\",\n                    \"taxRate\": 18,\n                    \"taxValue\": 38.169\n                }\n            ],\n            \"totalChargeValue\": 318.1,\n            \"totalDiscountValue\": 622.69,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 5,\n            \"totalItemSales\": 1682.95,\n            \"totalTaxValue\": 64.68,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"d7d80e17-b708-4f89-b6be-3842ab529d7d","name":"TotalItemValue","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"c159bcc114300b57092f7d797ffadaf1ca36a34061514ea27d59187161f7d776","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-02-17\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Feb 2023 10:06:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"invalidOrderList\": [],\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Akshay Gaur\",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 345787849,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 1005.793,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 12,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 250,\n                    \"barcode\": 78945612,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 1,\n                    \"brandName\": \"Quaker Brand\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Breakfast Items\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 50\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 250,\n                    \"detailKey\": \"OR950320230217-12_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR950320230217-12_NR_1\",\n                    \"itemSales\": 500,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 1,\n                    \"productName\": \"Oats\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 250,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 25\n                        },\n                        {\n                            \"taxID\": 18,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"18%\",\n                            \"taxValue\": 90\n                        }\n                    ],\n                    \"totalChargeValue\": 50,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 115,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Kilogram\",\n                    \"totalItemValue\": 665\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 345,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 4,\n                    \"categoryName\": \"South Indian Food\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 30.293\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230217-12_2\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 44,\n                            \"discountName\": \"10% Off Discount\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 10,\n                            \"discountValue\": 33.658\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR950320230217-12_NR_2\",\n                    \"itemSales\": 336.585,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 2,\n                    \"productID\": 5,\n                    \"productName\": \"Masala Rawa Dosa\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 336.585,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 20,\n                            \"taxName\": \"CGST 2.5\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 7.573\n                        }\n                    ],\n                    \"totalChargeValue\": 30.293,\n                    \"totalDiscountValue\": 33.658,\n                    \"totalTaxValue\": 7.573,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\",\n                    \"totalItemValue\": 340.793\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230217-12\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 1005.793\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-17\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 80.29,\n            \"totalDiscountValue\": 33.66,\n            \"totalItemCount\": 2,\n            \"totalItemQuantity\": 3,\n            \"totalItemSales\": 836.585,\n            \"totalTaxValue\": 122.57,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"6f2817ab-335a-4f14-aac7-d93efcc0dc3d","name":"Comparison with Product transaction tracker report","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"09cb0f76f285ba28c34be888c20f87bbf1f959973e91ef308fedf66e4a2f4c04","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,    \n    \"sales_date\": \"2023-02-20\"\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdParty/chainSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Feb 2023 10:58:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Akshay Gaur\",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 345787849,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 1330,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 15,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 250,\n                    \"barcode\": 78945612,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 1,\n                    \"brandName\": \"Quaker Brand\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Breakfast Items\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 100\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 250,\n                    \"detailKey\": \"OR950320230220-15_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR950320230220-15_NR_1\",\n                    \"itemSales\": 1000,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 1,\n                    \"productName\": \"Oats\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 4,\n                    \"rate\": 250,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 50\n                        },\n                        {\n                            \"taxID\": 18,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"18%\",\n                            \"taxValue\": 180\n                        }\n                    ],\n                    \"totalChargeValue\": 100,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 230,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Kilogram\",\n                    \"totalItemValue\": 1330\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230220-15\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 1330\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-20\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 100,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 4,\n            \"totalItemSales\": 1000,\n            \"totalTaxValue\": 230,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 1330\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 2,\n            \"customerInfo\": {\n                \"customerID\": 2,\n                \"name\": \"Chaithanya Reddy\",\n                \"customerCode\": \"\",\n                \"accountID\": 42,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"2003-02-01\",\n                \"gender\": \"MALE\",\n                \"phone\": 8183698000,\n                \"email\": \"sunita@queueuster.co\",\n                \"addressLine1\": \"G7\",\n                \"addressLine2\": \"sector 119\",\n                \"city\": \"Noida\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 20101\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 295.2,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 16,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"DFGH96532\",\n                    \"MRP\": 120,\n                    \"barcode\": 789456123,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"North Indian Food\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230220-16_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR950320230220-16_NR_1\",\n                    \"itemSales\": 240,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 3,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 120,\n                    \"sku\": \"SKU874512\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 12\n                        },\n                        {\n                            \"taxID\": 18,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"18%\",\n                            \"taxValue\": 43.2\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 55.2,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\",\n                    \"totalItemValue\": 295.2\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230220-16\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Wallet\",\n                    \"subType\": \"Paytm\",\n                    \"amount\": 295.2\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-20\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 2,\n            \"totalItemSales\": 240,\n            \"totalTaxValue\": 55.2,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 295.2\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 47,\n            \"customerInfo\": {\n                \"customerID\": 47,\n                \"name\": \"Sunita \",\n                \"customerCode\": \"\",\n                \"accountID\": 101,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"AS6788PSHA\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"FEMALE\",\n                \"phone\": 7503664514,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A10\",\n                \"addressLine2\": \"Sector 68 \",\n                \"city\": \"Noida\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201303\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 160.42,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 17,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"North Indian Food\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 13.95\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230220-17_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 44,\n                            \"discountName\": \"10% Off Discount\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 10,\n                            \"discountValue\": 15.5\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR950320230220-17_NR_1\",\n                    \"itemSales\": 155,\n                    \"manufacturerID\": 0,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 4,\n                    \"productName\": \"Rajma Rice\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 150,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 6.97\n                        }\n                    ],\n                    \"totalChargeValue\": 13.95,\n                    \"totalDiscountValue\": 15.5,\n                    \"totalTaxValue\": 6.97,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\",\n                    \"totalItemValue\": 160.42\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230220-17\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 160.42\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-20\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 13.95,\n            \"totalDiscountValue\": 15.5,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": 155,\n            \"totalTaxValue\": 6.97,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 160.42\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 14,\n            \"customerInfo\": {\n                \"customerID\": 14,\n                \"name\": \"Dpd Technogies \",\n                \"customerCode\": \"\",\n                \"accountID\": 62,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": 14,\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 8523697412,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 1131.39,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 18,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 345,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 4,\n                    \"categoryName\": \"South Indian Food\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 30.29\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230220-18_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 44,\n                            \"discountName\": \"10% Off Discount\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 10,\n                            \"discountValue\": 33.66\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR950320230220-18_NR_1\",\n                    \"itemSales\": 336.59,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 5,\n                    \"productName\": \"Masala Rawa Dosa\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 336.59,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 20,\n                            \"taxName\": \"CGST 2.5\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 7.57\n                        }\n                    ],\n                    \"totalChargeValue\": 30.29,\n                    \"totalDiscountValue\": 33.66,\n                    \"totalTaxValue\": 7.57,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\",\n                    \"totalItemValue\": 340.79\n                },\n                {\n                    \"HSNOrSACCode\": \"DFGH96532\",\n                    \"MRP\": 120,\n                    \"barcode\": 789456123,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"North Indian Food\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230220-18_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR950320230220-18_NR_2\",\n                    \"itemSales\": 120,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 2,\n                    \"productID\": 3,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 120,\n                    \"sku\": \"SKU874512\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 6\n                        },\n                        {\n                            \"taxID\": 18,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"18%\",\n                            \"taxValue\": 21.6\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 27.6,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\",\n                    \"totalItemValue\": 147.6\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"North Indian Food\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 27\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230220-18_3\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 44,\n                            \"discountName\": \"10% Off Discount\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 10,\n                            \"discountValue\": 30\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR950320230220-18_NR_3\",\n                    \"itemSales\": 300,\n                    \"manufacturerID\": 0,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 3,\n                    \"productID\": 4,\n                    \"productName\": \"Rajma Rice\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 150,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 13.5\n                        }\n                    ],\n                    \"totalChargeValue\": 27,\n                    \"totalDiscountValue\": 30,\n                    \"totalTaxValue\": 13.5,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\",\n                    \"totalItemValue\": 310.5\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 250,\n                    \"barcode\": 78945612,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 1,\n                    \"brandName\": \"Quaker Brand\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Breakfast Items\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 25\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 250,\n                    \"detailKey\": \"OR950320230220-18_4\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR950320230220-18_NR_4\",\n                    \"itemSales\": 250,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 4,\n                    \"productID\": 1,\n                    \"productName\": \"Oats\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 250,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 12.5\n                        },\n                        {\n                            \"taxID\": 18,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"18%\",\n                            \"taxValue\": 45\n                        }\n                    ],\n                    \"totalChargeValue\": 25,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 57.5,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Kilogram\",\n                    \"totalItemValue\": 332.5\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230220-18\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 111.39\n                },\n                {\n                    \"type\": \"Card\",\n                    \"subType\": \"Rupay Card\",\n                    \"amount\": 1020\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-20\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 82.29,\n            \"totalDiscountValue\": 63.66,\n            \"totalItemCount\": 4,\n            \"totalItemQuantity\": 5,\n            \"totalItemSales\": 1006.59,\n            \"totalTaxValue\": 106.17,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 1131.39\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 5,\n            \"customerInfo\": {\n                \"customerID\": 5,\n                \"name\": \"Moto \",\n                \"customerCode\": \"\",\n                \"accountID\": 53,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 7412587111,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"punganur\",\n                \"addressLine2\": \"punganur\",\n                \"city\": \"Noida\",\n                \"state\": \"Andhra Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 517247\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 0,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 19,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"HSN5678\",\n                    \"MRP\": 85,\n                    \"barcode\": 78945123,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230220-19_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR950320230220-19_NR_1\",\n                    \"itemSales\": 85,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 2,\n                    \"productName\": \"Egg Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 85,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 4.25\n                        },\n                        {\n                            \"taxID\": 18,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"18%\",\n                            \"taxValue\": 15.3\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 19.55,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\",\n                    \"totalItemValue\": 104.55\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230220-19\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 104.55\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-20\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_CANCELLED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": 85,\n            \"totalTaxValue\": 19.55,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 104.55\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 5,\n            \"customerInfo\": {\n                \"customerID\": 5,\n                \"name\": \"Moto \",\n                \"customerCode\": \"\",\n                \"accountID\": 53,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 7412587111,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"punganur\",\n                \"addressLine2\": \"punganur\",\n                \"city\": \"Noida\",\n                \"state\": \"Andhra Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 517247\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 0,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 19,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"HSN5678\",\n                    \"MRP\": 85,\n                    \"barcode\": 78945123,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230220-19_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR950320230220-19_REF-9503-2_1\",\n                    \"itemSales\": -85,\n                    \"manufacturerID\": -1,\n                    \"manufacturerName\": \"\",\n                    \"orderSubID\": 1,\n                    \"productID\": 2,\n                    \"productName\": \"Egg Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 85,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": -4.25\n                        },\n                        {\n                            \"taxID\": 18,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"18%\",\n                            \"taxValue\": -15.3\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": -19.55,\n                    \"totalWeight\": 0,\n                    \"variantName\": \"\",\n                    \"weight\": 0,\n                    \"weightUnit\": \"Piece\",\n                    \"totalItemValue\": -104.55\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230220-19\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": -104.55\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-20\",\n            \"refundOrderID\": \"REF-9503-2\",\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_CANCELLED\",\n            \"storeID\": 2453,\n            \"storeName\": \"Fun FoodA\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": -85,\n            \"totalTaxValue\": -19.55,\n            \"transactionType\": \"Refund\"\n        }\n    ]\n}"}],"_postman_id":"dcf83be7-cdf3-4f9e-96d9-f437c30b77e8"},{"name":"Fetch Store Sales Transaction Tracker","id":"4e4b4c0f-eba0-46c7-b2a0-9726b0194b8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"ed54fa85df7c033e011dfd37804d6dda54fa526eb658e4764b209b84bd315439","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2024-03-04\",\n    \"lastTransactionSyncTime\":\"10:30:30\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker","description":"<p>This api is used to fetch sales invoices for a single store for a specific date.</p>\n<p>Mandatory params:</p>\n<ol>\n<li>third_party_chain_id</li>\n<li>chain_id</li>\n<li>store_id</li>\n<li>sales_date</li>\n</ol>\n<p>This api is used to fetch sales invoices for a specific date.</p>\n<p>Mandatory params:</p>\n<ol>\n<li><p>third_party_chain_id</p>\n</li>\n<li><p>chain_id</p>\n</li>\n<li><p>store_id</p>\n</li>\n<li><p>sales_date</p>\n</li>\n</ol>\n<p>Live merchant account Jason:</p>\n<p>{ \"third_party_chain_id\":24, \"chain_id\": 11119, \"sales_date\": \"2022-11-14\"}</p>\n<p>OR</p>\n<p>ThirdParty Info: thirdparty chainID: 4<br />ClientID: C70175221E13F6ED<br />Client Secret: B97507DF750BB3C1</p>\n<p>Beta Account:</p>\n<p>\"ThirdParty mapped details:<br />\"\"clientID\"\": \"\"5BE2FBF755C51A26\"\",<br />\"\"clientSecret\"\": \"\"4235239C38DD2B03\"\"</p>\n<p>ThirdParty-ID: 50\"</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdParty","storeSalesTransactionTracker"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"4aa1f9af-060b-4291-a9ed-227886d21aa4","name":"success _All typesOrder","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"252d447d314f8b1abfecb286d4beccfcf47d4aaaa162af385a95e4a4d2e60842","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-26\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Sep 2022 11:16:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"MISS from mE0CBBCA15860"},{"key":"X-Cache-Lookup","value":"MISS from mE0CBBCA15860:3127"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 mE0CBBCA15860 (squid/5.0.2)"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": \"\",\n            \"customerInfo\": {\n                \"customerID\": 0,\n                \"name\": \"\",\n                \"customerCode\": \"\",\n                \"accountID\": 0,\n                \"customerType\": \"\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"\",\n                \"gender\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": -377,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 1,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"HSNC456765\",\n                    \"MRP\": 500,\n                    \"barcode\": 9856234512,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"BreakFast\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 48.9824,\n                    \"detailKey\": \"OR795320220926-1_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR795320220926-1_NR_1\",\n                    \"itemSales\": 487.8,\n                    \"orderSubID\": 1,\n                    \"productID\": 4,\n                    \"productName\": \"Bread Sandwich\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": -1,\n                    \"rate\": 487.8,\n                    \"sku\": \"SKU63728\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 2,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 12.2\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 12.2\n                },\n                {\n                    \"HSNOrSACCode\": \"JDS98989\",\n                    \"MRP\": 100,\n                    \"barcode\": 9865322241,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"Indian Soups\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 4,\n                            \"chargeName\": \"Packaging Charges\",\n                            \"chargeRate\": \"5%\",\n                            \"chargeValue\": 2.36\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 14180.5648,\n                    \"detailKey\": \"OR795320220926-1_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR795320220926-1_NR_2\",\n                    \"itemSales\": 47.17,\n                    \"orderSubID\": 2,\n                    \"productID\": 5,\n                    \"productName\": \"Corn Soup\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": -1,\n                    \"rate\": 47.17,\n                    \"sku\": \"KS345678\",\n                    \"subCategoryID\": 1,\n                    \"subCategoryName\": \"Indian Veg Soup\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 4,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 2.83\n                        }\n                    ],\n                    \"totalChargeValue\": 2.36,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 2.83\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 120,\n                    \"barcode\": 7854218963,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"BreakFast\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 4,\n                            \"chargeName\": \"Packaging Charges\",\n                            \"chargeRate\": \"5%\",\n                            \"chargeValue\": 5.85\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 105.8365,\n                    \"detailKey\": \"OR795320220926-1_3\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR795320220926-1_NR_3\",\n                    \"itemSales\": 117.07,\n                    \"orderSubID\": 3,\n                    \"productID\": 2,\n                    \"productName\": \"Poha\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 117.07,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 10,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 2.93\n                        }\n                    ],\n                    \"totalChargeValue\": 5.85,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 2.93\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 100,\n                    \"barcode\": 96523986532,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"none\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 615.4306,\n                    \"detailKey\": \"OR795320220926-1_4\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR795320220926-1_NR_4\",\n                    \"itemSales\": 50,\n                    \"orderSubID\": 4,\n                    \"productID\": 9,\n                    \"productName\": \"Carrot Halwa\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 50,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR795320220926-1\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 377\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-26\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0.49,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 8.21,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 4,\n            \"totalItemQuantity\": 0,\n            \"totalItemSales\": 702.04,\n            \"totalTaxValue\": 17.96,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 728.7\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Gautam SUNITA \",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"TERRY456DA\",\n                \"DOB\": \"0012-02-11\",\n                \"gender\": \"MALE\",\n                \"phone\": 8178832233,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 0,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 8,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"SG6532\",\n                    \"MRP\": 100,\n                    \"barcode\": 986523451,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Lunch Menu\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 23.59\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 97856.7774,\n                    \"detailKey\": \"OR637920220926-8_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-8_NR_1\",\n                    \"itemSales\": 47.17,\n                    \"orderSubID\": 1,\n                    \"productID\": 6,\n                    \"productName\": \"Rajma rice\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 47.17,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 2.83\n                        }\n                    ],\n                    \"totalChargeValue\": 23.59,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 2.83\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR637920220926-8\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 74\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-26\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": -0.41,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 23.59,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": 47.17,\n            \"totalTaxValue\": 2.83,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 73.18\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Gautam SUNITA \",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"TERRY456DA\",\n                \"DOB\": \"0012-02-11\",\n                \"gender\": \"MALE\",\n                \"phone\": 8178832233,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 0,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 8,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"SG6532\",\n                    \"MRP\": 100,\n                    \"barcode\": 986523451,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Lunch Menu\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": -23.59\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 97856.7774,\n                    \"detailKey\": \"OR637920220926-8_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-8_REF-6379-1_1\",\n                    \"itemSales\": -47.17,\n                    \"orderSubID\": 1,\n                    \"productID\": 6,\n                    \"productName\": \"Rajma rice\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 47.17,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": -2.83\n                        }\n                    ],\n                    \"totalChargeValue\": -23.59,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": -2.83\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR637920220926-8\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Credit Note\",\n                    \"subType\": \"NA\",\n                    \"amount\": -74\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-26\",\n            \"refundOrderID\": \"REF-6379-1\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": -23.59,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": -47.17,\n            \"totalTaxValue\": -2.83,\n            \"transactionType\": \"Refund\",\n            \"transactionValue\": -73.59\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 2,\n            \"customerInfo\": {\n                \"customerID\": 2,\n                \"name\": \"DPD TECHNOLOGY \",\n                \"customerCode\": \"\",\n                \"accountID\": 42,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": \"98523SFH5524930\",\n                \"panNumber\": \"GAGHK567AC\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"\",\n                \"phone\": 8183698000,\n                \"email\": \"sunita@queueuster.co\",\n                \"addressLine1\": \"G7\",\n                \"addressLine2\": \"sector 119\",\n                \"city\": \"Noida\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 20101\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 0,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 9,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 100,\n                    \"barcode\": 87451285421,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 7,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": -12432.1717,\n                    \"detailKey\": \"OR637920220926-9_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-9_NR_1\",\n                    \"itemSales\": 97.56,\n                    \"orderSubID\": 1,\n                    \"productID\": 11,\n                    \"productName\": \"TEA\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 48.78,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 2,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 2.44\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 2.44\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 100,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 30,\n                    \"brandName\": \"Nestle Brand\",\n                    \"categoryID\": 7,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 109.2,\n                    \"detailKey\": \"OR637920220926-9_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-9_NR_2\",\n                    \"itemSales\": 300,\n                    \"orderSubID\": 2,\n                    \"productID\": 26,\n                    \"productName\": \"Milk shakes\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 3,\n                    \"rate\": 100,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR637920220926-9\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Wallet\",\n                    \"subType\": \"NA\",\n                    \"amount\": 400\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-26\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 2,\n            \"totalItemQuantity\": 5,\n            \"totalItemSales\": 397.56,\n            \"totalTaxValue\": 2.44,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 400\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 2,\n            \"customerInfo\": {\n                \"customerID\": 2,\n                \"name\": \"DPD TECHNOLOGY \",\n                \"customerCode\": \"\",\n                \"accountID\": 42,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": \"98523SFH5524930\",\n                \"panNumber\": \"GAGHK567AC\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"\",\n                \"phone\": 8183698000,\n                \"email\": \"sunita@queueuster.co\",\n                \"addressLine1\": \"G7\",\n                \"addressLine2\": \"sector 119\",\n                \"city\": \"Noida\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 20101\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 0,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 9,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 100,\n                    \"barcode\": 87451285421,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 7,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": -12432.1717,\n                    \"detailKey\": \"OR637920220926-9_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-9_REF-6379-2_1\",\n                    \"itemSales\": -97.56,\n                    \"orderSubID\": 1,\n                    \"productID\": 11,\n                    \"productName\": \"TEA\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 48.78,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 2,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": -2.44\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": -2.44\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 100,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 30,\n                    \"brandName\": \"Nestle Brand\",\n                    \"categoryID\": 7,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 109.2,\n                    \"detailKey\": \"OR637920220926-9_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-9_REF-6379-2_2\",\n                    \"itemSales\": -300,\n                    \"orderSubID\": 2,\n                    \"productID\": 26,\n                    \"productName\": \"Milk shakes\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 3,\n                    \"rate\": 100,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR637920220926-9\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Wallet\",\n                    \"subType\": \"NA\",\n                    \"amount\": -400\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-26\",\n            \"refundOrderID\": \"REF-6379-2\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 2,\n            \"totalItemQuantity\": 5,\n            \"totalItemSales\": -397.56,\n            \"totalTaxValue\": -2.44,\n            \"transactionType\": \"Refund\",\n            \"transactionValue\": -400\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 3,\n            \"customerInfo\": {\n                \"customerID\": 3,\n                \"name\": \"Shivani  \",\n                \"customerCode\": \"\",\n                \"accountID\": 49,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"AD3456ADFG\",\n                \"DOB\": \"0012-03-03\",\n                \"gender\": \"MALE\",\n                \"phone\": 8052369708,\n                \"email\": \"shivani@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 752,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 10,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"S9AC564739\",\n                    \"MRP\": 45,\n                    \"barcode\": \"K96UF14TZYO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR637920220926-10_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-10_NR_1\",\n                    \"itemSales\": 45,\n                    \"orderSubID\": 1,\n                    \"productID\": 35,\n                    \"productName\": \"Egg Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 45,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 2.7\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 2.7\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 30,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"BreakFast\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 23564.6542,\n                    \"detailKey\": \"OR637920220926-10_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-10_NR_2\",\n                    \"itemSales\": 30,\n                    \"orderSubID\": 2,\n                    \"productID\": 18,\n                    \"productName\": \"Oats\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 30,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 108,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Lunch Menu\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 50\n                        },\n                        {\n                            \"chargeID\": 5,\n                            \"chargeName\": \"Service Charge \",\n                            \"chargeRate\": \"₹40\",\n                            \"chargeValue\": 40\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 2322.1046,\n                    \"detailKey\": \"OR637920220926-10_3\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-10_NR_3\",\n                    \"itemSales\": 100,\n                    \"orderSubID\": 3,\n                    \"productID\": 20,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 100,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 90,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                },\n                {\n                    \"HSNOrSACCode\": \"HSAC\",\n                    \"MRP\": 349,\n                    \"barcode\": 87451284512,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 8,\n                    \"brandName\": \"\",\n                    \"categoryID\": 60,\n                    \"categoryName\": \"Burger King\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 174.5\n                        },\n                        {\n                            \"chargeID\": 4,\n                            \"chargeName\": \"Packaging Charges\",\n                            \"chargeRate\": \"5%\",\n                            \"chargeValue\": 17.45\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 997.1429,\n                    \"detailKey\": \"OR637920220926-10_4\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-10_NR_4\",\n                    \"itemSales\": 349,\n                    \"orderSubID\": 4,\n                    \"productID\": 70,\n                    \"productName\": \"Double Aloo Tikki Burger\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 349,\n                    \"sku\": \"UGH45363\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 20.94\n                        }\n                    ],\n                    \"totalChargeValue\": 191.95,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 20.94\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR637920220926-10\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Card\",\n                    \"subType\": \"Master Card\",\n                    \"amount\": 830\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-26\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": -0.41,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_PARTIAL_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 281.95,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 4,\n            \"totalItemQuantity\": 4,\n            \"totalItemSales\": 524,\n            \"totalTaxValue\": 23.64,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 829.18\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 4,\n            \"customerInfo\": {\n                \"customerID\": 4,\n                \"name\": \"FIROZ \",\n                \"customerCode\": \"\",\n                \"accountID\": 50,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0030-11-02\",\n                \"gender\": \"MALE\",\n                \"phone\": 7539852140,\n                \"email\": \"firoz@gmail.com\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 1612,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 11,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"HSAC\",\n                    \"MRP\": 349,\n                    \"barcode\": 87451284512,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 8,\n                    \"brandName\": \"\",\n                    \"categoryID\": 60,\n                    \"categoryName\": \"Burger King\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 174.5\n                        },\n                        {\n                            \"chargeID\": 4,\n                            \"chargeName\": \"Packaging Charges\",\n                            \"chargeRate\": \"5%\",\n                            \"chargeValue\": 17.45\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 997.1429,\n                    \"detailKey\": \"OR637920220926-11_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-11_NR_1\",\n                    \"itemSales\": 349,\n                    \"orderSubID\": 1,\n                    \"productID\": 70,\n                    \"productName\": \"Double Aloo Tikki Burger\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 349,\n                    \"sku\": \"UGH45363\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 20.94\n                        }\n                    ],\n                    \"totalChargeValue\": 191.95,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 20.94\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 120,\n                    \"barcode\": 87451284512,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 5,\n                    \"categoryName\": \"STARTERS\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 755.8281,\n                    \"detailKey\": \"OR637920220926-11_2\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 8,\n                            \"discountName\": \"Buy 2 Get 30Rs OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 7.853403,\n                            \"discountValue\": 28.27\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR637920220926-11_NR_2\",\n                    \"itemSales\": 360,\n                    \"orderSubID\": 2,\n                    \"productID\": 15,\n                    \"productName\": \"Grilled Nachos\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 3,\n                    \"rate\": 120,\n                    \"sku\": \"\",\n                    \"subCategoryID\": 15,\n                    \"subCategoryName\": \"Veg Starters\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 4,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 19.9\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 28.27,\n                    \"totalTaxValue\": 19.9\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 99,\n                    \"barcode\": 87451284521,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 5,\n                    \"categoryName\": \"STARTERS\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": -733.6688,\n                    \"detailKey\": \"OR637920220926-11_3\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-11_NR_3\",\n                    \"itemSales\": 396,\n                    \"orderSubID\": 3,\n                    \"productID\": 16,\n                    \"productName\": \"soya chap\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 4,\n                    \"rate\": 99,\n                    \"sku\": \"\",\n                    \"subCategoryID\": 15,\n                    \"subCategoryName\": \"Veg Starters\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 50,\n                    \"barcode\": 89653298,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 5,\n                    \"categoryName\": \"STARTERS\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 69.1209,\n                    \"detailKey\": \"OR637920220926-11_4\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-11_NR_4\",\n                    \"itemSales\": 250,\n                    \"orderSubID\": 4,\n                    \"productID\": 25,\n                    \"productName\": \"Haraa Bharaa Kabab\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 5,\n                    \"rate\": 50,\n                    \"sku\": \"UKS8878\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 15\n                        },\n                        {\n                            \"taxID\": 4,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 15\n                        },\n                        {\n                            \"taxID\": 5,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 22.5\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 52.5\n                }\n            ],\n            \"loyaltyPointsCollected\": 161,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR637920220926-11\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 112\n                },\n                {\n                    \"type\": \"Bharat QR\",\n                    \"subType\": \"NA\",\n                    \"amount\": 1500\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-26\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0.02,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 191.95,\n            \"totalDiscountValue\": 28.27,\n            \"totalItemCount\": 4,\n            \"totalItemQuantity\": 13,\n            \"totalItemSales\": 1355,\n            \"totalTaxValue\": 93.34,\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 1612.04\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 3,\n            \"customerInfo\": {\n                \"customerID\": 3,\n                \"name\": \"Shivani  \",\n                \"customerCode\": \"\",\n                \"accountID\": 49,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"AD3456ADFG\",\n                \"DOB\": \"0012-03-03\",\n                \"gender\": \"MALE\",\n                \"phone\": 8052369708,\n                \"email\": \"shivani@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 752,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 10,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"S9AC564739\",\n                    \"MRP\": 45,\n                    \"barcode\": \"K96UF14TZYO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR637920220926-10_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-10_REF-6379-3_1\",\n                    \"itemSales\": -45,\n                    \"orderSubID\": 1,\n                    \"productID\": 35,\n                    \"productName\": \"Egg Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 45,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": -2.7\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": -2.7\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 30,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"BreakFast\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 23564.6542,\n                    \"detailKey\": \"OR637920220926-10_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR637920220926-10_REF-6379-3_2\",\n                    \"itemSales\": -30,\n                    \"orderSubID\": 2,\n                    \"productID\": 18,\n                    \"productName\": \"Oats\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 30,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR637920220926-10\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Card\",\n                    \"subType\": \"Master Card\",\n                    \"amount\": -78\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-26\",\n            \"refundOrderID\": \"REF-6379-3\",\n            \"rounding\": -0.11,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_PARTIAL_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 2,\n            \"totalItemQuantity\": 2,\n            \"totalItemSales\": -75,\n            \"totalTaxValue\": -2.7,\n            \"transactionType\": \"Refund\"\n        }\n    ]\n}"},{"id":"19fed747-3976-4221-9d86-40abf4f6995c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"19946f13d85d9b0cc521a7a8abb2b470b9fb2a20fad9d9ed4322a94b0f5b88e5","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":4,\n    \"chain_id\": 3239,\n    \"store_id\": 3776,\n    \"sales_date\": \"2022-09-22\"\n}","options":{"raw":{"language":"json"}}},"url":"https://queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx"},{"key":"Content-Type","value":"application/json"},{"key":"Connection","value":"close"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Date","value":"Thu, 22 Sep 2022 05:58:32 GMT"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-4-092022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"NESTLE INDIA \",\n                \"customerCode\": \"\",\n                \"accountID\": 21,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"FEMALE\",\n                \"phone\": 7065180618,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"Raj Ji Park\",\n                \"addressLine2\": \"Sector 68\",\n                \"city\": \"Noida\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 289,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 96,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 300,\n                    \"barcode\": 1490442284,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"none\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 8,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹30\",\n                            \"chargeValue\": 30\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": -8.6667,\n                    \"detailKey\": \"OR1965020220922-96_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-96_NR_1\",\n                    \"itemSales\": 246.67,\n                    \"orderSubID\": 1,\n                    \"productID\": 8,\n                    \"productName\": \"Chips\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 246.67,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.17\n                        },\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.17\n                        }\n                    ],\n                    \"totalChargeValue\": 30,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 12.34\n                }\n            ],\n            \"loyaltyPointsCollected\": 2,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-96\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 289\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0.01,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 30,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 12.34,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 2,\n            \"customerInfo\": {\n                \"customerID\": 2,\n                \"name\": \"Himanshu \",\n                \"customerCode\": \"\",\n                \"accountID\": 22,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 8506062504,\n                \"email\": \"himanshu@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"Andhra Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 492,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 97,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 300,\n                    \"barcode\": 8906044231108,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 11,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹70\",\n                            \"chargeValue\": 70\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 348.3327,\n                    \"detailKey\": \"OR1965020220922-97_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-97_NR_1\",\n                    \"itemSales\": 240.93,\n                    \"orderSubID\": 1,\n                    \"productID\": 15,\n                    \"productName\": \"Protein shakes\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 240.93,\n                    \"sku\": \"\",\n                    \"subCategoryID\": 5,\n                    \"subCategoryName\": \"Juices\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 1,\n                            \"taxName\": \"2.5SGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.02\n                        },\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.02\n                        },\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.02\n                        }\n                    ],\n                    \"totalChargeValue\": 70,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 18.06\n                },\n                {\n                    \"HSNOrSACCode\": \"SGG789\",\n                    \"MRP\": 350,\n                    \"barcode\": 8796541236,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 8,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹30\",\n                            \"chargeValue\": 30\n                        },\n                        {\n                            \"chargeID\": 11,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹70\",\n                            \"chargeValue\": 70\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 422.8959,\n                    \"detailKey\": \"OR1965020220922-97_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-97_NR_2\",\n                    \"itemSales\": 50.73,\n                    \"orderSubID\": 2,\n                    \"productID\": 28,\n                    \"productName\": \"Mirinda\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 50.73,\n                    \"sku\": \"SKU567\",\n                    \"subCategoryID\": 5,\n                    \"subCategoryName\": \"Juices\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 1.27\n                        }\n                    ],\n                    \"totalChargeValue\": 100,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 1.27\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 11,\n                    \"barcode\": 8901052022113,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 16.0294,\n                    \"detailKey\": \"OR1965020220922-97_3\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-97_NR_3\",\n                    \"itemSales\": 11,\n                    \"orderSubID\": 3,\n                    \"productID\": 67,\n                    \"productName\": \"GREEN tea\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 11,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 0.28\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0.28\n                }\n            ],\n            \"loyaltyPointsCollected\": 4,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-97\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 92\n                },\n                {\n                    \"type\": \"Card\",\n                    \"subType\": \"Master Card\",\n                    \"amount\": 400\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0.27,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 170,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 19.61,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 3,\n            \"customerInfo\": {\n                \"customerID\": 3,\n                \"name\": \"Ankit Ghj \",\n                \"customerCode\": \"\",\n                \"accountID\": 23,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 9632587531,\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 50,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 98,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 300,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"Breakfast Cereals\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 8,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹30\",\n                            \"chargeValue\": 30\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 528.6885,\n                    \"detailKey\": \"OR1965020220922-98_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-98_NR_1\",\n                    \"itemSales\": 259,\n                    \"orderSubID\": 1,\n                    \"productID\": 11,\n                    \"productName\": \"OATS\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 259,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 30,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 50,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"Breakfast Cereals\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 52.0408,\n                    \"detailKey\": \"OR1965020220922-98_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-98_NR_2\",\n                    \"itemSales\": 48.78,\n                    \"orderSubID\": 2,\n                    \"productID\": 100,\n                    \"productName\": \"POHA\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 48.78,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 1.22\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 1.22\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-98\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Wallet\",\n                    \"subType\": \"Paytm\",\n                    \"amount\": 339\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_PARTIAL_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 30,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 1.22,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 3,\n            \"customerInfo\": {\n                \"customerID\": 3,\n                \"name\": \"Ankit Ghj \",\n                \"customerCode\": \"\",\n                \"accountID\": 23,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 9632587531,\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 50,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 98,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 300,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"Breakfast Cereals\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 8,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹30\",\n                            \"chargeValue\": -30\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 528.6885,\n                    \"detailKey\": \"OR1965020220922-98_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-98_REF-19650-10_1\",\n                    \"itemSales\": -259,\n                    \"orderSubID\": 1,\n                    \"productID\": 11,\n                    \"productName\": \"OATS\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 259,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": -30,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-98\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Credit Note\",\n                    \"subType\": \"NA\",\n                    \"amount\": -289\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"REF-19650-10\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_PARTIAL_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": -30,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Refund\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 5,\n            \"customerInfo\": {\n                \"customerID\": 5,\n                \"name\": \"Deeppak \",\n                \"customerCode\": \"\",\n                \"accountID\": 26,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 8090400819,\n                \"email\": \"amol@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 0,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 99,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": 64001003736,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 12,\n                    \"categoryName\": \"Drinks\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 639.8773,\n                    \"detailKey\": \"OR1965020220922-99_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 8,\n                            \"discountName\": \"Festive Discount\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 30,\n                            \"discountValue\": 43.5\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR1965020220922-99_NR_1\",\n                    \"itemSales\": 145,\n                    \"orderSubID\": 1,\n                    \"productID\": 47,\n                    \"productName\": \"Nesquik\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 145,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 2.54\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 43.5,\n                    \"totalTaxValue\": 2.54\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-99\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"UPI\",\n                    \"subType\": \"NA\",\n                    \"amount\": 104\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0.04,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 43.5,\n            \"totalTaxValue\": 2.54,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 5,\n            \"customerInfo\": {\n                \"customerID\": 5,\n                \"name\": \"Deeppak \",\n                \"customerCode\": \"\",\n                \"accountID\": 26,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 8090400819,\n                \"email\": \"amol@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 0,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 99,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": 64001003736,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 12,\n                    \"categoryName\": \"Drinks\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 639.8773,\n                    \"detailKey\": \"OR1965020220922-99_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 8,\n                            \"discountName\": \"Festive Discount\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 30,\n                            \"discountValue\": -43.5\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR1965020220922-99_REF-19650-11_1\",\n                    \"itemSales\": -145,\n                    \"orderSubID\": 1,\n                    \"productID\": 47,\n                    \"productName\": \"Nesquik\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 145,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": -2.54\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": -43.5,\n                    \"totalTaxValue\": -2.54\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-99\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"UPI\",\n                    \"subType\": \"NA\",\n                    \"amount\": -104\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"REF-19650-11\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": -43.5,\n            \"totalTaxValue\": -2.54,\n            \"transactionType\": \"Refund\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 6,\n            \"customerInfo\": {\n                \"customerID\": 6,\n                \"name\": \"MapleTest \",\n                \"customerCode\": \"\",\n                \"accountID\": 31,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": 457884135677777,\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"\",\n                \"phone\": 9944663377,\n                \"email\": \"Beersh@gmail.com\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 541,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 100,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 150,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 11,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹70\",\n                            \"chargeValue\": 140\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 720,\n                    \"detailKey\": \"OR1965020220922-100_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-100_NR_1\",\n                    \"itemSales\": 292.68,\n                    \"orderSubID\": 1,\n                    \"productID\": 55,\n                    \"productName\": \"Jeera Soda\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 146.34,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 7.32\n                        }\n                    ],\n                    \"totalChargeValue\": 140,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 7.32\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 350,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 8,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹30\",\n                            \"chargeValue\": 30\n                        },\n                        {\n                            \"chargeID\": 11,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹70\",\n                            \"chargeValue\": 70\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 1.4226,\n                    \"detailKey\": \"OR1965020220922-100_2\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 13,\n                            \"discountName\": \"Buy 2 Get 2 On Same products\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 100,\n                            \"discountValue\": 25\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR1965020220922-100_NR_2\",\n                    \"itemSales\": 25,\n                    \"orderSubID\": 2,\n                    \"productID\": 29,\n                    \"productName\": \"Rasana\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 25,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 1,\n                            \"taxName\": \"2.5SGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 0.75\n                        },\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 0\n                        },\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 0\n                        }\n                    ],\n                    \"totalChargeValue\": 100,\n                    \"totalDiscountValue\": 25,\n                    \"totalTaxValue\": 0.75\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 11,\n                    \"barcode\": 8901052022113,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 16.0294,\n                    \"detailKey\": \"OR1965020220922-100_3\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 13,\n                            \"discountName\": \"Buy 2 Get 2 On Same products\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 100,\n                            \"discountValue\": 11\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR1965020220922-100_NR_3\",\n                    \"itemSales\": 11,\n                    \"orderSubID\": 3,\n                    \"productID\": 67,\n                    \"productName\": \"GREEN tea\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 11,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 0\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 11,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 5,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-100\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Credit Sale\",\n                    \"subType\": \"NA\",\n                    \"amount\": 541\n                }\n            ],\n            \"paymentStatus\": \"UNPAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": -0.25,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 240,\n            \"totalDiscountValue\": 36,\n            \"totalTaxValue\": 8.07,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": \"\",\n            \"customerInfo\": {\n                \"customerID\": 0,\n                \"name\": \"\",\n                \"customerCode\": \"\",\n                \"accountID\": 0,\n                \"customerType\": \"\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"\",\n                \"gender\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 315,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 0,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 105,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 2,\n                    \"brandName\": \"Hvesit\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 100,\n                    \"detailKey\": \"NC1965020220922-63_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"NC1965020220922-63_NR_1\",\n                    \"itemSales\": 315,\n                    \"orderSubID\": 1,\n                    \"productID\": 98,\n                    \"productName\": \"Nestle Juice\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 3,\n                    \"rate\": 105,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"NC1965020220922-63\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"No Charge\",\n                    \"subType\": \"NA\",\n                    \"amount\": 315\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": \"\",\n            \"customerInfo\": {\n                \"customerID\": 0,\n                \"name\": \"\",\n                \"customerCode\": \"\",\n                \"accountID\": 0,\n                \"customerType\": \"\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"\",\n                \"gender\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 171,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 101,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": 8901207033728,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 11,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹70\",\n                            \"chargeValue\": 70\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 348.3327,\n                    \"detailKey\": \"OR1965020220922-101_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-101_NR_1\",\n                    \"itemSales\": 99,\n                    \"orderSubID\": 1,\n                    \"productID\": 63,\n                    \"productName\": \"Drink Combo\",\n                    \"productType\": \"COMBO\",\n                    \"quantity\": 1,\n                    \"rate\": 99,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 2.48\n                        }\n                    ],\n                    \"totalChargeValue\": 70,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 2.48\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-101\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 171\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0.48,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 70,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 2.48,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": \"\",\n            \"customerInfo\": {\n                \"customerID\": 0,\n                \"name\": \"\",\n                \"customerCode\": \"\",\n                \"accountID\": 0,\n                \"customerType\": \"\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"\",\n                \"gender\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 2470,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 102,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 105,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 2,\n                    \"brandName\": \"Hvesit\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 100,\n                    \"detailKey\": \"OR1965020220922-102_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-102_NR_1\",\n                    \"itemSales\": 210,\n                    \"orderSubID\": 1,\n                    \"productID\": 98,\n                    \"productName\": \"Nestle Juice\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 105,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 300,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"Breakfast Cereals\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 8,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹30\",\n                            \"chargeValue\": 30\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 366.4527,\n                    \"detailKey\": \"OR1965020220922-102_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-102_NR_2\",\n                    \"itemSales\": 246.67,\n                    \"orderSubID\": 2,\n                    \"productID\": 13,\n                    \"productName\": \"coffee\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 246.67,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.17\n                        },\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.17\n                        }\n                    ],\n                    \"totalChargeValue\": 30,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 12.34\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 300,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"Breakfast Cereals\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 8,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹30\",\n                            \"chargeValue\": 60\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 449.6185,\n                    \"detailKey\": \"OR1965020220922-102_3\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-102_NR_3\",\n                    \"itemSales\": 493.34,\n                    \"orderSubID\": 3,\n                    \"productID\": 12,\n                    \"productName\": \"Malted milk\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 246.67,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 12.33\n                        },\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 12.33\n                        }\n                    ],\n                    \"totalChargeValue\": 60,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 24.66\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 16,\n                    \"categoryName\": \"Noodles\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 11,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹70\",\n                            \"chargeValue\": 70\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 650.1227,\n                    \"detailKey\": \"OR1965020220922-102_4\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-102_NR_4\",\n                    \"itemSales\": 99,\n                    \"orderSubID\": 4,\n                    \"productID\": 48,\n                    \"productName\": \"Maggi 2 Minutes\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 99,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 2.48\n                        }\n                    ],\n                    \"totalChargeValue\": 70,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 2.48\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 16,\n                    \"categoryName\": \"Noodles\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 11,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹70\",\n                            \"chargeValue\": 70\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 659.3884,\n                    \"detailKey\": \"OR1965020220922-102_5\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-102_NR_5\",\n                    \"itemSales\": 80,\n                    \"orderSubID\": 5,\n                    \"productID\": 49,\n                    \"productName\": \"Maggi Fusian\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 80,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 2\n                        }\n                    ],\n                    \"totalChargeValue\": 70,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 2\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 11,\n                    \"categoryName\": \"Nutrition\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 11,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹70\",\n                            \"chargeValue\": 70\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 671.5252,\n                    \"detailKey\": \"OR1965020220922-102_6\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-102_NR_6\",\n                    \"itemSales\": 750,\n                    \"orderSubID\": 6,\n                    \"productID\": 50,\n                    \"productName\": \"Nestle Nutrition Bar\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 750,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 18.75\n                        }\n                    ],\n                    \"totalChargeValue\": 70,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 18.75\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 40,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 14,\n                    \"brandName\": \"Nestle Brand\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Nestle RAW\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 40.1608,\n                    \"detailKey\": \"OR1965020220922-102_7\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-102_NR_7\",\n                    \"itemSales\": 120,\n                    \"orderSubID\": 7,\n                    \"productID\": 96,\n                    \"productName\": \"Carrot\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 3,\n                    \"rate\": 40,\n                    \"sku\": \"\",\n                    \"subCategoryID\": 4,\n                    \"subCategoryName\": \"Raw Vegetables\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                },\n                {\n                    \"HSNOrSACCode\": 985632,\n                    \"MRP\": 25,\n                    \"barcode\": 8965321245,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"Beverages\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 7,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"1.5%\",\n                            \"chargeValue\": 0.7\n                        },\n                        {\n                            \"chargeID\": 8,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹30\",\n                            \"chargeValue\": 60\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR1965020220922-102_8\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-102_NR_8\",\n                    \"itemSales\": 46.52,\n                    \"orderSubID\": 8,\n                    \"productID\": 108,\n                    \"productName\": \"Milk\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 23.26,\n                    \"sku\": \"SKU7432\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 1.16\n                        },\n                        {\n                            \"taxID\": 10,\n                            \"taxName\": \"CGST5%\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 2.33\n                        }\n                    ],\n                    \"totalChargeValue\": 60.7,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 3.49\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-102\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 470\n                },\n                {\n                    \"type\": \"UPI\",\n                    \"subType\": \"NA\",\n                    \"amount\": 2000\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": -0.05,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 360.7,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 63.72,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": \"\",\n            \"customerInfo\": {\n                \"customerID\": 0,\n                \"name\": \"\",\n                \"customerCode\": \"\",\n                \"accountID\": 0,\n                \"customerType\": \"\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"\",\n                \"gender\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 918,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 103,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 300,\n                    \"barcode\": 1700119693,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"none\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 8,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹30\",\n                            \"chargeValue\": 30\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 127.884,\n                    \"detailKey\": \"OR1965020220922-103_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-103_NR_1\",\n                    \"itemSales\": 246.67,\n                    \"orderSubID\": 1,\n                    \"productID\": 7,\n                    \"productName\": \"Navratna Mixture\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 246.67,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.17\n                        },\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.17\n                        }\n                    ],\n                    \"totalChargeValue\": 30,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 12.34\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 600,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 46,\n                    \"categoryName\": \"Protein Shakes\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 8,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹30\",\n                            \"chargeValue\": 30\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR1965020220922-103_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-103_NR_2\",\n                    \"itemSales\": 570.48,\n                    \"orderSubID\": 2,\n                    \"productID\": 137,\n                    \"productName\": \"Weight Lose Protein Shakes\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 570.48,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 10,\n                            \"taxName\": \"CGST5%\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 28.52\n                        }\n                    ],\n                    \"totalChargeValue\": 30,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 28.52\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-103\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Wallet\",\n                    \"subType\": \"Amazon Pay\",\n                    \"amount\": 918\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0.01,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 60,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 40.86,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"nestle\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 9,\n            \"customerInfo\": {\n                \"customerID\": 9,\n                \"name\": \"KuldeepA \",\n                \"customerCode\": \"\",\n                \"accountID\": 42,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 7084251462,\n                \"email\": \"rock231234th@gmail.com\",\n                \"addressLine1\": \"Vrindavan Fam, LucknowUttar Pradesh, India, , , , \",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 329,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 104,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"SAC34567\",\n                    \"MRP\": 300,\n                    \"barcode\": 87451296523,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 5,\n                    \"categoryName\": \"Diet Food\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 11,\n                            \"chargeName\": \"Delivery Charge\",\n                            \"chargeRate\": \"₹70\",\n                            \"chargeValue\": 70\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": -500.6697,\n                    \"detailKey\": \"OR1965020220922-104_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 3,\n                            \"discountName\": \"Buy1 Get 1 Free\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 100,\n                            \"discountValue\": 259\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR1965020220922-104_NR_1\",\n                    \"itemSales\": 259,\n                    \"orderSubID\": 1,\n                    \"productID\": 4,\n                    \"productName\": \"Marie Gold Biscuits\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 259,\n                    \"sku\": \"KUS234567\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 1,\n                            \"taxName\": \"2.5SGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 0\n                        },\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 0\n                        },\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 0\n                        }\n                    ],\n                    \"totalChargeValue\": 70,\n                    \"totalDiscountValue\": 259,\n                    \"totalTaxValue\": 0\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 300,\n                    \"barcode\": 649954006128,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 7,\n                    \"categoryName\": \"Snacks\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 199.1388,\n                    \"detailKey\": \"OR1965020220922-104_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR1965020220922-104_NR_2\",\n                    \"itemSales\": 246.67,\n                    \"orderSubID\": 2,\n                    \"productID\": 6,\n                    \"productName\": \"Oreo Biscuits\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 246.67,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 8,\n                            \"taxName\": \"2.5CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.17\n                        },\n                        {\n                            \"taxID\": 9,\n                            \"taxName\": \"SGST2.5%\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 6.17\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 12.34\n                }\n            ],\n            \"loyaltyPointsCollected\": 3,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR1965020220922-104\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Bharat QR\",\n                    \"subType\": \"NA\",\n                    \"amount\": 329\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-22\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0.01,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 70,\n            \"totalDiscountValue\": 259,\n            \"totalTaxValue\": 12.34,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"d7fc85eb-c815-44bc-a2e0-16adf8c666fe","name":"No Record found for Given period","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"252d447d314f8b1abfecb286d4beccfcf47d4aaaa162af385a95e4a4d2e60842","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-28\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 26 Sep 2022 11:14:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Cache","value":"MISS from mE0CBBCA15860"},{"key":"X-Cache-Lookup","value":"MISS from mE0CBBCA15860:3127"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Via","value":"1.1 mE0CBBCA15860 (squid/5.0.2)"},{"key":"Connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [],\n    \"message\": \"No records found for given period\"\n}"},{"id":"f781cdb1-4895-418f-a6c8-cdb6c6bb9f8b","name":"Multiples discounts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 10:54:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n             \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 32,\n            \"customerInfo\": {\n                \"customerID\": 32,\n                \"name\": \"Ashok \",\n                \"customerCode\": \"\",\n                \"accountID\": 84,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 7531598527,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"Tower\",\n                \"addressLine2\": \"Gk\",\n                \"city\": \"Wb\",\n                \"state\": \"West Bengal\",\n                \"country\": \"India\",\n                \"pincode\": 3551134\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 676,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 61,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"SAC5647839\",\n                    \"MRP\": 30,\n                    \"barcode\": \"A67UF14TZYIO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 50,\n                    \"detailKey\": \"OR623120220912-61_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 6,\n                            \"discountName\": \"DISCOUNT 8\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 8,\n                            \"discountValue\": 4.8\n                        }\n                    ],\n                    \"itemSales\": 60,\n                    \"orderSubID\": 1,\n                    \"productID\": 38,\n                    \"productName\": \"Dal Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 30,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 3.312\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 4.8,\n                    \"totalTaxValue\": 3.312\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 250,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 5,\n                    \"categoryName\": \"STARTERS\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 65.575,\n                    \"detailKey\": \"OR623120220912-61_2\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 8,\n                            \"discountName\": \"Buy 2 Get 30Rs OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 6,\n                            \"discountValue\": 26.316\n                        }\n                    ],\n                    \"itemSales\": 438.596,\n                    \"orderSubID\": 2,\n                    \"productID\": 14,\n                    \"productName\": \"Paneer Tikka\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 219.298,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 7,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"14%\",\n                            \"taxValue\": 57.719\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 26.316,\n                    \"totalTaxValue\": 57.719\n                },\n                {\n                    \"HSNOrSACCode\": \"SG6532\",\n                    \"MRP\": 120,\n                    \"barcode\": 986523451,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Lunch Menu\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 47.169\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 101008.2864,\n                    \"detailKey\": \"OR623120220912-61_3\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 2,\n                            \"discountName\": \"50Rs Off\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 50,\n                            \"discountValue\": 47.17\n                        }\n                    ],\n                    \"itemSales\": 141.509,\n                    \"orderSubID\": 3,\n                    \"productID\": 6,\n                    \"productName\": \"Rajma rice\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 141.509,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 5.66\n                        }\n                    ],\n                    \"totalChargeValue\": 47.169,\n                    \"totalDiscountValue\": 47.17,\n                    \"totalTaxValue\": 5.66\n                }\n            ],\n            \"loyaltyPointsCollected\": 67,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-61\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Bharat QR\",\n                    \"subType\": \"NA\",\n                    \"amount\": 676\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": -0.321,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 47.169,\n            \"totalDiscountValue\": 78.286,\n            \"totalTaxValue\": 66.691,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"869f3d4e-d6f3-492a-b255-0b0fd34c2427","name":"No Order Done on current date","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 08:12:44 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"itemDetails\": null\n        }\n    ]\n}"},{"id":"3251ae98-3d0c-4a0f-8b46-c300a61b5ee9","name":"Normal Billing without tax,charge & discount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 08:15:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Gautam SUNITA \",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"TERRY456DA\",\n                \"DOB\": \"0012-02-11\",\n                \"gender\": \"MALE\",\n                \"phone\": 8178832233,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 15,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 56,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 15,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 140,\n                    \"categoryName\": \"Tea Snacks\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-56_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 15,\n                    \"orderSubID\": 1,\n                    \"productID\": 71,\n                    \"productName\": \"Samosa\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 15,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-56\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 15\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"9d7ff58c-a001-438a-bc81-25c182854fde","name":"Two Additional charges_Order & Product level","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 08:21:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 3,\n            \"customerInfo\": {\n                \"customerID\": 3,\n                \"name\": \"Shivani  \",\n                \"customerCode\": \"\",\n                \"accountID\": 49,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"AD3456ADFG\",\n                \"DOB\": \"2022-08-26\",\n                \"gender\": \"MALE\",\n                \"phone\": 8052369708,\n                \"email\": \"shivani@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 594,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 57,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"HSAC\",\n                    \"MRP\": 349,\n                    \"barcode\": 87451284512,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 8,\n                    \"brandName\": \"Burger King\",\n                    \"categoryID\": 60,\n                    \"categoryName\": \"Burger King\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 174.5\n                        },\n                        {\n                            \"chargeID\": 4,\n                            \"chargeName\": \"Packaging Charges\",\n                            \"chargeRate\": \"₹50\",\n                            \"chargeValue\": 50\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-57_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 349,\n                    \"orderSubID\": 1,\n                    \"productID\": 70,\n                    \"productName\": \"Double Aloo Tikki Burger\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 349,\n                    \"sku\": \"UGH45363\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 20.94\n                        }\n                    ],\n                    \"totalChargeValue\": 224.5,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 20.94\n                }\n            ],\n            \"loyaltyPointsCollected\": 59,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-57\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Home Delivery\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Card\",\n                    \"subType\": \"Master Card\",\n                    \"amount\": 594\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0.44,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 224.5,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 20.94,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"b3bab21b-f9c5-4058-a287-192d2b54e859","name":"Two additional charges_Both Order Level Charges","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 09:55:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"foodM\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 18,\n            \"customerInfo\": {\n                \"customerID\": 18,\n                \"name\": \"TagTaste \",\n                \"customerCode\": \"\",\n                \"accountID\": 66,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": 357874135688524,\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"\",\n                \"phone\": 8523674125,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"K\",\n                \"addressLine2\": \"Sector 88\",\n                \"city\": \"Noida\",\n                \"state\": \"Gujarat\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 190,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 58,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 108,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"NONE\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Lunch Menu\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 5,\n                            \"chargeName\": \"Service Charge \",\n                            \"chargeRate\": \"₹40\",\n                            \"chargeValue\": 40\n                        },\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 50\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 2388.1647,\n                    \"detailKey\": \"OR623120220912-58_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 100,\n                    \"orderSubID\": 1,\n                    \"productID\": 20,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 100,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 90,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-58\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cheque\",\n                    \"subType\": \"NA\",\n                    \"amount\": 190\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 90,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"f095d0d5-c4b4-46d2-a381-bcb27be873e9","name":"Order with Tax & charge & Discount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 10:06:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food11\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 72,\n            \"customerInfo\": {\n                \"customerID\": 72,\n                \"name\": \"Neeraj \",\n                \"customerCode\": \"\",\n                \"accountID\": 134,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"AHJK473YUI\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 7845326598,\n                \"email\": \"neeraj@queuebuster.co\",\n                \"addressLine1\": \"Tower 8\",\n                \"addressLine2\": \"Sector 78\",\n                \"city\": \"Noida\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 294,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 59,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"SG6532\",\n                    \"MRP\": 120,\n                    \"barcode\": 986523451,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Lunch Menu\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 94.338\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 101008.2864,\n                    \"detailKey\": \"OR623120220912-59_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 2,\n                            \"discountName\": \"50Rs Off\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 50,\n                            \"discountValue\": 94.34\n                        }\n                    ],\n                    \"itemSales\": 283.018,\n                    \"orderSubID\": 1,\n                    \"productID\": 6,\n                    \"productName\": \"Rajma rice\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 141.509,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 11.321\n                        }\n                    ],\n                    \"totalChargeValue\": 94.338,\n                    \"totalDiscountValue\": 94.34,\n                    \"totalTaxValue\": 11.321\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-59\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Dine In\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Wallet\",\n                    \"subType\": \"Paytm\",\n                    \"amount\": 294\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0.337,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 94.338,\n            \"totalDiscountValue\": 94.34,\n            \"totalTaxValue\": 11.321,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"1be2888e-f279-4932-90d5-ffba01b71e9d","name":"Buy worth of 1500 & Get Rs 80 OFF","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 10:15:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 4,\n            \"customerInfo\": {\n                \"customerID\": 4,\n                \"name\": \"FIROZ \",\n                \"customerCode\": \"\",\n                \"accountID\": 50,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0030-11-02\",\n                \"gender\": \"MALE\",\n                \"phone\": 7539852140,\n                \"email\": \"firoz@gmail.com\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 2094,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 60,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"S9AC564739\",\n                    \"MRP\": 45,\n                    \"barcode\": \"K96UF14TZYO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-60_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 45,\n                    \"orderSubID\": 1,\n                    \"productID\": 35,\n                    \"productName\": \"Egg Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 45,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 2.7\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 2.7\n                },\n                {\n                    \"HSNOrSACCode\": \"S9AC564739\",\n                    \"MRP\": 45,\n                    \"barcode\": \"9K96UF14TZYO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 500,\n                    \"detailKey\": \"OR623120220912-60_2\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 9,\n                            \"discountName\": \"Buy worth of 1500 & get Rs 80 OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 3.9801,\n                            \"discountValue\": 1.791\n                        }\n                    ],\n                    \"itemSales\": 45,\n                    \"orderSubID\": 2,\n                    \"productID\": 55,\n                    \"productName\": \"Egg-veg7Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 45,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 2.593\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 1.791,\n                    \"totalTaxValue\": 2.593\n                },\n                {\n                    \"HSNOrSACCode\": \"SAC5647839\",\n                    \"MRP\": 30,\n                    \"barcode\": \"A67UF14TZYIO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 50,\n                    \"detailKey\": \"OR623120220912-60_3\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 9,\n                            \"discountName\": \"Buy worth of 1500 & get Rs 80 OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 3.9801,\n                            \"discountValue\": 27.463\n                        }\n                    ],\n                    \"itemSales\": 690,\n                    \"orderSubID\": 3,\n                    \"productID\": 38,\n                    \"productName\": \"Dal Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 23,\n                    \"rate\": 30,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 39.752\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 27.463,\n                    \"totalTaxValue\": 39.752\n                },\n                {\n                    \"HSNOrSACCode\": \"SAC5647839\",\n                    \"MRP\": 30,\n                    \"barcode\": \"A67UF14TZYIO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 50,\n                    \"detailKey\": \"OR623120220912-60_4\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 9,\n                            \"discountName\": \"Buy worth of 1500 & get Rs 80 OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 3.9801,\n                            \"discountValue\": 13.134\n                        }\n                    ],\n                    \"itemSales\": 330,\n                    \"orderSubID\": 4,\n                    \"productID\": 42,\n                    \"productName\": \"Soya Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 11,\n                    \"rate\": 30,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 19.012\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 13.134,\n                    \"totalTaxValue\": 19.012\n                },\n                {\n                    \"HSNOrSACCode\": \"S9AC564739\",\n                    \"MRP\": 45,\n                    \"barcode\": \"9K96UF14TZYO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-60_5\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 9,\n                            \"discountName\": \"Buy worth of 1500 & get Rs 80 OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 3.9801,\n                            \"discountValue\": 37.612\n                        }\n                    ],\n                    \"itemSales\": 945,\n                    \"orderSubID\": 5,\n                    \"productID\": 39,\n                    \"productName\": \"Double Egg Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 21,\n                    \"rate\": 45,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 54.443\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 37.612,\n                    \"totalTaxValue\": 54.443\n                }\n            ],\n            \"loyaltyPointsCollected\": 209,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-60\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Third Party\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"UPI\",\n                    \"subType\": \"NA\",\n                    \"amount\": 2094\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": -0.5,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 80,\n            \"totalTaxValue\": 118.5,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"353cc5e1-a259-4243-a31c-4b7ef3cd05fe","name":"NoCharge Order & Buy 2 Get Off rs amount","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 10:32:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            {\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Gautam SUNITA \",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"TERRY456DA\",\n                \"DOB\": \"0012-02-11\",\n                \"gender\": \"MALE\",\n                \"phone\": 8178832233,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 15,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 56,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 15,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 140,\n                    \"categoryName\": \"Tea Snacks\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-56_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 15,\n                    \"orderSubID\": 1,\n                    \"productID\": 71,\n                    \"productName\": \"Samosa\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 15,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-56\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 15\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 3,\n            \"customerInfo\": {\n                \"customerID\": 3,\n                \"name\": \"Shivani  \",\n                \"customerCode\": \"\",\n                \"accountID\": 49,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"AD3456ADFG\",\n                \"DOB\": \"2022-08-26\",\n                \"gender\": \"MALE\",\n                \"phone\": 8052369708,\n                \"email\": \"shivani@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 594,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 57,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"HSAC\",\n                    \"MRP\": 349,\n                    \"barcode\": 87451284512,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 8,\n                    \"brandName\": \"Burger King\",\n                    \"categoryID\": 60,\n                    \"categoryName\": \"Burger King\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 174.5\n                        },\n                        {\n                            \"chargeID\": 4,\n                            \"chargeName\": \"Packaging Charges\",\n                            \"chargeRate\": \"₹50\",\n                            \"chargeValue\": 50\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-57_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 349,\n                    \"orderSubID\": 1,\n                    \"productID\": 70,\n                    \"productName\": \"Double Aloo Tikki Burger\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 349,\n                    \"sku\": \"UGH45363\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 20.94\n                        }\n                    ],\n                    \"totalChargeValue\": 224.5,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 20.94\n                }\n            ],\n            \"loyaltyPointsCollected\": 59,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-57\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Home Delivery\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Card\",\n                    \"subType\": \"Master Card\",\n                    \"amount\": 594\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0.44,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 224.5,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 20.94,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"foodM\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 18,\n            \"customerInfo\": {\n                \"customerID\": 18,\n                \"name\": \"TagTaste \",\n                \"customerCode\": \"\",\n                \"accountID\": 66,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": 357874135688524,\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"\",\n                \"phone\": 8523674125,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"K\",\n                \"addressLine2\": \"Sector 88\",\n                \"city\": \"Noida\",\n                \"state\": \"Gujarat\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 190,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 58,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 108,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"NONE\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Lunch Menu\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 5,\n                            \"chargeName\": \"Service Charge \",\n                            \"chargeRate\": \"₹40\",\n                            \"chargeValue\": 40\n                        },\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 50\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 2388.1647,\n                    \"detailKey\": \"OR623120220912-58_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 100,\n                    \"orderSubID\": 1,\n                    \"productID\": 20,\n                    \"productName\": \"Chole Bhature\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 100,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 90,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-58\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cheque\",\n                    \"subType\": \"NA\",\n                    \"amount\": 190\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 90,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"food11\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 72,\n            \"customerInfo\": {\n                \"customerID\": 72,\n                \"name\": \"Neeraj \",\n                \"customerCode\": \"\",\n                \"accountID\": 134,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"AHJK473YUI\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 7845326598,\n                \"email\": \"neeraj@queuebuster.co\",\n                \"addressLine1\": \"Tower 8\",\n                \"addressLine2\": \"Sector 78\",\n                \"city\": \"Noida\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 294,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 59,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"SG6532\",\n                    \"MRP\": 120,\n                    \"barcode\": 986523451,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Lunch Menu\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 94.338\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 101008.2864,\n                    \"detailKey\": \"OR623120220912-59_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 2,\n                            \"discountName\": \"50Rs Off\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 50,\n                            \"discountValue\": 94.34\n                        }\n                    ],\n                    \"itemSales\": 283.018,\n                    \"orderSubID\": 1,\n                    \"productID\": 6,\n                    \"productName\": \"Rajma rice\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 141.509,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 11.321\n                        }\n                    ],\n                    \"totalChargeValue\": 94.338,\n                    \"totalDiscountValue\": 94.34,\n                    \"totalTaxValue\": 11.321\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-59\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Dine In\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Wallet\",\n                    \"subType\": \"Paytm\",\n                    \"amount\": 294\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0.337,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 94.338,\n            \"totalDiscountValue\": 94.34,\n            \"totalTaxValue\": 11.321,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 4,\n            \"customerInfo\": {\n                \"customerID\": 4,\n                \"name\": \"FIROZ \",\n                \"customerCode\": \"\",\n                \"accountID\": 50,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0030-11-02\",\n                \"gender\": \"MALE\",\n                \"phone\": 7539852140,\n                \"email\": \"firoz@gmail.com\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 2094,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 60,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"S9AC564739\",\n                    \"MRP\": 45,\n                    \"barcode\": \"K96UF14TZYO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-60_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 45,\n                    \"orderSubID\": 1,\n                    \"productID\": 35,\n                    \"productName\": \"Egg Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 45,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 2.7\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 2.7\n                },\n                {\n                    \"HSNOrSACCode\": \"S9AC564739\",\n                    \"MRP\": 45,\n                    \"barcode\": \"9K96UF14TZYO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 500,\n                    \"detailKey\": \"OR623120220912-60_2\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 9,\n                            \"discountName\": \"Buy worth of 1500 & get Rs 80 OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 3.9801,\n                            \"discountValue\": 1.791\n                        }\n                    ],\n                    \"itemSales\": 45,\n                    \"orderSubID\": 2,\n                    \"productID\": 55,\n                    \"productName\": \"Egg-veg7Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 45,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 2.593\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 1.791,\n                    \"totalTaxValue\": 2.593\n                },\n                {\n                    \"HSNOrSACCode\": \"SAC5647839\",\n                    \"MRP\": 30,\n                    \"barcode\": \"A67UF14TZYIO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 50,\n                    \"detailKey\": \"OR623120220912-60_3\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 9,\n                            \"discountName\": \"Buy worth of 1500 & get Rs 80 OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 3.9801,\n                            \"discountValue\": 27.463\n                        }\n                    ],\n                    \"itemSales\": 690,\n                    \"orderSubID\": 3,\n                    \"productID\": 38,\n                    \"productName\": \"Dal Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 23,\n                    \"rate\": 30,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 39.752\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 27.463,\n                    \"totalTaxValue\": 39.752\n                },\n                {\n                    \"HSNOrSACCode\": \"SAC5647839\",\n                    \"MRP\": 30,\n                    \"barcode\": \"A67UF14TZYIO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 50,\n                    \"detailKey\": \"OR623120220912-60_4\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 9,\n                            \"discountName\": \"Buy worth of 1500 & get Rs 80 OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 3.9801,\n                            \"discountValue\": 13.134\n                        }\n                    ],\n                    \"itemSales\": 330,\n                    \"orderSubID\": 4,\n                    \"productID\": 42,\n                    \"productName\": \"Soya Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 11,\n                    \"rate\": 30,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 19.012\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 13.134,\n                    \"totalTaxValue\": 19.012\n                },\n                {\n                    \"HSNOrSACCode\": \"S9AC564739\",\n                    \"MRP\": 45,\n                    \"barcode\": \"9K96UF14TZYO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-60_5\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 9,\n                            \"discountName\": \"Buy worth of 1500 & get Rs 80 OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 3.9801,\n                            \"discountValue\": 37.612\n                        }\n                    ],\n                    \"itemSales\": 945,\n                    \"orderSubID\": 5,\n                    \"productID\": 39,\n                    \"productName\": \"Double Egg Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 21,\n                    \"rate\": 45,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 54.443\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 37.612,\n                    \"totalTaxValue\": 54.443\n                }\n            ],\n            \"loyaltyPointsCollected\": 209,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-60\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Third Party\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"UPI\",\n                    \"subType\": \"NA\",\n                    \"amount\": 2094\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": -0.5,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 80,\n            \"totalTaxValue\": 118.5,\n            \"transactionType\": \"Sales\"\n        },\n        {\n            \"billingUsername\": \"foods\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 6,\n            \"customerInfo\": {\n                \"customerID\": 6,\n                \"name\": \"Gggg \",\n                \"customerCode\": \"\",\n                \"accountID\": 54,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 8523686669,\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 470,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 0,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 250,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 5,\n                    \"categoryName\": \"STARTERS\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 65.575,\n                    \"detailKey\": \"NC623120220912-3_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 8,\n                            \"discountName\": \"Buy 2 Get 30Rs OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 6,\n                            \"discountValue\": 26.316\n                        }\n                    ],\n                    \"itemSales\": 438.596,\n                    \"orderSubID\": 1,\n                    \"productID\": 14,\n                    \"productName\": \"Paneer Tikka\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 219.298,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 7,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"14%\",\n                            \"taxValue\": 57.719\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 26.316,\n                    \"totalTaxValue\": 57.719\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"NC623120220912-3\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"No Charge\",\n                    \"subType\": \"NA\",\n                    \"amount\": 470\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": -0.001,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 26.316,\n            \"totalTaxValue\": 57.719,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}\n    ]\n}"},{"id":"b12f3331-a3f4-42ea-855d-a2328d584884","name":"Voucher Applied On order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 11:10:23 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n             \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 5,\n            \"customerInfo\": {\n                \"customerID\": 5,\n                \"name\": \"Dhufbj \",\n                \"customerCode\": \"\",\n                \"accountID\": 53,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": \"23689974St\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"\",\n                \"phone\": 7412587136,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"F\",\n                \"addressLine2\": \"H\",\n                \"city\": \"Noida\",\n                \"state\": \"Andhra Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201302\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 114,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 62,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"HSNSAC23\",\n                    \"MRP\": 450,\n                    \"barcode\": 9865321245,\n                    \"batchVariantID\": 14,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 140,\n                    \"categoryName\": \"Tea Snacks\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-62_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 99,\n                    \"orderSubID\": 1,\n                    \"productID\": 65,\n                    \"productName\": \"Moog Dal Namkeen\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 99,\n                    \"sku\": \"SKU45367\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 0\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 15,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 140,\n                    \"categoryName\": \"Tea Snacks\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-62_2\",\n                    \"discounts\": [],\n                    \"itemSales\": 15,\n                    \"orderSubID\": 2,\n                    \"productID\": 71,\n                    \"productName\": \"Samosa\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 15,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-62\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Home Delivery\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Voucher\",\n                    \"subType\": \"NA\",\n                    \"amount\": 100\n                },\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 14\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"8ba5ba41-98e4-4b12-ab1d-bce939862f59","name":"Payment By_creditNote","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 11:18:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"foods\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 47,\n            \"customerInfo\": {\n                \"customerID\": 47,\n                \"name\": \"SUNITA G \",\n                \"customerCode\": \"\",\n                \"accountID\": 101,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0015-02-12\",\n                \"gender\": \"MALE\",\n                \"phone\": 7503664514,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 669,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 63,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"HSAC\",\n                    \"MRP\": 349,\n                    \"barcode\": 87451284512,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 8,\n                    \"brandName\": \"Burger King\",\n                    \"categoryID\": 60,\n                    \"categoryName\": \"Burger King\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 3,\n                            \"chargeName\": \"Delivery Charges\",\n                            \"chargeRate\": \"50%\",\n                            \"chargeValue\": 174.5\n                        },\n                        {\n                            \"chargeID\": 4,\n                            \"chargeName\": \"Packaging Charges\",\n                            \"chargeRate\": \"₹50\",\n                            \"chargeValue\": 50\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-63_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 349,\n                    \"orderSubID\": 1,\n                    \"productID\": 70,\n                    \"productName\": \"Double Aloo Tikki Burger\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 349,\n                    \"sku\": \"UGH45363\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 20.94\n                        }\n                    ],\n                    \"totalChargeValue\": 224.5,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 20.94\n                },\n                {\n                    \"HSNOrSACCode\": \"SAC5647839\",\n                    \"MRP\": 70,\n                    \"barcode\": \"A87UF14TZYIO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-63_2\",\n                    \"discounts\": [],\n                    \"itemSales\": 70,\n                    \"orderSubID\": 2,\n                    \"productID\": 52,\n                    \"productName\": \"Mutton Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 70,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 4.2\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 4.2\n                }\n            ],\n            \"loyaltyPointsCollected\": 66,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-63\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Credit Note\",\n                    \"subType\": \"NA\",\n                    \"amount\": 669\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": -0.36,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 224.5,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 25.14,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"b0783cd9-c7b0-4b8d-abec-336462714a45","name":"payment_creditSales","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 11:30:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"foodM\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 16,\n            \"customerInfo\": {\n                \"customerID\": 16,\n                \"name\": \"Samarth 1sir \",\n                \"customerCode\": \"\",\n                \"accountID\": 64,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0002-11-30\",\n                \"gender\": \"MALE\",\n                \"phone\": 9953096351,\n                \"email\": \"lata@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 143,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 64,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"S9AC564739\",\n                    \"MRP\": 45,\n                    \"barcode\": \"9K96UF14TZYO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-64_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 50,\n                    \"orderSubID\": 1,\n                    \"productID\": 43,\n                    \"productName\": \"Aloo Masala Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 50,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 3\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 3\n                },\n                {\n                    \"HSNOrSACCode\": \"SAC5647839\",\n                    \"MRP\": 90,\n                    \"barcode\": \"A87UF14TZYIO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-64_2\",\n                    \"discounts\": [],\n                    \"itemSales\": 84.906,\n                    \"orderSubID\": 2,\n                    \"productID\": 41,\n                    \"productName\": \"Single Roll Chicken \",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 84.906,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 5.094\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 5.094\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-64\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Credit Sale\",\n                    \"subType\": \"NA\",\n                    \"amount\": 143\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 8.094,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"da5af8df-2b30-438e-8b4a-65e166ab0de3","name":"Multiples Payment methods","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 11:39:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n             \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 37,\n            \"customerInfo\": {\n                \"customerID\": 37,\n                \"name\": \"Dhirendra \",\n                \"customerCode\": \"\",\n                \"accountID\": 89,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 8700114853,\n                \"email\": \"dhirendra@queuebuster.co\",\n                \"addressLine1\": \"C8\",\n                \"addressLine2\": \"Sector 78\",\n                \"city\": \"Noida\",\n                \"state\": \"Assam\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 990,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 65,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"SAC5647839\",\n                    \"MRP\": 90,\n                    \"barcode\": \"A87UF14TZYIO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-65_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 84.906,\n                    \"orderSubID\": 1,\n                    \"productID\": 37,\n                    \"productName\": \"Mix Vegetable Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 84.906,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 5.094\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 5.094\n                },\n                {\n                    \"HSNOrSACCode\": \"CD345678\",\n                    \"MRP\": 300,\n                    \"barcode\": 9384593859,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 24,\n                    \"brandName\": \"Campbell's Chunky Soups\",\n                    \"categoryID\": 3,\n                    \"categoryName\": \"Indian Soups\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": -9000,\n                    \"detailKey\": \"OR623120220912-65_2\",\n                    \"discounts\": [],\n                    \"itemSales\": 900,\n                    \"orderSubID\": 2,\n                    \"productID\": 24,\n                    \"productName\": \"Chicken Soup\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 3,\n                    \"rate\": 300,\n                    \"sku\": \"SKU34785\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 99,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-65\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 90\n                },\n                {\n                    \"type\": \"Wallet\",\n                    \"subType\": \"Amazon Pay\",\n                    \"amount\": 90\n                },\n                {\n                    \"type\": \"Card\",\n                    \"subType\": \"Rupay Card\",\n                    \"amount\": 80\n                },\n                {\n                    \"type\": \"UPI\",\n                    \"subType\": \"NA\",\n                    \"amount\": 730\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 5.094,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"868c0afe-9712-4663-94ee-87125de111cf","name":"Combo Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 11:39:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n             \n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 71,\n            \"customerInfo\": {\n                \"customerID\": 71,\n                \"name\": \"sujeet \",\n                \"customerCode\": \"\",\n                \"accountID\": 133,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"\",\n                \"phone\": 8077241571,\n                \"email\": \"sujeet@gmail.com\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 403,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 69,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": 8434688742,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": -593.75,\n                    \"detailKey\": \"OR623120220912-69_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 380,\n                    \"orderSubID\": 1,\n                    \"productID\": 13,\n                    \"productName\": \"SWEET COMBO\",\n                    \"productType\": \"COMBO\",\n                    \"quantity\": 1,\n                    \"rate\": 350,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 22.8\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 22.8\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-69\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"DotPe\",\n                    \"subType\": \"NA\",\n                    \"amount\": 403\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": -0.2,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 22.8,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"11aac6f2-25d0-4ddd-b86f-9b53ce8bb1ac","name":"Order Done By Quick Bill","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 11:39:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"foods\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 34,\n            \"customerInfo\": {\n                \"customerID\": 34,\n                \"name\": \"Prattek \",\n                \"customerCode\": \"\",\n                \"accountID\": 86,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"2022-06-08\",\n                \"gender\": \"MALE\",\n                \"phone\": 8005005054,\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 297,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 71,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"Choose Brand (NONE)\",\n                    \"categoryID\": -1,\n                    \"categoryName\": \"NONE\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220912-71_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 297,\n                    \"orderSubID\": 1,\n                    \"productID\": -2,\n                    \"productName\": \"Tea Bags\",\n                    \"productType\": \"\",\n                    \"quantity\": 3,\n                    \"rate\": 99,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"NONE\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-71\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Dunzo\",\n                    \"subType\": \"NA\",\n                    \"amount\": 297\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Sales\"\n        \n        }\n    ]\n}"},{"id":"6d6c47ca-2f4c-4a5e-910b-21ed8f8caa67","name":"OnlineOrder_By eStore","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 11:39:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [\n                {\n                    \"chargeID\": 5,\n                    \"chargeName\": \"Service Charge \",\n                    \"chargeRate\": 40,\n                    \"chargeValue\": 40\n                }\n            ],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 47,\n            \"customerInfo\": {\n                \"customerID\": 47,\n                \"name\": \"SUNITA G \",\n                \"customerCode\": \"\",\n                \"accountID\": 101,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0015-02-12\",\n                \"gender\": \"MALE\",\n                \"phone\": 7503664514,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 591,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 72,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 0,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"\",\n                    \"categoryID\": 2,\n                    \"categoryName\": \"BreakFast\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 4,\n                            \"chargeName\": \"Packaging Charges\",\n                            \"chargeRate\": \"₹50\",\n                            \"chargeValue\": 250\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 105.8365,\n                    \"detailKey\": \"OR623120220912-72_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 292.683,\n                    \"orderSubID\": 1,\n                    \"productID\": 2,\n                    \"productName\": \"Poha\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 5,\n                    \"rate\": 58.537,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 10,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 7.317\n                        }\n                    ],\n                    \"totalChargeValue\": 250,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 7.317\n                }\n            ],\n            \"loyaltyPointsCollected\": 59,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-72\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"ONLINE_ORDER\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 591\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": 0.002,\n            \"salesOrder\": \"PI-OL-1534-2453-3\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [\n                {\n                    \"taxID\": 10,\n                    \"taxName\": \"CGST\",\n                    \"taxRate\": 2.5,\n                    \"taxValue\": 1\n                }\n            ],\n            \"totalChargeValue\": 290,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 8.317,\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"e3de6b0c-fbec-4e9e-8c2d-30fa0e484dfc","name":"Multiples Taxes Applied","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"d150db05baec15a88e595bb9eaac737c785da6796da2537c2c1633f0b71379a1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-12\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 12 Sep 2022 11:39:32 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food11\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 69,\n            \"customerInfo\": {\n                \"customerID\": 69,\n                \"name\": \"Shubham6 \",\n                \"customerCode\": \"\",\n                \"accountID\": 131,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 8885553331,\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"Select State\",\n                \"country\": \"India\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 61,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 73,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 50,\n                    \"barcode\": 89653298,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"NONE\",\n                    \"categoryID\": 5,\n                    \"categoryName\": \"STARTERS\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 70.7143,\n                    \"detailKey\": \"OR623120220912-73_1\",\n                    \"discounts\": [],\n                    \"itemSales\": 50,\n                    \"orderSubID\": 1,\n                    \"productID\": 25,\n                    \"productName\": \"Haraa Bharaa Kabab\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 50,\n                    \"sku\": \"UKS8878\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 5,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 4.5\n                        },\n                        {\n                            \"taxID\": 4,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 3\n                        },\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": 3\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 10.5\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220912-73\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 61\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-12\",\n            \"refundOrderID\": \"\",\n            \"rounding\": -0.5,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 10.5,\n            \"transactionType\": \"Sales\"\n        }\n        }\n    ]\n}"},{"id":"2d107272-34ab-4521-95f8-153c37ce1584","name":"Refund Order_by Cash","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"9b6a565aa225db7ac29da859673bf93b345dd520e5382fed59ad1cda86b3701d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-13\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 15:13:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 58,\n            \"customerInfo\": {\n                \"customerID\": 58,\n                \"name\": \"Jony \",\n                \"customerCode\": \"\",\n                \"accountID\": 120,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"KJH568XHLJ\",\n                \"DOB\": \"2022-09-06\",\n                \"gender\": \"MALE\",\n                \"phone\": 7412589630,\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 0,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 75,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 15,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 140,\n                    \"categoryName\": \"Tea Snacks\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR623120220913-75_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR623120220913-75_REF-6231-5_1\",\n                    \"itemSales\": -15,\n                    \"orderSubID\": 1,\n                    \"productID\": 71,\n                    \"productName\": \"Samosa\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 15,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220913-75\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": -15\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-13\",\n            \"refundOrderID\": \"REF-6231-5\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Refund\"\n        }\n    ]\n}"},{"id":"0169603a-d54d-4542-a28f-08bfee1f097c","name":"Refund Order_by Issue Credit Note","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"9b6a565aa225db7ac29da859673bf93b345dd520e5382fed59ad1cda86b3701d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-13\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 15:13:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 56,\n            \"customerInfo\": {\n                \"customerID\": 56,\n                \"name\": \"Nitin \",\n                \"customerCode\": \"\",\n                \"accountID\": 118,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"QWRY456KJA\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 8520369785,\n                \"email\": \"nitin@queuebuster.co\",\n                \"addressLine1\": \"Asfg\",\n                \"addressLine2\": \"Xcvbb Cvv\",\n                \"city\": \"GrNoi\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 0,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 76,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 99,\n                    \"barcode\": 895632,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 5,\n                    \"categoryName\": \"STARTERS\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 277.2,\n                    \"detailKey\": \"OR623120220913-76_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 8,\n                            \"discountName\": \"Buy 2 Get 30Rs OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 20.134228,\n                            \"discountValue\": -19.933\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR623120220913-76_REF-6231-6_1\",\n                    \"itemSales\": -99,\n                    \"orderSubID\": 1,\n                    \"productID\": 22,\n                    \"productName\": \"Fried cripsy baby corn\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 99,\n                    \"sku\": \"KHU54637\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": -19.933,\n                    \"totalTaxValue\": 0\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 55,\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 5,\n                    \"categoryName\": \"STARTERS\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 51.0968,\n                    \"detailKey\": \"OR623120220913-76_2\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 8,\n                            \"discountName\": \"Buy 2 Get 30Rs OFF\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 20.134228,\n                            \"discountValue\": -10.067\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR623120220913-76_REF-6231-6_2\",\n                    \"itemSales\": -50,\n                    \"orderSubID\": 2,\n                    \"productID\": 47,\n                    \"productName\": \"Chilli Potatoes\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 50,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": -10.067,\n                    \"totalTaxValue\": 0\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220913-76\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Credit Note\",\n                    \"subType\": \"NA\",\n                    \"amount\": -119\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-13\",\n            \"refundOrderID\": \"REF-6231-6\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": -30,\n            \"totalTaxValue\": 0,\n            \"transactionType\": \"Refund\"\n        }\n    ]\n}"},{"id":"3e87d1d3-7339-4ad1-9055-a48bcefa4c0b","name":"Partial Refunded Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"9b6a565aa225db7ac29da859673bf93b345dd520e5382fed59ad1cda86b3701d","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-13\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 13 Sep 2022 15:13:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 47,\n            \"customerInfo\": {\n                \"customerID\": 47,\n                \"name\": \"SUNITA G \",\n                \"customerCode\": \"\",\n                \"accountID\": 101,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0015-02-12\",\n                \"gender\": \"MALE\",\n                \"phone\": 7503664514,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 74,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 77,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"SAC5647839\",\n                    \"MRP\": 30,\n                    \"barcode\": \"A67UF14TZYIO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 50,\n                    \"detailKey\": \"OR623120220913-77_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR623120220913-77_REF-6231-7_1\",\n                    \"itemSales\": -30,\n                    \"orderSubID\": 1,\n                    \"productID\": 42,\n                    \"productName\": \"Soya Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 30,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": -1.8\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": -1.8\n                },\n                {\n                    \"HSNOrSACCode\": \"SAC5647839\",\n                    \"MRP\": 30,\n                    \"barcode\": \"A67UF14TZYIO\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 28,\n                    \"brandName\": \"Kathi Rolls Brand\",\n                    \"categoryID\": 57,\n                    \"categoryName\": \"Rolls\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 50,\n                    \"detailKey\": \"OR623120220913-77_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR623120220913-77_REF-6231-7_2\",\n                    \"itemSales\": -30,\n                    \"orderSubID\": 2,\n                    \"productID\": 38,\n                    \"productName\": \"Dal Roll\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 30,\n                    \"sku\": \"NA\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 3,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"6%\",\n                            \"taxValue\": -1.8\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": -1.8\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR623120220913-77\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": -64\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2022-09-13\",\n            \"refundOrderID\": \"REF-6231-7\",\n            \"rounding\": 0.2,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_PARTIAL_CANCELLED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": -3.6,\n            \"transactionType\": \"Refund\"\n        }\n    ]\n}"},{"id":"2c1c1659-de90-46ad-a8a0-3e6b988e0ff6","name":"Attributes","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"ca379f357b92a8846663dfa500224be7328ecba5f2ffe727a23c0bce5c3e67c1","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":55,\n    \"chain_id\": 2094,\n    \"store_id\": 3246,\n    \"sales_date\": \"2023-01-18\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 18 Jan 2023 11:52:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-55-122022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"earthrhythm\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Rahul Mishra \",\n                \"customerCode\": \"\",\n                \"accountID\": 28,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 9560018701,\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 618,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 1,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": 340130,\n                    \"MRP\": 329,\n                    \"attribute1\": 18,\n                    \"attribute2\": \"S1\",\n                    \"attribute3\": \"\",\n                    \"attribute4\": \"\",\n                    \"attribute5\": \"\",\n                    \"barcode\": 8904391100429,\n                    \"batchVariantID\": 5,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 1,\n                    \"brandName\": \"Earth Rhythm\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Bath and Body\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 206.8966,\n                    \"detailKey\": \"OR900420230118-1_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR900420230118-1_NR_1\",\n                    \"itemSales\": 278.81,\n                    \"orderSubID\": 1,\n                    \"productID\": 1,\n                    \"productName\": \"ALOE VERA LEMONGRASS SOAP\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 278.81,\n                    \"sku\": \"SOA001\",\n                    \"subCategoryID\": 1,\n                    \"subCategoryName\": \"Body Soap\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 5,\n                            \"taxName\": \"CGST9\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 25.09\n                        },\n                        {\n                            \"taxID\": 6,\n                            \"taxName\": \"SGST9\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 25.09\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 50.18\n                },\n                {\n                    \"HSNOrSACCode\": 340111,\n                    \"MRP\": 289,\n                    \"attribute1\": \"\",\n                    \"attribute2\": \"\",\n                    \"attribute3\": \"\",\n                    \"attribute4\": \"\",\n                    \"attribute5\": \"\",\n                    \"barcode\": 8904391100399,\n                    \"batchVariantID\": 2,\n                    \"batchVariantName\": \"OATS, MILK AND HONEY BODY CLEANSER - batch: 16-Jan-2023 16:26\",\n                    \"brandID\": 1,\n                    \"brandName\": \"Earth Rhythm\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Bath and Body\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 250,\n                    \"detailKey\": \"OR900420230118-1_2\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR900420230118-1_NR_2\",\n                    \"itemSales\": 244.92,\n                    \"orderSubID\": 2,\n                    \"productID\": 2,\n                    \"productName\": \"OATS, MILK AND HONEY BODY CLEANSER\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 244.92,\n                    \"sku\": \"SOA006\",\n                    \"subCategoryID\": 1,\n                    \"subCategoryName\": \"Body Soap\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 5,\n                            \"taxName\": \"CGST9\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 22.04\n                        },\n                        {\n                            \"taxID\": 6,\n                            \"taxName\": \"SGST9\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 22.04\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 44.08\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR900420230118-1\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 618\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-18\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": -0.01,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 2,\n            \"totalItemQuantity\": 2,\n            \"totalItemSales\": 523.73,\n            \"totalTaxValue\": 94.26,\n            \"transactionTime\": \"17:15:11\",\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 617.98\n        },\n        {\n            \"billingUsername\": \"earthrhythm\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": \"\",\n            \"customerInfo\": {\n                \"customerID\": 0,\n                \"name\": \"\",\n                \"customerCode\": \"\",\n                \"accountID\": 0,\n                \"customerType\": \"\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"\",\n                \"gender\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 329,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 2,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": 340130,\n                    \"MRP\": 329,\n                    \"attribute1\": \"\",\n                    \"attribute2\": \"\",\n                    \"attribute3\": \"\",\n                    \"attribute4\": \"\",\n                    \"attribute5\": \"\",\n                    \"barcode\": 8904391100429,\n                    \"batchVariantID\": 1,\n                    \"batchVariantName\": \"ALOE VERA LEMONGRASS SOAP - batch: 16-Jan-2023 16:26\",\n                    \"brandID\": 1,\n                    \"brandName\": \"Earth Rhythm\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Bath and Body\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 200,\n                    \"detailKey\": \"OR900420230118-2_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR900420230118-2_NR_1\",\n                    \"itemSales\": 278.81,\n                    \"orderSubID\": 1,\n                    \"productID\": 1,\n                    \"productName\": \"ALOE VERA LEMONGRASS SOAP\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 278.81,\n                    \"sku\": \"SOA001\",\n                    \"subCategoryID\": 1,\n                    \"subCategoryName\": \"Body Soap\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 5,\n                            \"taxName\": \"CGST9\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 25.09\n                        },\n                        {\n                            \"taxID\": 6,\n                            \"taxName\": \"SGST9\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 25.09\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 50.18\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR900420230118-2\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 329\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-18\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": -0.01,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": 278.81,\n            \"totalTaxValue\": 50.18,\n            \"transactionTime\": \"17:17:08\",\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 328.98\n        },\n        {\n            \"billingUsername\": \"earthrhythm\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": \"\",\n            \"customerInfo\": {\n                \"customerID\": 0,\n                \"name\": \"\",\n                \"customerCode\": \"\",\n                \"accountID\": 0,\n                \"customerType\": \"\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"\",\n                \"gender\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 519,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 3,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": 330499,\n                    \"MRP\": 519,\n                    \"attribute1\": 519,\n                    \"attribute2\": 519,\n                    \"attribute3\": \"\",\n                    \"attribute4\": \"\",\n                    \"attribute5\": \"\",\n                    \"barcode\": 8904391101051,\n                    \"batchVariantID\": 6,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 1,\n                    \"brandName\": \"Earth Rhythm\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Bath and Body\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR900420230118-3_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR900420230118-3_NR_1\",\n                    \"itemSales\": 439.83,\n                    \"orderSubID\": 1,\n                    \"productID\": 4,\n                    \"productName\": \"SWEET PEA BODY YOGURT\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 439.83,\n                    \"sku\": \"BMB012\",\n                    \"subCategoryID\": 2,\n                    \"subCategoryName\": \"Body Yogurt\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 5,\n                            \"taxName\": \"CGST9\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 39.58\n                        },\n                        {\n                            \"taxID\": 6,\n                            \"taxName\": \"SGST9\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 39.58\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 79.16\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR900420230118-3\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 519\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-18\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": -0.01,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": 439.83,\n            \"totalTaxValue\": 79.16,\n            \"transactionTime\": \"17:20:01\",\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 518.98\n        },\n        {\n            \"billingUsername\": \"earthrhythm\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": \"\",\n            \"customerInfo\": {\n                \"customerID\": 0,\n                \"name\": \"\",\n                \"customerCode\": \"\",\n                \"accountID\": 0,\n                \"customerType\": \"\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"\",\n                \"gender\": \"\",\n                \"phone\": \"\",\n                \"email\": \"\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 579,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 4,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": 330499,\n                    \"MRP\": 579,\n                    \"attribute1\": 521,\n                    \"attribute2\": 521,\n                    \"attribute3\": \"\",\n                    \"attribute4\": \"\",\n                    \"attribute5\": \"\",\n                    \"barcode\": 8904391101075,\n                    \"batchVariantID\": 7,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 1,\n                    \"brandName\": \"Earth Rhythm\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Bath and Body\",\n                    \"charges\": [],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR900420230118-4_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR900420230118-4_NR_1\",\n                    \"itemSales\": 490.68,\n                    \"orderSubID\": 1,\n                    \"productID\": 6,\n                    \"productName\": \"KAKADU PLUM & FERMENTED TUMERIC BODY YOGURT\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 490.68,\n                    \"sku\": \"BMB015\",\n                    \"subCategoryID\": 2,\n                    \"subCategoryName\": \"Body Yogurt\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 5,\n                            \"taxName\": \"CGST9\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 44.16\n                        },\n                        {\n                            \"taxID\": 6,\n                            \"taxName\": \"SGST9\",\n                            \"taxRate\": \"9%\",\n                            \"taxValue\": 44.16\n                        }\n                    ],\n                    \"totalChargeValue\": 0,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 88.32\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR900420230118-4\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 579\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-01-18\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": 490.68,\n            \"totalTaxValue\": 88.32,\n            \"transactionTime\": \"17:21:34\",\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"},{"id":"547f00f5-a940-4636-af76-1742d1e4995a","name":"TotalItemValue Key","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"c159bcc114300b57092f7d797ffadaf1ca36a34061514ea27d59187161f7d776","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2023-02-17\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/storeSalesTransactionTracker"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Feb 2023 11:34:34 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Data fetched successfully\",\n    \"apiTrackerID\": \"API-50-072022\",\n    \"data\": [\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 1,\n            \"customerInfo\": {\n                \"customerID\": 1,\n                \"name\": \"Akshay Gaur\",\n                \"customerCode\": \"\",\n                \"accountID\": 33,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"MALE\",\n                \"phone\": 345787849,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A\",\n                \"addressLine2\": \"TOWER5\",\n                \"city\": \"NOIDA\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201301\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 1005.793,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 12,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 250,\n                    \"attribute1\": \"\",\n                    \"attribute2\": \"\",\n                    \"attribute3\": \"\",\n                    \"attribute4\": \"\",\n                    \"attribute5\": \"\",\n                    \"barcode\": 78945612,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 1,\n                    \"brandName\": \"Quaker Brand\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Breakfast Items\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 50\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 250,\n                    \"detailKey\": \"OR950320230217-12_1\",\n                    \"discounts\": [],\n                    \"iKeyValTrans\": \"OR950320230217-12_NR_1\",\n                    \"itemSales\": 500,\n                    \"orderSubID\": 1,\n                    \"productID\": 1,\n                    \"productName\": \"Oats\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 250,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 25\n                        },\n                        {\n                            \"taxID\": 18,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"18%\",\n                            \"taxValue\": 90\n                        }\n                    ],\n                    \"totalChargeValue\": 50,\n                    \"totalDiscountValue\": 0,\n                    \"totalTaxValue\": 115,\n                    \"totalItemValue\": 665\n                },\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 345,\n                    \"attribute1\": \"\",\n                    \"attribute2\": \"\",\n                    \"attribute3\": \"\",\n                    \"attribute4\": \"\",\n                    \"attribute5\": \"\",\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 4,\n                    \"categoryName\": \"South Indian Food\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 30.293\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230217-12_2\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 44,\n                            \"discountName\": \"10% Off Discount\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 10,\n                            \"discountValue\": 33.658\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR950320230217-12_NR_2\",\n                    \"itemSales\": 336.585,\n                    \"orderSubID\": 2,\n                    \"productID\": 5,\n                    \"productName\": \"Masala Rawa Dosa\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 336.585,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 20,\n                            \"taxName\": \"CGST 2.5\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 7.573\n                        }\n                    ],\n                    \"totalChargeValue\": 30.293,\n                    \"totalDiscountValue\": 33.658,\n                    \"totalTaxValue\": 7.573,\n                    \"totalItemValue\": 340.793\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230217-12\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 1005.793\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-17\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 80.29,\n            \"totalDiscountValue\": 33.66,\n            \"totalItemCount\": 2,\n            \"totalItemQuantity\": 3,\n            \"totalItemSales\": 836.585,\n            \"totalTaxValue\": 122.57,\n            \"transactionTime\": \"15:35:12\",\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 1005.785\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 3,\n            \"customerInfo\": {\n                \"customerID\": 3,\n                \"name\": \"Shivani Qb \",\n                \"customerCode\": \"\",\n                \"accountID\": 49,\n                \"customerType\": \"COMPANY\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"\",\n                \"DOB\": \"2004-02-01\",\n                \"gender\": \"FEMALE\",\n                \"phone\": 8052369708,\n                \"email\": \"shivani@queuebuster.co\",\n                \"addressLine1\": \"\",\n                \"addressLine2\": \"\",\n                \"city\": \"Noida\",\n                \"state\": \"\",\n                \"country\": \"\",\n                \"pincode\": \"@01301\"\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 340.793,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 13,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 345,\n                    \"attribute1\": \"\",\n                    \"attribute2\": \"\",\n                    \"attribute3\": \"\",\n                    \"attribute4\": \"\",\n                    \"attribute5\": \"\",\n                    \"barcode\": \"\",\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": -1,\n                    \"brandName\": \"none\",\n                    \"categoryID\": 4,\n                    \"categoryName\": \"South Indian Food\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 30.293\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 0,\n                    \"detailKey\": \"OR950320230217-13_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 44,\n                            \"discountName\": \"10% Off Discount\",\n                            \"discountLevel\": \"PRODUCT\",\n                            \"discountRate\": 10,\n                            \"discountValue\": 33.658\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR950320230217-13_NR_1\",\n                    \"itemSales\": 336.585,\n                    \"orderSubID\": 1,\n                    \"productID\": 5,\n                    \"productName\": \"Masala Rawa Dosa\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 1,\n                    \"rate\": 336.585,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 20,\n                            \"taxName\": \"CGST 2.5\",\n                            \"taxRate\": \"2.5%\",\n                            \"taxValue\": 7.573\n                        }\n                    ],\n                    \"totalChargeValue\": 30.293,\n                    \"totalDiscountValue\": 33.658,\n                    \"totalTaxValue\": 7.573,\n                    \"totalItemValue\": 340.793\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230217-13\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 340.793\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-17\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 30.29,\n            \"totalDiscountValue\": 33.66,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 1,\n            \"totalItemSales\": 336.585,\n            \"totalTaxValue\": 7.57,\n            \"transactionTime\": \"15:45:23\",\n            \"transactionType\": \"Sales\",\n            \"transactionValue\": 340.785\n        },\n        {\n            \"billingUsername\": \"food\",\n            \"charges\": [],\n            \"currencyCode\": \"INR\",\n            \"customerID\": 47,\n            \"customerInfo\": {\n                \"customerID\": 47,\n                \"name\": \"Sunita \",\n                \"customerCode\": \"\",\n                \"accountID\": 101,\n                \"customerType\": \"INDIVIDUAL\",\n                \"gstNumber\": \"\",\n                \"panNumber\": \"AS6788PSHA\",\n                \"DOB\": \"0000-00-00\",\n                \"gender\": \"FEMALE\",\n                \"phone\": 7503664514,\n                \"email\": \"sunita@queuebuster.co\",\n                \"addressLine1\": \"A10\",\n                \"addressLine2\": \"Sector 68 \",\n                \"city\": \"Noida\",\n                \"state\": \"Uttar Pradesh\",\n                \"country\": \"India\",\n                \"pincode\": 201303\n            },\n            \"deliveryStatus\": \"ORST_DELIVERED\",\n            \"grossBill\": 465.5,\n            \"gstOrderNumber\": \"\",\n            \"invoiceNumber\": 14,\n            \"itemDetails\": [\n                {\n                    \"HSNOrSACCode\": \"\",\n                    \"MRP\": 250,\n                    \"attribute1\": \"\",\n                    \"attribute2\": \"\",\n                    \"attribute3\": \"\",\n                    \"attribute4\": \"\",\n                    \"attribute5\": \"\",\n                    \"barcode\": 78945612,\n                    \"batchVariantID\": -1,\n                    \"batchVariantName\": \"\",\n                    \"brandID\": 1,\n                    \"brandName\": \"Quaker Brand\",\n                    \"categoryID\": 1,\n                    \"categoryName\": \"Breakfast Items\",\n                    \"charges\": [\n                        {\n                            \"chargeID\": 14,\n                            \"chargeName\": \"Packaging Charge\",\n                            \"chargeRate\": \"10%\",\n                            \"chargeValue\": 35\n                        }\n                    ],\n                    \"comboGroupID\": -1,\n                    \"comboGroupName\": \"\",\n                    \"comboProductID\": -1,\n                    \"comboProductName\": \"\",\n                    \"costPrice\": 250,\n                    \"detailKey\": \"OR950320230217-14_1\",\n                    \"discounts\": [\n                        {\n                            \"discountID\": 43,\n                            \"discountName\": \"Super Discount 30%\",\n                            \"discountLevel\": \"ORDER\",\n                            \"discountRate\": 30,\n                            \"discountValue\": 150\n                        }\n                    ],\n                    \"iKeyValTrans\": \"OR950320230217-14_NR_1\",\n                    \"itemSales\": 500,\n                    \"orderSubID\": 1,\n                    \"productID\": 1,\n                    \"productName\": \"Oats\",\n                    \"productType\": \"OTHER\",\n                    \"quantity\": 2,\n                    \"rate\": 250,\n                    \"sku\": \"\",\n                    \"subCategoryID\": -1,\n                    \"subCategoryName\": \"\",\n                    \"taxes\": [\n                        {\n                            \"taxID\": 16,\n                            \"taxName\": \"CGST\",\n                            \"taxRate\": \"5%\",\n                            \"taxValue\": 17.5\n                        },\n                        {\n                            \"taxID\": 18,\n                            \"taxName\": \"SGST\",\n                            \"taxRate\": \"18%\",\n                            \"taxValue\": 63\n                        }\n                    ],\n                    \"totalChargeValue\": 35,\n                    \"totalDiscountValue\": 150,\n                    \"totalTaxValue\": 80.5,\n                    \"totalItemValue\": 465.5\n                }\n            ],\n            \"loyaltyPointsCollected\": 0,\n            \"loyaltyPointsRedeemed\": 0,\n            \"orderID\": \"OR950320230217-14\",\n            \"orderRemarks\": \"\",\n            \"orderType\": \"Takeaway\",\n            \"paymentDetails\": [\n                {\n                    \"type\": \"Cash\",\n                    \"subType\": \"NA\",\n                    \"amount\": 465.5\n                }\n            ],\n            \"paymentStatus\": \"PAID\",\n            \"posDate\": \"2023-02-17\",\n            \"refundOrderID\": \"NR\",\n            \"rounding\": 0,\n            \"salesOrder\": \"\",\n            \"status\": \"ORST_DELIVERED\",\n            \"taxes\": [],\n            \"totalChargeValue\": 35,\n            \"totalDiscountValue\": 150,\n            \"totalItemCount\": 1,\n            \"totalItemQuantity\": 2,\n            \"totalItemSales\": 500,\n            \"totalTaxValue\": 80.5,\n            \"transactionTime\": \"15:51:15\",\n            \"transactionType\": \"Sales\"\n        }\n    ]\n}"}],"_postman_id":"4e4b4c0f-eba0-46c7-b2a0-9726b0194b8c"},{"name":"Fetch Store Sales Invoice Data","id":"f43baab7-5820-44df-a18f-f40b22cdf5c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"076d3920dc3cdba2ecb792197fca84a32def8ed7e78c49eb4e2d0d908ddcc99b  ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":50,\n    \"chain_id\": 1534,\n    \"store_id\": 2453,\n    \"sales_date\": \"2022-09-30\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/fetchStoreSalesInvoice","description":"<p>This api is used to fetch sales invoices for a single store for a specific date.</p>\n<p>Mandatory params:</p>\n<ol>\n<li>third_party_chain_id</li>\n<li>chain_id</li>\n<li>store_id</li>\n<li>sales_date</li>\n</ol>\n","urlObject":{"protocol":"http","path":["API","public","v1","thirdParty","fetchStoreSalesInvoice"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"3011285e-6238-401a-a4e9-659fe56e6b6d","name":"Fetch Store Sales Invoice Data Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"46aec7c21f54345154cfa34905b9f1ba2287735ad9a6ce6d117e80d82c8f213e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":36,\n    \"chain_id\": 597,\n    \"store_id\": 847,\n    \"sales_date\": \"2021-08-18\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/fetchStoreSalesInvoice"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"customer\": {\n                \"address\": {\n                    \"city\": \"\",\n                    \"is_guest_mode\": false,\n                    \"landmark\": \"\",\n                    \"latitude\": 0,\n                    \"line_1\": \"\",\n                    \"line_2\": \"\",\n                    \"longitude\": 0,\n                    \"pin\": \"\",\n                    \"sub_locality\": null,\n                    \"tag\": \"\"\n                },\n                \"email\": \"\",\n                \"name\": \" \",\n                \"phone\": \"\"\n            },\n            \"chainID\": 597,\n            \"store_id\": 847,\n            \"billing_user\": \"Snehafarm\",\n            \"details\": {\n                \"order_id\": \"OR422620210818-1\",\n                \"invoice_number\": 1,\n                \"device_id\": 4226,\n                \"instructions\": \"\",\n                \"item_level_total_charges\": 0,\n                \"item_level_total_taxes\": 0,\n                \"order_level_total_charges\": 0,\n                \"order_level_total_taxes\": 0,\n                \"order_subtotal\": 748.98,\n                \"order_total\": 749,\n                \"payable_amount\": 748.98,\n                \"total_charges\": 0,\n                \"total_taxes\": 0,\n                \"taxes\": 0,\n                \"order_time\": \"2021-08-18 12:50:31\",\n                \"order_date\": \"2021-08-18\",\n                \"items\": [\n                    {\n                        \"charges\": [\n                            {\n                                \"rate\": 50,\n                                \"title\": \"Delivery Charge\",\n                                \"id\": 50\n                            }\n                        ],\n                        \"discount_total\": 0,\n                        \"product_id\": 7,\n                        \"price\": 249,\n                        \"quantity\": 1,\n                        \"discounts\": [],\n                        \"taxes\": [],\n                        \"title\": \"Chunky Sriracha Prawn Spread\",\n                        \"total\": 249,\n                        \"total_with_tax\": 249,\n                        \"unit\": \"Piece\",\n                        \"brand\": \"none\",\n                        \"category\": \"none\",\n                        \"sub_category\": \"\",\n                        \"barcode\": \"\",\n                        \"sku\": \"\",\n                        \"hsn_code\": \"\"\n                    },\n                    {\n                        \"charges\": [\n                            {\n                                \"rate\": 50,\n                                \"title\": \"Delivery Charge\",\n                                \"id\": 50\n                            }\n                        ],\n                        \"discount_total\": 0,\n                        \"product_id\": 15,\n                        \"price\": 130,\n                        \"quantity\": 3.846,\n                        \"discounts\": [],\n                        \"taxes\": [],\n                        \"title\": \"Live Chicken\",\n                        \"total\": 499.98,\n                        \"total_with_tax\": 499.98,\n                        \"unit\": \"Kilogram\",\n                        \"brand\": \"none\",\n                        \"category\": \"Chicken\",\n                        \"sub_category\": \"\",\n                        \"barcode\": \"\",\n                        \"sku\": \"\",\n                        \"hsn_code\": \"\"\n                    }\n                ],\n                \"payment\": [\n                    {\n                        \"payment_subid\": 1,\n                        \"payment_type\": \"PAYMENT_CASH\",\n                        \"amount\": 749\n                    }\n                ]\n            }\n        },\n        {\n            \"customer\": {\n                \"address\": {\n                    \"city\": \"\",\n                    \"is_guest_mode\": false,\n                    \"landmark\": \"\",\n                    \"latitude\": 0,\n                    \"line_1\": \"\",\n                    \"line_2\": \"\",\n                    \"longitude\": 0,\n                    \"pin\": \"\",\n                    \"sub_locality\": null,\n                    \"tag\": \"\"\n                },\n                \"email\": \"\",\n                \"name\": \" \",\n                \"phone\": \"\"\n            },\n            \"chainID\": 597,\n            \"store_id\": 847,\n            \"billing_user\": \"Snehafarm\",\n            \"details\": {\n                \"order_id\": \"OR422620210818-2\",\n                \"invoice_number\": 2,\n                \"device_id\": 4226,\n                \"instructions\": \"\",\n                \"item_level_total_charges\": 0,\n                \"item_level_total_taxes\": 0,\n                \"order_level_total_charges\": 0,\n                \"order_level_total_taxes\": 0,\n                \"order_subtotal\": 509,\n                \"order_total\": 509,\n                \"payable_amount\": 509,\n                \"total_charges\": 0,\n                \"total_taxes\": 0,\n                \"taxes\": 0,\n                \"order_time\": \"2021-08-18 12:50:56\",\n                \"order_date\": \"2021-08-18\",\n                \"items\": [\n                    {\n                        \"charges\": [\n                            {\n                                \"rate\": 50,\n                                \"title\": \"Delivery Charge\",\n                                \"id\": 50\n                            }\n                        ],\n                        \"discount_total\": 0,\n                        \"product_id\": 7,\n                        \"price\": 249,\n                        \"quantity\": 1,\n                        \"discounts\": [],\n                        \"taxes\": [],\n                        \"title\": \"Chunky Sriracha Prawn Spread\",\n                        \"total\": 249,\n                        \"total_with_tax\": 249,\n                        \"unit\": \"Piece\",\n                        \"brand\": \"none\",\n                        \"category\": \"none\",\n                        \"sub_category\": \"\",\n                        \"barcode\": \"\",\n                        \"sku\": \"\",\n                        \"hsn_code\": \"\"\n                    },\n                    {\n                        \"charges\": [\n                            {\n                                \"rate\": 50,\n                                \"title\": \"Delivery Charge\",\n                                \"id\": 50\n                            }\n                        ],\n                        \"discount_total\": 0,\n                        \"product_id\": 15,\n                        \"price\": 130,\n                        \"quantity\": 2,\n                        \"discounts\": [],\n                        \"taxes\": [],\n                        \"title\": \"Live Chicken\",\n                        \"total\": 260,\n                        \"total_with_tax\": 260,\n                        \"unit\": \"Kilogram\",\n                        \"brand\": \"none\",\n                        \"category\": \"Chicken\",\n                        \"sub_category\": \"\",\n                        \"barcode\": \"\",\n                        \"sku\": \"\",\n                        \"hsn_code\": \"\"\n                    }\n                ],\n                \"payment\": [\n                    {\n                        \"payment_subid\": 1,\n                        \"payment_type\": \"PAYMENT_CASH\",\n                        \"amount\": 509\n                    }\n                ]\n            }\n        },\n        {\n            \"customer\": {\n                \"address\": {\n                    \"city\": \"\",\n                    \"is_guest_mode\": false,\n                    \"landmark\": \"\",\n                    \"latitude\": 0,\n                    \"line_1\": \"\",\n                    \"line_2\": \"\",\n                    \"longitude\": 0,\n                    \"pin\": \"\",\n                    \"sub_locality\": null,\n                    \"tag\": \"\"\n                },\n                \"email\": \"aneet@queuebuster.co\",\n                \"name\": \"Aneet \",\n                \"phone\": 8700613746\n            },\n            \"chainID\": 597,\n            \"store_id\": 847,\n            \"billing_user\": \"Snehafarm\",\n            \"details\": {\n                \"order_id\": \"OR422620210818-3\",\n                \"invoice_number\": 3,\n                \"device_id\": 4226,\n                \"instructions\": \"\",\n                \"item_level_total_charges\": 0,\n                \"item_level_total_taxes\": 0,\n                \"order_level_total_charges\": 0,\n                \"order_level_total_taxes\": 0,\n                \"order_subtotal\": 525,\n                \"order_total\": 525,\n                \"payable_amount\": 525,\n                \"total_charges\": 0,\n                \"total_taxes\": 0,\n                \"taxes\": 0,\n                \"order_time\": \"2021-08-18 13:16:14\",\n                \"order_date\": \"2021-08-18\",\n                \"items\": [\n                    {\n                        \"charges\": [\n                            {\n                                \"rate\": 50,\n                                \"title\": \"Delivery Charge\",\n                                \"id\": 50\n                            }\n                        ],\n                        \"discount_total\": 0,\n                        \"product_id\": 53,\n                        \"price\": 175,\n                        \"quantity\": 3,\n                        \"discounts\": [],\n                        \"taxes\": [],\n                        \"title\": \"Rohu Live Fish\",\n                        \"total\": 525,\n                        \"total_with_tax\": 525,\n                        \"unit\": \"\",\n                        \"brand\": \"\",\n                        \"category\": \"Fish & Seafood\",\n                        \"sub_category\": \"\",\n                        \"barcode\": \"\",\n                        \"sku\": \"\",\n                        \"hsn_code\": \"\"\n                    }\n                ],\n                \"payment\": [\n                    {\n                        \"payment_subid\": 1,\n                        \"payment_type\": \"PAYMENT_CASH\",\n                        \"amount\": 525\n                    }\n                ]\n            }\n        },\n        {\n            \"customer\": {\n                \"address\": {\n                    \"city\": \"\",\n                    \"is_guest_mode\": false,\n                    \"landmark\": \"\",\n                    \"latitude\": 0,\n                    \"line_1\": \"\",\n                    \"line_2\": \"\",\n                    \"longitude\": 0,\n                    \"pin\": \"\",\n                    \"sub_locality\": null,\n                    \"tag\": \"\"\n                },\n                \"email\": \"aneet@queuebuster.co\",\n                \"name\": \"Aneet \",\n                \"phone\": 8700613746\n            },\n            \"chainID\": 597,\n            \"store_id\": 847,\n            \"billing_user\": \"Snehafarm\",\n            \"details\": {\n                \"order_id\": \"OR422620210818-4\",\n                \"invoice_number\": 4,\n                \"device_id\": 4226,\n                \"instructions\": \"\",\n                \"item_level_total_charges\": 0,\n                \"item_level_total_taxes\": 0,\n                \"order_level_total_charges\": 0,\n                \"order_level_total_taxes\": 0,\n                \"order_subtotal\": 290,\n                \"order_total\": 290,\n                \"payable_amount\": 290,\n                \"total_charges\": 0,\n                \"total_taxes\": 0,\n                \"taxes\": 0,\n                \"order_time\": \"2021-08-18 13:18:13\",\n                \"order_date\": \"2021-08-18\",\n                \"items\": [\n                    {\n                        \"charges\": [\n                            {\n                                \"rate\": 50,\n                                \"title\": \"Delivery Charge\",\n                                \"id\": 50\n                            }\n                        ],\n                        \"discount_total\": 0,\n                        \"product_id\": 43,\n                        \"price\": 140,\n                        \"quantity\": 1,\n                        \"discounts\": [],\n                        \"taxes\": [],\n                        \"title\": \"Rohu Fresh\",\n                        \"total\": 140,\n                        \"total_with_tax\": 140,\n                        \"unit\": \"\",\n                        \"brand\": \"\",\n                        \"category\": \"Fish & Seafood\",\n                        \"sub_category\": \"\",\n                        \"barcode\": \"\",\n                        \"sku\": \"\",\n                        \"hsn_code\": \"\"\n                    },\n                    {\n                        \"charges\": [\n                            {\n                                \"rate\": 50,\n                                \"title\": \"Delivery Charge\",\n                                \"id\": 50\n                            }\n                        ],\n                        \"discount_total\": 0,\n                        \"product_id\": 51,\n                        \"price\": 150,\n                        \"quantity\": 1,\n                        \"discounts\": [],\n                        \"taxes\": [],\n                        \"title\": \"Catla Fresh\",\n                        \"total\": 150,\n                        \"total_with_tax\": 150,\n                        \"unit\": \"\",\n                        \"brand\": \"\",\n                        \"category\": \"Fish & Seafood\",\n                        \"sub_category\": \"\",\n                        \"barcode\": \"\",\n                        \"sku\": \"\",\n                        \"hsn_code\": \"\"\n                    }\n                ],\n                \"payment\": [\n                    {\n                        \"payment_subid\": 1,\n                        \"payment_type\": \"PAYMENT_CASH\",\n                        \"amount\": 290\n                    }\n                ]\n            }\n        }\n    ],\n    \"apiTrackerID\": \"API-36-082021\",\n    \"message\": \"Data fetched successfully for date 2021-08-18 for the storeID 847\"\n}"}],"_postman_id":"f43baab7-5820-44df-a18f-f40b22cdf5c1"},{"name":"Fetch Chain Sales","id":"059881a6-0a3d-4639-957a-877344075dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"6d3fd95a76060b710c4e3224af597c1dbe72838b246cc450e3dcb1deaefe6d43","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":4,\n    \"chain_id\":3239,\n    \"store_id\":\"ALL\",\n    \"from_date\":\"2022-05-10\",\n    \"to_date\":\"2022-08-01\"\n}","options":{"raw":{"language":"json"}}},"url":"https://.queuebuster.co/API/public/v1/thirdParty/fetchChainSales","urlObject":{"protocol":"https","path":["API","public","v1","thirdParty","fetchChainSales"],"host":["","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"9d151b42-b3aa-4c4a-9625-75ac31581aca","name":"Fetch Chain Sales Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"0578bc926305ecb428f7d1f46c7a0958c5c0591b2f6c04dd58506a2613b5a949","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":35,\n    \"chain_id\":873,\n    \"store_id\":\"ALL\",\n    \"from_date\":\"2021-05-01\",\n    \"to_date\":\"2021-05-30\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/fetchChainSales"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"onlineOrders\": 16,\n    \"manualOrders\": 28,\n    \"totalOrder\": 44,\n    \"data\": [\n        {\n            \"email\": \"\",\n            \"name\": \"dhirendra 890  \",\n            \"phone\": 8888888888,\n            \"order_id\": \"PI-OL-873-1206-10\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"Test Order\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 6.25,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 328.74,\n            \"order_total\": 328.74,\n            \"payable_amount\": 328.74,\n            \"total_charges\": 0,\n            \"total_taxes\": 6.25,\n            \"taxes\": 6.25,\n            \"order_time\": \"2021-05-26 23:10:10\",\n            \"order_date\": \"2021-05-26\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \"dhirendra 890  \",\n            \"phone\": 8888888888,\n            \"order_id\": \"PI-OL-873-1206-11\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"Test Order\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 6.25,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 328.74,\n            \"order_total\": 328.74,\n            \"payable_amount\": 328.74,\n            \"total_charges\": 0,\n            \"total_taxes\": 6.25,\n            \"taxes\": 6.25,\n            \"order_time\": \"2021-05-26 23:12:14\",\n            \"order_date\": \"2021-05-26\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \"dhirendra 890  \",\n            \"phone\": 8888888888,\n            \"order_id\": \"PI-OL-873-1206-12\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"Test Order\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 6.25,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 328.74,\n            \"order_total\": 328.74,\n            \"payable_amount\": 328.74,\n            \"total_charges\": 0,\n            \"total_taxes\": 6.25,\n            \"taxes\": 6.25,\n            \"order_time\": \"2021-05-27 16:21:31\",\n            \"order_date\": \"2021-05-27\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \"dhirendra 890  \",\n            \"phone\": 8888888888,\n            \"order_id\": \"PI-OL-873-1206-13\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"Test Order\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 6.25,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 328.74,\n            \"order_total\": 328.74,\n            \"payable_amount\": 328.74,\n            \"total_charges\": 0,\n            \"total_taxes\": 6.25,\n            \"taxes\": 6.25,\n            \"order_time\": \"2021-05-27 17:17:30\",\n            \"order_date\": \"2021-05-27\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \"dhirendra 890  \",\n            \"phone\": 8888888888,\n            \"order_id\": \"PI-OL-873-1206-14\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"Test Order\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 6.25,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 328.74,\n            \"order_total\": 328.74,\n            \"payable_amount\": 328.74,\n            \"total_charges\": 0,\n            \"total_taxes\": 6.25,\n            \"taxes\": 6.25,\n            \"order_time\": \"2021-05-27 17:18:54\",\n            \"order_date\": \"2021-05-27\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \"dhirendra 890  \",\n            \"phone\": 8888888888,\n            \"order_id\": \"PI-OL-873-1206-15\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"Test Order\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 6.25,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 328.74,\n            \"order_total\": 328.74,\n            \"payable_amount\": 328.74,\n            \"total_charges\": 0,\n            \"total_taxes\": 6.25,\n            \"taxes\": 6.25,\n            \"order_time\": \"2021-05-27 17:39:12\",\n            \"order_date\": \"2021-05-27\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \"dhirendra 890  \",\n            \"phone\": 8888888888,\n            \"order_id\": \"PI-OL-873-1206-16\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"Test Order\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 140,\n            \"order_total\": 140,\n            \"payable_amount\": 140,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-27 18:50:18\",\n            \"order_date\": \"2021-05-27\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": 99999999999,\n            \"order_id\": \"PI-OL-873-1206-17\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 280,\n            \"order_total\": 280,\n            \"payable_amount\": 280,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-27 20:37:55\",\n            \"order_date\": \"2021-05-27\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": 99999999999,\n            \"order_id\": \"PI-OL-873-1206-18\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 1090,\n            \"order_total\": 1090,\n            \"payable_amount\": 1090,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-27 20:45:00\",\n            \"order_date\": \"2021-05-27\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": 99999999999,\n            \"order_id\": \"PI-OL-873-1206-19\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 290,\n            \"order_total\": 290,\n            \"payable_amount\": 290,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-28 11:22:16\",\n            \"order_date\": \"2021-05-28\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \"dhirendra 890  \",\n            \"phone\": 8888888888,\n            \"order_id\": \"PI-OL-873-1206-20\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"Test Order\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 6.25,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 328.74,\n            \"order_total\": 328.74,\n            \"payable_amount\": 328.74,\n            \"total_charges\": 0,\n            \"total_taxes\": 6.25,\n            \"taxes\": 6.25,\n            \"order_time\": \"2021-05-28 22:41:41\",\n            \"order_date\": \"2021-05-28\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"abc6@gmail.com\",\n            \"name\": \"abc \",\n            \"phone\": 9999999999,\n            \"order_id\": \"PI-OL-873-1206-21\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 1.75,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 81.75,\n            \"order_total\": 81.75,\n            \"payable_amount\": 81.75,\n            \"total_charges\": 0,\n            \"total_taxes\": 1.75,\n            \"taxes\": 1.75,\n            \"order_time\": \"2021-05-28 22:53:24\",\n            \"order_date\": \"2021-05-28\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"abc6@gmail.com\",\n            \"name\": \"abc \",\n            \"phone\": 9999999999,\n            \"order_id\": \"PI-OL-873-1206-22\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.5,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 112.5,\n            \"order_total\": 112.5,\n            \"payable_amount\": 112.5,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.5,\n            \"taxes\": 2.5,\n            \"order_time\": \"2021-05-28 23:44:39\",\n            \"order_date\": \"2021-05-28\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"abc6@gmail.com\",\n            \"name\": \"abc \",\n            \"phone\": 9999999999,\n            \"order_id\": \"PI-OL-873-1206-23\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.5,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 214.75,\n            \"order_total\": 214.75,\n            \"payable_amount\": 214.75,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.5,\n            \"taxes\": 2.5,\n            \"order_time\": \"2021-05-29 00:07:49\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"PI-OL-873-1206-8\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"Test Order\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 6.25,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 328.75,\n            \"order_total\": 328.75,\n            \"payable_amount\": 328.75,\n            \"total_charges\": 0,\n            \"total_taxes\": 6.25,\n            \"taxes\": 6.25,\n            \"order_time\": \"2021-05-17 18:46:24\",\n            \"order_date\": \"2021-05-17\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \"dhirendra 890  \",\n            \"phone\": 8888888888,\n            \"order_id\": \"PI-OL-873-1206-9\",\n            \"invoice_number\": \"null\",\n            \"instructions\": \"Test Order\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 6.25,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 328.74,\n            \"order_total\": 328.74,\n            \"payable_amount\": 328.74,\n            \"total_charges\": 0,\n            \"total_taxes\": 6.25,\n            \"taxes\": 6.25,\n            \"order_time\": \"2021-05-26 23:03:59\",\n            \"order_date\": \"2021-05-26\",\n            \"order_type\": \"Market Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-1\",\n            \"invoice_number\": 1,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 793,\n            \"order_total\": 793,\n            \"payable_amount\": 793,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:20:40\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-1\",\n            \"invoice_number\": 1,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0.97,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 793,\n            \"order_total\": 793,\n            \"payable_amount\": 793,\n            \"total_charges\": 0,\n            \"total_taxes\": 0.97,\n            \"taxes\": 0.97,\n            \"order_time\": \"2021-05-29 19:20:40\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-1\",\n            \"invoice_number\": 1,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 793,\n            \"order_total\": 793,\n            \"payable_amount\": 793,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:20:40\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-1\",\n            \"invoice_number\": 1,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 793,\n            \"order_total\": 793,\n            \"payable_amount\": 793,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:20:40\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-1\",\n            \"invoice_number\": 1,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.44,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 793,\n            \"order_total\": 793,\n            \"payable_amount\": 793,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.44,\n            \"taxes\": 2.44,\n            \"order_time\": \"2021-05-29 19:20:40\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-1\",\n            \"invoice_number\": 1,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.44,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 793,\n            \"order_total\": 793,\n            \"payable_amount\": 793,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.44,\n            \"taxes\": 2.44,\n            \"order_time\": \"2021-05-29 19:20:40\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-1\",\n            \"invoice_number\": 1,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.44,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 793,\n            \"order_total\": 793,\n            \"payable_amount\": 793,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.44,\n            \"taxes\": 2.44,\n            \"order_time\": \"2021-05-29 19:20:40\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-2\",\n            \"invoice_number\": 2,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 580,\n            \"order_total\": 580,\n            \"payable_amount\": 580,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:21:37\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-2\",\n            \"invoice_number\": 2,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.44,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 580,\n            \"order_total\": 580,\n            \"payable_amount\": 580,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.44,\n            \"taxes\": 2.44,\n            \"order_time\": \"2021-05-29 19:21:37\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-2\",\n            \"invoice_number\": 2,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 1.95,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 580,\n            \"order_total\": 580,\n            \"payable_amount\": 580,\n            \"total_charges\": 0,\n            \"total_taxes\": 1.95,\n            \"taxes\": 1.95,\n            \"order_time\": \"2021-05-29 19:21:37\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-2\",\n            \"invoice_number\": 2,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 7.34,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 580,\n            \"order_total\": 580,\n            \"payable_amount\": 580,\n            \"total_charges\": 0,\n            \"total_taxes\": 7.34,\n            \"taxes\": 7.34,\n            \"order_time\": \"2021-05-29 19:21:37\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-3\",\n            \"invoice_number\": 3,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 2283,\n            \"order_total\": 2283,\n            \"payable_amount\": 2283,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:22:04\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-3\",\n            \"invoice_number\": 3,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 2283,\n            \"order_total\": 2283,\n            \"payable_amount\": 2283,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:22:04\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-3\",\n            \"invoice_number\": 3,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.69,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 2283,\n            \"order_total\": 2283,\n            \"payable_amount\": 2283,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.69,\n            \"taxes\": 2.69,\n            \"order_time\": \"2021-05-29 19:22:04\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-3\",\n            \"invoice_number\": 3,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.69,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 2283,\n            \"order_total\": 2283,\n            \"payable_amount\": 2283,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.69,\n            \"taxes\": 2.69,\n            \"order_time\": \"2021-05-29 19:22:04\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-3\",\n            \"invoice_number\": 3,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 1.05,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 2283,\n            \"order_total\": 2283,\n            \"payable_amount\": 2283,\n            \"total_charges\": 0,\n            \"total_taxes\": 1.05,\n            \"taxes\": 1.05,\n            \"order_time\": \"2021-05-29 19:22:04\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-3\",\n            \"invoice_number\": 3,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 45.71,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 2283,\n            \"order_total\": 2283,\n            \"payable_amount\": 2283,\n            \"total_charges\": 0,\n            \"total_taxes\": 45.71,\n            \"taxes\": 45.71,\n            \"order_time\": \"2021-05-29 19:22:04\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"name\": \"Dhirendra Kumar \",\n            \"phone\": 8287488494,\n            \"order_id\": \"OR376220210529-6\",\n            \"invoice_number\": 6,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 1968,\n            \"order_total\": 1968,\n            \"payable_amount\": 1968,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:22:57\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": \"\",\n            \"order_id\": \"OR376220210529-4\",\n            \"invoice_number\": 4,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.44,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 1575,\n            \"order_total\": 1575,\n            \"payable_amount\": 1575,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.44,\n            \"taxes\": 2.44,\n            \"order_time\": \"2021-05-29 19:22:22\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": \"\",\n            \"order_id\": \"OR376220210529-4\",\n            \"invoice_number\": 4,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 1575,\n            \"order_total\": 1575,\n            \"payable_amount\": 1575,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:22:22\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": \"\",\n            \"order_id\": \"OR376220210529-4\",\n            \"invoice_number\": 4,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 1575,\n            \"order_total\": 1575,\n            \"payable_amount\": 1575,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:22:22\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": \"\",\n            \"order_id\": \"OR376220210529-4\",\n            \"invoice_number\": 4,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0.97,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 1575,\n            \"order_total\": 1575,\n            \"payable_amount\": 1575,\n            \"total_charges\": 0,\n            \"total_taxes\": 0.97,\n            \"taxes\": 0.97,\n            \"order_time\": \"2021-05-29 19:22:22\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": \"\",\n            \"order_id\": \"OR376220210529-4\",\n            \"invoice_number\": 4,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 31.79,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 1575,\n            \"order_total\": 1575,\n            \"payable_amount\": 1575,\n            \"total_charges\": 0,\n            \"total_taxes\": 31.79,\n            \"taxes\": 31.79,\n            \"order_time\": \"2021-05-29 19:22:22\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": \"\",\n            \"order_id\": \"OR376220210529-5\",\n            \"invoice_number\": 5,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.69,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 812,\n            \"order_total\": 812,\n            \"payable_amount\": 812,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.69,\n            \"taxes\": 2.69,\n            \"order_time\": \"2021-05-29 19:22:35\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": \"\",\n            \"order_id\": \"OR376220210529-5\",\n            \"invoice_number\": 5,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 812,\n            \"order_total\": 812,\n            \"payable_amount\": 812,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:22:35\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": \"\",\n            \"order_id\": \"OR376220210529-5\",\n            \"invoice_number\": 5,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 2.69,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 812,\n            \"order_total\": 812,\n            \"payable_amount\": 812,\n            \"total_charges\": 0,\n            \"total_taxes\": 2.69,\n            \"taxes\": 2.69,\n            \"order_time\": \"2021-05-29 19:22:35\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": \"\",\n            \"order_id\": \"OR376220210529-5\",\n            \"invoice_number\": 5,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 812,\n            \"order_total\": 812,\n            \"payable_amount\": 812,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:22:35\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        },\n        {\n            \"email\": \"\",\n            \"name\": \" \",\n            \"phone\": \"\",\n            \"order_id\": \"OR376220210529-5\",\n            \"invoice_number\": 5,\n            \"instructions\": \"\",\n            \"item_level_total_charges\": 0,\n            \"item_level_total_taxes\": 0,\n            \"order_level_total_charges\": 0,\n            \"order_level_total_taxes\": 0,\n            \"order_subtotal\": 812,\n            \"order_total\": 812,\n            \"payable_amount\": 812,\n            \"total_charges\": 0,\n            \"total_taxes\": 0,\n            \"taxes\": 0,\n            \"order_time\": \"2021-05-29 19:22:35\",\n            \"order_date\": \"2021-05-29\",\n            \"order_type\": \"Manual Order\",\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        }\n    ],\n    \"apiTrackerID\": \"API-35-042021\",\n    \"message\": \"Data fetched successfully for date 2021-05-01 for the storeID ALL\"\n}"}],"_postman_id":"059881a6-0a3d-4639-957a-877344075dad"},{"name":"Fetch Day wise store statistics","id":"139f484d-c919-4b72-a1c8-3521c988ffb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"0578bc926305ecb428f7d1f46c7a0958c5c0591b2f6c04dd58506a2613b5a949","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":35,\n    \"chain_id\":873,\n    \"store_id\":1206,\n    \"from_date\":\"2021-05-01\",\n    \"to_date\":\"2021-08-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/fetchDayWiseStoreStatistics","urlObject":{"protocol":"https","path":["API","public","v1","thirdParty","fetchDayWiseStoreStatistics"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"bb3f149f-7a08-4d6f-8fa6-ce1bad20d7fe","name":"Fetch Day wise store statistics success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"0578bc926305ecb428f7d1f46c7a0958c5c0591b2f6c04dd58506a2613b5a949","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"third_party_chain_id\":35,\n    \"chain_id\":873,\n    \"store_id\":1206,\n    \"from_date\":\"2021-05-01\",\n    \"to_date\":\"2021-08-04\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdParty/fetchDayWiseStoreStatistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"order_date\": \"2021-05-29\",\n            \"order_count\": 7,\n            \"gross_sales\": 8011,\n            \"manual_order\": 6,\n            \"market_order\": 1,\n            \"store_id\": 1206,\n            \"store_name\": \"Kormangala\"\n        }\n    ],\n    \"apiTrackerID\": \"API-35-042021\",\n    \"message\": \"Day wise store statistics fetch successfully of storeID 1206 for date range 2021-05-01 and 2021-08-04\"\n}"}],"_postman_id":"139f484d-c919-4b72-a1c8-3521c988ffb8"},{"name":"Store Stock Transaction Tracker","id":"fc643cb5-e016-49ab-91f8-37311e6da0f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"sourceType\":\"STORE\",\n    \"sourceID\":1666,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"transactionType\":\"ALL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/storeStockTransactionTracker","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","storeStockTransactionTracker"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"12554fdd-59af-4a25-879a-e4afda007715","name":"store Stock Transaction Tracker","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"sourceType\":\"STORE\",\n    \"sourceID\":1666,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"transactionType\":\"ALL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/storeStockTransactionTracker"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 12:14:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"count\": 16,\n    \"data\": [\n        {\n            \"transactionID\": 616,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -1,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"11:00 AM\",\n            \"totalCost\": 30,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 11:00:43\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 616,\n                    \"productID\": 5,\n                    \"variantID\": 1,\n                    \"productName\": \"Aloo Sabzi Poori Mealdd\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"Test Vendor\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 30,\n                    \"totalPrice\": 30,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 616,\n                    \"productID\": 6,\n                    \"variantID\": 2,\n                    \"productName\": \"Paneer Bhurji Ajwain Paratha Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"Hello testing\",\n                    \"oldQuantity\": 3,\n                    \"newQuantity\": 4,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 620,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:08 PM\",\n            \"totalCost\": 400,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Test Name\",\n            \"transactionTimeLocal\": \"2023-07-12 12:08:10\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 620,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2376,\n                    \"newQuantity\": 2375,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 620,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4588,\n                    \"newQuantity\": 4587,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 621,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:10 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 12:10:20\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 621,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2375,\n                    \"newQuantity\": 2374,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 250,\n                    \"totalPrice\": 250,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 621,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4587,\n                    \"newQuantity\": 4586,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 622,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:14 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 12:14:49\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 622,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2374,\n                    \"newQuantity\": 2373,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 250,\n                    \"totalPrice\": 250,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 622,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4586,\n                    \"newQuantity\": 4585,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 623,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:01 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:01:18\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 623,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2373,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -2372,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 250,\n                    \"totalPrice\": 250,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 623,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4585,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -4584,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 625,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 2449,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:31 PM\",\n            \"totalCost\": 37568000,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 10,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:31:32\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 1,\n                    \"newQuantity\": -9,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 2275240,\n                    \"totalPrice\": 22752400,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 1,\n                    \"newQuantity\": -9,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 2000,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 12,\n                    \"variantID\": 12,\n                    \"productName\": \"Chaap Sufiyan Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4829,\n                    \"newQuantity\": 4819,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 220,\n                    \"totalPrice\": 2200,\n                    \"MRPPerUnit\": 169,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 13,\n                    \"variantID\": 13,\n                    \"productName\": \"Achaari Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4671,\n                    \"newQuantity\": 4661,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 240,\n                    \"totalPrice\": 2400,\n                    \"MRPPerUnit\": 169,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 14,\n                    \"variantID\": 14,\n                    \"productName\": \"Hara Bhara Chaap Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 5062,\n                    \"newQuantity\": 5052,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 260,\n                    \"totalPrice\": 2600,\n                    \"MRPPerUnit\": 169,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 15,\n                    \"variantID\": 15,\n                    \"productName\": \"Chaap Kali Mirch Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4875,\n                    \"newQuantity\": 4865,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 280,\n                    \"totalPrice\": 2800,\n                    \"MRPPerUnit\": 179,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 16,\n                    \"variantID\": 16,\n                    \"productName\": \"Chingari Chaap Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4854,\n                    \"newQuantity\": 4844,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 1479340,\n                    \"totalPrice\": 14793400,\n                    \"MRPPerUnit\": 189,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 17,\n                    \"variantID\": 17,\n                    \"productName\": \"Paneer Nimbu Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4919,\n                    \"newQuantity\": 4909,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 320,\n                    \"totalPrice\": 3200,\n                    \"MRPPerUnit\": 219,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 18,\n                    \"variantID\": 18,\n                    \"productName\": \"Paneer Angaar Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4909,\n                    \"newQuantity\": 4899,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 340,\n                    \"totalPrice\": 3400,\n                    \"MRPPerUnit\": 219,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 19,\n                    \"variantID\": 19,\n                    \"productName\": \"Paneer Afghani Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4952,\n                    \"newQuantity\": 4942,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 360,\n                    \"totalPrice\": 3600,\n                    \"MRPPerUnit\": 229,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 626,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"03:53 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 15:53:57\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 626,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2,\n                    \"newQuantity\": 3,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 250,\n                    \"totalPrice\": 250,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 626,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2,\n                    \"newQuantity\": 3,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 634,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"04:07 PM\",\n            \"totalCost\": 3150,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 16:07:11\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 634,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 3,\n                    \"newQuantity\": -7,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 315,\n                    \"totalPrice\": 3150,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 639,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"11:15 AM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 11:15:57\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 639,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 639,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 639,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 639,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 639,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 643,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"11:33 AM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 10,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 11:33:03\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 646,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:08 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:08:13\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 646,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 646,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 646,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 646,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 646,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 648,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:57 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:57:21\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 648,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 649,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:57 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:57:59\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 649,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 649,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 649,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 649,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 649,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 650,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"01:18 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 13:18:33\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 650,\n                    \"productID\": 988,\n                    \"variantID\": 978,\n                    \"productName\": \"abc\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 650,\n                    \"productID\": 988,\n                    \"variantID\": 978,\n                    \"productName\": \"abc\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 650,\n                    \"productID\": 988,\n                    \"variantID\": 978,\n                    \"productName\": \"abc\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 650,\n                    \"productID\": 988,\n                    \"variantID\": 978,\n                    \"productName\": \"abc\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 650,\n                    \"productID\": 988,\n                    \"variantID\": 978,\n                    \"productName\": \"abc\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 655,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"03:53 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 15:53:47\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 655,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 655,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 655,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 655,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 655,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 656,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"04:14 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 16:14:03\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 656,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 656,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"fc643cb5-e016-49ab-91f8-37311e6da0f8"}],"id":"4951a3a1-23c6-4816-a190-80109dff1fc9","_postman_id":"4951a3a1-23c6-4816-a190-80109dff1fc9","description":""},{"name":"Customer","item":[{"name":"Get Customer List","id":"e90ae42c-43f7-40d3-a4e9-98f95b1b420e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"f34d13a66c1749146589b8badf2dac446305ec995d2deca84ec44b389e11566e","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453\r\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getCustomerList","description":"<p>This API can be consumed to fetch all the Customers of an orgainsation mapped to a specific store.</p>\n<p>Mandatory fields:</p>\n<p>ChainID</p>\n<p>thirdPartyChainID</p>\n<p>storeID</p>\n","urlObject":{"protocol":"http","path":["API","public","v1","thirdParty","getCustomerList"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"ea07ab26-5d4e-42c5-9413-4d4aae75f003","name":"Get Customer List _ Success response","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453\r\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getCustomerList"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 04:48:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"customerID\": 1,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"SUNITA\",\n            \"lastName\": \"\",\n            \"phone\": 7503664514,\n            \"email\": \"sunita@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"A\",\n            \"addressLine2\": \"TOWER5\",\n            \"city\": \"NOIDA\",\n            \"state\": \"Uttar Pradesh\",\n            \"country\": \"India\",\n            \"pincode\": 201301\n        },\n        {\n            \"customerID\": 2,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"DPD TECHNOLOGY\",\n            \"lastName\": \"\",\n            \"phone\": 8178832231,\n            \"email\": \"sunita@queueuster.co\",\n            \"gender\": \"\",\n            \"addressLine1\": \"G7\",\n            \"addressLine2\": \"sector 119\",\n            \"city\": \"Noida\",\n            \"state\": \"Uttar Pradesh\",\n            \"country\": \"India\",\n            \"pincode\": 20101\n        },\n        {\n            \"customerID\": 3,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"TREE\",\n            \"lastName\": \"\",\n            \"phone\": 852369748,\n            \"email\": \"abc@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 4,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"FIROZ\",\n            \"lastName\": \"\",\n            \"phone\": 7539852147,\n            \"email\": \"firoz@gmail.com\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 5,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Dhufbj\",\n            \"lastName\": \"\",\n            \"phone\": 7412589632,\n            \"email\": \"sunita@queuebuster.co\",\n            \"gender\": \"\",\n            \"addressLine1\": \"F\",\n            \"addressLine2\": \"H\",\n            \"city\": \"Noida\",\n            \"state\": \"Andhra Pradesh\",\n            \"country\": \"India\",\n            \"pincode\": 201302\n        },\n        {\n            \"customerID\": 6,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Gggg\",\n            \"lastName\": \"\",\n            \"phone\": 852368555,\n            \"email\": \"\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 7,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"wtfh\",\n            \"lastName\": \"\",\n            \"phone\": 741236588,\n            \"email\": \"\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 8,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Dfhvv\",\n            \"lastName\": \"\",\n            \"phone\": 4563214563,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 9,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Fch\",\n            \"lastName\": \"\",\n            \"phone\": 852566544,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 10,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Dfuggh\",\n            \"lastName\": \"\",\n            \"phone\": 23556353,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 11,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Gddd\",\n            \"lastName\": \"\",\n            \"phone\": 44511616,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 12,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Dfhu\",\n            \"lastName\": \"\",\n            \"phone\": 58555555,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 13,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"xxx\",\n            \"lastName\": \"\",\n            \"phone\": 744144444,\n            \"email\": \"\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 14,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Dpd Technogies\",\n            \"lastName\": \"\",\n            \"phone\": 8523697412,\n            \"email\": \"sunita@queuebuster.co\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 15,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Gone\",\n            \"lastName\": \"\",\n            \"phone\": 7412583698,\n            \"email\": \"test@queuebuster.co\",\n            \"gender\": \"FEMALE\",\n            \"addressLine1\": \"A8\",\n            \"addressLine2\": \"Sector 88\",\n            \"city\": \"Noida\",\n            \"state\": \"Uttar Pradesh\",\n            \"country\": \"India\",\n            \"pincode\": 201301\n        },\n        {\n            \"customerID\": 16,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Doe\",\n            \"lastName\": \"\",\n            \"phone\": 5555333366,\n            \"email\": \"test@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 17,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Avf\",\n            \"lastName\": \"\",\n            \"phone\": 852852825,\n            \"email\": \"avf@gmail.com\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 18,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"TagTaste\",\n            \"lastName\": \"\",\n            \"phone\": 8523674125,\n            \"email\": \"sunita@queuebuster.co\",\n            \"gender\": \"\",\n            \"addressLine1\": \"K\",\n            \"addressLine2\": \"Sector 88\",\n            \"city\": \"Noida\",\n            \"state\": \"Gujarat\",\n            \"country\": \"India\",\n            \"pincode\": 201301\n        },\n        {\n            \"customerID\": 19,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Dhtd\",\n            \"lastName\": \"\",\n            \"phone\": 785236842,\n            \"email\": \"\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 20,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Company A\",\n            \"lastName\": \"\",\n            \"phone\": 9958657225,\n            \"email\": \"Test.sgautam@gmail.com\",\n            \"gender\": \"\",\n            \"addressLine1\": \"C8\",\n            \"addressLine2\": \"Setor 78\",\n            \"city\": \"Noida\",\n            \"state\": \"Goa\",\n            \"country\": \"India\",\n            \"pincode\": 201301\n        },\n        {\n            \"customerID\": 21,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"ZOHO\",\n            \"lastName\": \"\",\n            \"phone\": 7096321456,\n            \"email\": \"gadh@gmail.com\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"K\",\n            \"addressLine2\": \"SECTOR 99\",\n            \"city\": \"noida\",\n            \"state\": \"Select State\",\n            \"country\": \"India\",\n            \"pincode\": 201301\n        },\n        {\n            \"customerID\": 22,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Technology comp\",\n            \"lastName\": \"\",\n            \"phone\": 7775825369,\n            \"email\": \"tech@yahoo.co\",\n            \"gender\": \"\",\n            \"addressLine1\": \"V\",\n            \"addressLine2\": \"SECTOR 89\",\n            \"city\": \"NOIDA\",\n            \"state\": \"Select State\",\n            \"country\": \"India\",\n            \"pincode\": 201301\n        },\n        {\n            \"customerID\": 23,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"pvr\",\n            \"lastName\": \"\",\n            \"phone\": 752145325,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 24,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"5fgd\",\n            \"lastName\": \"\",\n            \"phone\": 88852886,\n            \"email\": \"\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 25,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"zvngf\",\n            \"lastName\": \"\",\n            \"phone\": 7452456658,\n            \"email\": \"\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 26,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": 5845,\n            \"lastName\": \"\",\n            \"phone\": 8588555555,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 27,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"cvfd\",\n            \"lastName\": \"\",\n            \"phone\": 8525855555,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 28,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"cbvjc\",\n            \"lastName\": \"\",\n            \"phone\": 555688555555,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 29,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": 785555,\n            \"lastName\": \"\",\n            \"phone\": 5665586668588,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 30,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Thegirl\",\n            \"lastName\": \"\",\n            \"phone\": 85236974128,\n            \"email\": \"sunita@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"G\",\n            \"addressLine2\": \"Block-8\",\n            \"city\": \"Noida\",\n            \"state\": \"Select State\",\n            \"country\": \"India\",\n            \"pincode\": 201301\n        },\n        {\n            \"customerID\": 31,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Test\",\n            \"lastName\": \"\",\n            \"phone\": 75315852365,\n            \"email\": \"sunita@queuebuster.co\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 32,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Ashok\",\n            \"lastName\": \"\",\n            \"phone\": 7531598527,\n            \"email\": \"sunita@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"Tower\",\n            \"addressLine2\": \"Gk\",\n            \"city\": \"Wb\",\n            \"state\": \"West Bengal\",\n            \"country\": \"India\",\n            \"pincode\": 3551134\n        },\n        {\n            \"customerID\": 33,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Pratik\",\n            \"lastName\": \"\",\n            \"phone\": 9311101453,\n            \"email\": \"\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"Uttar Pradesh\",\n            \"country\": \"India\",\n            \"pincode\": 211005\n        },\n        {\n            \"customerID\": 34,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Prattek\",\n            \"lastName\": \"\",\n            \"phone\": 8005005054,\n            \"email\": \"\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"Uttar Pradesh\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 35,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Vzhxdhfh\",\n            \"lastName\": \"\",\n            \"phone\": 97646565656,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 36,\n            \"customerType\": \"COMPANY\",\n            \"firstName\": \"Hdh\",\n            \"lastName\": \"\",\n            \"phone\": 9650500625,\n            \"email\": \"\",\n            \"gender\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 37,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Dhirendra\",\n            \"lastName\": \"\",\n            \"phone\": 8700114853,\n            \"email\": \"dhirendra@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"C8\",\n            \"addressLine2\": \"Sector 78\",\n            \"city\": \"Noida\",\n            \"state\": \"Assam\",\n            \"country\": \"India\",\n            \"pincode\": 201301\n        },\n        {\n            \"customerID\": 38,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Lata\",\n            \"lastName\": \"\",\n            \"phone\": 7895707570,\n            \"email\": \"lata@queuebuster.co\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        },\n        {\n            \"customerID\": 39,\n            \"customerType\": \"INDIVIDUAL\",\n            \"firstName\": \"Priyanka Gupta\",\n            \"lastName\": \"\",\n            \"phone\": 8233788108,\n            \"email\": \"\",\n            \"gender\": \"MALE\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\"\n        }\n    ]\n}"},{"id":"90be8231-3020-4362-aeac-35beba38c916","name":"Get Customer List_chainIDRequired","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": \"\",\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453\r\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getCustomerList"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 04:50:49 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"},{"id":"0b9727f0-2577-45a8-ae22-ce78b22ff48b","name":"Get Customer List _ThirdPartyChainID Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": \"\",\r\n    \"storeID\": 2453\r\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getCustomerList"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 04:55:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ]\n    }\n}"},{"id":"70012930-5677-4679-9239-f508232489d8","name":"Get Customer List_storeID required Field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"d70802e63d6c2ecb55821655cfa8705dd069420a0de9e192f06e41e7c0f7ea8b","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getCustomerList"},"status":"Unprocessable Entity (WebDAV) (RFC 4918)","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Jul 2022 04:56:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"storeID\": [\n            \"StoreID is required\"\n        ]\n    }\n}"},{"id":"445e5359-cdaa-42ea-b4d3-04c5c83d4006","name":"Get Customer List_Token Missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/ecmascript","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"thirdPartyChainID\": 17,\r\n    \"storeID\": 2453\r\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdParty/getCustomerList"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Wed, 20 Jul 2022 04:57:26 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\thirdPartyController\">thirdPartyController</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'getEmployeeList') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\thirdPartyController', 'getEmployeeList') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"}],"_postman_id":"e90ae42c-43f7-40d3-a4e9-98f95b1b420e"},{"name":"Fetch customer by phone","id":"78024116-62e4-4acb-8f23-6a22988eb32b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"bearer c545c8361a5cf9976ebeb490172265397561db38","type":"text"},{"key":"storeID","value":"1131","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"chainID\": 1534,\r\n    \"storeID\": 2453,\r\n    \"phone\": \"9410206876\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchCustomerDetailByPhone","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","fetchCustomerDetailByPhone"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"78024116-62e4-4acb-8f23-6a22988eb32b"},{"name":"Add Customers","id":"e9e63c58-7e49-49c2-8b30-4aecb8ed5f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"useChain\": 1,\n    \"chainID\":0,\n    \"thirdPartyChainID\":17,\n    \"custAddList\": [\n        {\n            \"firstName\": \"Priyanka\",\n            \"lastName\": \"Gupta\",\n            \"customerType\": \"Individual\",\n            \"birthday\": \"1993-03-28\",\n            \"gender\": \"Female\",\n            \"phone\": \"8233788108\",\n            \"email\": \"priyanka@queuebuster.co\",\n            \"addressLine1\": \"A 10\",\n            \"addressLine2\": \"Sector 67\",\n            \"city\": \"Noida\",\n            \"state\": \"Uttar Pradesh\",\n            \"country\": \"India\",\n            \"pincode\": 201301,\n            \"landmark\": \"Cleo County\",\n            \"anniversary\": \"2020-03-28\",\n            \"gstNumber\": \"GST676969690\",\n            \"companyContactPersonPhone\": \"\",\n            \"registrationPoint\": \"50\",\n            \"notes\": \"Test\",\n            \"panNumber\": \"ASDF35325325\",\n            \"points\": 10000,\n            \"aadharNumber\": \"QWRT4643643\",\n            \"DOB\":\"1993-03-28\",\n            \"no\": 1\n        }\n    ],\n    \"userID\": 1658\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/addCustomers","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","addCustomers"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"d022b0da-16a4-4d2f-be00-482ccfed82d9","name":"add Customers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"useChain\": 1,\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"custAddList\": [\n        {\n            \"firstName\": \"Mohit\",\n            \"lastName\": \"Goswami\",\n            \"customerType\": \"Individual\",\n            \"birthday\": \"1998-10-16\",\n            \"gender\": \"Male\",\n            \"phone\": 8368767811,\n            \"email\": \"mohit.goswami@queuebuster.co\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"Delhi\",\n            \"state\": \"Delhi\",\n            \"country\": \"India\",\n            \"pincode\": 110042,\n            \"landmark\": \"DTU\",\n            \"anniversary\": \"Invalid date\",\n            \"gstNumber\": \"GST123\",\n            \"companyContactPersonPhone\": \"\",\n            \"registrationPoint\": \"\",\n            \"notes\": \"\",\n            \"panNumber\": \"PAN123\",\n            \"points\": 1000000,\n            \"aadharNumber\": \"ADH123\",\n            \"no\": 1,\n            \"DOB\": \"1998-10-16\"\n        }\n    ],\n    \"userID\": 1658\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8000/v1/thirdparty/addCustomers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000"},{"key":"Date","value":"Tue, 29 Aug 2023 09:52:48 GMT"},{"key":"Date","value":"Tue, 29 Aug 2023 09:52:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.3.33"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"customerStatus\": 1,\n    \"custAddData\": [\n        {\n            \"firstName\": \"Mohit\",\n            \"middleName\": null,\n            \"lastName\": \"Goswami\",\n            \"gender\": \"Male\",\n            \"DOB\": \"1998-10-16\",\n            \"anniversary\": \"Invalid date\",\n            \"phone\": 8368767811,\n            \"email\": \"mohit.goswami@queuebuster.co\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"notes\": \"\",\n            \"pointsCollected\": 1000000,\n            \"availablePoints\": 1000000,\n            \"pointsRedeemed\": 0,\n            \"city\": \"Delhi\",\n            \"state\": \"Delhi\",\n            \"country\": \"India\",\n            \"pincode\": 110042,\n            \"landmark\": \"DTU\",\n            \"createdOnLocal\": \"2023-08-29 15:22:47\",\n            \"createdOnUTC\": \"2023-08-29 09:52:47\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"customerType\": \"Individual\",\n            \"gstNumber\": \"GST123\",\n            \"companyContactPersonName\": null,\n            \"companyContactPersonPhone\": \"\",\n            \"passportNumber\": null,\n            \"passportExpiry\": null,\n            \"passportCountryCode\": null,\n            \"panNumber\": \"PAN123\",\n            \"aadharNumber\": \"ADH123\"\n        }\n    ],\n    \"custEditData\": [],\n    \"chainID\": 1114,\n    \"customerMappingData\": [\n        {\n            \"phone\": 8368767811,\n            \"customerAccountID\": 239,\n            \"customerID\": 144\n        }\n    ]\n}"},{"id":"2977724f-0676-47e5-8e3f-becace0a1c1e","name":"PASS - Mandatory field Check","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"useChain\": 1,\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"custAddList\": [\n        {\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"customerType\": \"Individual\",\n            \"birthday\": \"1993-03-28\",\n            \"gender\": \"Female\",\n            \"phone\": \"\",\n            \"email\": \"priyanka@queuebuster.co\",\n            \"addressLine1\": \"A 10\",\n            \"addressLine2\": \"Sector 67\",\n            \"city\": \"Noida\",\n            \"state\": \"Uttar Pradesh\",\n            \"country\": \"India\",\n            \"pincode\": 201301,\n            \"landmark\": \"Cleo County\",\n            \"anniversary\": \"2020-03-28\",\n            \"gstNumber\": \"\",\n            \"companyContactPersonPhone\": \"\",\n            \"registrationPoint\": \"50\",\n            \"notes\": \"Test\",\n            \"panNumber\": \"ASDF35325325\",\n            \"points\": 10000,\n            \"aadharNumber\": \"QWRT4643643\",\n            \"DOB\":\"1993-03-28\",\n            \"no\": 1\n        }\n    ],\n    \"userID\": 1658\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/addCustomers"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Sep 2023 06:14:01 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"phone is required\"\n}"},{"id":"dc6f7d79-3593-4529-8cfe-a71162eb2ee7","name":"PASS - Invalid ChainID Check","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"useChain\": 1,\n    \"chainID\":0,\n    \"thirdPartyChainID\":17,\n    \"custAddList\": [\n        {\n            \"firstName\": \"\",\n            \"lastName\": \"\",\n            \"customerType\": \"Individual\",\n            \"birthday\": \"1993-03-28\",\n            \"gender\": \"Female\",\n            \"phone\": \"8233788108\",\n            \"email\": \"priyanka@queuebuster.co\",\n            \"addressLine1\": \"A 10\",\n            \"addressLine2\": \"Sector 67\",\n            \"city\": \"Noida\",\n            \"state\": \"Uttar Pradesh\",\n            \"country\": \"India\",\n            \"pincode\": 201301,\n            \"landmark\": \"Cleo County\",\n            \"anniversary\": \"2020-03-28\",\n            \"gstNumber\": \"\",\n            \"companyContactPersonPhone\": \"\",\n            \"registrationPoint\": \"50\",\n            \"notes\": \"Test\",\n            \"panNumber\": \"ASDF35325325\",\n            \"points\": 10000,\n            \"aadharNumber\": \"QWRT4643643\",\n            \"DOB\":\"1993-03-28\",\n            \"no\": 1\n        }\n    ],\n    \"userID\": 1658\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/addCustomers"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Sep 2023 06:28:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid chainID!\"\n}"}],"_postman_id":"e9e63c58-7e49-49c2-8b30-4aecb8ed5f89"},{"name":"Edit Customers","id":"a3effef1-40bd-4c63-ab92-257c6e220af8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"thirdPartyChainID\":17,\n    \"customerStatus\": 2,\n    \"custEditList\": [\n        {\n            \"customerID\": 2,\n            \"firstName\": \"Mohit\",\n            \"middleName\": null,\n            \"lastName\": \"G\",\n            \"gender\": \"Female\",\n            \"DOB\": \"1999-10-16\",\n            \"anniversary\": \"2023-08-29\",\n            \"phone\": 1234567890,\n            \"email\": null,\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"notes\": null,\n            \"pointsCollected\": 0,\n            \"availablePoints\": 0,\n            \"pointsRedeemed\": 0,\n            \"city\": null,\n            \"state\": null,\n            \"country\": null,\n            \"pincode\": null,\n            \"landmark\": null,\n            \"createdOnLocal\": \"2023-08-29 14:44:53\",\n            \"createdOnUTC\": \"2023-08-29 09:14:53\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"customerType\": \"INDIVIDUAL\",\n            \"gstNumber\": null,\n            \"companyContactPersonName\": null,\n            \"companyContactPersonPhone\": null,\n            \"passportNumber\": null,\n            \"passportExpiry\": null,\n            \"passportCountryCode\": null,\n            \"panNumber\": null,\n            \"aadharNumber\": null\n        }\n    ],\n    \"chainID\": 1114,\n    \"customerMappingData\": [\n        {\n            \"phone\": 1234567890,\n            \"customerAccountID\": 54,\n            \"customerID\": 18\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/editCustomers","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","editCustomers"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"cb79b20b-561c-4927-9c97-958b2aff9042","name":"Edit Customers","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"thirdPartyChainID\":17,\n    \"customerStatus\": 2,\n    \"custEditList\": [\n        {\n            \"customerID\": 2,\n            \"firstName\": \"Mohit\",\n            \"middleName\": null,\n            \"lastName\": \"G\",\n            \"gender\": \"Female\",\n            \"DOB\": \"1999-10-16\",\n            \"anniversary\": \"2023-08-29\",\n            \"phone\": 1234567890,\n            \"email\": null,\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"notes\": null,\n            \"pointsCollected\": 0,\n            \"availablePoints\": 0,\n            \"pointsRedeemed\": 0,\n            \"city\": null,\n            \"state\": null,\n            \"country\": null,\n            \"pincode\": null,\n            \"landmark\": null,\n            \"createdOnLocal\": \"2023-08-29 14:44:53\",\n            \"createdOnUTC\": \"2023-08-29 09:14:53\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"customerType\": \"INDIVIDUAL\",\n            \"gstNumber\": null,\n            \"companyContactPersonName\": null,\n            \"companyContactPersonPhone\": null,\n            \"passportNumber\": null,\n            \"passportExpiry\": null,\n            \"passportCountryCode\": null,\n            \"panNumber\": null,\n            \"aadharNumber\": null\n        }\n    ],\n    \"chainID\": 1114,\n    \"customerMappingData\": [\n        {\n            \"phone\": 1234567890,\n            \"customerAccountID\": 54,\n            \"customerID\": 18\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/editCustomers"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 08 Sep 2023 07:55:45 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"customerStatus\": 2,\n    \"custEditData\": [\n        {\n            \"customerID\": 2,\n            \"phone\": 1234567890,\n            \"firstName\": \"Mohit\",\n            \"middleName\": \"\",\n            \"lastName\": \"G\",\n            \"gender\": \"Female\",\n            \"DOB\": \"1999-10-16\",\n            \"anniversary\": \"2023-08-29\",\n            \"email\": \"\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"notes\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"country\": \"\",\n            \"pincode\": \"\",\n            \"landmark\": \"\",\n            \"customerType\": \"INDIVIDUAL\",\n            \"gstNumber\": \"\",\n            \"companyContactPersonName\": \"\",\n            \"companyContactPersonPhone\": \"\",\n            \"passportNumber\": \"\",\n            \"passportExpiry\": \"\",\n            \"passportCountryCode\": \"\",\n            \"panNumber\": \"\",\n            \"aadharNumber\": \"\"\n        }\n    ],\n    \"chainID\": 1114,\n    \"customerMappingData\": [\n        {\n            \"phone\": 1234567890,\n            \"customerAccountID\": 33,\n            \"customerID\": 2\n        }\n    ]\n}"},{"id":"78376d24-7502-419b-88a5-db21faa52673","name":"PASS - Invalid ChainID Check","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"thirdPartyChainID\":17,\n    \"customerStatus\": 2,\n    \"custEditList\": [\n        {\n            \"customerID\": 151,\n            \"firstName\": null,\n            \"middleName\": null,\n            \"lastName\": null,\n            \"gender\": \"Female\",\n            \"DOB\": \"1999-10-16\",\n            \"anniversary\": \"2023-08-29\",\n            \"phone\": \"8233788108\",\n            \"email\": null,\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"notes\": null,\n            \"pointsCollected\": 0,\n            \"availablePoints\": 0,\n            \"pointsRedeemed\": 0,\n            \"city\": null,\n            \"state\": null,\n            \"country\": null,\n            \"pincode\": null,\n            \"landmark\": null,\n            \"createdOnLocal\": \"2023-08-29 14:44:53\",\n            \"createdOnUTC\": \"2023-08-29 09:14:53\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"customerType\": \"COMPANY\",\n            \"gstNumber\": null,\n            \"companyContactPersonName\": null,\n            \"companyContactPersonPhone\": null,\n            \"passportNumber\": null,\n            \"passportExpiry\": null,\n            \"passportCountryCode\": null,\n            \"panNumber\": null,\n            \"aadharNumber\": null\n        }\n    ],\n    \"chainID\": 0,\n    \"customerMappingData\": [\n        {\n            \"phone\": 32242671893,\n            \"customerAccountID\": 260,\n            \"customerID\": 151\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/editCustomers"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Sep 2023 06:28:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid chainID!\"\n}"},{"id":"d218cde6-d9c1-4656-8aba-5001b0013323","name":"PASS-Mandatory field check","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": true,\n    \"thirdPartyChainID\":17,\n    \"customerStatus\": 2,\n    \"custEditList\": [\n        {\n            \"customerID\": 151,\n            \"firstName\": null,\n            \"middleName\": null,\n            \"lastName\": null,\n            \"gender\": \"Female\",\n            \"DOB\": \"1999-10-16\",\n            \"anniversary\": \"2023-08-29\",\n            \"phone\": \"\",\n            \"email\": null,\n            \"addressLine1\": null,\n            \"addressLine2\": null,\n            \"notes\": null,\n            \"pointsCollected\": 0,\n            \"availablePoints\": 0,\n            \"pointsRedeemed\": 0,\n            \"city\": null,\n            \"state\": null,\n            \"country\": null,\n            \"pincode\": null,\n            \"landmark\": null,\n            \"createdOnLocal\": \"2023-08-29 14:44:53\",\n            \"createdOnUTC\": \"2023-08-29 09:14:53\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"customerType\": \"COMPANY\",\n            \"gstNumber\": null,\n            \"companyContactPersonName\": null,\n            \"companyContactPersonPhone\": null,\n            \"passportNumber\": null,\n            \"passportExpiry\": null,\n            \"passportCountryCode\": null,\n            \"panNumber\": null,\n            \"aadharNumber\": null\n        }\n    ],\n    \"chainID\": 1114,\n    \"customerMappingData\": [\n        {\n            \"phone\": 32242671893,\n            \"customerAccountID\": 260,\n            \"customerID\": 151\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/editCustomers"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 12 Sep 2023 06:31:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"phone is required\"\n}"}],"_postman_id":"a3effef1-40bd-4c63-ab92-257c6e220af8"},{"name":"Update Customer Phone","id":"0cbb6736-650d-4eab-8d86-3bf6257f4cec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n\"thirdPartyChainID\":17,\n\"chainID\":1114,\n\"customerID\":\"187\",\n\"phoneCode\": \"+91\",\n\"phone\":\"7896541239\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/updateCustomerPhone","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","updateCustomerPhone"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"fbe6b6f7-90b4-4625-814b-4de919e65bf6","name":"Update Customer Phone","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"customerID\":\"187\",\n    \"phone\":\"89000008989\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/updateCustomerPhone"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Nov 2023 07:42:12 GMT","uuid":"ed3e0729-5944-4395-921b-a66ef76eb515"},{"key":"Content-Type","value":"application/json","uuid":"5ddb905d-c2ab-427b-a915-c40b150ef2d3"},{"key":"Transfer-Encoding","value":"chunked","uuid":"0f451981-5d44-4ef8-b026-8442f05f7f4b"},{"key":"Connection","value":"keep-alive","uuid":"ce9df9a5-d5da-45ec-a821-0f5c8cbf926f"},{"key":"Server","value":"nginx","uuid":"031556e2-3110-4960-90d8-807ff88ac13e"},{"key":"Vary","value":"Accept-Encoding","uuid":"6be41e40-c4d8-4831-a6c6-64b59f7cb406"},{"key":"Cache-Control","value":"no-cache","uuid":"a20ac04f-93bb-414d-a13d-67fffa68cec1"},{"key":"Content-Encoding","value":"gzip","uuid":"c57e94cc-d897-4453-b1bf-4a6f13faeca6"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Customer phone updated Successfully!\"\n}"},{"id":"331da52c-cec8-4972-85e5-c7c2175865e1","name":"Same Numbers_Validation","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"customerID\":\"187\",\n    \"phone\":\"89000008989\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/updateCustomerPhone"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Nov 2023 07:43:10 GMT","uuid":"5aff524c-5bae-437d-9b6a-1514e21cdfc6"},{"key":"Content-Type","value":"application/json","uuid":"8c49fa54-d456-4ac3-990b-7dd15e1e96e5"},{"key":"Transfer-Encoding","value":"chunked","uuid":"2bd04926-cd00-40f0-b2f9-ac4818a9e737"},{"key":"Connection","value":"keep-alive","uuid":"381989ad-5eb3-4328-a4e2-f73aae9c0d79"},{"key":"Server","value":"nginx","uuid":"4cf29480-32b9-4fdc-aac6-2b83119001d4"},{"key":"Cache-Control","value":"no-cache","uuid":"adb49afa-eb1a-417f-9681-3607ae91436b"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Old and new customer phone numbers are same!\"\n}"},{"id":"e26710d5-8796-4c53-adfb-0a28cf930727","name":"phone No already exists","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"customerID\":\"187\",\n    \"phone\":\"7503664514\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/updateCustomerPhone"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 17 Nov 2023 07:43:59 GMT","uuid":"fe187d81-e32b-4853-8509-d2c10b49dbff"},{"key":"Content-Type","value":"application/json","uuid":"395dce2a-7afc-4aea-90e5-aac01195e57c"},{"key":"Transfer-Encoding","value":"chunked","uuid":"5b202c0b-a461-412d-87df-6794ba1ed74e"},{"key":"Connection","value":"keep-alive","uuid":"280296d4-63d2-43a7-82ce-b561185a7b85"},{"key":"Server","value":"nginx","uuid":"141e2f97-55c4-495c-a9cd-d4deccab3eef"},{"key":"Cache-Control","value":"no-cache","uuid":"349b16e5-eddd-4424-b927-d132d6835db2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This phone number is already exist!\"\n}"}],"_postman_id":"0cbb6736-650d-4eab-8d86-3bf6257f4cec"},{"name":"Fetch Customer Order","id":"f349b647-d989-4a95-ba9c-17775d9d2b42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"phone\": 2233445566,\n    \"fromDate\": \"2025-01-01\",\n    \"toDate\": \"2025-04-28\",\n    \"chainID\":3380,\n    \"thirdPartyChainID\":97\n}\n","options":{"raw":{"language":"json"}}},"url":"https://testapi.queuebuster.co/API/public/v1/thirdparty/fetchCustomerOrders","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","fetchCustomerOrders"],"host":["testapi","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"f349b647-d989-4a95-ba9c-17775d9d2b42"}],"id":"9eadfc7b-9e51-4a6b-a5b2-6ffddd871366","_postman_id":"9eadfc7b-9e51-4a6b-a5b2-6ffddd871366","description":""},{"name":"Purchase","item":[{"name":"Vendor","item":[{"name":"Fetch Vendors","id":"0e94d581-e01c-4fc9-9ae1-279928ca5f77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/fetchVendors","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","fetchVendors"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"0e94d581-e01c-4fc9-9ae1-279928ca5f77"},{"name":"Add Vendor Web","id":"8dd7cf14-a497-413e-9ef8-3429150c1bf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{jwt}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":\"\",\n    \"vendorName\": \"hello\",\n    \"vendorCompany\": \"ee\",\n    \"vendorShortCode\": \"ee\",\n    \"addressLine1\": \"ee\",\n    \"addressLine2\": \"ee\",\n    \"city\": \"Noetinger\",\n    \"state\": \"Uttar Pradesh\",\n    \"pincode\": \"201301\",\n    \"country\": \"Argentina\",\n    \"email\": \"chaithanyareddy786@gmail.com\",\n    \"phone\": \"1234567890\",\n    \"phoneCode\": 91,\n    \"GSTNumber\": \"123456\",\n    \"vendorMargin\": \"012345\",\n    \"userID\": 2151\n}","options":{"raw":{"language":"json"}}},"url":"{{test_url}}/v1/thirdparty/addVendor","urlObject":{"path":["v1","thirdparty","addVendor"],"host":["{{test_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8dd7cf14-a497-413e-9ef8-3429150c1bf5"},{"name":"Edit Vendor Web","id":"36f120c0-f3b1-41a4-800a-53d51863ddff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{jwt}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":\"\",\n    \"vendorName\": \"Vendor-----\",\n    \"vendorCompany\": \"Abc Company\",\n    \"vendorShortCode\": \"\",\n    \"addressLine1\": \"Sector27\",\n    \"addressLine2\": \"\",\n    \"city\": \"Noida\",\n    \"state\": \"Uttar Pradesh\",\n    \"pincode\": 201303,\n    \"country\": \"India\",\n    \"email\": \"sunita+g@queuebuster.co\",\n    \"phone\": \"7503664514\",\n    \"phoneCode\": \"91\",\n    \"GSTNumber\": \"G788BGh\",\n    \"vendorMargin\": 1,\n    \"vendorID\": 1,\n    \"userID\": 1013\n}","options":{"raw":{"language":"json"}}},"url":"{{test_url}}/v1/thirdparty/editVendor","urlObject":{"path":["v1","thirdparty","editVendor"],"host":["{{test_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"36f120c0-f3b1-41a4-800a-53d51863ddff"},{"name":"Get Vendor Source Mapping","id":"a29b1e0e-0acd-449f-a640-dbccb7d602f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"17\",\n    \"chainID\":1114,\n    \"vendorID\":24\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorSourceMapping","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","getVendorSourceMapping"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"d4f153ca-72b9-458d-9d6c-7069b32e3f2d","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"vendorID\":24\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorSourceMapping"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 11:12:28 GMT","uuid":"40870080-f0ec-46b4-8e43-4639ee4028da"},{"key":"Content-Type","value":"application/json","uuid":"47c0e888-a5f6-4263-8233-fd16c5f65edd"},{"key":"Transfer-Encoding","value":"chunked","uuid":"7fe80b5d-3c10-40b5-8132-c47be29b3e17"},{"key":"Connection","value":"keep-alive","uuid":"b9b7d01d-fc3d-468b-a591-2257ae0660f9"},{"key":"Server","value":"nginx","uuid":"027698ca-b43e-481a-8a69-aa217bcfc8c9"},{"key":"Cache-Control","value":"no-cache","uuid":"05941378-659e-4bf7-a2c4-23d6989c9701"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"vendorID\": 24,\n            \"vendorName\": \"Sunita VendorA\",\n            \"vendorSourceMappingList\": [\n                {\n                    \"vendorID\": 24,\n                    \"sourceID\": 1666,\n                    \"sourceType\": \"STORE\",\n                    \"source\": \"Pawan Store\"\n                },\n                {\n                    \"vendorID\": 24,\n                    \"sourceID\": 3029,\n                    \"sourceType\": \"STORE\",\n                    \"source\": \"Tanmay Store\"\n                },\n                {\n                    \"vendorID\": 24,\n                    \"sourceID\": 2446,\n                    \"sourceType\": \"STORE\",\n                    \"source\": \"Raman Store\"\n                },\n                {\n                    \"vendorID\": 24,\n                    \"sourceID\": 2303,\n                    \"sourceType\": \"WAREHOUSE\",\n                    \"source\": \"Rajeshthan\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"05ea0df5-0536-4ddd-ac4e-1591a5aed055","name":"mandatory field1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":1114,\n    \"vendorID\":24\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorSourceMapping"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 11:25:03 GMT","uuid":"fb2dc6d6-6593-4eb6-bdf4-9d7c2844158c"},{"key":"Content-Type","value":"application/json","uuid":"8c717eab-29f0-4911-aa53-f3a8c0258d05"},{"key":"Transfer-Encoding","value":"chunked","uuid":"7cd633e8-6a0a-428d-8849-c178063de5eb"},{"key":"Connection","value":"keep-alive","uuid":"21062a6e-2613-4d3e-b10f-23a839007109"},{"key":"Server","value":"nginx","uuid":"db0de8c1-bc1f-4c24-b032-261a3c249040"},{"key":"Cache-Control","value":"no-cache","uuid":"fa104714-bc74-4c32-9a04-0e85f6daaea6"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ]\n    }\n}"},{"id":"a2fd5fed-2101-4acd-891a-9a1df23d923a","name":"mandatory field2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"17\",\n    \"chainID\":\"\",\n    \"vendorID\":24\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorSourceMapping"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 11:25:34 GMT","uuid":"07e0d398-ad1b-4d9b-a1f7-315f2f78ad61"},{"key":"Content-Type","value":"application/json","uuid":"bb5069d2-2e1b-492f-98d6-580fadffcbf7"},{"key":"Transfer-Encoding","value":"chunked","uuid":"1ac1537c-260c-48b9-aa17-b9e8e3386540"},{"key":"Connection","value":"keep-alive","uuid":"b2a73690-0e3e-464b-9ca2-419c4fc0380e"},{"key":"Server","value":"nginx","uuid":"1e3b26aa-a615-464a-a7bf-8bc7207ce0ae"},{"key":"Cache-Control","value":"no-cache","uuid":"8dfe32a5-25a4-4901-b911-33fb79d6007d"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"},{"id":"650ed9f5-b94c-4023-a476-24fc51127f20","name":"mandatory field3","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"17\",\n    \"chainID\":1114,\n    \"vendorID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorSourceMapping"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 11:26:18 GMT","uuid":"56f644fe-0096-4660-a790-0f32a8b66e19"},{"key":"Content-Type","value":"application/json","uuid":"dfddf189-bae0-4034-a39e-fd3746eb91a2"},{"key":"Transfer-Encoding","value":"chunked","uuid":"e3925399-047d-4f9b-9a6e-b7941dd8ec41"},{"key":"Connection","value":"keep-alive","uuid":"8be078be-376e-43de-888b-a8870bf5093d"},{"key":"Server","value":"nginx","uuid":"a6301810-c04b-4546-a450-b858e9eb7863"},{"key":"Cache-Control","value":"no-cache","uuid":"b4a8bce9-949a-4dcb-9fff-18494c85b297"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"vendorID\": [\n            \"VendorID is required\"\n        ]\n    }\n}"},{"id":"74fada13-1001-426b-ab17-f635673d7ce5","name":"Invalid VendorID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"17\",\n    \"chainID\":1114,\n    \"vendorID\":12334\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorSourceMapping"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 11:26:51 GMT","uuid":"cae87255-cf98-4b08-8711-15f2bebd4ae1"},{"key":"Content-Type","value":"application/json","uuid":"4e480c84-dac2-49bd-a085-1c6c9f8516ae"},{"key":"Transfer-Encoding","value":"chunked","uuid":"5d7a56a7-49db-4754-a6e0-1eab13a4c9c1"},{"key":"Connection","value":"keep-alive","uuid":"9d54f599-17ef-42a5-9d1f-97a2569da099"},{"key":"Server","value":"nginx","uuid":"4260367a-f8a1-467c-a510-29433c679f60"},{"key":"Cache-Control","value":"no-cache","uuid":"174a318c-9541-487c-991b-668548a77670"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid vendorID\"\n}"},{"id":"e7cc16d3-5523-4312-8943-a8bab9c4320a","name":"empty data","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"17\",\n    \"chainID\":1114,\n    \"vendorID\":23\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorSourceMapping"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 12:06:59 GMT","uuid":"c09f5666-7edb-4a99-830f-fcf8a31090cb"},{"key":"Content-Type","value":"application/json","uuid":"6af5b1ee-3c1a-4481-ae48-43b9bbc2345f"},{"key":"Transfer-Encoding","value":"chunked","uuid":"fb803194-ab3b-48df-8827-35918ba7eba4"},{"key":"Connection","value":"keep-alive","uuid":"57c0592d-b825-4343-ac44-0e5e5ff54110"},{"key":"Server","value":"nginx","uuid":"20cb7992-ca81-4340-860c-12f608dc3b85"},{"key":"Cache-Control","value":"no-cache","uuid":"9493388c-ced9-43ef-af97-80cf61e91cbe"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": []\n}"}],"_postman_id":"a29b1e0e-0acd-449f-a640-dbccb7d602f9"},{"name":"Get Vendor Product Mapping","id":"3d8809a1-532b-4e33-93c9-d73e90ab4dfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"vendorID\":24\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorProductMapping","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","getVendorProductMapping"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"c8014bd6-80ae-47d0-a32d-f03e8afeb8b9","name":"mandatory fields1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"\",\n    \"chainID\":1114,\n    \"vendorID\":24\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorProductMapping"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 11:24:29 GMT","uuid":"cc6add2d-1378-435d-957c-8182b2fb003e"},{"key":"Content-Type","value":"application/json","uuid":"db1d5ef5-d91e-49e3-9db5-699ab11034d6"},{"key":"Transfer-Encoding","value":"chunked","uuid":"96e58aaa-0659-40fb-b8de-c8a7be6ad977"},{"key":"Connection","value":"keep-alive","uuid":"57d7f17c-636a-4a1e-8abc-6a1a8b373986"},{"key":"Server","value":"nginx","uuid":"d6778517-31c8-449d-8581-e9356aba4d8c"},{"key":"Cache-Control","value":"no-cache","uuid":"ac198daa-c939-4422-bb03-dc4e4837d0ed"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ]\n    }\n}"},{"id":"efa25398-cf75-4caf-ac4f-f0eb758f4c0b","name":"EmptyProducts","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"vendorID\":24\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorProductMapping"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 11:28:02 GMT","uuid":"9646e3b9-57b6-4be5-91c0-345b6fbe172b"},{"key":"Content-Type","value":"application/json","uuid":"5694fe84-e0e7-4cf3-8b91-bb320214ab4b"},{"key":"Transfer-Encoding","value":"chunked","uuid":"f61faf6d-78dd-4b55-88b6-a7531865a611"},{"key":"Connection","value":"keep-alive","uuid":"1eb18f78-568a-4bc2-923d-4853133db7d4"},{"key":"Server","value":"nginx","uuid":"ee5004c8-3828-4950-90d6-2509a72b2053"},{"key":"Cache-Control","value":"no-cache","uuid":"fdd5a929-ca97-49bf-bb8f-bdad9344467e"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"vendorID\": 24,\n            \"vendorName\": \"Sunita VendorA\",\n            \"vendorProductMappingList\": []\n        }\n    ]\n}"},{"id":"f87479d0-cac2-425f-bfc0-7d3fd3445e9e","name":"mandatory field2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":\"\",\n    \"vendorID\":24\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorProductMapping"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 11:28:38 GMT","uuid":"eafe052b-77ee-4354-9858-7531b42703c7"},{"key":"Content-Type","value":"application/json","uuid":"a42a8ea8-3de6-4bbe-9af8-2435465b5b15"},{"key":"Transfer-Encoding","value":"chunked","uuid":"83ef5ba2-19a5-49c3-8c1a-871b5af4741d"},{"key":"Connection","value":"keep-alive","uuid":"bfe9f92e-a4cc-499a-adf1-d5e2674dd7a8"},{"key":"Server","value":"nginx","uuid":"953f0cbe-25b8-4592-885e-630278c4b4b1"},{"key":"Cache-Control","value":"no-cache","uuid":"6873ac8e-8be3-4963-9ce2-5547800addbe"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"},{"id":"b16cfb09-fb90-4308-8616-e8c6895ca620","name":"mandatory field3","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"vendorID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/getVendorProductMapping"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Dec 2023 11:29:14 GMT","uuid":"1e6e0020-86ac-4350-b60a-7f343104a8c9"},{"key":"Content-Type","value":"application/json","uuid":"841a9638-8af9-44aa-8e24-89b73fa875ba"},{"key":"Transfer-Encoding","value":"chunked","uuid":"26d9b594-807e-4480-ad57-9f68a6dc4b79"},{"key":"Connection","value":"keep-alive","uuid":"f5452bd8-d036-4583-aa0f-075655afec24"},{"key":"Server","value":"nginx","uuid":"8265c951-c808-442a-a000-5f934563ee0d"},{"key":"Cache-Control","value":"no-cache","uuid":"9dbb4f6b-9b13-4464-9388-978e918d5d00"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"vendorID\": [\n            \"VendorID is required\"\n        ]\n    }\n}"}],"_postman_id":"3d8809a1-532b-4e33-93c9-d73e90ab4dfa"},{"name":"Map Vendor To Source","id":"1262ca31-d523-4f56-9c1f-8b8b47af2e77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"17\",\n    \"chainID\":1114,\n    \"vendorID\":24,\n    \"vendorSourceMapping\": [\n        {\n            \"sourceID\":1666,\n            \"sourceType\":\"STORE\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/vendorSourceMapping","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","vendorSourceMapping"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"dac3f2d2-6159-4bc3-8bec-c96af89a1ef9","name":"Vendor Source Mapping","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":\"17\",\n    \"chainID\":1114,\n    \"vendorID\":24,\n    \"vendorSourceMapping\": [\n        {\n            \"sourceID\":1666,\n            \"sourceType\":\"STORE\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/v1/thirdparty/vendorSourceMapping"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000","uuid":"003367e3-8d1d-46fa-b1c5-2730b11edaa3"},{"key":"Date","value":"Tue, 26 Dec 2023 14:43:14 GMT","uuid":"7925517e-254a-44cb-857e-69782d7297d1"},{"key":"Date","value":"Tue, 26 Dec 2023 14:43:14 GMT","uuid":"7925517e-254a-44cb-857e-69782d7297d1"},{"key":"Connection","value":"close","uuid":"6ac5017c-b9cc-4705-935c-dccb543bd2e0"},{"key":"X-Powered-By","value":"PHP/7.3.33","uuid":"5faebf8d-4081-4ad2-8443-d3c4559cba5a"},{"key":"Cache-Control","value":"no-cache","uuid":"5e3b9ad0-c669-4713-aa8c-cbc2a250b6ba"},{"key":"Content-Type","value":"application/json","uuid":"d77a2d13-2d87-4834-b45a-3006025959d1"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"finalArray\": [\n        {\n            \"vendorID\": 24,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1,\n            \"ID\": 58,\n            \"updateTimeLocal\": \"2023-12-26 20:13:14\",\n            \"updateTimeUTC\": \"2023-12-26 14:43:14\",\n            \"action\": \"UPDATE\"\n        }\n    ],\n    \"message\": \"Vendor Source mapped successfully!\"\n}"}],"_postman_id":"1262ca31-d523-4f56-9c1f-8b8b47af2e77"},{"name":"Map Products to Vendor","id":"a1e33ca2-0cc3-41e0-8816-42dddbe6a685","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 17,\n    \"chainID\": 1114,\n    \"vendorID\": 24,\n    \"vendorProductMapping\": [\n        {\n            \"productID\": 1,\n            \"costPrice\": 200,\n            \"marginRule\": \"MARK_UP\",\n            \"marginValue\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/vendorProductMapping","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","vendorProductMapping"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"cb025fba-e0f5-4fde-986d-fc00d9536e8e","name":"Vendor Product Mapping","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 17,\n    \"chainID\": 1114,\n    \"vendorID\": 24,\n    \"vendorProductMapping\": [\n        {\n            \"productID\": 1,\n            \"costPrice\": 200,\n            \"marginRule\": \"MARK_UP\",\n            \"marginValue\": 10\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/vendorProductMapping"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 26 Dec 2023 14:31:25 GMT","uuid":"32b2bcce-5b1e-44dc-871f-67ca9ba56fb8"},{"key":"Content-Type","value":"application/json","uuid":"6f37e411-0050-426c-86e9-8d0f00577473"},{"key":"Transfer-Encoding","value":"chunked","uuid":"f57a22a2-6e8f-49d6-8bb0-2b0420d3e816"},{"key":"Connection","value":"keep-alive","uuid":"fd02659d-ff0e-4a05-8b19-61955a251db2"},{"key":"Server","value":"nginx","uuid":"f0af3957-1b86-4c86-aeea-ce345c30b248"},{"key":"Cache-Control","value":"no-cache","uuid":"74720bbc-3b76-4d42-8d0a-5cee9a55e0c0"},{"key":"Access-Control-Allow-Origin","value":"*","uuid":"f48ff8ed-a4e0-46b4-8d9b-b87fe0f40d2c"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"finalArray\": [\n        {\n            \"vendorID\": 24,\n            \"productID\": 1,\n            \"costPrice\": 200,\n            \"marginRule\": \"MARK_UP\",\n            \"marginValue\": 10,\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1,\n            \"mapTimeLocal\": \"2023-12-26 20:01:25\",\n            \"mapTimeUTC\": \"2023-12-26 14:31:25\",\n            \"action\": \"INSERT\"\n        }\n    ],\n    \"message\": \"Vendor product mapping done successfully!\"\n}"}],"_postman_id":"a1e33ca2-0cc3-41e0-8816-42dddbe6a685"}],"id":"86c0a045-5a1e-4d92-8d7c-7e74d8367434","_postman_id":"86c0a045-5a1e-4d92-8d7c-7e74d8367434","description":""},{"name":"Purchase Order","item":[{"name":"Create Purchase Order","id":"7a89e2d8-d441-443e-b159-e8e5a1599fbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"timezone\": \"Asia/Calcutta\",\n    \"posDate\": \"2023-10-25\",\n    \"posDateLocal\": \"2023-10-25\",\n    \"orderCreationTimeLocal\": \"2023-10-25 13:06:29\",\n    \"vendorID\": 3,\n    \"sourceID\": 1134,\n    \"sourceType\": \"WAREHOUSE\",\n    \"invoiceNumber\": \"INV-1234123\",\n    \"invoiceDate\": \"2023-10-25\",\n    \"shipmentMode\": \" Courier\",\n    \"deliveryDueDate\": \"2023-10-30\",\n    \"expectedDeliveryDate\": \"2023-10-30\",\n    \"tnc\": \"\",\n    \"orderRemarks\": \"\",\n    \"emails\": \"\",\n    \"rounding\": -0.00010000000020227162,\n    \"adjustment\": 0,\n    \"netBill\": 1053.7121000000002,\n    \"grossBill\": 1400,\n    \"taxes\": 346.288,\n    \"discountValue\": 0,\n    \"productsList\": [\n        {\n            \"productID\": 13,\n            \"productName\": \"Achaari Chaap\",\n            \"categoryID\": 2,\n            \"brandID\": 2,\n            \"categoryName\": \"STARTERS\",\n            \"brandName\": \"Brand 0\",\n            \"skus\": \"\",\n            \"barcodes\": \"\",\n            \"taxIDs\": \"3,4,20,21\",\n            \"priceIncludingTaxes\": true,\n            \"quantity\": 5,\n            \"taxList\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 22.6415\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 54.3396\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 108.6793\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 108.6793\n                }\n            ],\n            \"soldIn\": \"Piece\",\n            \"soldInUnit\": 1,\n            \"displaySoldIn\": \"Piece\",\n            \"displaySoldInUnit\": 1,\n            \"displayProductActualPrice\": \"240.00\",\n            \"displayQuantityOrdered\": 5,\n            \"productActualPrice\": 240,\n            \"quantityOrdered\": 5,\n            \"displayProductBasePrice\": 181.1321,\n            \"productBasePrice\": 181.1321,\n            \"totalTaxValue\": 294.3397,\n            \"itemSales\": 905.6605000000001,\n            \"taxableValue\": 905.6605000000001,\n            \"productValue\": 1200.0002,\n            \"taxes\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 22.6415\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 54.3396\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 108.6793\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 108.6793\n                }\n            ],\n            \"discountValues\": 0,\n            \"purchaseOrderSubID\": 1,\n            \"variantID\": 1,\n            \"orderTimeLocal\": \"2023-10-25 13:06:29\"\n        },\n        {\n            \"productID\": 11,\n            \"productName\": \"Afghani Chaap\",\n            \"categoryID\": -1,\n            \"brandID\": 10040,\n            \"categoryName\": \"\",\n            \"brandName\": \"sujeet brand1\",\n            \"skus\": \"SK9852\",\n            \"barcodes\": \"12345\",\n            \"taxIDs\": \"1,3,4,20,21\",\n            \"priceIncludingTaxes\": true,\n            \"quantity\": 1,\n            \"taxList\": [\n                {\n                    \"taxID\": 1,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 19,\n                    \"accountName\": \"cgst2.5%\",\n                    \"taxName\": \"CGSTy9\",\n                    \"nameOnBill\": \"CGST 2.5\",\n                    \"taxPercentage\": 2.588,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 1,\n                    \"label\": \"CGST 2.5\",\n                    \"taxValue\": 3.8316\n                },\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 3.7013\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 8.8831\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 17.7662\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 17.7662\n                }\n            ],\n            \"soldIn\": \"Piece\",\n            \"soldInUnit\": 1,\n            \"displaySoldIn\": \"Piece\",\n            \"displaySoldInUnit\": 1,\n            \"displayProductActualPrice\": \"200.00\",\n            \"displayQuantityOrdered\": 1,\n            \"productActualPrice\": 200,\n            \"quantityOrdered\": 1,\n            \"displayProductBasePrice\": 148.0516,\n            \"productBasePrice\": 148.0516,\n            \"totalTaxValue\": 51.9483,\n            \"itemSales\": 148.0516,\n            \"taxableValue\": 148.0516,\n            \"productValue\": 199.99990000000003,\n            \"taxes\": [\n                {\n                    \"taxID\": 1,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 19,\n                    \"accountName\": \"cgst2.5%\",\n                    \"taxName\": \"CGSTy9\",\n                    \"nameOnBill\": \"CGST 2.5\",\n                    \"taxPercentage\": 2.588,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 1,\n                    \"label\": \"CGST 2.5\",\n                    \"taxValue\": 3.8316\n                },\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 3.7013\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 8.8831\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 17.7662\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 17.7662\n                }\n            ],\n            \"discountValues\": 0,\n            \"purchaseOrderSubID\": 2,\n            \"variantID\": 2,\n            \"orderTimeLocal\": \"2023-10-25 13:06:29\"\n        }\n    ],\n    \"isPriceInclusive\": 0,\n    \"Status\": \"ORST_DELIVERED\",\n    \"numReceiptPrints\": 0,\n    \"draftMode\": 0,\n    \"deviceID\": -1,\n    \"currency\": \"INR\",\n    \"displayDiscountType\": \"PERCENTAGE\",\n    \"displayDiscountValue\": 0,\n    \"userID\":1658\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/createPurchaseOrder","urlObject":{"path":["v1","thirdparty","createPurchaseOrder"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"7a89e2d8-d441-443e-b159-e8e5a1599fbb"},{"name":"Fetch list of purchase orders","id":"77963808-9bbe-4fb4-a484-19d431eb7798","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-09-10\",\n    \"toDate\":\"2023-12-11\"\n\n}","options":{"raw":{"language":"json"}}},"url":"{{localhost}}/v1/thirdparty/fetchPurchaseOrders","urlObject":{"path":["v1","thirdparty","fetchPurchaseOrders"],"host":["{{localhost}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77963808-9bbe-4fb4-a484-19d431eb7798"},{"name":"Fetch Purchase Order Details","id":"457189ed-a79d-4b46-a331-0f19e204aaf5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"purchaseOrderID\":\"PO-185\"\n\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchPurchaseOrderDetails","urlObject":{"path":["v1","thirdparty","fetchPurchaseOrderDetails"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"457189ed-a79d-4b46-a331-0f19e204aaf5"},{"name":"Update Purchase Order","id":"025fe011-40fd-4993-9326-d73f03cc78fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"timezone\": \"Asia/Calcutta\",\n    \"posDate\": \"2023-11-2\",\n    \"posDateLocal\": \"2023-11-2\",\n    \"orderCreationTimeLocal\": \"2023-11-2 15:53:19\",\n    \"vendorID\": 2,\n    \"sourceID\": 1666,\n    \"sourceType\": \"STORE\",\n    \"invoiceNumber\": \"\",\n    \"invoiceDate\": \"\",\n    \"shipmentMode\": \"\",\n    \"deliveryDueDate\": \"0000-00-00\",\n    \"expectedDeliveryDate\": \"0000-00-00\",\n    \"tnc\": \"\",\n    \"orderRemarks\": \"\",\n    \"emails\": \"\",\n    \"rounding\": 0.1999999999998181,\n    \"adjustment\": 0,\n    \"netBill\": 3560,\n    \"grossBill\": 5361,\n    \"taxes\": 1800.8,\n    \"discountValue\": 0,\n    \"productsList\": [\n        {\n            \"productID\": 14,\n            \"productName\": \"Hara Bhara Chaap Tikka\",\n            \"categoryID\": 20103,\n            \"brandID\": 2,\n            \"categoryName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"sku\": \"\",\n            \"skus\": \"\",\n            \"barcodes\": \"\",\n            \"taxIDs\": \"3,4,5,6,20,21,22\",\n            \"priceIncludingTaxes\": false,\n            \"barcode\": \"\",\n            \"mrp\": \"0.0000\",\n            \"quantity\": 1,\n            \"taxList\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 0.75\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 1.8\n                },\n                {\n                    \"taxID\": 5,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 23,\n                    \"accountName\": \"cgst9%\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 5,\n                    \"label\": \"CGST\",\n                    \"taxValue\": 2.7\n                },\n                {\n                    \"taxID\": 6,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 24,\n                    \"accountName\": \"sgst9%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 6,\n                    \"label\": \"SGST\",\n                    \"taxValue\": 2.7\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 3.6\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 3.6\n                },\n                {\n                    \"taxID\": 22,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 3,\n                    \"accountID\": 293,\n                    \"accountName\": \"demo\",\n                    \"taxName\": \"demo\",\n                    \"nameOnBill\": \"taxtax\",\n                    \"taxPercentage\": 5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-10-04 13:12:20\",\n                    \"creationTimeUTC\": \"2023-10-04 07:42:20\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 0,\n                    \"value\": 22,\n                    \"label\": \"taxtax\",\n                    \"taxValue\": 1.5\n                }\n            ],\n            \"soldIn\": \"Piece\",\n            \"soldInUnit\": 1,\n            \"displaySoldIn\": \"Piece\",\n            \"displaySoldInUnit\": 1,\n            \"displayProductActualPrice\": \"30.0000\",\n            \"displayQuantityOrdered\": 1,\n            \"productActualPrice\": 30,\n            \"quantityOrdered\": 1,\n            \"displayProductBasePrice\": \"30.0000\",\n            \"productBasePrice\": 30,\n            \"totalTaxValue\": 16.65,\n            \"itemSales\": 30,\n            \"taxableValue\": 30,\n            \"productValue\": 46.65,\n            \"taxes\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 0.75\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 1.8\n                },\n                {\n                    \"taxID\": 5,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 23,\n                    \"accountName\": \"cgst9%\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 5,\n                    \"label\": \"CGST\",\n                    \"taxValue\": 2.7\n                },\n                {\n                    \"taxID\": 6,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 24,\n                    \"accountName\": \"sgst9%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 6,\n                    \"label\": \"SGST\",\n                    \"taxValue\": 2.7\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 3.6\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 3.6\n                },\n                {\n                    \"taxID\": 22,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 3,\n                    \"accountID\": 293,\n                    \"accountName\": \"demo\",\n                    \"taxName\": \"demo\",\n                    \"nameOnBill\": \"taxtax\",\n                    \"taxPercentage\": 5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-10-04 13:12:20\",\n                    \"creationTimeUTC\": \"2023-10-04 07:42:20\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 0,\n                    \"value\": 22,\n                    \"label\": \"taxtax\",\n                    \"taxValue\": 1.5\n                }\n            ],\n            \"discountValues\": 0,\n            \"purchaseOrderSubID\": 1,\n            \"variantID\": 1,\n            \"orderTimeLocal\": \"2023-11-2 15:53:19\"\n        },\n        {\n            \"productID\": 14,\n            \"productName\": \"Hara Bhara Chaap Tikka\",\n            \"categoryID\": 20103,\n            \"brandID\": 2,\n            \"categoryName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"sku\": \"\",\n            \"skus\": \"\",\n            \"barcodes\": \"\",\n            \"taxIDs\": \"3,4,5,6,20,21,22\",\n            \"priceIncludingTaxes\": false,\n            \"barcode\": \"\",\n            \"mrp\": \"0.0000\",\n            \"quantity\": 1,\n            \"taxList\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 0.75\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 1.8\n                },\n                {\n                    \"taxID\": 5,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 23,\n                    \"accountName\": \"cgst9%\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 5,\n                    \"label\": \"CGST\",\n                    \"taxValue\": 2.7\n                },\n                {\n                    \"taxID\": 6,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 24,\n                    \"accountName\": \"sgst9%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 6,\n                    \"label\": \"SGST\",\n                    \"taxValue\": 2.7\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 3.6\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 3.6\n                },\n                {\n                    \"taxID\": 22,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 3,\n                    \"accountID\": 293,\n                    \"accountName\": \"demo\",\n                    \"taxName\": \"demo\",\n                    \"nameOnBill\": \"taxtax\",\n                    \"taxPercentage\": 5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-10-04 13:12:20\",\n                    \"creationTimeUTC\": \"2023-10-04 07:42:20\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 0,\n                    \"value\": 22,\n                    \"label\": \"taxtax\",\n                    \"taxValue\": 1.5\n                }\n            ],\n            \"soldIn\": \"Piece\",\n            \"soldInUnit\": 1,\n            \"displaySoldIn\": \"Piece\",\n            \"displaySoldInUnit\": 1,\n            \"displayProductActualPrice\": \"30.0000\",\n            \"displayQuantityOrdered\": 1,\n            \"productActualPrice\": 30,\n            \"quantityOrdered\": 1,\n            \"displayProductBasePrice\": \"30.0000\",\n            \"productBasePrice\": 30,\n            \"totalTaxValue\": 16.65,\n            \"itemSales\": 30,\n            \"taxableValue\": 30,\n            \"productValue\": 46.65,\n            \"taxes\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 0.75\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 1.8\n                },\n                {\n                    \"taxID\": 5,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 23,\n                    \"accountName\": \"cgst9%\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 5,\n                    \"label\": \"CGST\",\n                    \"taxValue\": 2.7\n                },\n                {\n                    \"taxID\": 6,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 24,\n                    \"accountName\": \"sgst9%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 6,\n                    \"label\": \"SGST\",\n                    \"taxValue\": 2.7\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 3.6\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 3.6\n                },\n                {\n                    \"taxID\": 22,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 3,\n                    \"accountID\": 293,\n                    \"accountName\": \"demo\",\n                    \"taxName\": \"demo\",\n                    \"nameOnBill\": \"taxtax\",\n                    \"taxPercentage\": 5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-10-04 13:12:20\",\n                    \"creationTimeUTC\": \"2023-10-04 07:42:20\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 0,\n                    \"value\": 22,\n                    \"label\": \"taxtax\",\n                    \"taxValue\": 1.5\n                }\n            ],\n            \"discountValues\": 0,\n            \"purchaseOrderSubID\": 2,\n            \"variantID\": 2,\n            \"orderTimeLocal\": \"2023-11-2 15:53:19\"\n        },\n        {\n            \"productID\": 130,\n            \"productName\": \"Paneer & Biryani Thali\",\n            \"categoryID\": 842,\n            \"brandID\": 2,\n            \"categoryName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"sku\": \"\",\n            \"taxIDs\": \"3,4,20,21,5,6\",\n            \"priceIncludingTaxes\": false,\n            \"mrp\": \"\",\n            \"quantity\": 3,\n            \"taxList\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 15\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 36\n                },\n                {\n                    \"taxID\": 5,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 23,\n                    \"accountName\": \"cgst9%\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 5,\n                    \"label\": \"CGST\",\n                    \"taxValue\": 54\n                },\n                {\n                    \"taxID\": 6,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 24,\n                    \"accountName\": \"sgst9%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 6,\n                    \"label\": \"SGST\",\n                    \"taxValue\": 54\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 72\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 72\n                }\n            ],\n            \"soldIn\": \"Piece\",\n            \"soldInUnit\": 1,\n            \"displaySoldIn\": \"Piece\",\n            \"displaySoldInUnit\": 1,\n            \"displayProductActualPrice\": 200,\n            \"displayQuantityOrdered\": 3,\n            \"productActualPrice\": 200,\n            \"quantityOrdered\": 3,\n            \"displayProductBasePrice\": 200,\n            \"productBasePrice\": 200,\n            \"totalTaxValue\": 303,\n            \"itemSales\": 600,\n            \"taxableValue\": 600,\n            \"productValue\": 903,\n            \"taxes\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 15\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 36\n                },\n                {\n                    \"taxID\": 5,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 23,\n                    \"accountName\": \"cgst9%\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 5,\n                    \"label\": \"CGST\",\n                    \"taxValue\": 54\n                },\n                {\n                    \"taxID\": 6,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 24,\n                    \"accountName\": \"sgst9%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 6,\n                    \"label\": \"SGST\",\n                    \"taxValue\": 54\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 72\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 72\n                }\n            ],\n            \"discountValues\": 0,\n            \"purchaseOrderSubID\": 3,\n            \"variantID\": 3,\n            \"orderTimeLocal\": \"2023-11-2 15:53:19\"\n        },\n        {\n            \"productID\": 129,\n            \"productName\": \"Big Meal Mutton\",\n            \"categoryID\": 842,\n            \"brandID\": 2,\n            \"categoryName\": \"\",\n            \"brandName\": \"Brand 0\",\n            \"sku\": \"\",\n            \"taxIDs\": \"3,4,20,21,5,6\",\n            \"priceIncludingTaxes\": false,\n            \"mrp\": \"\",\n            \"quantity\": 5,\n            \"taxList\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 12.5\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 30\n                },\n                {\n                    \"taxID\": 5,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 23,\n                    \"accountName\": \"cgst9%\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 5,\n                    \"label\": \"CGST\",\n                    \"taxValue\": 45\n                },\n                {\n                    \"taxID\": 6,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 24,\n                    \"accountName\": \"sgst9%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 6,\n                    \"label\": \"SGST\",\n                    \"taxValue\": 45\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 60\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 60\n                }\n            ],\n            \"soldIn\": \"Piece\",\n            \"soldInUnit\": 1,\n            \"displaySoldIn\": \"Piece\",\n            \"displaySoldInUnit\": 1,\n            \"displayProductActualPrice\": 100,\n            \"displayQuantityOrdered\": 5,\n            \"productActualPrice\": 100,\n            \"quantityOrdered\": 5,\n            \"displayProductBasePrice\": 100,\n            \"productBasePrice\": 100,\n            \"totalTaxValue\": 252.5,\n            \"itemSales\": 500,\n            \"taxableValue\": 500,\n            \"productValue\": 752.5,\n            \"taxes\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 12.5\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 30\n                },\n                {\n                    \"taxID\": 5,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 23,\n                    \"accountName\": \"cgst9%\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 5,\n                    \"label\": \"CGST\",\n                    \"taxValue\": 45\n                },\n                {\n                    \"taxID\": 6,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 24,\n                    \"accountName\": \"sgst9%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 6,\n                    \"label\": \"SGST\",\n                    \"taxValue\": 45\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 60\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 60\n                }\n            ],\n            \"discountValues\": 0,\n            \"purchaseOrderSubID\": 4,\n            \"variantID\": 4,\n            \"orderTimeLocal\": \"2023-11-2 15:53:19\"\n        },\n        {\n            \"productID\": 13,\n            \"productName\": \"Achaari Chaap\",\n            \"categoryID\": 2,\n            \"brandID\": 2,\n            \"categoryName\": \"STARTERS\",\n            \"brandName\": \"Brand 0\",\n            \"sku\": \"\",\n            \"taxIDs\": \"3,4,20,21,5,6\",\n            \"priceIncludingTaxes\": false,\n            \"mrp\": \"\",\n            \"quantity\": 10,\n            \"taxList\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 60\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 144\n                },\n                {\n                    \"taxID\": 5,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 23,\n                    \"accountName\": \"cgst9%\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 5,\n                    \"label\": \"CGST\",\n                    \"taxValue\": 216\n                },\n                {\n                    \"taxID\": 6,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 24,\n                    \"accountName\": \"sgst9%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 6,\n                    \"label\": \"SGST\",\n                    \"taxValue\": 216\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 288\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 288\n                }\n            ],\n            \"soldIn\": \"Piece\",\n            \"soldInUnit\": 1,\n            \"displaySoldIn\": \"Piece\",\n            \"displaySoldInUnit\": 1,\n            \"displayProductActualPrice\": 240,\n            \"displayQuantityOrdered\": 10,\n            \"productActualPrice\": 240,\n            \"quantityOrdered\": 10,\n            \"displayProductBasePrice\": 240,\n            \"productBasePrice\": 240,\n            \"totalTaxValue\": 1212,\n            \"itemSales\": 2400,\n            \"taxableValue\": 2400,\n            \"productValue\": 3612,\n            \"taxes\": [\n                {\n                    \"taxID\": 3,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 21,\n                    \"accountName\": \"cgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 2.5\",\n                    \"taxPercentage\": 2.5,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 3,\n                    \"label\": \"SGST 2.5\",\n                    \"taxValue\": 60\n                },\n                {\n                    \"taxID\": 4,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 22,\n                    \"accountName\": \"sgst6%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST 6%\",\n                    \"taxPercentage\": 6,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 4,\n                    \"label\": \"SGST 6%\",\n                    \"taxValue\": 144\n                },\n                {\n                    \"taxID\": 5,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 23,\n                    \"accountName\": \"cgst9%\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 5,\n                    \"label\": \"CGST\",\n                    \"taxValue\": 216\n                },\n                {\n                    \"taxID\": 6,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": -1,\n                    \"accountID\": 24,\n                    \"accountName\": \"sgst9%\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"SGST\",\n                    \"taxPercentage\": 9,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2021-09-30 14:48:12\",\n                    \"creationTimeUTC\": \"2021-09-30 09:18:12\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 6,\n                    \"label\": \"SGST\",\n                    \"taxValue\": 216\n                },\n                {\n                    \"taxID\": 20,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 268,\n                    \"accountName\": \"sgst\",\n                    \"taxName\": \"SGST\",\n                    \"nameOnBill\": \"Tax12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:27\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:27\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 20,\n                    \"label\": \"Tax12\",\n                    \"taxValue\": 288\n                },\n                {\n                    \"taxID\": 21,\n                    \"metaTaxID\": \"\",\n                    \"parentTaxID\": 0,\n                    \"accountID\": 269,\n                    \"accountName\": \"cgst\",\n                    \"taxName\": \"CGST\",\n                    \"nameOnBill\": \"CGST12\",\n                    \"taxPercentage\": 12,\n                    \"isIGST\": 0,\n                    \"type\": \"default\",\n                    \"creationTimeLocal\": \"2023-09-12 15:33:50\",\n                    \"creationTimeUTC\": \"2023-09-12 10:03:50\",\n                    \"timezone\": \"Asia/Kolkata\",\n                    \"isActive\": 1,\n                    \"isEditable\": 1,\n                    \"value\": 21,\n                    \"label\": \"CGST12\",\n                    \"taxValue\": 288\n                }\n            ],\n            \"discountValues\": 0,\n            \"purchaseOrderSubID\": 5,\n            \"variantID\": 5,\n            \"orderTimeLocal\": \"2023-11-2 15:53:19\"\n        }\n    ],\n    \"isPriceInclusive\": 0,\n    \"Status\": \"ORST_DELIVERED\",\n    \"numReceiptPrints\": 0,\n    \"draftMode\": 0,\n    \"deviceID\": -1,\n    \"currency\": \"INR\",\n    \"displayDiscountType\": \"PERCENTAGE\",\n    \"displayDiscountValue\": 0,\n    \"purchaseOrderID\": \"PO-179\",\n    \"userID\":1658\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/updatePurchaseOrder","urlObject":{"path":["v1","thirdparty","updatePurchaseOrder"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"025fe011-40fd-4993-9326-d73f03cc78fc"},{"name":"Purchase Orders Tally","id":"1196a4e0-564f-4b1e-a39c-14efb91d8fb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"00b035e292ffd1abe47d15cbc8f2cd32208d342b941a2cd83517e41b94e5082b","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"fromDate\" : \"2024-04-04\",\n\t\"toDate\" : \"2024-04-04\",\n\t\"chainID\":2733,\n    \"thirdPartyChainID\":\"17\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchPurchaseOrdersTally","urlObject":{"path":["v1","thirdparty","fetchPurchaseOrdersTally"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"d4e7dc42-4ed7-416b-a5c6-9c40dfde983f","name":"Fetch Data Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"00b035e292ffd1abe47d15cbc8f2cd32208d342b941a2cd83517e41b94e5082b","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"fromDate\" : \"2024-04-04\",\n\t\"toDate\" : \"2024-04-04\",\n\t\"chainID\":2733,\n    \"thirdPartyChainID\":\"17\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchPurchaseOrdersTally"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"1196a4e0-564f-4b1e-a39c-14efb91d8fb2"},{"name":"Update PO Approval Status","id":"df123c40-0b45-43ff-bb67-caafbe1f2b1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"thirdPartyChainID\":67,\n    \"purchaseOrderID\":\"PO-65\",\n    \"approvalStatus\":\"REJECTED\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/updatePOApprovalStatus","urlObject":{"path":["v1","thirdparty","updatePOApprovalStatus"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"60f53b48-8e43-4e0b-a87f-bca610e21aab","name":"Reject PO","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"thirdPartyChainID\":67,\n    \"purchaseOrderID\":\"PO-60\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/rejectPO"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Mar 2024 12:23:20 GMT","uuid":"54d55c5c-5089-4d03-b0f2-5c913be3e871"},{"key":"Content-Type","value":"application/json","uuid":"79c5b7fa-2147-4cee-bbf8-149caaba7dc1"},{"key":"Transfer-Encoding","value":"chunked","uuid":"e541d48b-16bf-40ac-b7ba-db03c55cae9d"},{"key":"Connection","value":"keep-alive","uuid":"bae865e8-9245-4234-be29-002f2414040b"},{"key":"Server","value":"nginx","uuid":"d9a229c7-e075-4b42-9c4a-f85bdd356440"},{"key":"Vary","value":"Accept-Encoding","uuid":"d027c34d-e629-4a00-96e0-3acaad500d5c"},{"key":"Cache-Control","value":"no-cache","uuid":"26f4788d-c7c0-4c39-8059-8940bbb82919"},{"key":"Content-Encoding","value":"gzip","uuid":"cd5f2957-1c48-4a7b-918b-558459d46e3e"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Purchase Order has been closed successfully!\"\n}"},{"id":"4a6d1c1d-25b0-4d44-966f-86403b87399c","name":"Reject PO","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"thirdPartyChainID\":67,\n    \"purchaseOrderID\":\"PO-65\",\n    \"approvalStatus\":\"REJECTED\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/updatePOApprovalStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Mar 2024 06:32:17 GMT","uuid":"3b9d6a06-f7f8-4112-975b-7e2e060428d6"},{"key":"Content-Type","value":"application/json","uuid":"2ec8c687-eb3b-4e39-a496-fa1b8089daab"},{"key":"Transfer-Encoding","value":"chunked","uuid":"448dd695-3972-42a1-a2df-61ce67efd15d"},{"key":"Connection","value":"keep-alive","uuid":"3b98d906-1457-4142-8802-704b4bede60d"},{"key":"Server","value":"nginx","uuid":"4bf42b33-8b50-4596-b869-ece12af3be69"},{"key":"Vary","value":"Accept-Encoding","uuid":"e5bbb4e2-e6dd-465f-a662-d75f2b41b278"},{"key":"Cache-Control","value":"no-cache","uuid":"4b07ec53-4c62-4a74-8f26-e2c6ae5b7318"},{"key":"Content-Encoding","value":"gzip","uuid":"c7d22438-4ad8-4dee-b50d-00faad6b4f48"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Purchase Order has been REJECTED successfully!\"\n}"},{"id":"0e381bb0-0157-4c50-9f01-e968c8c5e664","name":"Reject PO","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"thirdPartyChainID\":67,\n    \"purchaseOrderID\":\"PO-66\",\n    \"approvalStatus\":\"APPROVED\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/updatePOApprovalStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Mar 2024 07:31:42 GMT","uuid":"71248940-1ec9-418c-8f52-506e9b238cca"},{"key":"Content-Type","value":"application/json","uuid":"8ab9c5d7-0952-41f3-814f-e50461fc36e7"},{"key":"Transfer-Encoding","value":"chunked","uuid":"ab645d19-ae0a-4a2d-976d-3992ba670cd2"},{"key":"Connection","value":"keep-alive","uuid":"be7e8b39-b8db-4922-88e6-2af26f06f95c"},{"key":"Server","value":"nginx","uuid":"666bff64-6e09-40f5-9876-540e7e981846"},{"key":"Vary","value":"Accept-Encoding","uuid":"6fde5eae-8fd0-419f-80d1-7686ae40bf10"},{"key":"Cache-Control","value":"no-cache","uuid":"3b0400d7-5d6d-4649-a9c4-389efdef2794"},{"key":"Access-Control-Allow-Origin","value":"*","uuid":"d64fa34c-a6d4-4d3a-b245-e8cee386c36a"},{"key":"Content-Encoding","value":"gzip","uuid":"72c73b73-a7e6-42ca-ad7c-780a0a1c68ae"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Purchase Order has been PARTIALLY_APPROVED successfully!\"\n}"},{"id":"e9457ecc-df81-4e9a-a7b3-1a72ee3ed996","name":"Reject PO","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"thirdPartyChainID\":67,\n    \"purchaseOrderID\":\"PO-66\",\n    \"approvalStatus\":\"APPROVED\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/updatePOApprovalStatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Mar 2024 07:31:59 GMT","uuid":"ea34c5d3-a9b9-4dbb-b47a-0f0de38878b1"},{"key":"Content-Type","value":"application/json","uuid":"4163258a-ab8a-4446-af7a-e9da1e083f68"},{"key":"Transfer-Encoding","value":"chunked","uuid":"1653a97c-2091-4556-9b20-78b2c48194fe"},{"key":"Connection","value":"close","uuid":"b873616e-442d-4f53-9147-1fae760b5fa9"},{"key":"Server","value":"nginx","uuid":"0daa77f8-992e-4f2c-8379-ed873e0fa5e0"},{"key":"Vary","value":"Accept-Encoding","uuid":"0c454b62-c9be-4455-b58c-7e1614aca4e0"},{"key":"Cache-Control","value":"no-cache","uuid":"2886f852-c2cc-4868-bc11-1d9fb4d23603"},{"key":"Access-Control-Allow-Origin","value":"*","uuid":"d99d7d54-972c-4325-9c24-5696a5d3726f"},{"key":"Content-Encoding","value":"gzip","uuid":"840d9ef8-b463-4eb2-a9e2-b36be4c2b749"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Purchase Order has been APPROVED successfully!\"\n}"}],"_postman_id":"df123c40-0b45-43ff-bb67-caafbe1f2b1d"},{"name":"Fetch Purchase Orders With Details","id":"11e61e7a-893c-4ece-ac98-98eba417090c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":67,\n    \"chainID\":2602,\n    \"fromDate\":\"2023-10-01\",\n    \"toDate\":\"2023-12-01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchPurchaseOrdersWithDetails","urlObject":{"path":["v1","thirdparty","fetchPurchaseOrdersWithDetails"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"11e61e7a-893c-4ece-ac98-98eba417090c"}],"id":"08bc760b-e0b2-4d4c-b535-ee0f7a528259","_postman_id":"08bc760b-e0b2-4d4c-b535-ee0f7a528259","description":""},{"name":"Purchase Return","item":[{"name":"Fetch list of purchase returns","id":"143c01ab-4aef-4eb7-b11b-167f95b86a66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"2d8b564dd2cee628fb5ba0974e50fb7553f5b520d83a81e217b4944a7a80a82a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-09-10\",\n    \"toDate\":\"2023-12-11\"\n\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchPurchaseReturns","urlObject":{"path":["v1","thirdparty","fetchPurchaseReturns"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ce2e6251-1503-4fed-bd9b-3c8723982bfd","name":"fetch list of purchase returns","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"2d8b564dd2cee628fb5ba0974e50fb7553f5b520d83a81e217b4944a7a80a82a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-09-10\",\n    \"toDate\":\"2023-12-11\"\n\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchPurchaseReturns"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Feb 2024 06:46:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"enablePOValidationForStockIn\": 1,\n    \"data\": [\n        {\n            \"purchaseReturnID\": \"PR-26\",\n            \"purchaseOrderID\": \"PO-151\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"0.00\",\n            \"taxes\": \"0.00\",\n            \"returnDate\": \"19 Sep, 2023\",\n            \"returnTime\": \"05:15 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"0.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-27\",\n            \"purchaseOrderID\": \"PO-152\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"1554.00\",\n            \"taxes\": \"77.70\",\n            \"returnDate\": \"19 Sep, 2023\",\n            \"returnTime\": \"05:42 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"1631.70\",\n            \"vendorID\": 1,\n            \"vendorName\": \"Test Vendor\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-28\",\n            \"purchaseOrderID\": \"PO-152\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"0.00\",\n            \"taxes\": \"0.00\",\n            \"returnDate\": \"19 Sep, 2023\",\n            \"returnTime\": \"06:30 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"0.00\",\n            \"vendorID\": 1,\n            \"vendorName\": \"Test Vendor\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-29\",\n            \"purchaseOrderID\": \"PO-158\",\n            \"sourceID\": 1994,\n            \"sourceName\": \"Loki\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"1800.00\",\n            \"taxes\": \"45.00\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"12:33 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"1845.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-30\",\n            \"purchaseOrderID\": \"PO-157\",\n            \"sourceID\": 1993,\n            \"sourceName\": \"Khol\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"100.00\",\n            \"taxes\": \"2.50\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"01:14 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"102.50\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-31\",\n            \"purchaseOrderID\": \"PO-157\",\n            \"sourceID\": 1993,\n            \"sourceName\": \"Khol\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"700.00\",\n            \"taxes\": \"17.50\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"01:21 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"717.50\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-32\",\n            \"purchaseOrderID\": \"PO-158\",\n            \"sourceID\": 1994,\n            \"sourceName\": \"Loki\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"200.00\",\n            \"taxes\": \"5.00\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"02:54 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"205.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-33\",\n            \"purchaseOrderID\": \"PO-157\",\n            \"sourceID\": 1993,\n            \"sourceName\": \"Khol\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"300.00\",\n            \"taxes\": \"7.50\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"03:12 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"307.50\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-34\",\n            \"purchaseOrderID\": \"PO-156\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"0.00\",\n            \"taxes\": \"0.00\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"03:15 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"0.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-35\",\n            \"purchaseOrderID\": \"PO-158\",\n            \"sourceID\": 1994,\n            \"sourceName\": \"Loki\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"1800.00\",\n            \"taxes\": \"45.00\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"04:54 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"1845.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-36\",\n            \"purchaseOrderID\": \"PO-157\",\n            \"sourceID\": 1994,\n            \"sourceName\": \"Loki\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"1800.00\",\n            \"taxes\": \"45.00\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"04:55 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"1845.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-37\",\n            \"purchaseOrderID\": \"PO-155\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"148.15\",\n            \"taxes\": \"51.85\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"04:58 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"200.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-38\",\n            \"purchaseOrderID\": \"PO-155\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"148.15\",\n            \"taxes\": \"51.85\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"04:59 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"200.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-39\",\n            \"purchaseOrderID\": \"PO-155\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"148.15\",\n            \"taxes\": \"51.85\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"05:02 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"200.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-40\",\n            \"purchaseOrderID\": \"PO-155\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"148.15\",\n            \"taxes\": \"51.85\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"05:02 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"200.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-41\",\n            \"purchaseOrderID\": \"PO-155\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"148.15\",\n            \"taxes\": \"51.85\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"05:03 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"200.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-42\",\n            \"purchaseOrderID\": \"PO-155\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"148.15\",\n            \"taxes\": \"51.85\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"05:05 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"200.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-43\",\n            \"purchaseOrderID\": \"PO-155\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"148.15\",\n            \"taxes\": \"51.85\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"05:08 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"200.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-44\",\n            \"purchaseOrderID\": \"PO-155\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"148.15\",\n            \"taxes\": \"51.85\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"05:09 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"200.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-45\",\n            \"purchaseOrderID\": \"PO-155\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"148.15\",\n            \"taxes\": \"51.85\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"05:12 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"200.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-46\",\n            \"purchaseOrderID\": \"PO-155\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"148.15\",\n            \"taxes\": \"51.85\",\n            \"returnDate\": \"21 Sep, 2023\",\n            \"returnTime\": \"05:13 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"200.00\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-47\",\n            \"purchaseOrderID\": \"PO-161\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"sourceType\": \"STORE\",\n            \"netBill\": \"740.26\",\n            \"taxes\": \"259.74\",\n            \"returnDate\": \"18 Oct, 2023\",\n            \"returnTime\": \"06:18 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"1000.00\",\n            \"vendorID\": 2,\n            \"vendorName\": \"Hello testing\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-48\",\n            \"purchaseOrderID\": \"PO-162\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"sourceType\": \"STORE\",\n            \"netBill\": \"15096728.83\",\n            \"taxes\": \"12241431.17\",\n            \"returnDate\": \"19 Oct, 2023\",\n            \"returnTime\": \"01:02 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"27338160.00\",\n            \"vendorID\": 2,\n            \"vendorName\": \"Hello testing\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-49\",\n            \"purchaseOrderID\": \"PO-164\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"sourceType\": \"STORE\",\n            \"netBill\": \"384.77\",\n            \"taxes\": \"135.23\",\n            \"returnDate\": \"20 Oct, 2023\",\n            \"returnTime\": \"10:44 AM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"520.00\",\n            \"vendorID\": 1,\n            \"vendorName\": \"Test Vendor\"\n        },\n        {\n            \"purchaseReturnID\": \"PR-50\",\n            \"purchaseOrderID\": \"PO-178\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"sourceType\": \"WAREHOUSE\",\n            \"netBill\": \"1843739.73\",\n            \"taxes\": \"1494877.67\",\n            \"returnDate\": \"02 Nov, 2023\",\n            \"returnTime\": \"06:59 PM\",\n            \"totalProductLevelAdditionalCharges\": \"0.00\",\n            \"discountTotalValue\": \"0.00\",\n            \"grossBill\": \"3338617.40\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\"\n        }\n    ],\n    \"status\": true\n}"}],"_postman_id":"143c01ab-4aef-4eb7-b11b-167f95b86a66"},{"name":"Fetch Purchase Return Details","id":"6f8e74d2-959e-4ce1-a2a7-93003f508e3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"2d8b564dd2cee628fb5ba0974e50fb7553f5b520d83a81e217b4944a7a80a82a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"purchaseReturnID\":\"PR-26\"\n\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchPurchaseReturnDetails","urlObject":{"path":["v1","thirdparty","fetchPurchaseReturnDetails"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"e58a7488-b0d9-4e47-a9ae-b564ba32a8ab","name":"Fetch Purchase Return Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"2d8b564dd2cee628fb5ba0974e50fb7553f5b520d83a81e217b4944a7a80a82a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"purchaseReturnID\":\"PR-26\"\n\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchPurchaseReturnDetails"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 23 Feb 2024 06:50:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"returnSummary\": [\n        {\n            \"purchaseReturnID\": \"PR-26\",\n            \"purchaseOrderID\": \"PO-151\",\n            \"returnDate\": \"19 Sep, 2023\",\n            \"returnTime\": \"05:15 PM\",\n            \"shipmentMode\": \"\",\n            \"netBill\": 0,\n            \"grossBill\": 0,\n            \"discountTotalValue\": \"\",\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"sales\": \"\",\n            \"taxes\": 0,\n            \"rounding\": 0,\n            \"sourceType\": \"WAREHOUSE\",\n            \"storeAddress\": \"\",\n            \"storeGST\": \"\",\n            \"storePhone\": 8950000816,\n            \"storeEmail\": \"support@queuebuster.co\",\n            \"storeCIN\": \"\",\n            \"storeTIN\": \"\",\n            \"warehouseAddress\": \"  Noida Uttar Pradesh\",\n            \"warehousePhone\": 8233788108,\n            \"warehouseEmail\": \"priyanka@queuebuster.co\",\n            \"vendorID\": 3,\n            \"vendorName\": \"DTC\",\n            \"vendorAddress\": \"  Raipur Rajasthan\",\n            \"vendorPhone\": 8279878764,\n            \"vendorEmail\": \"deepak@queuebuster.co\",\n            \"vendorGST\": \"\",\n            \"sourceID\": 1134,\n            \"sourceName\": \"Central Warehouse\",\n            \"billingUsername\": \"\",\n            \"returnRemarks\": \"\",\n            \"ID\": \"PO-151\",\n            \"sourceAddress\": \"  Noida Uttar Pradesh\",\n            \"sourcePhone\": 8233788108,\n            \"sourceEmail\": \"priyanka@queuebuster.co\",\n            \"sourceGST\": \"\",\n            \"sourceCIN\": \"\",\n            \"sourceTIN\": \"\"\n        }\n    ],\n    \"sourceName\": \"Central Warehouse\",\n    \"returnDetail\": [],\n    \"vendorInfo\": [\n        {\n            \"vendorID\": 3,\n            \"vendorAccountID\": 147,\n            \"vendorAccountName\": \"VendorAccount3\",\n            \"vendorName\": \"DTC\",\n            \"vendorCompany\": \"DTC Inc\",\n            \"vendorShortCode\": \"\",\n            \"TIN\": \"\",\n            \"CIN\": \"\",\n            \"serviceTaxNum\": \"\",\n            \"phoneCode\": 91,\n            \"phone\": 8279878764,\n            \"email\": \"deepak@queuebuster.co\",\n            \"addressLine1\": \"\",\n            \"addressLine2\": \"\",\n            \"city\": \"Raipur\",\n            \"state\": \"Rajasthan\",\n            \"country\": \"India\",\n            \"pincode\": 0,\n            \"amountDue\": 500,\n            \"amountPaid\": 500,\n            \"balance\": 0,\n            \"GSTNumber\": \"\",\n            \"vendorMargin\": 5,\n            \"managerName\": \"\",\n            \"managerPhone\": \"\",\n            \"managerEmail\": \"\",\n            \"startDateUTC\": \"2022-12-23 06:27:23\",\n            \"startDateLocal\": \"0000-00-00 00:00:00\",\n            \"endDateUTC\": \"0001-01-01 00:00:00\",\n            \"endDateLocal\": \"0001-01-01 00:00:00\",\n            \"timezone\": \"Asia/Kolkata\",\n            \"isActive\": 1\n        }\n    ],\n    \"status\": true\n}"}],"_postman_id":"6f8e74d2-959e-4ce1-a2a7-93003f508e3e"}],"id":"cd186f14-c9fd-438b-b6e6-b5dfdff7c6dd","_postman_id":"cd186f14-c9fd-438b-b6e6-b5dfdff7c6dd","description":""},{"name":"Vendor Bill","item":[{"name":"Get Vendor Bills","id":"0f0964b8-d6d0-4ee5-926d-8266c0993c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"0153d7f398fb9922806a62df152b1bfcb0b59c966d01a0d4b58288a9a2a4360c"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-12-27\",\n    \"toDate\":\"2023-12-27\",\n    \"vendorID\":\"24\",\n    \"sourceID\":\"1666\",\n    \"sourceType\":\"ALL\",\n    \"paymentStatus\":\"PAID\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills","urlObject":{"path":["v1","thirdparty","getVendorBills"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"1a2b37e8-e786-48be-8d9c-0d5a055f90ab","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-12-21\",\n    \"toDate\":\"2023-12-30\",\n    \"vendorID\":\"24\",\n    \"sourceID\":\"1666\",\n    \"sourceType\":\"ALL\",\n    \"paymentStatus\":\"ALL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:24:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"ID\": 100,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": \"\",\n            \"vendorBillID\": \"VB-1666-69\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:13:50\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 07:43:50\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        },\n        {\n            \"ID\": 103,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": \"\",\n            \"vendorBillID\": \"VB-1666-72\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:35:08\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:05:08\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        },\n        {\n            \"ID\": 104,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": \"\",\n            \"vendorBillID\": \"VB-1666-73\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 300,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 7.764,\n            \"rounding\": 0,\n            \"grossBill\": 307.764,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:46:53\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:16:53\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"2023-12-21\",\n            \"shipmentMode\": \"test\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        },\n        {\n            \"ID\": 105,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": 183,\n            \"vendorBillID\": \"VB-1666-74\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:48:24\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:18:24\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        },\n        {\n            \"ID\": 106,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": 196,\n            \"vendorBillID\": \"VB-1666-75\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:50:02\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:20:02\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        },\n        {\n            \"ID\": 107,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": 500,\n            \"vendorBillID\": \"VB-1666-76\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:50:37\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:20:37\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        }\n    ]\n}"},{"id":"94dbba49-e1e6-45a6-87a3-4af1ba461917","name":"success_PAID status","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-12-21\",\n    \"toDate\":\"2023-12-30\",\n    \"vendorID\":\"24\",\n    \"sourceID\":\"1666\",\n    \"sourceType\":\"ALL\",\n    \"paymentStatus\":\"PAID\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:30:21 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"ID\": 100,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": \"\",\n            \"vendorBillID\": \"VB-1666-69\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:13:50\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 07:43:50\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"PAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        }\n    ]\n}"},{"id":"b5812c2a-e9f8-4032-b2e2-7fc1a011ece0","name":"sucess_UNPAID status","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-12-21\",\n    \"toDate\":\"2023-12-30\",\n    \"vendorID\":\"24\",\n    \"sourceID\":\"1666\",\n    \"sourceType\":\"ALL\",\n    \"paymentStatus\":\"UNPAID\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:31:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"data\": [\n        {\n            \"ID\": 103,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": \"\",\n            \"vendorBillID\": \"VB-1666-72\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:35:08\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:05:08\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        },\n        {\n            \"ID\": 104,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": \"\",\n            \"vendorBillID\": \"VB-1666-73\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 300,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 7.764,\n            \"rounding\": 0,\n            \"grossBill\": 307.764,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:46:53\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:16:53\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"2023-12-21\",\n            \"shipmentMode\": \"test\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        },\n        {\n            \"ID\": 105,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": 183,\n            \"vendorBillID\": \"VB-1666-74\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:48:24\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:18:24\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        },\n        {\n            \"ID\": 106,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": 196,\n            \"vendorBillID\": \"VB-1666-75\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:50:02\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:20:02\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        },\n        {\n            \"ID\": 107,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": 500,\n            \"vendorBillID\": \"VB-1666-76\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:50:37\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:20:37\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\"\n        }\n    ]\n}"},{"id":"32b0ec44-7e29-45b9-bd18-fe8b2761baf5","name":"mandatory_field1","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":\"\",\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-12-21\",\n    \"toDate\":\"2023-12-30\",\n    \"vendorID\":\"24\",\n    \"sourceID\":\"1666\",\n    \"sourceType\":\"ALL\",\n    \"paymentStatus\":\"UNPAID\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:33:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"},{"id":"3bfe9594-c73c-4827-8667-443f4ad6f030","name":"mandatory_field2","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":\"\",\n    \"fromDate\":\"2023-12-21\",\n    \"toDate\":\"2023-12-30\",\n    \"vendorID\":\"24\",\n    \"sourceID\":\"1666\",\n    \"sourceType\":\"ALL\",\n    \"paymentStatus\":\"UNPAID\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:33:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ]\n    }\n}"},{"id":"86adb60d-abe8-45bf-8966-23cdd35edb74","name":"mandatory_field3","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-12-21\",\n    \"toDate\":\"\",\n    \"vendorID\":\"24\",\n    \"sourceID\":\"1666\",\n    \"sourceType\":\"ALL\",\n    \"paymentStatus\":\"UNPAID\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:34:40 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"toDate\": [\n            \"ToDate is required\"\n        ]\n    }\n}"},{"id":"13d748de-b63a-453e-ae7d-47cd7c119a70","name":"mandatory_field4","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-12-21\",\n    \"toDate\":\"2023-12-30\",\n    \"vendorID\":\"\",\n    \"sourceID\":\"1666\",\n    \"sourceType\":\"ALL\",\n    \"paymentStatus\":\"UNPAID\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:35:33 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"vendorID\": [\n            \"VendorID is required\"\n        ]\n    }\n}"},{"id":"d8961224-93b8-490b-afe7-7d511f1d8838","name":"mandatory_sourceID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-12-21\",\n    \"toDate\":\"2023-12-30\",\n    \"vendorID\":\"24\",\n    \"sourceID\":\"\",\n    \"sourceType\":\"ALL\",\n    \"paymentStatus\":\"UNPAID\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:36:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"sourceID\": [\n            \"SourceID is required\"\n        ]\n    }\n}"},{"id":"04018ae0-4a59-430c-b44f-9d0226ac4b31","name":"mandatory_sourceType","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-12-21\",\n    \"toDate\":\"2023-12-30\",\n    \"vendorID\":\"24\",\n    \"sourceID\":\"1666\",\n    \"sourceType\":\"\",\n    \"paymentStatus\":\"UNPAID\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:36:37 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"sourceType\": [\n            \"SourceType is required\"\n        ]\n    }\n}"},{"id":"dc322814-4d88-42f5-b3f4-e41f5a6ced3b","name":"mandatory_paymentStatus","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\":\"2023-12-21\",\n    \"toDate\":\"2023-12-30\",\n    \"vendorID\":\"24\",\n    \"sourceID\":\"1666\",\n    \"sourceType\":\"ALL\",\n    \"paymentStatus\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBills"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:37:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"paymentStatus\": [\n            \"PaymentStatus is required\"\n        ]\n    }\n}"}],"_postman_id":"0f0964b8-d6d0-4ee5-926d-8266c0993c21"},{"name":"Get Vendor Bill Detail","id":"c405831b-85c7-4d7d-b8a9-420642d8a489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"VB-1666-91\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBillDetail","urlObject":{"path":["v1","thirdparty","getVendorBillDetail"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"20c1688e-c8a5-45e4-9bee-a3578a2c1c42","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"VB-1666-74\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBillDetail"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:54:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"vendorBillDetail\": [\n        {\n            \"ID\": 104,\n            \"sourceID\": 0,\n            \"sourceType\": \"CHAIN\",\n            \"purchaseOrderID\": \"\",\n            \"vendorID\": -1,\n            \"invoiceNumber\": \"\",\n            \"vendorBillID\": \"VB-1666-74\",\n            \"vendorBillSubID\": 1,\n            \"batchID\": -1,\n            \"productID\": 11,\n            \"productName\": \"Afghani Chaap\",\n            \"variantID\": 995,\n            \"variantName\": \"\",\n            \"batchVariantID\": 589,\n            \"batchVariantName\": \"batch1\",\n            \"HSNOrSACCode\": \"\",\n            \"sizeID\": \"\",\n            \"sizeName\": \"\",\n            \"colourID\": \"\",\n            \"colourName\": \"\",\n            \"styleID\": \"\",\n            \"styleName\": \"\",\n            \"sizeVariant\": \"\",\n            \"incomeHead\": \"\",\n            \"costCentre\": \"\",\n            \"productBasePrice\": 100,\n            \"productActualPrice\": 0,\n            \"displayProductActualPrice\": 0,\n            \"measurementUnitID\": \"\",\n            \"soldIn\": \"PIECE\",\n            \"displaySoldIn\": \"\",\n            \"soldInUnit\": 1,\n            \"displaySoldInUnit\": 1,\n            \"quantityOrdered\": 0,\n            \"quantityFulfilled\": 0,\n            \"displayQuantityOrdered\": 10,\n            \"productValue\": 120.588,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValues\": \"\",\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountTotalValue\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountRemarks\": \"\",\n            \"voucherID\": \"\",\n            \"itemSales\": 0,\n            \"taxableValue\": 0,\n            \"taxIDs\": \"1,5,6\",\n            \"taxNames\": \"CGSTy9,CGST,SGST\",\n            \"taxPercentages\": \"2.588,9,9\",\n            \"taxValues\": \"2.5880,9.0000,9.0000\",\n            \"totalTaxValue\": 20.588,\n            \"vendorBillTimeUTC\": \"2023-12-21 08:18:24\",\n            \"vendorBillTimeLocal\": \"2023-12-21 13:48:24\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidAmount\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"timezone\": \"\",\n            \"voidQuantity\": \"\",\n            \"voidRemarks\": \"\",\n            \"Status\": \"\",\n            \"isVoid\": 0,\n            \"posDate\": \"0000-00-00\",\n            \"subCategory\": \"\",\n            \"category\": \"\",\n            \"categoryID\": \"\",\n            \"subCategoryID\": \"\",\n            \"categoryName\": \"\",\n            \"subCategoryName\": \"\",\n            \"brandID\": -1,\n            \"brandName\": \"\",\n            \"barcode\": \"\",\n            \"sku\": \"\",\n            \"voucherCode\": \"\",\n            \"isActive\": 1,\n            \"dummy1\": \"\",\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": \"\",\n            \"dummy6\": \"\"\n        }\n    ],\n    \"vendorBillSummary\": [\n        {\n            \"ID\": 105,\n            \"sourceID\": 1666,\n            \"sourceType\": \"STORE\",\n            \"purchaseOrderID\": 183,\n            \"vendorBillID\": \"VB-1666-74\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-12-21\",\n            \"vendorID\": 24,\n            \"currencyCode\": \"INR\",\n            \"userName\": \"estorem\",\n            \"deviceID\": -1,\n            \"netBill\": 100,\n            \"totalProductLevelAdditionalCharges\": 0,\n            \"additionalChargeIDs\": \"\",\n            \"additionalChargeNames\": \"\",\n            \"additionalChargePrices\": \"\",\n            \"additionalChargeValue\": 0,\n            \"totalChargeValue\": 0,\n            \"discountIDs\": \"\",\n            \"discountType\": \"\",\n            \"discountNames\": \"\",\n            \"discountValues\": \"\",\n            \"discountTotalValue\": 0,\n            \"discountRemarks\": \"\",\n            \"displayDiscountType\": \"PERCENTAGE\",\n            \"displayDiscountValue\": 0,\n            \"taxes\": 20.588,\n            \"rounding\": -0.176,\n            \"grossBill\": 120.588,\n            \"vendorBillCreationTimeLocal\": \"2023-12-21 13:48:24\",\n            \"vendorBillCreationTimeUTC\": \"2023-12-21 08:18:24\",\n            \"voidTimeUTC\": \"\",\n            \"voidTimeLocal\": \"\",\n            \"voidUser\": \"\",\n            \"voidDeviceID\": \"\",\n            \"voidAmount\": 0,\n            \"timezone\": \"Asia/Kolkata\",\n            \"voidRemarks\": \"\",\n            \"orderRemarks\": \"\",\n            \"tnc\": \"\",\n            \"orderFulfillmentTimeLocal\": \"\",\n            \"orderFulfillmentTimeUTC\": \"\",\n            \"orderFulfillmentUser\": 0,\n            \"ordeFulfillmentDeviceID\": 0,\n            \"orderFulfillmentAmount\": 0,\n            \"orderFulfillmentRemarks\": \"\",\n            \"numReceiptPrints\": 1,\n            \"Status\": \"\",\n            \"paymentStatus\": \"UNPAID\",\n            \"fulfillmentStatus\": \"UNFULFILLED\",\n            \"billingUsername\": \"estorem\",\n            \"posDate\": \"\",\n            \"expectedDeliveryDate\": \"0000-00-00\",\n            \"shipmentMode\": \"\",\n            \"dummy1\": \"\",\n            \"isPriceInclusive\": 0,\n            \"isOrderRounded\": 0,\n            \"isEditable\": 0,\n            \"dummy2\": \"\",\n            \"dummy3\": \"\",\n            \"dummy4\": \"\",\n            \"dummy5\": 0,\n            \"dummy6\": \"\",\n            \"vendorAccountID\": 342,\n            \"vendorAccountName\": \"VendorAccount24\",\n            \"vendorName\": \"Sunita VendorA\",\n            \"vendorCompany\": \"ASDE\",\n            \"vendorShortCode\": \"a2f\",\n            \"TIN\": \"\",\n            \"CIN\": \"\",\n            \"serviceTaxNum\": \"\",\n            \"phoneCode\": 91,\n            \"phone\": 7503664514,\n            \"email\": \"sunita@queuebuster.co\",\n            \"addressLine1\": \"A2\",\n            \"addressLine2\": \"sec 78\",\n            \"city\": \"Noida\",\n            \"state\": \"Uttar Pradesh\",\n            \"country\": \"India\",\n            \"pincode\": 201301,\n            \"amountDue\": 0,\n            \"amountPaid\": 428.352,\n            \"balance\": -428.352,\n            \"GSTNumber\": \"GST2345HTY\",\n            \"vendorMargin\": 10,\n            \"managerName\": \"\",\n            \"managerPhone\": \"\",\n            \"managerEmail\": \"\",\n            \"startDateUTC\": \"2023-12-20 11:03:52\",\n            \"startDateLocal\": \"2023-12-20 16:33:52\",\n            \"endDateUTC\": \"0001-01-01 00:00:00\",\n            \"endDateLocal\": \"0001-01-01 00:00:00\",\n            \"isActive\": 1,\n            \"address\": \"A2,sec 78,Noida,Uttar Pradesh,India-201301\"\n        }\n    ]\n}"},{"id":"2eb3ce43-0152-4f09-8e14-769ec43eba97","name":"mandatory_chainID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":\"\",\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"VB-1666-74\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBillDetail"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:54:43 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"},{"id":"2df68b18-5333-440d-b738-5ce5dbfff324","name":"mandatory_thirdpartyChainID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":\"\",\n    \"vendorBillID\":\"VB-1666-74\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBillDetail"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:55:09 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ]\n    }\n}"},{"id":"370b0a08-ed40-4d35-b11f-7c60e84ab290","name":"mandatory_vendorBillID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/getVendorBillDetail"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:55:59 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"vendorBillID\": [\n            \"VendorBillID is required\"\n        ]\n    }\n}"}],"_postman_id":"c405831b-85c7-4d7d-b8a9-420642d8a489"},{"name":"Create Vendor Bill","id":"909c6d38-4f51-4f3d-b2b2-91f424942a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"134d3b8bb91cd02010640636d467854f0f7bba3225b2cf9283a9a0068677895e","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 67,\n    \"PONumber\": \"PO-1\",\n    \"chainID\": 3361,\n    \"vendorBillDetail\": {\n        \"user\": 5094,\n        \"timezone\": \"Asia/Kolkata\",\n        \"remarks\": \"\",\n        \"sourceID\": 5558,\n        \"sourceType\": \"STORE\",\n        \"transactionType\": \"STOCK_IN\",\n        \"invoiceDate\": \"\",\n        \"transactionProducts\": [\n            {\n                \"productID\": 3,\n                \"priceIncludesTaxes\": 0,\n                \"productName\": \"NutRaj Lot Item 3\",\n                \"productType\": \"OTHER\",\n                \"barcodes\": \"\",\n                \"serialNumber\": \"\",\n                \"taxIDs\": \"1,2\",\n                \"MRP\": 100,\n                \"sellingPrice\": 100,\n                \"expiryDate\": \"2024-09-30\",\n                \"inventoryAttributes\": [\n                    \"attribute1\"\n                ],\n                \"attribute1\": \"VKCNUTLOT001\",\n                \"taxes\": [\n                    {\n                        \"taxID\": 1,\n                        \"accountID\": 19,\n                        \"accountName\": \"cgst2.5%\",\n                        \"taxName\": \"CGST\",\n                        \"taxValue\": 2.5\n                    },\n                    {\n                        \"taxID\": 2,\n                        \"accountID\": 20,\n                        \"accountName\": \"sgst2.5%\",\n                        \"taxName\": \"SGST\",\n                        \"taxValue\": 2.5\n                    }\n                ],\n                \"quantityOrdered\": 1,\n                \"rate\": 100,\n                \"productBasePrice\": 100,\n                \"totalTaxValue\": 5.0,\n                \"itemSales\": 100,\n                \"taxableValue\": 100,\n                \"productValue\": 105,\n                \"totalChargeValue\": 0,\n                \"discountValues\": 0,\n                \"taxPercentages\": \"2.5,2.5\",\n                \"taxValues\": \"2.5,2.5\",\n                \"taxNames\": \"CGST,SGST\",\n                \"posDate\": \"2024-09-02T22:14:19.255Z\",\n                \"timezone\": \"Asia/Kolkata\",\n                \"isActive\": 1,\n                \"batchVariantID\": -1,\n                \"batchVariantName\": \"NutRaj Lot Item 3\",\n                \"soldInUnit\": 1,\n                \"displaySoldInUnit\": 1 \n            }\n        ]\n    },\n    \"vendorBillSummary\": [\n        {\n            \"sourceID\": 5558,\n            \"sourceType\": \"STORE\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"\",\n            \"vendorID\": 2,\n            \"deviceID\": -1,\n            \"timezone\": \"Asia/Kolkata\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost/QueueBusterAPI/public/v1/thirdparty/createVendorBill","urlObject":{"protocol":"https","path":["QueueBusterAPI","public","v1","thirdparty","createVendorBill"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"9ea81fd4-9a7c-45bd-8584-8c9dd5bf0ce5","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\": 17,\n    \"chainID\": 1114,\n    \"vendorBillDetail\": {\n        \"user\": 1658,\n        \"timezone\": \"Asia/Kolkata\",\n        \"remarks\": \"\",\n        \"sourceID\": 1134,\n        \"sourceType\": \"WAREHOUSE\",\n        \"transactionType\": \"STOCK_IN\",\n        \"invoiceDate\": \"\",\n        \"transactionProducts\": [\n            {\n                \"productID\": 12,\n                \"priceIncludesTaxes\": 1,\n                \"productName\": \"Chaap Sufiyan Chaap\",\n                \"productType\": \"OTHER\",\n                \"barcodes\": \"787878787878\",\n                \"serialNumber\": \"121212\",\n                \"taxIDs\": \"3,4,5,6,20,21,34\",\n                \"MRP\": 100,\n                \"sellingPrice\": 90,\n                \"expiryDate\": \"2024-08-30\",\n                \"inventoryAttributes\": [\n                    \"attribute1\",\n                    \"attribute2\",\n                    \"attribute3\",\n                    \"attribute4\",\n                    \"attribute5\",\n                    \"MRP\",\n                    \"expiryDate\"\n                ],\n                \"attribute1\": \"test1\",\n                \"attribute2\": \"test2\",\n                \"attribute3\": \"test3\",\n                \"attribute4\": \"test4\",\n                \"attribute5\": \"test5\",\n                \"quantityOrdered\": 10,\n                \"rate\": 19003.9,\n                \"productBasePrice\": 19003.9,\n                \"totalTaxValue\": 200491.145,\n                \"itemSales\": 190039,\n                \"taxableValue\": 190039,\n                \"productValue\": 390530.145,\n                \"totalChargeValue\": 0,\n                \"taxes\": [\n                    {\n                        \"taxID\": 3,\n                        \"accountID\": 21,\n                        \"accountName\": \"cgst6%\",\n                        \"taxName\": \"SGST\",\n                        \"taxValue\": 4750.975\n                    },\n                    {\n                        \"taxID\": 4,\n                        \"accountID\": 22,\n                        \"accountName\": \"sgst6%\",\n                        \"taxName\": \"SGST\",\n                        \"taxValue\": 11402.34\n                    }\n                ],\n                \"discountValues\": 0,\n                \"taxPercentages\": \"12,55\",\n                \"taxValues\": \"11402.34,17103.51\",\n                \"taxNames\": \"SGST,CGST\",\n                \"posDate\": \"2024-08-28T06:57:19.255Z\",\n                \"timezone\": \"Asia/Kolkata\",\n                \"isActive\": 1,\n                \"batchVariantID\": -1,\n                \"batchVariantName\": \"Chaap Sufiyan Chaap\"\n            }\n        ]\n    },\n    \"vendorBillSummary\": [\n        {\n            \"sourceID\": 1134,\n            \"sourceType\": \"WAREHOUSE\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"\",\n            \"vendorID\": 3,\n            \"deviceID\": 1212,\n            \"timezone\": \"Asia/Kolkata\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/createVendorBill"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 07:43:50 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Vendor Bill Created SuccessFully\"\n}"}],"_postman_id":"909c6d38-4f51-4f3d-b2b2-91f424942a42"},{"name":"Vendor Bill Settlement","id":"7263c97b-c7ed-488a-9600-4faa0a117658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"VB-1666-91\",\n    \"paymentType\":\"CASH\",\n    \"grossBill\":\"60\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/vendorBillSettlement","urlObject":{"path":["v1","thirdparty","vendorBillSettlement"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"b724e796-293c-4689-8dd0-558a4d7ce11b","name":"success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"VB-1666-53\",\n    \"paymentType\":\"CASH\",\n    \"grossBill\":\"1100\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/vendorBillSettlement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:56:54 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Payment Recieved Successfully\"\n}"},{"id":"a016d411-f4fc-4121-8135-d2fbdee191f6","name":"mandatoryField_ChainID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":\"\",\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"VB-1666-53\",\n    \"paymentType\":\"CASH\",\n    \"grossBill\":\"1100\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/vendorBillSettlement"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:57:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"chainID\": [\n            \"ChainID is required\"\n        ]\n    }\n}"},{"id":"4ad7c344-7509-4c1c-802b-6c42079133ce","name":"mandatoryField_thirdpartyChainID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":\"\",\n    \"vendorBillID\":\"VB-1666-53\",\n    \"paymentType\":\"CASH\",\n    \"grossBill\":\"1100\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/vendorBillSettlement"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:57:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"thirdPartyChainID\": [\n            \"ThirdPartyChainID is required\"\n        ]\n    }\n}"},{"id":"59f06f47-61fb-4113-8ad2-a03942263161","name":"mandatoryField_vendorBillID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"\",\n    \"paymentType\":\"CASH\",\n    \"grossBill\":\"1100\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/vendorBillSettlement"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 08:58:51 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"vendorBillID\": [\n            \"VendorBillID is required\"\n        ]\n    }\n}"},{"id":"11c2f003-e407-481b-922a-a77cff8e8014","name":"Vendor Bill Settlement","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"VB-1666-74\",\n    \"paymentType\":\"CASH\",\n    \"grossBill\":\"50\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/vendorBillSettlement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 09:03:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Payment Recieved Successfully\"\n}"},{"id":"4a31d88f-5d2a-42e0-8dbd-64ffa6319b24","name":"mandatoryField_paymentType","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"VB-1666-76\",\n    \"paymentType\":\"\",\n    \"grossBill\":\"10\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/vendorBillSettlement"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 09:06:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"paymentType\": [\n            \"PaymentType is required\"\n        ]\n    }\n}"},{"id":"a5895bf5-0561-4dc7-a782-c7e700459014","name":"mandatoryField_grossBill","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"VB-1666-76\",\n    \"paymentType\":\"Bharat QR\",\n    \"grossBill\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/vendorBillSettlement"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 21 Dec 2023 09:06:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": {\n        \"grossBill\": [\n            \"GrossBill is required\"\n        ]\n    }\n}"},{"id":"9f9e3b9e-97e6-4b32-8b77-0286168293a8","name":"Vendor BillID","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"vendorBillID\":\"VB-1666-728\",\n    \"paymentType\":\"Bharat QR\",\n    \"grossBill\":\"6000\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/vendorBillSettlement"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 27 Dec 2023 07:46:17 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Incorrect vendorBillID entered!\"\n}"}],"_postman_id":"7263c97b-c7ed-488a-9600-4faa0a117658"}],"id":"d8489ce3-7206-48dc-b240-404386ac049a","_postman_id":"d8489ce3-7206-48dc-b240-404386ac049a","description":""}],"id":"7c7d309e-e0b9-4f02-9673-b982da07def9","_postman_id":"7c7d309e-e0b9-4f02-9673-b982da07def9","description":""},{"name":"Inventory","item":[{"name":"Generate partner token","event":[{"listen":"test","script":{"id":"3d01205f-15a0-4c98-ab2f-888d3357eb80","exec":["const response = pm.response.json();\r","pm.environment.set(\"thirdPartyToken\", response.token);"],"type":"text/javascript","packages":{}}}],"id":"98dc9a17-1e40-4956-b8e1-396bb6516cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"clientID\":\"USFD328A3FR\",\r\n\t\"clientSecret\":\"9D73NS72N77S\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/partner/generateToken","description":"<p>This api is used to generate the token which is used to fetch the catalogue and store related information for a chain hosted by QB. This token can also be used to receive external online orders as well as for sharing invoice information with the partner.</p>\n<p>Live merchant account Jason:</p>\n<p>{ \"third_party_chain_id\":24, \"chain_id\": 11119, \"sales_date\": \"2022-11-14\"}</p>\n<p>OR</p>\n<p>ThirdParty Info: thirdparty chainID: 4<br />ClientID: C70175221E13F6ED<br />Client Secret: B97507DF750BB3C1</p>\n<p>Beta Account:</p>\n<p>\"ThirdParty mapped details:<br />\"\"clientID\"\": \"\"5BE2FBF755C51A26\"\",<br />\"\"clientSecret\"\": \"\"4235239C38DD2B03\"\"</p>\n<p>ThirdParty-ID: 50\"</p>\n<p>for utap generate token:</p>\n<p>Thirdparty chainID: 77</p>\n<p>{<br />\"clientID\":\"USFD328A3FR\",<br />\"clientSecret\":\"9D73NS72N77S\"<br />}</p>\n<p>third party details for etisalat prod:<br />client id: E70E949C4F97E8C6<br />client secret: 01CDB8B94E9E163F<br />third party chain id: 2</p>\n<p>URL: <a href=\"https://api.utapbyeand.com/API/public/v1/partner/generateToken\">https://api.utapbyeand.com/API/public/v1/partner/generateToken</a></p>\n<p>Beta DLF account</p>\n<p>\"clientID\":\"883A5B2673B4A126\",<br />    \"clientSecret\":\"0A734777BE48CD76\"</p>\n","urlObject":{"protocol":"https","path":["API","public","v1","partner","generateToken"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"2262b2db-0356-468e-91ac-7e01980363f2","name":"Generate partner token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{ \"clientID\": \"XCQ1E4PW46\",\n\"clientSecret\": \"TPI146FDRQ\"\n}"},"url":"https://beta.queuebuster.co/API/public/v1/partner/generateToken"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jul 2023 07:22:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"token\": \"ecd0deeec0286f957f729fa68222549c45afa1c88a98bccbe6f9f8779ac3a073\",\n    \"issued_at\": \"2023-07-05 12:52:10\",\n    \"expires\": \"2023-07-06 12:52:10\"\n}"},{"id":"2e913b90-cff1-44b5-b035-4b85f974b7ba","name":"beta dlf account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"clientID\":\"883A5B2673B4A126\",\r\n\t\"clientSecret\":\"0A734777BE48CD76\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/partner/generateToken"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 30 Apr 2024 07:51:24 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"token\": \"801c241dc18ffb1a963d9f4e0fe8d5612df28aea853f914833443cd914b96312\",\n    \"issued_at\": \"2024-04-30 13:21:24\",\n    \"expires\": \"2024-05-01 13:21:24\"\n}"}],"_postman_id":"98dc9a17-1e40-4956-b8e1-396bb6516cfa"},{"name":"Stock Transaction","event":[{"listen":"test","script":{"id":"9334a18d-8356-4dea-9dd0-6882fb2707db","exec":["var response = JSON.parse(responseBody);\r","\r","tests[\" checking the message\"] = response.message==\"Invalid totalVariantPrice for productID - 40 . It must be quantity * costPrice!\";\r",""],"type":"text/javascript"}}],"id":"ba60aa2b-8f05-4a34-b197-dfb40c863fd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"ed4aacfed854000b162b099c306afaf7844e1a690e07faeb1495aadcca2b65a1","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 63,\r\n    \"chainID\": 1424,\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2024-03-13 00:00:00\",\r\n    \"sourceID\": 2283,\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": 4092,\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_IN\",\r\n    \"invoiceNumber\": 5000000752,\r\n    \"invoiceDate\": \"2024-03-13\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"ok\",\r\n    \"userID\": 2020,\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"19191\",\r\n            \"unitID\": \"DEFAULT\",\r\n            \"unitName\": \"Piece\",\r\n            \"quantity\": 5,\r\n            \"costPrice\": \"2\",\r\n            \"totalVariantPrice\": \"11.009\",\r\n            \"MRP\": 100,\r\n            \"variantName\": \"8907895081805\",\r\n            \"productID\": \"40\",\r\n            \"productName\": \"Contempo Square Mirror\",\r\n            \"barcode\": \"8907895081811\",\r\n            \"sku\": \"000000061000151001\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"\",\r\n            \"manufacturingDate\": \"\",\r\n            \"sellByDate\": \"\",\r\n            \"sellingPrice\": 100,\r\n            \"attribute1\": \"\",\r\n            \"attribute2\": \"\",\r\n            \"attribute3\": \"\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n        \r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/stockTransaction","description":"<p>Stock Transaction:</p>\n<p>&gt;Chain should be authorized to share data with third party clients (chainID should be mapped to thirdparty ID)</p>\n<p>-&gt; for Attributes mapping enable the settings</p>\n<h4 id=\"automate-product-group-creation\">Automate Product Group Creation</h4>\n","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","stockTransaction"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"0d09227f-cbdd-48c4-936c-d84e7e9d3237","name":"Success_200","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"013beeea2d3d59683899e7cdb8d125b8005cc60b147209f37616d27212390b70","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 17,\r\n    \"chainID\": 1534,\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2022-08-04 11:13:10\",\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"1\",\r\n            \"unitID\": \"3\",\r\n            \"unitName\": \"Litre\",\r\n            \"quantity\": \"200\",\r\n            \"costPrice\": \"150\",\r\n            \"totalVariantPrice\": \"30000\",\r\n            \"MRP\": \"99\",\r\n            \"variantName\": \"\",\r\n            \"productID\": \"1\",\r\n            \"productName\": \"Fried Rice Half Plate\",\r\n            \"barcode\": \"\",\r\n            \"sku\": \"\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"2022-10-01\",\r\n            \"manufacturingDate\": \"2022-01-01\",\r\n            \"sellByDate\": \"2022-09-01\",\r\n            \"sellingPrice\": \"50\",\r\n            \"attribute1\": \"ten Grams\",\r\n            \"attribute2\": \"500\",\r\n            \"attribute3\": \"2022-08-05 11:13:10\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n    ],\r\n    \"sourceID\": \"2453\",\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": \"2454\",\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_IN\",\r\n    \"invoiceNumber\": \"753\",\r\n    \"invoiceDate\": \"2022-08-04\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"stock by sunita\",\r\n    \"userID\": 2151\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/stockTransaction"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Aug 2022 07:23:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"transactionID\": 230,\n    \"message\": \"Stock transaction successfully done!\"\n}"},{"id":"606a925d-9eed-4b42-8af3-011e473aa016","name":"Token Is Missing","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 17,\r\n    \"chainID\": 1534,\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2022-08-04 11:13:10\",\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"1\",\r\n            \"unitID\": \"3\",\r\n            \"unitName\": \"Litre\",\r\n            \"quantity\": \"200\",\r\n            \"costPrice\": \"150\",\r\n            \"totalVariantPrice\": \"30000\",\r\n            \"MRP\": \"99\",\r\n            \"variantName\": \"\",\r\n            \"productID\": \"1\",\r\n            \"productName\": \"Fried Rice Half Plate\",\r\n            \"barcode\": \"\",\r\n            \"sku\": \"\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"2022-10-01\",\r\n            \"manufacturingDate\": \"2022-01-01\",\r\n            \"sellByDate\": \"2022-09-01\",\r\n            \"sellingPrice\": \"50\",\r\n            \"attribute1\": \"ten Grams\",\r\n            \"attribute2\": \"500\",\r\n            \"attribute3\": \"2022-08-05 11:13:10\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n    ],\r\n    \"sourceID\": \"2453\",\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": \"2454\",\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_IN\",\r\n    \"invoiceNumber\": \"753\",\r\n    \"invoiceDate\": \"2022-08-04\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"stock by sunita\",\r\n    \"userID\": 2151\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/stockTransaction"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 04 Aug 2022 07:24:25 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Token Missing</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Token Missing',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Token Missing') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 23\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 23</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'stockTransaction') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'stockTransaction') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"faa5691d-b281-4a1b-b284-106ce0876e63","name":"Invalid Token/Expired Token","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"f34d13a66c1749146589b8badf2dac446305ec995d2deca84ec44b389e11566e","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 17,\r\n    \"chainID\": 1534,\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2022-08-04 11:13:10\",\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"1\",\r\n            \"unitID\": \"3\",\r\n            \"unitName\": \"Litre\",\r\n            \"quantity\": \"200\",\r\n            \"costPrice\": \"150\",\r\n            \"totalVariantPrice\": \"30000\",\r\n            \"MRP\": \"99\",\r\n            \"variantName\": \"\",\r\n            \"productID\": \"1\",\r\n            \"productName\": \"Fried Rice Half Plate\",\r\n            \"barcode\": \"\",\r\n            \"sku\": \"\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"2022-10-01\",\r\n            \"manufacturingDate\": \"2022-01-01\",\r\n            \"sellByDate\": \"2022-09-01\",\r\n            \"sellingPrice\": \"50\",\r\n            \"attribute1\": \"ten Grams\",\r\n            \"attribute2\": \"500\",\r\n            \"attribute3\": \"2022-08-05 11:13:10\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n    ],\r\n    \"sourceID\": \"2453\",\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": \"2454\",\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_IN\",\r\n    \"invoiceNumber\": \"753\",\r\n    \"invoiceDate\": \"2022-08-04\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"stock by sunita\",\r\n    \"userID\": 2151\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/stockTransaction"},"status":"Forbidden","code":403,"_postman_previewlanguage":"html","header":[{"key":"Date","value":"Thu, 04 Aug 2022 07:25:30 GMT"},{"key":"Content-Type","value":"text/html; charset=UTF-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"  \n<!DOCTYPE html>\n<html>\n    <head>\n        <meta charset=\"UTF-8\" />\n        <meta name=\"robots\" content=\"noindex,nofollow\" />\n        <style>\n            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html */\n            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}\n\n            html { background: #eee; padding: 10px }\n            img { border: 0; }\n            #sf-resetcontent { width:970px; margin:0 auto; }\n                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }\n            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }\n            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }\n            .sf-reset .clear_fix { display:inline-block; }\n            .sf-reset * html .clear_fix { height:1%; }\n            .sf-reset .clear_fix { display:block; }\n            .sf-reset, .sf-reset .block { margin: auto }\n            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }\n            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }\n            .sf-reset strong { font-weight:bold; }\n            .sf-reset a { color:#6c6159; cursor: default; }\n            .sf-reset a img { border:none; }\n            .sf-reset a:hover { text-decoration:underline; }\n            .sf-reset em { font-style:italic; }\n            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, \"Times New Roman\", Times, serif }\n            .sf-reset .exception_counter { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; float: left; display: block; }\n            .sf-reset .exception_title { margin-left: 3em; margin-bottom: 0.7em; display: block; }\n            .sf-reset .exception_message { margin-left: 3em; display: block; }\n            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }\n            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;\n                -webkit-border-bottom-right-radius: 16px;\n                -webkit-border-bottom-left-radius: 16px;\n                -moz-border-radius-bottomright: 16px;\n                -moz-border-radius-bottomleft: 16px;\n                border-bottom-right-radius: 16px;\n                border-bottom-left-radius: 16px;\n                border-bottom:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                word-wrap: break-word;\n            }\n            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;\n                -webkit-border-top-left-radius: 16px;\n                -webkit-border-top-right-radius: 16px;\n                -moz-border-radius-topleft: 16px;\n                -moz-border-radius-topright: 16px;\n                border-top-left-radius: 16px;\n                border-top-right-radius: 16px;\n                border-top:1px solid #ccc;\n                border-right:1px solid #ccc;\n                border-left:1px solid #ccc;\n                overflow: hidden;\n                word-wrap: break-word;\n            }\n            .sf-reset a { background:none; color:#868686; text-decoration:none; }\n            .sf-reset a:hover { background:none; color:#313131; text-decoration:underline; }\n            .sf-reset ol { padding: 10px 0; }\n            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;\n                -webkit-border-radius: 10px;\n                -moz-border-radius: 10px;\n                border-radius: 10px;\n                border: 1px solid #ccc;\n            }\n        </style>\n    </head>\n    <body>\n        <div id=\"sf-resetcontent\" class=\"sf-reset\">\n            <h1>Whoops, looks like something went wrong.</h1>\n            <h2 class=\"block_exception clear_fix\">\n                <span class=\"exception_counter\">1/1</span>\n                <span class=\"exception_title\">\n                    <abbr title=\"Symfony\\Component\\HttpKernel\\Exception\\HttpException\">HttpException</abbr> in\n                    <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>:\n                </span>\n                <span class=\"exception_message\">Invalid Token</span>\n            </h2>\n            <div class=\"block\">\n                <ol class=\"traces list_exception\">\n                    <li> in \n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Application.php line 882\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Application.php line 882</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Application\">Application</abbr>->abort('403', 'Invalid Token',\n                        <em>array</em>()) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php line 29\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">helpers.php line 29</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>abort('403', 'Invalid Token') in\n                        <a title=\"/var/www/API/app/Http/Middleware/thirdPartyToken.php line 37\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">thirdPartyToken.php line 37</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\thirdPartyToken\">thirdPartyToken</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 114\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 114</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->callWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Controllers\\CatalogueBulk\">CatalogueBulk</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'stockTransaction') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php line 68\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">ControllerDispatcher.php line 68</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\ControllerDispatcher\">ControllerDispatcher</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>), 'App\\Http\\Controllers\\CatalogueBulk', 'stockTransaction') in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 203\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 203</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->runWithCustomDispatcher(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Route.php line 134\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Route.php line 134</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>->run(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 708\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 708</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->Illuminate\\Routing\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 710\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 710</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->runRouteWithinStack(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Routing\\Route\">Route</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 674\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 674</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatchToRoute(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Routing/Router.php line 635\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Router.php line 635</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Routing\\Router\">Router</abbr>->dispatch(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 236\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 236</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->Illuminate\\Foundation\\Http\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 139\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 139</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/app/Http/Middleware/apiMonitorMiddleware.php line 78\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">apiMonitorMiddleware.php line 78</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"App\\Http\\Middleware\\apiMonitorMiddleware\">apiMonitorMiddleware</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php line 44\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">CheckForMaintenanceMode.php line 44</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func_array(\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Foundation\\Http\\Middleware\\CheckForMaintenanceMode\">CheckForMaintenanceMode</abbr>), 'handle'),\n                        <em>array</em>(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>))) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 124\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 124</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->Illuminate\\Pipeline\\{closure}(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>))\n                    </li>\n                    <li>at \n                        <abbr title=\"\"></abbr>call_user_func(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>),\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php line 102\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Pipeline.php line 102</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Pipeline\\Pipeline\">Pipeline</abbr>->then(\n                        <em>object</em>(\n                        <abbr title=\"Closure\">Closure</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 122\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 122</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->sendRequestThroughRouter(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php line 87\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">Kernel.php line 87</a>\n                    </li>\n                    <li>at \n                        <abbr title=\"Illuminate\\Foundation\\Http\\Kernel\">Kernel</abbr>->handle(\n                        <em>object</em>(\n                        <abbr title=\"Illuminate\\Http\\Request\">Request</abbr>)) in\n                        <a title=\"/var/www/API/public/index.php line 53\" ondblclick=\"var f=this.innerHTML;this.innerHTML=this.title;this.title=f;\">index.php line 53</a>\n                    </li>\n                </ol>\n            </div>\n        </div>\n    </body>\n</html>"},{"id":"56b680b9-139e-46de-b32a-89ccab3b6863","name":"ChainID not Mapped to ThirdParty","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"013beeea2d3d59683899e7cdb8d125b8005cc60b147209f37616d27212390b70","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 17,\r\n    \"chainID\":\"\",\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2022-08-04 11:13:10\",\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"1\",\r\n            \"unitID\": \"3\",\r\n            \"unitName\": \"Litre\",\r\n            \"quantity\": \"200\",\r\n            \"costPrice\": \"150\",\r\n            \"totalVariantPrice\": \"30000\",\r\n            \"MRP\": \"99\",\r\n            \"variantName\": \"\",\r\n            \"productID\": \"1\",\r\n            \"productName\": \"Fried Rice Half Plate\",\r\n            \"barcode\": \"\",\r\n            \"sku\": \"\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"2022-10-01\",\r\n            \"manufacturingDate\": \"2022-01-01\",\r\n            \"sellByDate\": \"2022-09-01\",\r\n            \"sellingPrice\": \"50\",\r\n            \"attribute1\": \"ten Grams\",\r\n            \"attribute2\": \"500\",\r\n            \"attribute3\": \"2022-08-05 11:13:10\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n    ],\r\n    \"sourceID\": \"2453\",\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": \"2454\",\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_IN\",\r\n    \"invoiceNumber\": \"753\",\r\n    \"invoiceDate\": \"2022-08-04\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"stock by sunita\",\r\n    \"userID\": 2151\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/stockTransaction"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Aug 2022 07:29:00 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"This chain is not authorized to share data with third party clients\"\n}"},{"id":"4cae636a-737a-4ce3-8f8c-2d0f3ea11d5d","name":"Invalid totalVariantPrice","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"013beeea2d3d59683899e7cdb8d125b8005cc60b147209f37616d27212390b70","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 17,\r\n    \"chainID\": 1534,\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2022-08-04 11:13:10\",\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"1\",\r\n            \"unitID\": \"3\",\r\n            \"unitName\": \"Litre\",\r\n            \"quantity\": \"200\",\r\n            \"costPrice\": \"150\",\r\n            \"totalVariantPrice\": \"\",\r\n            \"MRP\": \"99\",\r\n            \"variantName\": \"\",\r\n            \"productID\": \"1\",\r\n            \"productName\": \"Fried Rice Half Plate\",\r\n            \"barcode\": \"\",\r\n            \"sku\": \"\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"2022-10-01\",\r\n            \"manufacturingDate\": \"2022-01-01\",\r\n            \"sellByDate\": \"2022-09-01\",\r\n            \"sellingPrice\": \"50\",\r\n            \"attribute1\": \"ten Grams\",\r\n            \"attribute2\": \"500\",\r\n            \"attribute3\": \"2022-08-05 11:13:10\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n    ],\r\n    \"sourceID\": \"2453\",\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": \"2454\",\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_IN\",\r\n    \"invoiceNumber\": \"753\",\r\n    \"invoiceDate\": \"2022-08-04\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"stock by sunita\",\r\n    \"userID\": 2151\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/stockTransaction"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Aug 2022 07:30:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid totalVariantPrice for productID - 1 . It must be quantity * costPrice!\"\n}"},{"id":"9e5a1b5c-afe7-49fe-b8de-0ce7ae258ba1","name":"productID - is Invalid","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"013beeea2d3d59683899e7cdb8d125b8005cc60b147209f37616d27212390b70","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 17,\r\n    \"chainID\": 1534,\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2022-08-04 11:13:10\",\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"1\",\r\n            \"unitID\": \"3\",\r\n            \"unitName\": \"Litre\",\r\n            \"quantity\": \"200\",\r\n            \"costPrice\": \"150\",\r\n            \"totalVariantPrice\": \"30000\",\r\n            \"MRP\": \"99\",\r\n            \"variantName\": \"\",\r\n            \"productID\": \"\",\r\n            \"productName\": \"Fried Rice Half Plate\",\r\n            \"barcode\": \"\",\r\n            \"sku\": \"\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"2022-10-01\",\r\n            \"manufacturingDate\": \"2022-01-01\",\r\n            \"sellByDate\": \"2022-09-01\",\r\n            \"sellingPrice\": \"50\",\r\n            \"attribute1\": \"ten Grams\",\r\n            \"attribute2\": \"500\",\r\n            \"attribute3\": \"2022-08-05 11:13:10\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n    ],\r\n    \"sourceID\": \"2453\",\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": \"2454\",\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_IN\",\r\n    \"invoiceNumber\": \"753\",\r\n    \"invoiceDate\": \"2022-08-04\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"stock by sunita\",\r\n    \"userID\": 2151\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/stockTransaction"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Aug 2022 07:33:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"productID -  is Invalid!\"\n}"},{"id":"669a20eb-4357-46c5-8117-f21b5375fc12","name":"sourceID is required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"013beeea2d3d59683899e7cdb8d125b8005cc60b147209f37616d27212390b70","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 17,\r\n    \"chainID\": 1534,\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2022-08-04 11:13:10\",\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"1\",\r\n            \"unitID\": \"3\",\r\n            \"unitName\": \"Litre\",\r\n            \"quantity\": \"200\",\r\n            \"costPrice\": \"150\",\r\n            \"totalVariantPrice\": \"30000\",\r\n            \"MRP\": \"99\",\r\n            \"variantName\": \"\",\r\n            \"productID\": \"1\",\r\n            \"productName\": \"Fried Rice Half Plate\",\r\n            \"barcode\": \"\",\r\n            \"sku\": \"\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"2022-10-01\",\r\n            \"manufacturingDate\": \"2022-01-01\",\r\n            \"sellByDate\": \"2022-09-01\",\r\n            \"sellingPrice\": \"50\",\r\n            \"attribute1\": \"ten Grams\",\r\n            \"attribute2\": \"500\",\r\n            \"attribute3\": \"2022-08-05 11:13:10\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n    ],\r\n    \"sourceID\": \"\",\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": \"2454\",\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_IN\",\r\n    \"invoiceNumber\": \"753\",\r\n    \"invoiceDate\": \"2022-08-04\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"stock by sunita\",\r\n    \"userID\": 2151\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/stockTransaction"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Aug 2022 07:35:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"sourceID is required!\"\n}"},{"id":"5de1bb35-3053-49d2-856d-8d2954accbef","name":"Stock Transfer_destinationID is required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"013beeea2d3d59683899e7cdb8d125b8005cc60b147209f37616d27212390b70","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 17,\r\n    \"chainID\": 1534,\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2022-08-04 11:13:10\",\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"1\",\r\n            \"unitID\": \"3\",\r\n            \"unitName\": \"Litre\",\r\n            \"quantity\": \"200\",\r\n            \"costPrice\": \"150\",\r\n            \"totalVariantPrice\": \"30000\",\r\n            \"MRP\": \"99\",\r\n            \"variantName\": \"\",\r\n            \"productID\": \"1\",\r\n            \"productName\": \"Fried Rice Half Plate\",\r\n            \"barcode\": \"\",\r\n            \"sku\": \"\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"2022-10-01\",\r\n            \"manufacturingDate\": \"2022-01-01\",\r\n            \"sellByDate\": \"2022-09-01\",\r\n            \"sellingPrice\": \"50\",\r\n            \"attribute1\": \"ten Grams\",\r\n            \"attribute2\": \"500\",\r\n            \"attribute3\": \"2022-08-05 11:13:10\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n    ],\r\n    \"sourceID\": \"2453\",\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": \"\",\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_TRANSFER\",\r\n    \"invoiceNumber\": \"754\",\r\n    \"invoiceDate\": \"2022-08-04\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"stock by sunita\",\r\n    \"userID\": 2151\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/stockTransaction"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Aug 2022 07:39:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"destinationID is required!\"\n}"},{"id":"320c9b25-0efb-4dc2-a438-a40f771c19bf","name":"InvalidUser","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"013beeea2d3d59683899e7cdb8d125b8005cc60b147209f37616d27212390b70","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 17,\r\n    \"chainID\": 1534,\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2022-08-04 11:13:10\",\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"1\",\r\n            \"unitID\": \"3\",\r\n            \"unitName\": \"Litre\",\r\n            \"quantity\": \"200\",\r\n            \"costPrice\": \"150\",\r\n            \"totalVariantPrice\": \"30000\",\r\n            \"MRP\": \"99\",\r\n            \"variantName\": \"\",\r\n            \"productID\": \"1\",\r\n            \"productName\": \"Fried Rice Half Plate\",\r\n            \"barcode\": \"\",\r\n            \"sku\": \"\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"2022-10-01\",\r\n            \"manufacturingDate\": \"2022-01-01\",\r\n            \"sellByDate\": \"2022-09-01\",\r\n            \"sellingPrice\": \"50\",\r\n            \"attribute1\": \"ten Grams\",\r\n            \"attribute2\": \"500\",\r\n            \"attribute3\": \"2022-08-05 11:13:10\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n    ],\r\n    \"sourceID\": \"2453\",\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": \"2454\",\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_TRANSFER\",\r\n    \"invoiceNumber\": \"754\",\r\n    \"invoiceDate\": \"2022-08-04\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"stock by sunita\",\r\n    \"userID\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/stockTransaction"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Aug 2022 07:40:16 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": false,\n    \"message\": \"Invalid user\"\n}"},{"id":"c5321b68-a95d-4d5d-846b-79bda71d3c8e","name":"STOCK_WASTAGE","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"013beeea2d3d59683899e7cdb8d125b8005cc60b147209f37616d27212390b70","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"thirdPartyChainID\": 17,\r\n    \"chainID\": 1534,\r\n    \"timezone\": \"Asia/Kolkata\",\r\n    \"transactionTimeLocal\": \"2022-08-04 11:13:10\",\r\n    \"transactionProducts\": [\r\n        {\r\n            \"variantID\": \"1\",\r\n            \"unitID\": \"3\",\r\n            \"unitName\": \"Litre\",\r\n            \"quantity\": \"200\",\r\n            \"costPrice\": \"150\",\r\n            \"totalVariantPrice\": \"30000\",\r\n            \"MRP\": \"99\",\r\n            \"variantName\": \"\",\r\n            \"productID\": \"1\",\r\n            \"productName\": \"Fried Rice Half Plate\",\r\n            \"barcode\": \"\",\r\n            \"sku\": \"\",\r\n            \"remarks\": \"\",\r\n            \"tags\": \"\",\r\n            \"expiryDate\": \"2022-10-01\",\r\n            \"manufacturingDate\": \"2022-01-01\",\r\n            \"sellByDate\": \"2022-09-01\",\r\n            \"sellingPrice\": \"50\",\r\n            \"attribute1\": \"ten Grams\",\r\n            \"attribute2\": \"500\",\r\n            \"attribute3\": \"2022-08-05 11:13:10\",\r\n            \"attribute4\": \"\",\r\n            \"attribute5\": \"\",\r\n            \"attribute6\": \"\",\r\n            \"attribute7\": \"\",\r\n            \"attribute8\": \"\",\r\n            \"attribute9\": \"\",\r\n            \"attribute10\": \"\"\r\n        }\r\n    ],\r\n    \"sourceID\": \"2453\",\r\n    \"sourceType\": \"STORE\",\r\n    \"destinationID\": \"2454\",\r\n    \"destinationType\": \"STORE\",\r\n    \"transactionType\": \"STOCK_WASTAGE\",\r\n    \"invoiceNumber\": \"754\",\r\n    \"invoiceDate\": \"2022-08-04\",\r\n    \"vendorID\": \"1\",\r\n    \"remarks\": \"stock by sunita\",\r\n    \"userID\": 2151\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseURI}}/public/v1/thirdparty/stockTransaction"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 04 Aug 2022 07:50:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"transactionID\": 244,\n    \"message\": \"Stock transaction successfully done!\"\n}"}],"_postman_id":"ba60aa2b-8f05-4a34-b197-dfb40c863fd6"},{"name":"Fetch Stock Transaction Detail","id":"82bfc2f8-b2a2-4453-86b9-9c858802be88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"32a07515835bf06f7ae6dec5709f495281a400a5685dd9b2f7850a469f6afb9c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":6,\n    \"chainID\":2227,\n    \"transactionID\":1\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchStockTransactionDetail","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","fetchStockTransactionDetail"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"1fcf47e4-66ff-4119-95ec-32aac94bb888","name":"Get Stock Transaction Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"b4a815136a6af37e987529458003594bc8941664f16f023a9f521a56aec0023a","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"transactionID\":1\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchStockTransactionDetail"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 03 Aug 2023 07:41:15 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionSummary\": [\n        {\n            \"transactionID\": 1,\n            \"transactionType\": \"Stock Wastage\",\n            \"storeName\": \"Hawan Store\",\n            \"sourceType\": \"STORE\",\n            \"sourceID\": 2449,\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionTime\": \"2022-06-21 13:36:25\",\n            \"totalCost\": 1770,\n            \"totalItemNumber\": 11,\n            \"fullname\": \"\",\n            \"name\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorID\": -1,\n            \"vendorName\": \"\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2022-06-21\",\n            \"freightCharge\": 0\n        }\n    ],\n    \"transactionDetail\": [\n        {\n            \"productID\": 5,\n            \"variantID\": 5,\n            \"productName\": \"Aloo Sabzi Poori Mealdd\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -1,\n            \"displayQuantity\": 1,\n            \"quantity\": -1,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 0,\n            \"totalPrice\": 0,\n            \"MRPPerUnit\": 5,\n            \"costMargin\": 100,\n            \"localStock\": -1,\n            \"chainStock\": -2645,\n            \"stockRemarks\": 5\n        },\n        {\n            \"productID\": 6,\n            \"variantID\": 6,\n            \"productName\": \"Paneer Bhurji Ajwain Paratha Meal\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -2,\n            \"displayQuantity\": 2,\n            \"quantity\": -2,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 30,\n            \"totalPrice\": 60,\n            \"MRPPerUnit\": 6,\n            \"costMargin\": -400,\n            \"localStock\": -1,\n            \"chainStock\": -5054,\n            \"stockRemarks\": 6\n        },\n        {\n            \"productID\": 7,\n            \"variantID\": 7,\n            \"productName\": \"Egg Bhurji Ajwain Paratha Meal\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -3,\n            \"displayQuantity\": 3,\n            \"quantity\": -3,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 30,\n            \"totalPrice\": 90,\n            \"MRPPerUnit\": 7,\n            \"costMargin\": -328.57,\n            \"localStock\": -3,\n            \"chainStock\": -47308,\n            \"stockRemarks\": 7\n        },\n        {\n            \"productID\": 8,\n            \"variantID\": 8,\n            \"productName\": \"Amritsari Chole Poori Meal\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -4,\n            \"displayQuantity\": 4,\n            \"quantity\": -4,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 30,\n            \"totalPrice\": 120,\n            \"MRPPerUnit\": 8,\n            \"costMargin\": -275,\n            \"localStock\": 460,\n            \"chainStock\": -8511,\n            \"stockRemarks\": 8\n        },\n        {\n            \"productID\": 9,\n            \"variantID\": 9,\n            \"productName\": \"Choley Bhature Meal\",\n            \"variantName\": 24,\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -5,\n            \"displayQuantity\": 5,\n            \"quantity\": -5,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 30,\n            \"totalPrice\": 150,\n            \"MRPPerUnit\": 9,\n            \"costMargin\": -233.33,\n            \"localStock\": 1,\n            \"chainStock\": -132345,\n            \"stockRemarks\": 9\n        },\n        {\n            \"productID\": 10,\n            \"variantID\": 10,\n            \"productName\": \"Masala Chaap\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -6,\n            \"displayQuantity\": 6,\n            \"quantity\": -6,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 0,\n            \"totalPrice\": 0,\n            \"MRPPerUnit\": 10,\n            \"costMargin\": 100,\n            \"localStock\": -6,\n            \"chainStock\": 3880,\n            \"stockRemarks\": 10\n        },\n        {\n            \"productID\": 11,\n            \"variantID\": 11,\n            \"productName\": \"Afghani Chaap\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -7,\n            \"displayQuantity\": 7,\n            \"quantity\": -7,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 30,\n            \"totalPrice\": 210,\n            \"MRPPerUnit\": 11,\n            \"costMargin\": -172.73,\n            \"localStock\": 490,\n            \"chainStock\": 350,\n            \"stockRemarks\": 11\n        },\n        {\n            \"productID\": 12,\n            \"variantID\": 12,\n            \"productName\": \"Chaap Sufiyan Chaap\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -8,\n            \"displayQuantity\": 8,\n            \"quantity\": -8,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 30,\n            \"totalPrice\": 240,\n            \"MRPPerUnit\": 12,\n            \"costMargin\": -150,\n            \"localStock\": 406,\n            \"chainStock\": 5169,\n            \"stockRemarks\": 12\n        },\n        {\n            \"productID\": 13,\n            \"variantID\": 13,\n            \"productName\": \"Achaari Chaap\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -9,\n            \"displayQuantity\": 9,\n            \"quantity\": -9,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 30,\n            \"totalPrice\": 270,\n            \"MRPPerUnit\": 13,\n            \"costMargin\": -130.77,\n            \"localStock\": -7,\n            \"chainStock\": 4609,\n            \"stockRemarks\": 13\n        },\n        {\n            \"productID\": 14,\n            \"variantID\": 14,\n            \"productName\": \"Hara Bhara Chaap Tikka\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -10,\n            \"displayQuantity\": 10,\n            \"quantity\": -10,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 30,\n            \"totalPrice\": 300,\n            \"MRPPerUnit\": 14,\n            \"costMargin\": -114.29,\n            \"localStock\": -10,\n            \"chainStock\": 4914,\n            \"stockRemarks\": 14\n        },\n        {\n            \"productID\": 15,\n            \"variantID\": 15,\n            \"productName\": \"Chaap Kali Mirch Tikka\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 0,\n            \"newQuantity\": -11,\n            \"displayQuantity\": 11,\n            \"quantity\": -11,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"\",\n            \"displayCostPrice\": 30,\n            \"totalPrice\": 330,\n            \"MRPPerUnit\": 15,\n            \"costMargin\": -100,\n            \"localStock\": -411,\n            \"chainStock\": 4379,\n            \"stockRemarks\": 15\n        }\n    ],\n    \"status\": true\n}"},{"id":"007224fb-4cad-43d4-bb12-feee630ed62f","name":"Fetch Stock Transaction Detail","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"be130e4acc686d132248eeb3d2412bbe8c5181f9ca0e3c4c8c97619a3ec7b87c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":6,\n    \"chainID\":2227,\n    \"transactionID\":587\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchStockTransactionDetail"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 12:44:02 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"transactionSummary\": [\n        {\n            \"transactionID\": 587,\n            \"transactionType\": \"Stock In\",\n            \"storeName\": \"New Store\",\n            \"sourceType\": \"STORE\",\n            \"sourceID\": 4206,\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionTime\": \"2023-08-07 16:25:09\",\n            \"totalCost\": 6350,\n            \"totalItemNumber\": 1,\n            \"fullname\": \"Raja  \",\n            \"name\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorID\": 0,\n            \"vendorName\": \"\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2023-08-07\",\n            \"freightCharge\": 0\n        }\n    ],\n    \"transactionDetail\": [\n        {\n            \"productID\": 15,\n            \"variantID\": 15,\n            \"productName\": \"airtel\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": 1,\n            \"newQuantity\": 2,\n            \"displayQuantity\": 1,\n            \"quantity\": 1,\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"MEI HAN\",\n            \"displayCostPrice\": 6350,\n            \"totalPrice\": 6350,\n            \"MRPPerUnit\": 5000,\n            \"costMargin\": -27,\n            \"localStock\": 2,\n            \"chainStock\": 5624,\n            \"stockRemarks\": \"\"\n        }\n    ],\n    \"status\": true\n}"}],"_postman_id":"82bfc2f8-b2a2-4453-86b9-9c858802be88"},{"name":"Fetch Stock Transactions","id":"ef0059a8-57d8-4200-9bea-16eb4f81c1be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"02069d869b61ea625cfa5b1554527875ef14e8420da75d05ceeef735a58bdf82","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"source\": \"STORE_1666\",\n    \"transactionType\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchStockTransactions","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","fetchStockTransactions"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"375cbf0d-899d-4e4f-ba94-097142085938","name":"listOfStockTransactions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"02069d869b61ea625cfa5b1554527875ef14e8420da75d05ceeef735a58bdf82","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"source\": \"STORE_1666\",\n    \"transactionType\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/listOfStockTransactions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Aug 2023 07:46:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 16,\n    \"data\": [\n        {\n            \"transactionID\": 656,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"04:14 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 16:14:03\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 655,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"03:53 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 15:53:47\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 650,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"01:18 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 13:18:33\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 649,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:57 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:57:59\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 648,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:57 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:57:21\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 646,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:08 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:08:13\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 643,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"11:33 AM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 10,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 11:33:03\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 639,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"11:15 AM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 11:15:57\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 634,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"04:07 PM\",\n            \"totalCost\": 3150,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 16:07:11\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 626,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"03:53 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 15:53:57\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 625,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 2449,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:31 PM\",\n            \"totalCost\": 37568000,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 10,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:31:32\",\n            \"destinationName\": \"Hawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 623,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:01 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:01:18\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 622,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:14 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 12:14:49\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 621,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:10 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 12:10:20\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 620,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:08 PM\",\n            \"totalCost\": 400,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Test Name\",\n            \"transactionTimeLocal\": \"2023-07-12 12:08:10\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 616,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -1,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"11:00 AM\",\n            \"totalCost\": 30,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 11:00:43\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        }\n    ],\n    \"status\": true\n}"},{"id":"a7957aeb-262b-453b-80a3-25c72a93b97a","name":"listOfStockTransactions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"be130e4acc686d132248eeb3d2412bbe8c5181f9ca0e3c4c8c97619a3ec7b87c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2227,\n    \"thirdPartyChainID\":6,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"source\": \"STORE_4206\",\n    \"transactionType\": \"Stock Out\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchStockTransactions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 12:44:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 80,\n    \"data\": [\n        {\n            \"transactionID\": 554,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 553,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"06:05 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 18:05:23\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 553,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"06:05 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 18:05:23\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 552,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 551,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"06:01 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 18:01:27\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 551,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"06:01 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 18:01:27\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 550,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 549,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"05:37 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 17:37:52\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 549,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"05:37 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 17:37:52\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 548,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 547,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"04:45 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 16:45:03\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 547,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"04:45 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 16:45:03\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 545,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"04:43 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 16:43:28\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 546,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 545,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"04:43 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 16:43:28\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 544,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"04:42 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 16:42:25\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 543,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 542,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"01:12 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 13:12:30\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 542,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"01:12 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 13:12:30\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 541,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"01:11 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 13:11:08\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 540,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 539,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:56 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:56:35\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 539,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:56 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:56:35\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 537,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:49 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:49:54\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 538,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 537,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:49 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:49:54\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 536,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:48 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:48:19\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 535,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 534,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:19 PM\",\n            \"totalCost\": 800,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:19:58\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 534,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:19 PM\",\n            \"totalCost\": 800,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:19:58\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 533,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:14 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:14:24\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 532,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"11:53 AM\",\n            \"totalCost\": 20,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 11:53:22\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 531,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 530,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 24 2023\",\n            \"transactionTime\": \"07:04 PM\",\n            \"totalCost\": 20,\n            \"invoiceDate\": \"Jul 24 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-24 19:04:16\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 530,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 24 2023\",\n            \"transactionTime\": \"07:04 PM\",\n            \"totalCost\": 20,\n            \"invoiceDate\": \"Jul 24 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-24 19:04:16\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 529,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:58 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:58:54\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 528,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:58 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:58:13\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 527,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:54 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:54:49\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 526,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:51 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:51:17\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 525,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -1,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:48 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:48:02\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 524,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:46 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:46:23\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 523,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -2,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:45 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:45:47\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 522,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"06:45 PM\",\n            \"totalCost\": 51,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 18:45:16\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 521,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 520,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 17 2023\",\n            \"transactionTime\": \"11:00 AM\",\n            \"totalCost\": 20,\n            \"invoiceDate\": \"Jul 17 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-17 11:00:00\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 520,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 17 2023\",\n            \"transactionTime\": \"11:00 AM\",\n            \"totalCost\": 20,\n            \"invoiceDate\": \"Jul 17 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-17 11:00:00\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 519,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 15 2023\",\n            \"transactionTime\": \"07:58 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 15 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-15 19:58:05\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 517,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"05:51 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 17:51:24\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 518,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 517,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"05:51 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 17:51:24\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 516,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"03:03 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 15:03:28\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 515,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 514,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"02:58 PM\",\n            \"totalCost\": 120,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 14:58:44\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 514,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"02:58 PM\",\n            \"totalCost\": 120,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 14:58:44\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 513,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"01:28 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 13:28:12\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 512,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"01:20 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 13:20:39\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 511,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"01:14 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 13:14:26\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 510,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"12:54 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 12:54:52\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 509,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"12:44 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 12:44:20\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 507,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 13 2023\",\n            \"transactionTime\": \"07:17 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 13 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-13 19:17:24\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 508,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 507,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 13 2023\",\n            \"transactionTime\": \"07:17 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 13 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-13 19:17:24\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 506,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 13 2023\",\n            \"transactionTime\": \"07:01 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 13 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-13 19:01:44\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 505,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 13 2023\",\n            \"transactionTime\": \"01:36 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 13 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-13 13:36:45\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 504,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 503,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:35 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:35:53\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 503,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:35 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:35:53\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 502,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:19 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:19:46\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 501,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 07 2023\",\n            \"transactionTime\": \"12:32 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 07 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-07 12:32:16\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 500,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 07 2023\",\n            \"transactionTime\": \"12:28 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 07 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-07 12:28:21\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 499,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 07 2023\",\n            \"transactionTime\": \"12:24 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 07 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-07 12:24:05\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 498,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 07 2023\",\n            \"transactionTime\": \"12:15 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 07 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"Ram1\",\n            \"transactionTimeLocal\": \"2023-07-07 12:15:51\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 497,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 07 2023\",\n            \"transactionTime\": \"12:03 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 07 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-07 12:03:51\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 496,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"04:00 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 16:00:35\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 495,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:58 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:58:12\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 494,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:56 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:56:49\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 493,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 3523,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:48 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:48:52\",\n            \"destinationName\": \"Mobile Shop11\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 491,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 3523,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 492,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:41 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:41:43\",\n            \"destinationName\": \"Mobile Shop11\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 490,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:28 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:28:50\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 489,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:24 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:24:02\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 488,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:22 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:22:00\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 487,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -17,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:16 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:16:16\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 486,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 482,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:42 PM\",\n            \"totalCost\": 50,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:42:30\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 484,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 3584,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 485,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:42 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:42:01\",\n            \"destinationName\": \"Grocery Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 482,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 3655,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 483,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:37 PM\",\n            \"totalCost\": 50,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"1155266IG\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:37:06\",\n            \"destinationName\": \"Sim Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 481,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -1,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:33 PM\",\n            \"totalCost\": 50,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:33:13\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 480,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -8,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:20 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:20:43\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 479,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:18 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:18:54\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 478,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:18 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:18:03\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 477,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -7,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:17 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:17:25\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 476,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:16 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:16:42\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 475,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -5,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:16 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:16:10\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 473,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 3584,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 474,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:15 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"11552JCJO\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:15:20\",\n            \"destinationName\": \"Grocery Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 472,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -3,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:14 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:14:27\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 471,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -2,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:12 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": 123,\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:12:33\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        }\n    ],\n    \"status\": true\n}"}],"_postman_id":"ef0059a8-57d8-4200-9bea-16eb4f81c1be"},{"name":"Fetch Stock Transactions","id":"509877ba-a82b-4cf3-8a0e-4c1dc8ee11b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"02069d869b61ea625cfa5b1554527875ef14e8420da75d05ceeef735a58bdf82","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"source\": \"STORE_1666\",\n    \"transactionType\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchStockTransactions","urlObject":{"protocol":"http","path":["API","public","v1","thirdparty","fetchStockTransactions"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"3a807efc-f6ee-421e-a466-9b0b510997bc","name":"listOfStockTransactions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"02069d869b61ea625cfa5b1554527875ef14e8420da75d05ceeef735a58bdf82","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":1114,\n    \"thirdPartyChainID\":17,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"source\": \"STORE_1666\",\n    \"transactionType\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/listOfStockTransactions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 07 Aug 2023 07:46:25 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 16,\n    \"data\": [\n        {\n            \"transactionID\": 656,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"04:14 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 16:14:03\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 655,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"03:53 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 15:53:47\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 650,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"01:18 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 13:18:33\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 649,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:57 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:57:59\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 648,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:57 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:57:21\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 646,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:08 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:08:13\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 643,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"11:33 AM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 10,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 11:33:03\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 639,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"11:15 AM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 11:15:57\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 634,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"04:07 PM\",\n            \"totalCost\": 3150,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 16:07:11\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 626,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"03:53 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 15:53:57\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 625,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 2449,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:31 PM\",\n            \"totalCost\": 37568000,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 10,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:31:32\",\n            \"destinationName\": \"Hawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 623,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:01 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:01:18\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 622,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:14 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 12:14:49\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 621,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:10 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 12:10:20\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 620,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:08 PM\",\n            \"totalCost\": 400,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Test Name\",\n            \"transactionTimeLocal\": \"2023-07-12 12:08:10\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        },\n        {\n            \"transactionID\": 616,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -1,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"11:00 AM\",\n            \"totalCost\": 30,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 11:00:43\",\n            \"destinationName\": \"Pawan Store\",\n            \"name\": \"estorem\"\n        }\n    ],\n    \"status\": true\n}"},{"id":"af12b4b2-c86e-47f4-b293-27d8694845f9","name":"listOfStockTransactions","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"be130e4acc686d132248eeb3d2412bbe8c5181f9ca0e3c4c8c97619a3ec7b87c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2227,\n    \"thirdPartyChainID\":6,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"source\": \"STORE_4206\",\n    \"transactionType\": \"Stock Out\"\n}","options":{"raw":{"language":"json"}}},"url":"http://beta.queuebuster.co/API/public/v1/thirdparty/fetchStockTransactions"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Aug 2023 12:44:29 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"count\": 80,\n    \"data\": [\n        {\n            \"transactionID\": 554,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 553,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"06:05 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 18:05:23\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 553,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"06:05 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 18:05:23\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 552,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 551,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"06:01 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 18:01:27\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 551,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"06:01 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 18:01:27\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 550,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 549,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"05:37 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 17:37:52\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 549,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"05:37 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 17:37:52\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 548,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 547,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"04:45 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 16:45:03\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 547,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"04:45 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 16:45:03\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 545,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"04:43 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 16:43:28\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 546,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 545,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"04:43 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 16:43:28\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 544,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"04:42 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 16:42:25\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 543,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 542,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"01:12 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 13:12:30\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 542,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"01:12 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 13:12:30\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 541,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"01:11 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 13:11:08\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 540,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 539,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:56 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:56:35\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 539,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:56 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:56:35\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 537,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:49 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:49:54\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 538,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 537,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:49 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:49:54\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 536,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:48 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:48:19\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 535,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 534,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:19 PM\",\n            \"totalCost\": 800,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:19:58\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 534,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:19 PM\",\n            \"totalCost\": 800,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:19:58\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 533,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"12:14 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 12:14:24\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 532,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 25 2023\",\n            \"transactionTime\": \"11:53 AM\",\n            \"totalCost\": 20,\n            \"invoiceDate\": \"Jul 25 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-25 11:53:22\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 531,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 530,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 24 2023\",\n            \"transactionTime\": \"07:04 PM\",\n            \"totalCost\": 20,\n            \"invoiceDate\": \"Jul 24 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-24 19:04:16\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 530,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 24 2023\",\n            \"transactionTime\": \"07:04 PM\",\n            \"totalCost\": 20,\n            \"invoiceDate\": \"Jul 24 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-24 19:04:16\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 529,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:58 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:58:54\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 528,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:58 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:58:13\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 527,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:54 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:54:49\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 526,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:51 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:51:17\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 525,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -1,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:48 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:48:02\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 524,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:46 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:46:23\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 523,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -2,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 21 2023\",\n            \"transactionTime\": \"03:45 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 21 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-21 15:45:47\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 522,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"06:45 PM\",\n            \"totalCost\": 51,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 18:45:16\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 521,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 520,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 17 2023\",\n            \"transactionTime\": \"11:00 AM\",\n            \"totalCost\": 20,\n            \"invoiceDate\": \"Jul 17 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-17 11:00:00\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 520,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 17 2023\",\n            \"transactionTime\": \"11:00 AM\",\n            \"totalCost\": 20,\n            \"invoiceDate\": \"Jul 17 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-17 11:00:00\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 519,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 15 2023\",\n            \"transactionTime\": \"07:58 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 15 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-15 19:58:05\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 517,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"05:51 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 17:51:24\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 518,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 517,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"05:51 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 17:51:24\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 516,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"03:03 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 15:03:28\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 515,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 514,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"02:58 PM\",\n            \"totalCost\": 120,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 14:58:44\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 514,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"02:58 PM\",\n            \"totalCost\": 120,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 14:58:44\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 513,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"01:28 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 13:28:12\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 512,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"01:20 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 13:20:39\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 511,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"01:14 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 13:14:26\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 510,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"12:54 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 12:54:52\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 509,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"12:44 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 12:44:20\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 507,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 13 2023\",\n            \"transactionTime\": \"07:17 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 13 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-13 19:17:24\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 508,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 507,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 13 2023\",\n            \"transactionTime\": \"07:17 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 13 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-13 19:17:24\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 506,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 13 2023\",\n            \"transactionTime\": \"07:01 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 13 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-13 19:01:44\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 505,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 13 2023\",\n            \"transactionTime\": \"01:36 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 13 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-13 13:36:45\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 504,\n            \"transactionType\": \"NA\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 503,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:35 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:35:53\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 503,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:35 PM\",\n            \"totalCost\": 200,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:35:53\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 502,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:19 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:19:46\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 501,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 07 2023\",\n            \"transactionTime\": \"12:32 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 07 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-07 12:32:16\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 500,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 07 2023\",\n            \"transactionTime\": \"12:28 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 07 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-07 12:28:21\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 499,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 07 2023\",\n            \"transactionTime\": \"12:24 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 07 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-07 12:24:05\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 498,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 07 2023\",\n            \"transactionTime\": \"12:15 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 07 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"Ram1\",\n            \"transactionTimeLocal\": \"2023-07-07 12:15:51\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 497,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 07 2023\",\n            \"transactionTime\": \"12:03 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 07 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-07 12:03:51\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 496,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"04:00 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 16:00:35\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 495,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:58 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:58:12\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 494,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:56 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:56:49\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 493,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 3523,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:48 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:48:52\",\n            \"destinationName\": \"Mobile Shop11\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 491,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 3523,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 492,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:41 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:41:43\",\n            \"destinationName\": \"Mobile Shop11\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 490,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:28 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:28:50\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 489,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:24 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:24:02\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 488,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:22 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:22:00\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 487,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -17,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 06 2023\",\n            \"transactionTime\": \"03:16 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 06 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-06 15:16:16\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 486,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 482,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:42 PM\",\n            \"totalCost\": 50,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:42:30\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 484,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 3584,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 485,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:42 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:42:01\",\n            \"destinationName\": \"Grocery Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 482,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 3655,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 483,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:37 PM\",\n            \"totalCost\": 50,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"1155266IG\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:37:06\",\n            \"destinationName\": \"Sim Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 481,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -1,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:33 PM\",\n            \"totalCost\": 50,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:33:13\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 480,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -8,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:20 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:20:43\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 479,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:18 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:18:54\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 478,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:18 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:18:03\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 477,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -7,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:17 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:17:25\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 476,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:16 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:16:42\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 475,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -5,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:16 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:16:10\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 473,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 3584,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 474,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:15 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"11552JCJO\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:15:20\",\n            \"destinationName\": \"Grocery Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 472,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -3,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:14 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:14:27\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        },\n        {\n            \"transactionID\": 471,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 4206,\n            \"sourceName\": \"New Store\",\n            \"destinationID\": 4206,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -2,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"04:12 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": 123,\n            \"totalItemNumber\": 1,\n            \"firstName\": \"Raja\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": 7717747947,\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 16:12:33\",\n            \"destinationName\": \"New Store\",\n            \"name\": 7717747947\n        }\n    ],\n    \"status\": true\n}"}],"_postman_id":"509877ba-a82b-4cf3-8a0e-4c1dc8ee11b5"},{"name":"Store Stock Transaction Tracker","id":"1564822c-d574-447b-9749-6e1e29f58d78","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"sourceType\":\"STORE\",\n    \"sourceID\":1666,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"transactionType\":\"ALL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/storeStockTransactionTracker","urlObject":{"protocol":"https","path":["API","public","v1","thirdparty","storeStockTransactionTracker"],"host":["beta","queuebuster","co"],"query":[],"variable":[]}},"response":[{"id":"782daa2a-cda4-4ce5-93a5-7ffcc97213e4","name":"store Stock Transaction Tracker","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"41a532a19c82fd4e903ad40ba8fa1acc0139e2721353d48fd2e3ee5f191c829c","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":1114,\n    \"sourceType\":\"STORE\",\n    \"sourceID\":1666,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"transactionType\":\"ALL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://beta.queuebuster.co/API/public/v1/thirdparty/storeStockTransactionTracker"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 17 Aug 2023 12:14:39 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Cache-Control","value":"no-cache"},{"key":"Access-Control-Allow-Origin","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"count\": 16,\n    \"data\": [\n        {\n            \"transactionID\": 616,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": -1,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 05 2023\",\n            \"transactionTime\": \"11:00 AM\",\n            \"totalCost\": 30,\n            \"invoiceDate\": \"Jul 05 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-05 11:00:43\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 616,\n                    \"productID\": 5,\n                    \"variantID\": 1,\n                    \"productName\": \"Aloo Sabzi Poori Mealdd\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"Test Vendor\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 30,\n                    \"totalPrice\": 30,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 616,\n                    \"productID\": 6,\n                    \"variantID\": 2,\n                    \"productName\": \"Paneer Bhurji Ajwain Paratha Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"Hello testing\",\n                    \"oldQuantity\": 3,\n                    \"newQuantity\": 4,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 620,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:08 PM\",\n            \"totalCost\": 400,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Test Name\",\n            \"transactionTimeLocal\": \"2023-07-12 12:08:10\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 620,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2376,\n                    \"newQuantity\": 2375,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 620,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4588,\n                    \"newQuantity\": 4587,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 621,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:10 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 12:10:20\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 621,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2375,\n                    \"newQuantity\": 2374,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 250,\n                    \"totalPrice\": 250,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 621,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4587,\n                    \"newQuantity\": 4586,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 622,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"12:14 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 12:14:49\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 622,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2374,\n                    \"newQuantity\": 2373,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 250,\n                    \"totalPrice\": 250,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 622,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4586,\n                    \"newQuantity\": 4585,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 623,\n            \"transactionType\": \"Stock Validation\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:01 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:01:18\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 623,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2373,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -2372,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 250,\n                    \"totalPrice\": 250,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 623,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4585,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": -4584,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 625,\n            \"transactionType\": \"Stock Transfer\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 2449,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"01:31 PM\",\n            \"totalCost\": 37568000,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 10,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-12 13:31:32\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 1,\n                    \"newQuantity\": -9,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 2275240,\n                    \"totalPrice\": 22752400,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 1,\n                    \"newQuantity\": -9,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 2000,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 12,\n                    \"variantID\": 12,\n                    \"productName\": \"Chaap Sufiyan Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4829,\n                    \"newQuantity\": 4819,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 220,\n                    \"totalPrice\": 2200,\n                    \"MRPPerUnit\": 169,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 13,\n                    \"variantID\": 13,\n                    \"productName\": \"Achaari Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4671,\n                    \"newQuantity\": 4661,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 240,\n                    \"totalPrice\": 2400,\n                    \"MRPPerUnit\": 169,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 14,\n                    \"variantID\": 14,\n                    \"productName\": \"Hara Bhara Chaap Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 5062,\n                    \"newQuantity\": 5052,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 260,\n                    \"totalPrice\": 2600,\n                    \"MRPPerUnit\": 169,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 15,\n                    \"variantID\": 15,\n                    \"productName\": \"Chaap Kali Mirch Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4875,\n                    \"newQuantity\": 4865,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 280,\n                    \"totalPrice\": 2800,\n                    \"MRPPerUnit\": 179,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 16,\n                    \"variantID\": 16,\n                    \"productName\": \"Chingari Chaap Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4854,\n                    \"newQuantity\": 4844,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 1479340,\n                    \"totalPrice\": 14793400,\n                    \"MRPPerUnit\": 189,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 17,\n                    \"variantID\": 17,\n                    \"productName\": \"Paneer Nimbu Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4919,\n                    \"newQuantity\": 4909,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 320,\n                    \"totalPrice\": 3200,\n                    \"MRPPerUnit\": 219,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 18,\n                    \"variantID\": 18,\n                    \"productName\": \"Paneer Angaar Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4909,\n                    \"newQuantity\": 4899,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 340,\n                    \"totalPrice\": 3400,\n                    \"MRPPerUnit\": 219,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 625,\n                    \"productID\": 19,\n                    \"variantID\": 19,\n                    \"productName\": \"Paneer Afghani Tikka\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 4952,\n                    \"newQuantity\": 4942,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 360,\n                    \"totalPrice\": 3600,\n                    \"MRPPerUnit\": 229,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 626,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 12 2023\",\n            \"transactionTime\": \"03:53 PM\",\n            \"totalCost\": 450,\n            \"invoiceDate\": \"Jul 12 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"Hello testing\",\n            \"transactionTimeLocal\": \"2023-07-12 15:53:57\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 626,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2,\n                    \"newQuantity\": 3,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 250,\n                    \"totalPrice\": 250,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 626,\n                    \"productID\": 11,\n                    \"variantID\": 11,\n                    \"productName\": \"Afghani Chaap\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 2,\n                    \"newQuantity\": 3,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"Brand 0\",\n                    \"displayCostPrice\": 200,\n                    \"totalPrice\": 200,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 634,\n            \"transactionType\": \"Stock Out\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 14 2023\",\n            \"transactionTime\": \"04:07 PM\",\n            \"totalCost\": 3150,\n            \"invoiceDate\": \"Jul 14 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-14 16:07:11\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 634,\n                    \"productID\": 8,\n                    \"variantID\": 8,\n                    \"productName\": \"Amritsari Chole Poori Meal\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 3,\n                    \"newQuantity\": -7,\n                    \"displayQuantity\": 10,\n                    \"quantity\": -10,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 315,\n                    \"totalPrice\": 3150,\n                    \"MRPPerUnit\": 999,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 639,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"11:15 AM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 11:15:57\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 639,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 639,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 639,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 639,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 639,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 643,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"11:33 AM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 10,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 11:33:03\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 643,\n                    \"productID\": 983,\n                    \"variantID\": 973,\n                    \"productName\": \"Diwalioffer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 646,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:08 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:08:13\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 646,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 646,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 646,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 646,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 646,\n                    \"productID\": 986,\n                    \"variantID\": 976,\n                    \"productName\": \"shaim\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 648,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:57 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 1,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:57:21\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 648,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 649,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"12:57 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 12:57:59\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 649,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 649,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 649,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 649,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 649,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 650,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"01:18 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 13:18:33\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 650,\n                    \"productID\": 988,\n                    \"variantID\": 978,\n                    \"productName\": \"abc\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 650,\n                    \"productID\": 988,\n                    \"variantID\": 978,\n                    \"productName\": \"abc\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 650,\n                    \"productID\": 988,\n                    \"variantID\": 978,\n                    \"productName\": \"abc\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 650,\n                    \"productID\": 988,\n                    \"variantID\": 978,\n                    \"productName\": \"abc\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 650,\n                    \"productID\": 988,\n                    \"variantID\": 978,\n                    \"productName\": \"abc\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 655,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"03:53 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 5,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 15:53:47\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 655,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 655,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 655,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 655,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 655,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        },\n        {\n            \"transactionID\": 656,\n            \"transactionType\": \"Stock In\",\n            \"sourceID\": 1666,\n            \"sourceName\": \"Pawan Store\",\n            \"destinationID\": 1666,\n            \"destinationType\": \"STORE\",\n            \"parentID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionDate\": \"Jul 20 2023\",\n            \"transactionTime\": \"04:14 PM\",\n            \"totalCost\": 0,\n            \"invoiceDate\": \"Jul 20 2023\",\n            \"freightCharge\": 0,\n            \"invoiceNumber\": \"\",\n            \"totalItemNumber\": 2,\n            \"firstName\": \"\",\n            \"middleName\": \"\",\n            \"lastName\": \"\",\n            \"userName\": \"estorem\",\n            \"remarks\": \"\",\n            \"vendorName\": \"\",\n            \"transactionTimeLocal\": \"2023-07-20 16:14:03\",\n            \"transactionProducts\": [\n                {\n                    \"transactionID\": 656,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                },\n                {\n                    \"transactionID\": 656,\n                    \"productID\": 987,\n                    \"variantID\": 977,\n                    \"productName\": \"Pure home offer\",\n                    \"variantName\": \"\",\n                    \"vendorName\": \"\",\n                    \"oldQuantity\": 0,\n                    \"newQuantity\": 1,\n                    \"displayQuantity\": 1,\n                    \"quantity\": 1,\n                    \"unit\": \"Piece\",\n                    \"displayUnitName\": \"Piece\",\n                    \"brandName\": \"\",\n                    \"displayCostPrice\": 0,\n                    \"totalPrice\": 0,\n                    \"MRPPerUnit\": 0,\n                    \"stockRemarks\": \"\"\n                }\n            ]\n        }\n    ]\n}"},{"id":"2cc4eaf4-ccc7-4057-9ea5-d1de4765e0c1","name":"Store Stock Transaction Tracker","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"fe692907869383abdcb732be4e5d32b1d44fc27c83f4d5ca2d85e612ea1eaaf4","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"thirdPartyChainID\":17,\n    \"chainID\":3089,\n    \"sourceType\":\"STORE\",\n    \"sourceID\":5094,\n    \"fromDate\": \"2023-07-01\",\n    \"toDate\": \"2023-07-26\",\n    \"transactionType\":\"ALL\"\n}","options":{"raw":{"language":"json"}}},"url":"https://testapi.queuebuster.co/API/public/v1/thirdparty/storeStockTransactionTracker"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"server","value":"nginx"},{"key":"content-type","value":"application/json"},{"key":"cache-control","value":"no-cache"},{"key":"date","value":"Wed, 10 Jul 2024 06:54:27 GMT"},{"key":"via","value":"1.1 google"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"count\": 0,\n    \"data\": [],\n    \"attributes\": [\n        {\n            \"attributeID\": 1,\n            \"name\": \"Unique ID\",\n            \"category\": \"STOCK\",\n            \"type\": \"DATE\",\n            \"options\": \"\",\n            \"unit\": \"\",\n            \"description\": \"\",\n            \"linkedTo\": \"attribute1\",\n            \"maxLength\": 0,\n            \"minLength\": 0,\n            \"isMandatory\": 1,\n            \"isUnique\": 1,\n            \"printOnBill\": 0,\n            \"isActive\": 1,\n            \"timezone\": \"Asia/Kolkata\",\n            \"creationTimeLocal\": \"2024-07-04 17:26:54\",\n            \"creationTimeUTC\": \"2024-07-04 11:56:54\",\n            \"showBarcodeScanOption\": 0,\n            \"allowPreviousSelection\": 1,\n            \"isRequiredForPurchase\": 0,\n            \"isRequiredForSale\": 0,\n            \"isDependent\": 0\n        }\n    ]\n}"}],"_postman_id":"1564822c-d574-447b-9749-6e1e29f58d78"},{"name":"List Of Stock Requisition","id":"2bad27bf-99b3-4b74-a14c-a338f4a04e67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"thirdPartyChainID\":67,\n    \"fromDate\":\"2023-04-27\",\n    \"toDate\":\"2023-11-01\",\n    \"userID\":3712,\n    \"source\":\"CHAIN_ALL\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/listOfStockRequisition","urlObject":{"path":["v1","thirdparty","listOfStockRequisition"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"68b065fc-7c00-4169-bfcd-d246aaeca237","name":"{{base_url}}/v1/thirdparty/listOfStockRequisition","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"thirdPartyChainID\":67,\n    \"fromDate\":\"2023-04-27\",\n    \"toDate\":\"2023-11-01\",\n    \"userID\":3712,\n    \"source\":\"CHAIN_ALL\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/thirdparty/listOfStockRequisition","host":["{{base_url}}"],"path":["v1","thirdparty","listOfStockRequisition"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 20 Mar 2024 07:33:14 GMT","uuid":"90a24404-dea6-47a9-9a65-b9f29b32cd1d"},{"key":"Content-Type","value":"application/json","uuid":"eabbf514-b9ff-44cd-b8dd-fa8493f2c05c"},{"key":"Transfer-Encoding","value":"chunked","uuid":"a1ece9a4-01bc-48d6-8d37-6245fc43f450"},{"key":"Connection","value":"keep-alive","uuid":"b9e15adc-741e-4768-b1be-613ea395fcce"},{"key":"Server","value":"nginx","uuid":"0ab7a9ba-69d1-4f11-a25a-6259a5b31fa1"},{"key":"Vary","value":"Accept-Encoding","uuid":"9e72af98-b49e-4722-8c8d-31aece98a181"},{"key":"Cache-Control","value":"no-cache","uuid":"9c486bc9-8d70-4f05-8fae-78e5d4ac69d1"},{"key":"Content-Encoding","value":"gzip","uuid":"06bc1f76-2368-4bd0-b6aa-a9807cd781fb"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": [\n        {\n            \"requisitionID\": \"168622982\",\n            \"storeName\": \"Test- DSL Store\",\n            \"requisitionTime\": \"2023-08-09 11:43:40\",\n            \"totalItemNumber\": 3,\n            \"name\": \"demo.emphorasoft\",\n            \"userName\": \"demo.emphorasoft\",\n            \"email\": \"sarvalakshmi.devu@gmail.com\",\n            \"remarks\": \"\",\n            \"fulfillmentSourceID\": 2713,\n            \"fulfillmentSourceType\": \"WAREHOUSE\",\n            \"fullFillmentCentre\": \"Central Warehouse\"\n        },\n        {\n            \"requisitionID\": \"251038244\",\n            \"storeName\": \"AURO DC LOCATION TRONICA ( TDC)\",\n            \"requisitionTime\": \"2023-10-06 12:43:05\",\n            \"totalItemNumber\": 2,\n            \"name\": \"demo.emphorasoft\",\n            \"userName\": \"demo.emphorasoft\",\n            \"email\": \"devisri.prasad@emphorasoft.com,support@queuebuster.co\",\n            \"remarks\": \"\",\n            \"fulfillmentSourceID\": 4301,\n            \"fulfillmentSourceType\": \"STORE\",\n            \"fullFillmentCentre\": \"Test- DSL Store\"\n        }\n    ]\n}"}],"_postman_id":"2bad27bf-99b3-4b74-a14c-a338f4a04e67"},{"name":"Fetch Stock Requisition Details","id":"8911ffc3-bef0-42d8-8b75-e061b33ed125","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"thirdPartyChainID\":67,\n    \"requisitionID\":168622982,\n    \"userID\":3712\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/thirdparty/fetchStockRequisitionDetails","urlObject":{"path":["v1","thirdparty","fetchStockRequisitionDetails"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"","value":null}],"variable":[]}},"response":[{"id":"fc8fbdd3-9985-4367-9eb7-5fb96294a3ab","name":"Fetch Stock Requisition Details","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"9f34c53cb64fae9b43bb6b341eac3c41e6e78d4d725bfe73e6cec0a59af66708","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"chainID\":2602,\n    \"thirdPartyChainID\":67,\n    \"requisitionID\":168622982,\n    \"userID\":3712\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{base_url}}/v1/thirdparty/fetchStockRequisitionDetails","host":["{{base_url}}"],"path":["v1","thirdparty","fetchStockRequisitionDetails"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"localhost:8000","uuid":"58f6c612-58f9-4585-8dc4-a2636ff4405f"},{"key":"Date","value":"Wed, 20 Mar 2024 05:38:59 GMT","uuid":"52e4f0f8-0d41-409e-aadc-440eda7e3ac0"},{"key":"Date","value":"Wed, 20 Mar 2024 05:38:59 GMT","uuid":"52e4f0f8-0d41-409e-aadc-440eda7e3ac0"},{"key":"Connection","value":"close","uuid":"583c6b20-f8fa-4521-8792-7835c6cf3c94"},{"key":"X-Powered-By","value":"PHP/7.3.33","uuid":"46e6c100-87cc-4547-8ec9-c9de642000b1"},{"key":"Cache-Control","value":"no-cache","uuid":"258121dc-464d-49c2-a390-d7b600e64948"},{"key":"Content-Type","value":"application/json","uuid":"dfcca4d9-9397-41fb-897a-9184d56a1912"}],"cookie":[],"responseTime":null,"body":"{\n    \"requisitionSummary\": [\n        {\n            \"requisitionID\": 168622982,\n            \"storeName\": \"Test- DSL Store\",\n            \"sourceType\": \"STORE\",\n            \"requisitionTime\": \"2023-08-09 11:43:40\",\n            \"totalItemNumber\": 3,\n            \"name\": \"\",\n            \"email\": \"sarvalakshmi.devu@gmail.com\",\n            \"remarks\": \"\",\n            \"storeID\": 4301,\n            \"userName\": \"demo.emphorasoft\"\n        }\n    ],\n    \"requisitionDetail\": [\n        {\n            \"productID\": 65,\n            \"variantID\": 65,\n            \"productName\": \"Test-Potato\",\n            \"variantName\": \"\",\n            \"quantity\": 100,\n            \"unitID\": 1,\n            \"unitName\": \"Piece\",\n            \"displayQuantity\": 100,\n            \"displayUnitID\": 1,\n            \"displayUnitName\": \"Piece\",\n            \"barcode\": \"\",\n            \"remarks\": \"\",\n            \"dealerPrice\": 9,\n            \"costPrice\": 9,\n            \"brandID\": 22,\n            \"brandName\": \"Test-JKSaranya\",\n            \"categoryID\": 12,\n            \"categoryName\": \"Test_Chips\",\n            \"inventory\": -11,\n            \"inventoryCost\": 0,\n            \"soldIn\": 1,\n            \"sku\": \"\",\n            \"toUnitName\": \"Piece\",\n            \"toUnit\": 1,\n            \"defaultPrice\": 10,\n            \"quantityFulfilled\": 0,\n            \"fulfillmentStatus\": \"UNFULFILLED\"\n        },\n        {\n            \"productID\": 66,\n            \"variantID\": 66,\n            \"productName\": \"Test- Tomato\",\n            \"variantName\": \"\",\n            \"quantity\": 100,\n            \"unitID\": 1,\n            \"unitName\": \"Piece\",\n            \"displayQuantity\": 100,\n            \"displayUnitID\": 1,\n            \"displayUnitName\": \"Piece\",\n            \"barcode\": \"\",\n            \"remarks\": \"\",\n            \"dealerPrice\": 0,\n            \"costPrice\": 0,\n            \"brandID\": 22,\n            \"brandName\": \"Test-JKSaranya\",\n            \"categoryID\": 12,\n            \"categoryName\": \"Test_Chips\",\n            \"inventory\": -11,\n            \"inventoryCost\": 0,\n            \"soldIn\": 1,\n            \"sku\": \"\",\n            \"toUnitName\": \"Piece\",\n            \"toUnit\": 1,\n            \"defaultPrice\": 15,\n            \"quantityFulfilled\": 0,\n            \"fulfillmentStatus\": \"UNFULFILLED\"\n        },\n        {\n            \"productID\": 67,\n            \"variantID\": 67,\n            \"productName\": \"Test- Onion\",\n            \"variantName\": \"\",\n            \"quantity\": 100,\n            \"unitID\": 1,\n            \"unitName\": \"Piece\",\n            \"displayQuantity\": 100,\n            \"displayUnitID\": 1,\n            \"displayUnitName\": \"Piece\",\n            \"barcode\": \"\",\n            \"remarks\": \"\",\n            \"dealerPrice\": 0,\n            \"costPrice\": 0,\n            \"brandID\": 22,\n            \"brandName\": \"Test-JKSaranya\",\n            \"categoryID\": 12,\n            \"categoryName\": \"Test_Chips\",\n            \"inventory\": 106,\n            \"inventoryCost\": 0,\n            \"soldIn\": 1,\n            \"sku\": \"\",\n            \"toUnitName\": \"Piece\",\n            \"toUnit\": 1,\n            \"defaultPrice\": 20,\n            \"quantityFulfilled\": 0,\n            \"fulfillmentStatus\": \"UNFULFILLED\"\n        }\n    ]\n}"}],"_postman_id":"8911ffc3-bef0-42d8-8b75-e061b33ed125"}],"id":"2ca18a02-d797-4bc5-aa26-a9ddd550f27f","_postman_id":"2ca18a02-d797-4bc5-aa26-a9ddd550f27f","description":""},{"name":"Webhooks","item":[{"name":"Receive Sales Invoice","id":"f07a99a7-50fc-47c5-bb55-a914fc47532f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"QBwebhook2024#","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"customer\": {\n        \"address\": {\n            \"city\": \"\",\n            \"is_guest_mode\": false,\n            \"landmark\": \"\",\n            \"latitude\": 0,\n            \"line_1\": \"\",\n            \"line_2\": \"\",\n            \"longitude\": 0,\n            \"pin\": \"\",\n            \"sub_locality\": null,\n            \"tag\": \"\"\n        },\n        \"email\": \"\",\n        \"name\": \" \",\n        \"phone\": \"\",\n        \"panNumber\": \"\"\n    },\n    \"chainID\": 3083,\n    \"store_id\": 5082,\n    \"billing_user\": \"1004April\",\n    \"details\": {\n        \"order_id\": \"OR1592420240813-2\",\n        \"invoice_number\": \"2\",\n        \"device_id\": \"15924\",\n        \"instructions\": \"\",\n        \"item_level_total_charges\": 0,\n        \"item_level_total_taxes\": 81.7,\n        \"order_level_total_charges\": 0,\n        \"order_level_total_taxes\": 0,\n        \"order_subtotal\": \"1634.0000\",\n        \"order_total\": \"1716.0000\",\n        \"payable_amount\": \"1634.0000\",\n        \"total_charges\": 0,\n        \"total_taxes\": 81.7,\n        \"taxes\": 81.7,\n        \"order_time\": \"2024-08-13 21:18:35\",\n        \"order_date\": \"2024-08-13\",\n        \"items\": [\n            {\n                \"charges\": [],\n                \"discount_total\": \"0.0000\",\n                \"product_id\": \"1\",\n                \"price\": \"67.0000\",\n                \"quantity\": \"2.0000\",\n                \"discounts\": [],\n                \"taxes\": [\n                    {\n                        \"rate\": \"3.35\",\n                        \"title\": \"CGST\"\n                    },\n                    {\n                        \"rate\": \"3.35\",\n                        \"title\": \"SGST\"\n                    }\n                ],\n                \"title\": \"Blue Band Spread For Bread 900g\",\n                \"total\": \"134.0000\",\n                \"total_with_tax\": \"134.0000\",\n                \"unit\": \"Kilogram\",\n                \"brand\": \"AMSTEL MALTA\",\n                \"category\": \"Bread\",\n                \"sub_category\": \"SUGAR\",\n                \"barcode\": \"3245995737211\",\n                \"sku\": \"\",\n                \"hsn_code\": \"\"\n            },\n            {\n                \"charges\": [],\n                \"discount_total\": \"0.0000\",\n                \"product_id\": \"223\",\n                \"price\": \"750.0000\",\n                \"quantity\": \"2.0000\",\n                \"discounts\": [],\n                \"taxes\": [\n                    {\n                        \"rate\": \"37.5\",\n                        \"title\": \"CGST\"\n                    },\n                    {\n                        \"rate\": \"37.5\",\n                        \"title\": \"SGST\"\n                    }\n                ],\n                \"title\": \"Spumante Elite Wine Bottle 75cl\",\n                \"total\": \"1500.0000\",\n                \"total_with_tax\": \"1500.0000\",\n                \"unit\": \"Kilogram\",\n                \"brand\": \"GRANNYS CHICKEN\",\n                \"category\": \"Bread\",\n                \"sub_category\": \"SUGAR\",\n                \"barcode\": \"5060113916389\",\n                \"sku\": \"\",\n                \"hsn_code\": \"\"\n            }\n        ],\n        \"payment\": [\n            {\n                \"payment_subid\": 1,\n                \"payment_type\": \"PAYMENT_CASH\",\n                \"amount\": \"1716.0000\",\n                \"bank_rrn\": \"\",\n                \"reference_id\": \"\",\n                \"transaction_id\": \"\",\n                \"card_type\": \"\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://testapi.queuebuster.co/API/public/v1/webhook/receiveSalesInvoice","urlObject":{"protocol":"https","path":["API","public","v1","webhook","receiveSalesInvoice"],"host":["testapi","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"f07a99a7-50fc-47c5-bb55-a914fc47532f"},{"name":"Receive Refund Invoice","id":"1ee8bad5-43e9-450d-9d71-b72c9df53738","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"billingUsername\": \"1004April\",\n    \"charges\": [],\n    \"currencyCode\": \"INR\",\n    \"customerID\": \"\",\n    \"customerInfo\": {\n        \"customerID\": 0,\n        \"name\": \"\",\n        \"customerCode\": \"\",\n        \"accountID\": 0,\n        \"customerType\": \"\",\n        \"gstNumber\": \"\",\n        \"panNumber\": \"\",\n        \"DOB\": \"\",\n        \"gender\": \"\",\n        \"phone\": \"\",\n        \"email\": \"\",\n        \"addressLine1\": \"\",\n        \"addressLine2\": \"\",\n        \"city\": \"\",\n        \"state\": \"\",\n        \"country\": \"\",\n        \"pincode\": \"\"\n    },\n    \"deliveryStatus\": \"ORST_DELIVERED\",\n    \"grossBill\": \"0.0000\",\n    \"gstOrderNumber\": \"\",\n    \"invoiceNumber\": \"5\",\n    \"itemDetails\": [\n        {\n            \"HSNOrSACCode\": \"\",\n            \"MRP\": \"400.0000\",\n            \"barcode\": \"\",\n            \"batchVariantID\": -1,\n            \"batchVariantName\": \"\",\n            \"brandID\": -1,\n            \"brandName\": \"none\",\n            \"categoryID\": -1,\n            \"categoryName\": \"none\",\n            \"charges\": [],\n            \"comboGroupID\": -1,\n            \"comboGroupName\": \"\",\n            \"comboProductID\": -1,\n            \"comboProductName\": \"\",\n            \"costPrice\": \"350.2000\",\n            \"detailKey\": \"OR1473820240826-5_1\",\n            \"discounts\": [],\n            \"iKeyValTrans\": \"OR1473820240826-5_2414738-13_1\",\n            \"itemSales\": -333.33,\n            \"orderSubID\": 1,\n            \"productID\": \"1031\",\n            \"productName\": \"Multigrain Chapati Flour (5kg)\",\n            \"productType\": \"OTHER\",\n            \"quantity\": \"1.0000\",\n            \"rate\": \"333.3300\",\n            \"sku\": \"\",\n            \"subCategoryID\": -1,\n            \"subCategoryName\": \"\",\n            \"taxes\": [\n                {\n                    \"taxID\": \"1\",\n                    \"taxName\": \"CGST\",\n                    \"taxRate\": \"2.5%\",\n                    \"taxValue\": -8.33\n                },\n                {\n                    \"taxID\": \"2\",\n                    \"taxName\": \"SGST\",\n                    \"taxRate\": \"2.5%\",\n                    \"taxValue\": -8.33\n                },\n                {\n                    \"taxID\": \"3\",\n                    \"taxName\": \"IGST\",\n                    \"taxRate\": \"5%\",\n                    \"taxValue\": 0\n                }\n            ],\n            \"totalChargeValue\": 0,\n            \"totalDiscountValue\": 0,\n            \"totalTaxValue\": -16.66\n        }\n    ],\n    \"loyaltyPointsCollected\": \"0.0000\",\n    \"loyaltyPointsRedeemed\": \"0.0000\",\n    \"orderID\": \"OR1473820240826-5\",\n    \"orderRemarks\": \"\",\n    \"orderType\": \"Takeaway\",\n    \"paymentDetails\": [\n        {\n            \"type\": \"Cash\",\n            \"subType\": \"NA\",\n            \"amount\": -350\n        }\n    ],\n    \"paymentStatus\": \"PAID\",\n    \"posDate\": \"2024-08-26\",\n    \"refundDate\": \"2024-08-26\",\n    \"refundDateTime\": \"2024-08-26 14:33:48\",\n    \"refundOrderID\": \"2414738-13\",\n    \"refundTime\": \"14:33:48\",\n    \"rounding\": \"0.0000\",\n    \"salesOrder\": \"\",\n    \"status\": \"ORST_CANCELLED\",\n    \"taxes\": [],\n    \"totalChargeValue\": 0,\n    \"totalDiscountValue\": 0,\n    \"totalItemCount\": 1,\n    \"totalItemQuantity\": 1,\n    \"totalItemSales\": -333.33,\n    \"totalTaxValue\": -16.66,\n    \"transactionType\": \"Refund\"\n}","options":{"raw":{"language":"json"}}},"url":"https://test.queuebuster.co/API/public/v1/webhook/receiveRefundInvoice","urlObject":{"protocol":"https","path":["API","public","v1","webhook","receiveRefundInvoice"],"host":["test","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"1ee8bad5-43e9-450d-9d71-b72c9df53738"},{"name":"Receive Ecom Order","id":"97e0ea3e-83e9-427a-8476-354e6033b803","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"ID\": 16,\n    \"storeID\": 5082,\n    \"sapID\": 0,\n    \"beatID\": 0,\n    \"tripID\": 0,\n    \"proformaInvoiceID\": \"PI-OL-3083-5082-549-9\",\n    \"aggregatorOrderID\": null,\n    \"externalOrderID\": null,\n    \"integrationChannel\": null,\n    \"PIType\": \"QB_ONLINE_ORDER\",\n    \"deliveryType\": \"HOME_DELIVERY\",\n    \"deliveryPlatform\": null,\n    \"customersIDs\": \"6\",\n    \"salesmanID\": 0,\n    \"currencyCode\": \"INR\",\n    \"userName\": \"Nikhil\",\n    \"deviceID\": \"\",\n    \"netBill\": \"2362.3800\",\n    \"totalProductLevelAdditionalCharges\": \"0.0000\",\n    \"additionalChargeIDs\": \"\",\n    \"additionalChargeNames\": \"\",\n    \"additionalChargePrices\": \"\",\n    \"additionalChargeValue\": null,\n    \"totalChargeValue\": \"0.0000\",\n    \"discountIDs\": \"\",\n    \"discountType\": \"\",\n    \"discountNames\": \"\",\n    \"discountValues\": \"\",\n    \"discountTotalValue\": \"0.0000\",\n    \"discountRemarks\": \"\",\n    \"PITaxIDs\": null,\n    \"PITaxNames\": null,\n    \"PITaxPercentages\": null,\n    \"PITaxValues\": null,\n    \"PITotalTaxValue\": \"0.0000\",\n    \"taxes\": \"118.1190\",\n    \"rounding\": \"0.0000\",\n    \"grossBill\": \"2481.0000\",\n    \"PICreationTimeUTC\": \"2024-08-13 15:53:04\",\n    \"PICreationTimeLocal\": \"2024-08-13 21:23:04\",\n    \"lastModifiedTimeUTC\": null,\n    \"lastModifiedTimeLocal\": \"0000-00-00 00:00:00\",\n    \"timezone\": \"Asia\\/Kolkata\",\n    \"PIRemarks\": \"\",\n    \"numReceiptPrints\": 1,\n    \"status\": \"Placed\",\n    \"fulfilledOrderID\": null,\n    \"deliveryUser\": \"\",\n    \"deliveryDueDate\": \"0000-00-00\",\n    \"billingUsername\": \"Nikhil\",\n    \"posDate\": \"2024-08-13\",\n    \"batchID\": \"\",\n    \"dummy1\": \"\",\n    \"isOpenBill\": 0,\n    \"isPriceInclusive\": 0,\n    \"openBillAmount\": \"0.0000\",\n    \"openBillTaxIDs\": null,\n    \"openBillTaxNames\": null,\n    \"openBillTaxPercentages\": null,\n    \"openBillTaxValues\": null,\n    \"isOrderRounded\": 1,\n    \"isActive\": 1,\n    \"dummy2\": \"\",\n    \"dummy3\": null,\n    \"dummy4\": null,\n    \"dummy5\": null,\n    \"dummy6\": null,\n    \"images\": null,\n    \"chainID\": 3083,\n    \"PISubID\": 1,\n    \"productType\": \"OTHER\",\n    \"productID\": \"43\",\n    \"productName\": \"Silver Mega Black Sponge 11g\",\n    \"variantID\": 43,\n    \"batchVariantID\": -1,\n    \"variantName\": \"\",\n    \"HSNOrSACCode\": \"\",\n    \"sizeID\": -1,\n    \"sizeName\": \"\",\n    \"colourID\": -1,\n    \"colourName\": \"\",\n    \"styleID\": -1,\n    \"styleName\": \"\",\n    \"sizeVariant\": \"\",\n    \"incomeHead\": \"\",\n    \"costCentre\": \"\",\n    \"productBasePrice\": \"580.9520\",\n    \"productActualPrice\": \"610.0000\",\n    \"measurementUnitID\": \"-1\",\n    \"soldIn\": \"\",\n    \"quantityOrdered\": \"1.0000\",\n    \"quantityAccepted\": \"0.0000\",\n    \"quantityFulfilled\": \"0.0000\",\n    \"productValue\": \"610.0000\",\n    \"additionalChargeValues\": \"\",\n    \"discountPrices\": \"\",\n    \"voucherID\": \"-1\",\n    \"itemSales\": \"580.9520\",\n    \"taxableValue\": \"580.9520\",\n    \"taxIDs\": \"1,2\",\n    \"priceIncludesTaxes\": 1,\n    \"taxNames\": \"CGST,SGST\",\n    \"taxPercentages\": \"2.5%,2.5%\",\n    \"taxValues\": \"14.524,14.524\",\n    \"totalTaxValue\": \"29.0480\",\n    \"totalModifierValue\": \"0.0000\",\n    \"PITimeUTC\": \"2024-08-13 15:53:04\",\n    \"PITimeLocal\": \"2024-08-13 21:23:04\",\n    \"subCategory\": \"\",\n    \"category\": \"Bread\",\n    \"categoryID\": 1,\n    \"subCategoryID\": 43,\n    \"categoryName\": \"Bread\",\n    \"subCategoryName\": \"\",\n    \"brandID\": 43,\n    \"brandName\": \"CAPRI SUN\",\n    \"barcode\": \"3344060021191\",\n    \"sku\": \"\",\n    \"voucherCode\": \"\",\n    \"isOpenItem\": 0,\n    \"batchVariantName\": \"\",\n    \"MRP\": \"670.0000\",\n    \"extraDetails\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://testapi.queuebuster.co/API/public/v1/webhook/receiveEcomOrder","urlObject":{"protocol":"https","path":["API","public","v1","webhook","receiveEcomOrder"],"host":["testapi","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"97e0ea3e-83e9-427a-8476-354e6033b803"},{"name":"Receive Ecom Order Status Update","id":"85d2298e-69c2-44b4-9386-a7482553ae4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"storeID\": \"5082\",\n    \"chainID\": \"3083\",\n    \"PINumber\": \"PI-OL-3083-5082-549-9\",\n    \"status\": \"Accepted\",\n    \"message\": \"Your order PI-OL-3083-5082-549-9 from Saptham Store(queuebuster), amount INR 2481.00 has been accepted. Order details: https:\\/\\/tinyurl.com\\/26pu4cdr - Sent via QueueBuster.\",\n    \"managerEmail\": \"priyanka@queuebuster.co\"\n}","options":{"raw":{"language":"json"}}},"url":"https://testapi.queuebuster.co/API/public/v1/webhook/receiveEcomOrderStatusUpdates","urlObject":{"protocol":"https","path":["API","public","v1","webhook","receiveEcomOrderStatusUpdates"],"host":["testapi","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"85d2298e-69c2-44b4-9386-a7482553ae4b"},{"name":"Receive Stock Transaction","id":"d43b1636-8847-43ef-9aa3-ded5e76c99fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"transactionSummary\": [\n        {\n            \"transactionID\": 215,\n            \"transactionType\": \"Stock In\",\n            \"storeName\": \"Saptham Store\",\n            \"sourceType\": \"STORE\",\n            \"sourceID\": 5082,\n            \"destinationType\": \"STORE\",\n            \"destinationID\": 5082,\n            \"parentID\": \"\",\n            \"childID\": 0,\n            \"status\": \"APPROVED\",\n            \"transactionTime\": \"2024-08-13 21:53:00\",\n            \"totalCost\": \"21300.0000\",\n            \"totalItemNumber\": 3,\n            \"fullname\": \"\",\n            \"name\": \"1004April\",\n            \"remarks\": \"\",\n            \"vendorID\": -1,\n            \"vendorName\": \"\",\n            \"invoiceNumber\": \"\",\n            \"invoiceDate\": \"2024-08-13\",\n            \"freightCharge\": \"0.0000\",\n            \"PONumber\": \"\",\n            \"PRNumber\": \"\"\n        }\n    ],\n    \"transactionDetail\": [\n        {\n            \"productID\": \"29\",\n            \"variantID\": 29,\n            \"productName\": \"Kuu Salt Spa Scrub Bath Charcoal 450ml\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": \"500.0000\",\n            \"newQuantity\": \"504.0000\",\n            \"displayQuantity\": \"4.0000\",\n            \"quantity\": \"4.000000000\",\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"LAPPEL\",\n            \"displayCostPrice\": \"2950.000000000\",\n            \"totalPrice\": \"11800.0000\",\n            \"MRPPerUnit\": \"2950.0000\",\n            \"costMargin\": 0,\n            \"localStock\": \"504.0000\",\n            \"chainStock\": \"1004.0000\",\n            \"stockRemarks\": \"\",\n            \"batchVariantID\": 0,\n            \"batchVariantName\": \"\",\n            \"costPerUnit\": \"\",\n            \"MRP\": \"\",\n            \"sellingPrice\": \"\",\n            \"barcode\": \"\"\n        },\n        {\n            \"productID\": \"381\",\n            \"variantID\": 381,\n            \"productName\": \"Chivita No Sugar Real Orange Juice 315ml\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": \"504.0000\",\n            \"newQuantity\": \"509.0000\",\n            \"displayQuantity\": \"5.0000\",\n            \"quantity\": \"5.000000000\",\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"RENEW\",\n            \"displayCostPrice\": \"740.000000000\",\n            \"totalPrice\": \"3700.0000\",\n            \"MRPPerUnit\": \"800.0000\",\n            \"costMargin\": 7.5,\n            \"localStock\": \"509.0000\",\n            \"chainStock\": \"1009.0000\",\n            \"stockRemarks\": \"\",\n            \"batchVariantID\": 0,\n            \"batchVariantName\": \"\",\n            \"costPerUnit\": \"\",\n            \"MRP\": \"\",\n            \"sellingPrice\": \"\",\n            \"barcode\": \"\"\n        },\n        {\n            \"productID\": \"3\",\n            \"variantID\": 3,\n            \"productName\": \"Eva soap\",\n            \"variantName\": \"\",\n            \"vendorName\": \"\",\n            \"oldQuantity\": \"533.0000\",\n            \"newQuantity\": \"537.0000\",\n            \"displayQuantity\": \"4.0000\",\n            \"quantity\": \"4.000000000\",\n            \"unit\": \"Piece\",\n            \"displayUnitName\": \"Piece\",\n            \"brandName\": \"FESTO\",\n            \"displayCostPrice\": \"1450.000000000\",\n            \"totalPrice\": \"5800.0000\",\n            \"MRPPerUnit\": \"1450.0000\",\n            \"costMargin\": 0,\n            \"localStock\": \"537.0000\",\n            \"chainStock\": \"1032.0000\",\n            \"stockRemarks\": \"\",\n            \"batchVariantID\": 0,\n            \"batchVariantName\": \"\",\n            \"costPerUnit\": \"\",\n            \"MRP\": \"\",\n            \"sellingPrice\": \"\",\n            \"barcode\": \"\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://testapi.queuebuster.co/API/public/v1/webhook/receiveStockTransaction","urlObject":{"protocol":"https","path":["API","public","v1","webhook","receiveStockTransaction"],"host":["testapi","queuebuster","co"],"query":[],"variable":[]}},"response":[],"_postman_id":"d43b1636-8847-43ef-9aa3-ded5e76c99fb"}],"id":"3ad98681-42f8-44af-b6a0-9587a67c1d6c","_postman_id":"3ad98681-42f8-44af-b6a0-9587a67c1d6c","description":""}]}